summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
...
* Mark up strings for translationGreg Hudson2011-06-101-49/+44
* Handle null OID values in gss_oid_equal()Greg Hudson2011-04-161-0/+3
* Check mech_type as well as mech_name in gssint_import_internal_name(),Greg Hudson2011-04-161-1/+2
* Fix a code path where mech could be used uninitialized inGreg Hudson2011-04-161-1/+1
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-104-104/+109
* Allow anonymous name to be imported with empty name bufferGreg Hudson2011-04-061-4/+11
* Make dependGreg Hudson2011-04-051-0/+32
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-055-46/+82
* More sensical mech selection for gss_acquire_cred/accept_sec_contextGreg Hudson2011-04-042-49/+44
* r24838 accidentally added a gss_duplicate_name line toGreg Hudson2011-04-041-1/+0
* Prevent bleed-through of mechglue symbols into loaded mechsGreg Hudson2011-04-041-54/+67
* Add gss_userok and gss_pname_to_uid to dynamic mech loading table.Greg Hudson2011-04-041-0/+2
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-044-59/+293
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-033-6/+6
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-014-0/+145
* Although it can't actually happen, make it more explicit that we won'tGreg Hudson2011-03-111-1/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0920-81/+23
* Make dependGreg Hudson2011-02-251-5/+5
* Don't leak the mechanism internal context when we get an error in theGreg Hudson2011-02-221-1/+6
* Tighten up the error handling in the mechglue's gss_canonicalize_name,Greg Hudson2011-01-101-32/+14
* Ensure time() is prototyped in g_accept_sec_context.cGreg Hudson2010-12-141-0/+1
* update dependenciesKen Raeburn2010-12-051-0/+16
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-254-24/+16
* Plug a memory leak in gss_indicate_mechsGreg Hudson2010-10-091-1/+3
* In gss_indicate_mechs, avoid setting the output pointer until successGreg Hudson2010-10-081-17/+17
* In gss_inquire_attrs_for_mech, remove the assumption that mech_attrsGreg Hudson2010-10-081-1/+2
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-065-0/+470
* Add gss_krb5_import_credGreg Hudson2010-09-272-31/+165
* Make dependGreg Hudson2010-09-081-4/+4
* make dependGreg Hudson2010-06-071-5/+6
* In gss_acquire_cred_with_password() and gss_add_cred_with_password(),Greg Hudson2010-05-201-38/+23
* If gss_inquire_cred is called with a null credential, acquire aGreg Hudson2010-05-171-44/+13
* Update dependenciesKen Raeburn2010-05-161-0/+8
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-304-39/+605
* Apply patch from Arlene Berry to cease freeing error tokens output byTom Yu2010-04-221-3/+0
* Update dependenciesKen Raeburn2010-02-201-0/+8
* Implement gss_set_neg_mechsGreg Hudson2010-02-104-0/+88
* Apply patch from Arlene Berry to handle the case where a mechanismTom Yu2010-02-051-2/+10
* Apply patch from Arlene Berry to avoid segfault if a mechTom Yu2010-02-051-0/+5
* Update dependenciesKen Raeburn2010-01-031-0/+7
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-175-1/+100
* Coding Style related fixesZhanna Tsitkov2009-11-251-128/+105
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-168/+166
* make mark-cstyleTom Yu2009-10-3147-187/+160
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-7/+72
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0918-33/+889
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-1/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-222/+221