summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue/g_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make gssint_get_mechanism match prototypeTom Yu2006-06-261-2/+1
* * src/lib/gssapi/mechglue/g_initialize.c: Remove unused variablesTom Yu2006-06-221-3/+1
* remove unimplemented/unused mechglue functionsTom Yu2006-06-211-52/+0
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-141-139/+888
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-7/+0
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-1/+1
* g_imp_sec_context.c (gss_import_sec_context):Theodore Tso1996-03-211-0/+1
* mechglue.h: Don't include <sys/types.h>; it's included if necessary inTheodore Tso1996-03-211-1/+1
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-121-3/+5
* g_initialize.c (gss_initialize): Don't fprintf to stderr onTheodore Tso1996-02-281-0/+7
* g_mechname.c (gss_add_mech_name_type): Only mark a name-type as beingTheodore Tso1996-02-241-15/+32
* Need to include stdio.h and errno.h no matter what.Ezra Peisach1996-02-071-2/+3
* Commited new snapshot from Roland Schemers at SunTheodore Tso1996-02-071-4/+180
* Check for stdlib.h (configure.in)Ezra Peisach1996-01-231-0/+5