| Commit message (Expand) | Author | Age | Files | Lines |
| * | No longer need to call name-type/mechanism registration function. | Theodore Tso | 1996-02-24 | 2 | -9/+6 |
| * | g_mechname.c (gss_add_mech_name_type): Only mark a name-type as being | Theodore Tso | 1996-02-24 | 13 | -256/+473 |
| * | * mglueP.h (gss_config): Change int fields to OM_uint32 to match | Ezra Peisach | 1996-02-24 | 2 | -4/+10 |
| * | * import_sec_context.c (krb5_gss_import_sec_context): Do not | Ezra Peisach | 1996-02-24 | 3 | -6/+12 |
| * | * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototype | Ezra Peisach | 1996-02-24 | 3 | -4/+13 |
| * | gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * as | Theodore Tso | 1996-02-24 | 24 | -330/+145 |
| * | g_imp_name.c (gss_import_name): If the user passes in a name-type | Theodore Tso | 1996-02-24 | 7 | -16/+189 |
| * | Incluide stdlib.h for declaration of malloc | Ezra Peisach | 1996-02-11 | 2 | -0/+8 |
| * | * g_glue.c: grab stdlib.h to get NULL | Tom Yu | 1996-02-10 | 2 | -0/+7 |
| * | Need to include stdio.h and errno.h no matter what. | Ezra Peisach | 1996-02-07 | 2 | -2/+7 |
| * | Folded in danw's changes to allow building Makefiles for the | Theodore Tso | 1996-02-07 | 2 | -0/+8 |
| * | Commited new snapshot from Roland Schemers at Sun | Theodore Tso | 1996-02-07 | 40 | -454/+1115 |
| * | Require DES for credentials | Sam Hartman | 1996-01-26 | 2 | -1/+5 |
| * | Fix bug in call to shared library macros | Sam Hartman | 1996-01-26 | 2 | -1/+5 |
| * | Remove superfluous link line | Sam Hartman | 1996-01-25 | 2 | -1/+5 |
| * | * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c, | Tom Yu | 1996-01-25 | 15 | -196/+288 |
| * | * pname_to_uid.c (krb5_pname_to_uid): Changed def'n of | Tom Yu | 1996-01-25 | 2 | -2/+8 |
| * | Don't assume that the input_name_buffer is null terminated, when it | Theodore Tso | 1996-01-24 | 2 | -8/+26 |
| * | Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warning | Ezra Peisach | 1996-01-23 | 4 | -1/+14 |
| * | Check for stdlib.h (configure.in) | Ezra Peisach | 1996-01-23 | 11 | -0/+44 |
| * | * Makefile.in (SRCS): Remove extraneous line with only a tab. | Ezra Peisach | 1996-01-23 | 2 | -2/+11 |
| * | * Makefile.in (SHLIB_LIBS): Add lines for shared library building | Ezra Peisach | 1996-01-23 | 2 | -0/+9 |
| * | Add support for building GSSAPI as a shared library | Theodore Tso | 1996-01-23 | 5 | -8/+57 |
| * | configure.in: Add the mechglue directory as a subdir | Theodore Tso | 1996-01-23 | 3 | -2/+10 |
| * | gssapiP_generic.h: Removed prototypes of functions that have been | Theodore Tso | 1996-01-23 | 7 | -543/+9 |
| * | rel_oid.c (krb5_gss_internal_release_oid): Add the new interface for | Theodore Tso | 1996-01-23 | 7 | -687/+61 |
| * | Added Sun's changes (from Roland), as fixed by Ted, to finally have a | Theodore Tso | 1996-01-23 | 14 | -54/+995 |
| * | New files for Sun's multi-mechanism GSSAPI | Theodore Tso | 1996-01-23 | 2 | -0/+427 |
| * | Added ##DOS statements after gssapi_err_generic.$(OBJECT) to get it | Theodore Tso | 1996-01-11 | 2 | -0/+9 |
| * | Remove #if statement that used sizeof(xxx), since that won't work for | Theodore Tso | 1996-01-11 | 2 | -6/+7 |
| * | Added defintion for KRB5_GSS_FOR_CREDS_OPTION | Theodore Tso | 1996-01-10 | 1 | -0/+2 |
| * | gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added for | Theodore Tso | 1996-01-10 | 3 | -77/+252 |
| * | gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macros | Theodore Tso | 1996-01-05 | 2 | -0/+13 |
| * | gssapiP_generic.h: Don't include <sys/types.h> since it's already | Theodore Tso | 1996-01-05 | 3 | -3/+9 |
| * | Add rule for building shared object files | Theodore Tso | 1995-12-01 | 2 | -0/+5 |
| * | Changed token ID for KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG both | Theodore Tso | 1995-12-01 | 2 | -1/+5 |
| * | * krb5_gss_glue.c (gss_inquire_names_for_mech): Added new context | Theodore Tso | 1995-12-01 | 3 | -2/+12 |
| * | Makefile.in, ChangeLog: Add support to compile shared libraries | Theodore Tso | 1995-11-18 | 4 | -3/+29 |
| * | Fixed token type numbers so they conform with the protocol spec. Paul | Theodore Tso | 1995-11-18 | 2 | -3/+11 |
| * | Renamed filenames so they would be unique in an 8.3 filesystem. Added | Theodore Tso | 1995-11-18 | 29 | -100/+239 |
| * | Initial checkin of Sun's (Derek's) multi-mechanism GSSAPI support | Theodore Tso | 1995-11-15 | 31 | -0/+2356 |
| * | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 6 | -42/+28 |
| * | Change the input type of do_mutual to be OM_int32 instead of an int, | Theodore Tso | 1995-10-25 | 2 | -1/+8 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 6 | -5/+15 |
| * | For MS-DOS, use the brute force method of defining the size of | Theodore Tso | 1995-09-29 | 2 | -9/+17 |
| * | Misc Mac cleanups | Keith Vetter | 1995-09-29 | 2 | -3/+12 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 6 | -14/+21 |
| * | Fix tabbing in prototypes. (Just to clear up a conflict) | Theodore Tso | 1995-09-25 | 1 | -6/+6 |
| * | Fixed kb_seal_size prototype | Keith Vetter | 1995-09-25 | 2 | -2/+6 |
| * | acquire_.c: changed int to size_t. | Theodore Tso | 1995-09-23 | 7 | -5/+76 |