summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize localname on error in gss_localnameGreg Hudson2011-10-061-4/+5
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* WhitespaceGreg Hudson2011-09-212-66/+68
* * New implementation to map a gss name to localnameSam Hartman2011-09-213-56/+75
* Formatting fixesGreg Hudson2011-09-191-203/+219
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-15/+15
* Fix style issues in r25087Greg Hudson2011-08-292-3/+3
* Fix major status handling in gss_acquire_credGreg Hudson2011-08-111-0/+1
* WhitespaceGreg Hudson2011-08-091-1/+1
* call gssint_mecherrmap_init() from gssint_mechglue_init()Sam Hartman2011-08-091-0/+1
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-096-64/+66
* Fix gss_set_cred_option cred creation with no nameGreg Hudson2011-07-221-6/+8
* make dependEzra Peisach2011-07-011-8/+8
* 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