summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue/g_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* wipHEADmasterGünther Deschner2014-03-051-0/+70
* Load import/export cred functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Assume mutex locking cannot failGreg Hudson2013-05-141-38/+26
* Fix unused assignment in mechglue loadConfigFileGreg Hudson2013-03-281-1/+1
* Style cleanup for internal error handlingGreg Hudson2012-12-191-1/+1
* Build fixes for windowsBen Kaduk2012-12-051-1/+1
* Don't use void * arithmetic in interposed_oidGreg Hudson2012-10-131-1/+2
* Add SPI calls to import objects by mech oidSimo Sorce2012-10-021-0/+6
* Add primitives for using interposed mechanismsSimo Sorce2012-10-021-4/+147
* Add support for loading interposer modulesSimo Sorce2012-10-021-24/+243
* Refactor gss mech config parserGreg Hudson2012-09-171-85/+53
* Delete unused internal mechglue functionsGreg Hudson2012-09-171-108/+0
* Remove gss_mechanism_extSimo Sorce2012-08-081-78/+1
* Reuse code to free gss_mech_info structureSimo Sorce2012-08-051-21/+4
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-6/+4
* Formatting fixesGreg Hudson2011-09-191-203/+219
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351
* WhitespaceGreg Hudson2011-08-091-1/+1
* call gssint_mecherrmap_init() from gssint_mechglue_init()Sam Hartman2011-08-091-0/+1
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-101-1/+1
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-051-0/+1
* 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
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* 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
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-0/+5
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-37/+57
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-0/+2
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-171-0/+2
* make mark-cstyleTom Yu2009-10-311-4/+4
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-1/+10
* Implement s4u extensionsGreg Hudson2009-09-131-0/+3
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-231-3/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-121-2/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-63/+632
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-6/+4
* Fix indirection on assignment to minor statusTom Yu2008-07-161-4/+4
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-9/+20
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-161-0/+1
* On unload, free up g_mechSet and g_mechListKen Raeburn2007-03-021-7/+33
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-091-7/+10
* * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): CallTom Yu2006-08-011-0/+3
* * src/lib/gssapi/mechglue/g_initialize.c: Remove various unusedTom Yu2006-06-291-342/+3