| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify gss_indicate_mechs() by using generic_gss_copy_oid_set | Sam Hartman | 2011-10-14 | 1 | -52/+3 |
* | Windows fixes: remove unreferenced; use sizeof to compute array size | Sam Hartman | 2011-09-28 | 1 | -2/+1 |
* | * New implementation to map a gss name to localname | Sam Hartman | 2011-09-21 | 1 | -6/+4 |
* | Formatting fixes | Greg Hudson | 2011-09-19 | 1 | -203/+219 |
* | On Windows, parse mechanism info from Registry instead of mech file | Sam Hartman | 2011-09-19 | 1 | -169/+351 |
* | Whitespace | Greg Hudson | 2011-08-09 | 1 | -1/+1 |
* | call gssint_mecherrmap_init() from gssint_mechglue_init() | Sam Hartman | 2011-08-09 | 1 | -0/+1 |
* | Implement gss_authorize_localname, as discussed on the kitten list, | Greg Hudson | 2011-04-10 | 1 | -1/+1 |
* | gss_duplicate_name SPI for SPNEGO | Greg Hudson | 2011-04-05 | 1 | -0/+1 |
* | r24838 accidentally added a gss_duplicate_name line to | Greg Hudson | 2011-04-04 | 1 | -1/+0 |
* | Prevent bleed-through of mechglue symbols into loaded mechs | Greg Hudson | 2011-04-04 | 1 | -54/+67 |
* | Add gss_userok and gss_pname_to_uid to dynamic mech loading table. | Greg Hudson | 2011-04-04 | 1 | -0/+2 |
* | Allow absolute paths for mechglue libraries. From r24736 in | Greg Hudson | 2011-04-01 | 1 | -1/+5 |
* | Plug a memory leak in gss_indicate_mechs | Greg Hudson | 2010-10-09 | 1 | -1/+3 |
* | In gss_indicate_mechs, avoid setting the output pointer until success | Greg Hudson | 2010-10-08 | 1 | -17/+17 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 1 | -0/+5 |
* | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -37/+57 |
* | Implement gss_set_neg_mechs | Greg Hudson | 2010-02-10 | 1 | -0/+2 |
* | Add GSS extensions to store credentials, generate random bits | Greg Hudson | 2009-12-17 | 1 | -0/+2 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -4/+4 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -1/+10 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -0/+3 |
* | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
* | Remove some null checks in cases where pointers can't be null | Greg Hudson | 2009-01-23 | 1 | -3/+1 |
* | Remove gss_export_name_object and gss_import_name_object. | Sam Hartman | 2009-01-12 | 1 | -2/+0 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -63/+632 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -6/+4 |
* | Fix indirection on assignment to minor status | Tom Yu | 2008-07-16 | 1 | -4/+4 |
* | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 1 | -9/+20 |
* | fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
* | remap mechanism-specific status codes in mechglue/spnego | Ken Raeburn | 2007-08-16 | 1 | -0/+1 |
* | On unload, free up g_mechSet and g_mechList | Ken Raeburn | 2007-03-02 | 1 | -7/+33 |
* | MITKRB5-SA-2006-003: mechglue argument handling too lax | Tom Yu | 2007-01-09 | 1 | -7/+10 |
* | * src/lib/gssapi/mechglue/g_initialize.c (gss_release_oid): Call | Tom Yu | 2006-08-01 | 1 | -0/+3 |
* | * src/lib/gssapi/mechglue/g_initialize.c: Remove various unused | Tom Yu | 2006-06-29 | 1 | -342/+3 |
* | make gssint_get_mechanism match prototype | Tom Yu | 2006-06-26 | 1 | -2/+1 |
* | * src/lib/gssapi/mechglue/g_initialize.c: Remove unused variables | Tom Yu | 2006-06-22 | 1 | -3/+1 |
* | remove unimplemented/unused mechglue functions | Tom Yu | 2006-06-21 | 1 | -52/+0 |
* | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 1 | -139/+888 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -7/+0 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -1/+1 |
* | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -1/+1 |
* | g_imp_sec_context.c (gss_import_sec_context): | Theodore Tso | 1996-03-21 | 1 | -0/+1 |
* | mechglue.h: Don't include <sys/types.h>; it's included if necessary in | Theodore Tso | 1996-03-21 | 1 | -1/+1 |
* | use PROTOTYPE and K&R style definitions, per krb5 style | Mark Eichin | 1996-03-12 | 1 | -3/+5 |
* | g_initialize.c (gss_initialize): Don't fprintf to stderr on | Theodore Tso | 1996-02-28 | 1 | -0/+7 |
* | g_mechname.c (gss_add_mech_name_type): Only mark a name-type as being | Theodore Tso | 1996-02-24 | 1 | -15/+32 |
* | Need to include stdio.h and errno.h no matter what. | Ezra Peisach | 1996-02-07 | 1 | -2/+3 |
* | Commited new snapshot from Roland Schemers at Sun | Theodore Tso | 1996-02-07 | 1 | -4/+180 |
* | Check for stdlib.h (configure.in) | Ezra Peisach | 1996-01-23 | 1 | -0/+5 |