| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SPI calls to import objects by mech oid | Simo Sorce | 2012-10-02 | 1 | -0/+25 |
* | Add primitives for using interposed mechanisms | Simo Sorce | 2012-10-02 | 1 | -0/+5 |
* | Add support for loading interposer modules | Simo Sorce | 2012-10-02 | 1 | -0/+4 |
* | Delete unused internal mechglue functions | Greg Hudson | 2012-09-17 | 1 | -17/+0 |
* | Introduce gss_export_cred and gss_import_cred | Greg Hudson | 2012-09-11 | 1 | -0/+14 |
* | Remove gss_mechanism_ext | Simo Sorce | 2012-08-08 | 1 | -19/+13 |
* | Make gss_ctx_id_t truly opaque | Simo Sorce | 2012-08-03 | 1 | -2/+2 |
* | Introduce credential store extensions | Simo Sorce | 2012-07-20 | 1 | -0/+28 |
* | Whitespace | Greg Hudson | 2011-09-21 | 1 | -1/+1 |
* | * New implementation to map a gss name to localname | Sam Hartman | 2011-09-21 | 1 | -4/+4 |
* | Eliminate the mechglue union cred auxinfo field | Greg Hudson | 2011-09-05 | 1 | -12/+0 |
* | Fix style issues in r25087 | Greg Hudson | 2011-08-29 | 1 | -1/+1 |
* | Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd... | Sam Hartman | 2011-08-09 | 1 | -58/+58 |
* | Implement gss_authorize_localname, as discussed on the kitten list, | Greg Hudson | 2011-04-10 | 1 | -11/+3 |
* | gss_duplicate_name SPI for SPNEGO | Greg Hudson | 2011-04-05 | 1 | -0/+6 |
* | Add gss_userok and gss_pname_to_uid | Greg Hudson | 2011-04-04 | 1 | -8/+6 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -3/+3 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -12/+0 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 1 | -0/+25 |
* | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 1 | -1/+1 |
* | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 1 | -2/+1 |
* | Implement gss_set_neg_mechs | Greg Hudson | 2010-02-10 | 1 | -0/+6 |
* | Add GSS extensions to store credentials, generate random bits | Greg Hudson | 2009-12-17 | 1 | -0/+10 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -2/+2 |
* | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 1 | -0/+69 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -0/+31 |
* | Remove gss_export_name_object and gss_import_name_object. | Sam Hartman | 2009-01-12 | 1 | -15/+0 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -49/+207 |
* | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -0/+5 |
* | remap mechanism-specific status codes in mechglue/spnego | Ken Raeburn | 2007-08-16 | 1 | -0/+21 |
* | Ensure consistancy between prototypes and functions | Ezra Peisach | 2007-02-19 | 1 | -1/+1 |
* | * src/lib/gssapi/mechglue/mglueP.h: Add loopback field to opaque | Tom Yu | 2006-08-07 | 1 | -0/+12 |
* | Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) from | Alexandra Ellwood | 2006-07-25 | 1 | -3/+3 |
* | * src/lib/gssapi/mechglue/mglueP.h (struct gss_config): Remove | Tom Yu | 2006-06-29 | 1 | -16/+0 |
* | remove unimplemented/unused mechglue functions | Tom Yu | 2006-06-21 | 1 | -28/+0 |
* | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 1 | -49/+161 |
* | * mglueP.h: Make all prototypes unconditional | Ken Raeburn | 2001-10-09 | 1 | -102/+84 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -4/+0 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -0/+11 |
* | Don't include <sys/types.h> mechglue.h will take care of this by | Theodore Tso | 1996-03-27 | 1 | -1/+0 |
* | mechglue.h: Don't include <sys/types.h>; it's included if necessary in | Theodore Tso | 1996-03-21 | 1 | -1/+2 |
* | g_glue.c (__gss_get_mech_type): Fix code to properly parse token | Theodore Tso | 1996-03-01 | 1 | -1/+1 |
* | mglueP.h: For MS-DOS, add #include of malloc.h | Theodore Tso | 1996-02-29 | 1 | -0/+4 |
* | g_acquire_cred.c (gss_add_cred): New GSSAPI V2 function | Theodore Tso | 1996-02-25 | 1 | -0/+4 |
* | Add support for new V2 call gss_wrap_size_limit() | Theodore Tso | 1996-02-25 | 1 | -0/+10 |
* | g_mechname.c (gss_add_mech_name_type): Only mark a name-type as being | Theodore Tso | 1996-02-24 | 1 | -0/+7 |
* | * mglueP.h (gss_config): Change int fields to OM_uint32 to match | Ezra Peisach | 1996-02-24 | 1 | -4/+4 |
* | g_imp_name.c (gss_import_name): If the user passes in a name-type | Theodore Tso | 1996-02-24 | 1 | -1/+32 |
* | Commited new snapshot from Roland Schemers at Sun | Theodore Tso | 1996-02-07 | 1 | -7/+6 |
* | * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c, | Tom Yu | 1996-01-25 | 1 | -195/+227 |