2011-10-08 |
Luke Howard | implement gss_localname
|
commit | commitdiff | tree |
2011-09-12 |
Luke Howard | small build fix for 2010 VC compiler
|
commit | commitdiff | tree |
2011-09-12 |
Luke Howard | some Windows build fixes
|
commit | commitdiff | tree |
2011-05-20 |
Luke Howard | make gss_acquire_cred_ext private
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | export gss_userok
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | gss_accept_sec_context disappeared from exports
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | fix link regression, use EVP_DigestFinal_ex
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | remove /usr/local/bin path from autogen.sh that escaped
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | Set MN_mech if mechanism doesn't set it
|
commit | commitdiff | tree |
2011-05-16 |
Luke Howard | add GSS_C_INQ_SSPI_SESSION_KEY for Kerberos
|
commit | commitdiff | tree |
2011-05-15 |
Luke Howard | check correct status code in attr_authorize_localname
|
commit | commitdiff | tree |
2011-05-15 |
Luke Howard | fix uninitialised variable check in attr_pname_to_uid()
|
commit | commitdiff | tree |
2011-05-15 |
Luke Howard | remove incorrect NULLity check for gm_pname_to_uid
|
commit | commitdiff | tree |
2011-05-15 |
Luke Howard | fix off-by-one in GSS_C_ATTR_LOCAL_LOGIN_USER attribute
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | remove unused variable from gss_add_cred_with_password
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | remove extraneous whitespace
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | remove extraneous gss_acquire_cred_with_password declaration
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | cleanup
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | fix pointer error
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | implement gss_add_cred_with_password over gss_acquire_cred_ext
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | use gss_const_OID for gss_acquire_cred_ext
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | use gss_acquire_cred_ext in test app
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | acquire_cred_with_password is a SPI symbol
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | shim acquire_cred_with_password SPI into acquire_cred_ext
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Merge branch 'master' into lukeh/acquire-cred-ex-moonshot...
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | add gss_acquire_cred_with_password test to test_context
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | remove MN check in gss_authorize_localname because...
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | restore aclocal.m4 from master, for now.
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Merge branch 'master' into lukeh/acquire-cred-ex
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Merge branch 'lukeh/acquire-cred-ex' of github.com...
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | remove trailing whitespace
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Revert "disable _gsskrb5_pname_to_uid, there's no aname_to_l...
|
commit | commitdiff | tree |
2011-05-14 |
Luke Howard | Revert "remove krb5 authorize_localname impl, there...
|
commit | commitdiff | tree |
2011-05-13 |
Luke Howard | add some loopback detection in GSS dynamic loading
|
commit | commitdiff | tree |
2011-05-13 |
Luke Howard | add some loopback detection in GSS dynamic loading
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | disable _gsskrb5_pname_to_uid, there's no aname_to_localname
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | remove krb5 authorize_localname impl, there's no krb5_kuserok
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | correct switched order of pname_to_uid/authorize_localname
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | mechglue fixes
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Allow composite names in gss_import_name()
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Allow NULL arguments to gss_{get_name_attribute,inquire_name}
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Allow NULL arguments to gss_{get_name_attribute,inquire_name}
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Allow composite names in gss_import_name()
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | fix trailing comma
|
commit | commitdiff | tree |
2011-05-12 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-04-16 |
Luke Howard | implement gss_acquire_cred_ex with password support
|
commit | commitdiff | tree |
2011-04-13 |
Luke Howard | update PADL copyright information
|
commit | commitdiff | tree |
2011-04-11 |
Luke Howard | update PADL copyright information
|
commit | commitdiff | tree |
2011-04-10 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-04-09 |
Luke Howard | remove user_ok from gss_authorize_localname
|
commit | commitdiff | tree |
2011-04-09 |
Luke Howard | slightly retentive cleanup of error codes
|
commit | commitdiff | tree |
2011-04-09 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-04-09 |
Luke Howard | authorize_localname SPI now includes nametype
|
commit | commitdiff | tree |
2011-04-08 |
Luke Howard | compile fix
|
commit | commitdiff | tree |
2011-04-08 |
Luke Howard | gss_authorize_localname implementation
|
commit | commitdiff | tree |
2011-04-07 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-04-07 |
Luke Howard | s/acquire_cred_ex/acquire_cred_ext/g
|
commit | commitdiff | tree |
2011-04-07 |
Luke Howard | add missing SPIs to gss_mech_switch
|
commit | commitdiff | tree |
2011-04-07 |
Luke Howard | implement gss_acquire_cred_ex with password support
|
commit | commitdiff | tree |
2011-04-03 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-04-03 |
Luke Howard | Use RFC 5587 const types for draft-josefsson-gss-capsulate...
|
commit | commitdiff | tree |
2011-04-01 |
Luke Howard | delete protos, private.h when autogenerating
|
commit | commitdiff | tree |
2011-03-28 |
Luke Howard | gss_userok need not check for complete
|
commit | commitdiff | tree |
2011-03-23 |
Luke Howard | correctly decode MIT KDB flags
|
commit | commitdiff | tree |
2011-03-22 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-03-22 |
Luke Howard | Revert MIT code from gss test application
|
commit | commitdiff | tree |
2011-03-22 |
Luke Howard | kill gss_map_name_to_any
|
commit | commitdiff | tree |
2011-03-22 |
Luke Howard | Merge branch 'master' into lukeh/moonshot
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | another variant on hack for libedit build on FreeBSD
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | revert libedit FreeBSD hack, will endeavour to fix...
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | update for autoheader
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | remove autogenerated gunk
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | Merge branch 'lukeh/moonshot' of github.com:heimdal...
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | add missing exports
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | Merge branch 'master' of github.com:heimdal/heimdal
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | add __gss_c_nt_anonymous_oid_desc to version script
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | fix error case crasher
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | export gss_store_cred
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | export krb5_kcm_call/krb5_kcm_storage_request
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | remove deprecated naming extension APIs, add pname...
|
commit | commitdiff | tree |
2011-03-21 |
Luke Howard | attribute-based implementation of gss_pname_to_uid
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | add _gsskrb5_pname_to_uid implementation
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | cleanup pname_to_uid
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | add krb5 glue for userok
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | use gss_userok
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | implement gss_userok/gss_pname_to_uid
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | fix macro compile error
|
commit | commitdiff | tree |
2011-03-20 |
Luke Howard | Merge branch 'master' of github.com:heimdal/heimdal
|
commit | commitdiff | tree |
2011-02-27 |
Luke Howard | Merge branch 'master' of github.com:heimdal/heimdal
|
commit | commitdiff | tree |
2011-01-09 |
Luke Howard | Add SPI for dynamically loading mechanism object information
|
commit | commitdiff | tree |
2011-01-09 |
Luke Howard | Cleanup API-as-SPI compatibility layer
|
commit | commitdiff | tree |
2011-01-09 |
Luke Howard | Fix incorrect argument order
|
commit | commitdiff | tree |
2011-01-05 |
Luke Howard | Merge branch 'master' of github.com:heimdal/heimdal
|
commit | commitdiff | tree |
2011-01-03 |
Luke Howard | MIT SASL/attribute introspection SPI compat
|
commit | commitdiff | tree |
2011-01-03 |
Luke Howard | Rename GSS_IOV_BUFFER_TYPE_FLAG to GSS_IOV_BUFFER_FLAG
|
commit | commitdiff | tree |
2011-01-03 |
Luke Howard | Add naming extension SPIs
|
commit | commitdiff | tree |
2011-01-03 |
Luke Howard | Use RTLD_GROUP
|
commit | commitdiff | tree |
2011-01-02 |
Luke Howard | MIT SPI compat
|
commit | commitdiff | tree |