| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change call to krb5_auth_con_setcksumtype to use | Theodore Tso | 1996-05-14 | 2 | -1/+7 |
* | Renamed MD5 routines to be preceded with krb5_ | Richard Basch | 1996-04-13 | 3 | -22/+27 |
* | Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error, | Theodore Tso | 1996-04-12 | 2 | -1/+8 |
* | If make_ap_req() returns KRB5APP_TKT_EXPIRED, then return | Theodore Tso | 1996-04-10 | 2 | -0/+8 |
* | Makefile.in (SRCS): Inlined list of source files for SRCS and OBJS | Theodore Tso | 1996-04-02 | 3 | -6/+18 |
* | Don't compile this procedure, since it's not used. The mechanism glue | Theodore Tso | 1996-03-21 | 2 | -0/+10 |
* | Comment out #ident line. This causes the Macintosh C compiler | Theodore Tso | 1996-03-21 | 2 | -2/+9 |
* | Synchronize .Sanitize with current reality | Ezra Peisach | 1996-03-20 | 1 | -1/+2 |
* | use PROTOTYPE and K&R style definitions, per krb5 style | Mark Eichin | 1996-03-12 | 1 | -6/+6 |
* | Change sizeof(long) to sizeof(krb5_int32) | Ezra Peisach | 1996-03-09 | 2 | -1/+6 |
* | k5mech.c (krb5_gss_get_context): Initialize the serializers here, | Theodore Tso | 1996-03-02 | 4 | -125/+119 |
* | accept_sec_context.c (krb5_gss_accept_sec_context): Remove dead code | Theodore Tso | 1996-02-27 | 5 | -7/+23 |
* | Remoe static declaration of kg_context, | Sam Hartman | 1996-02-26 | 2 | -5/+4 |
* | Add support for new V2 call gss_wrap_size_limit | Theodore Tso | 1996-02-25 | 2 | -1/+3 |
* | No longer need to call name-type/mechanism registration function. | Theodore Tso | 1996-02-24 | 2 | -9/+6 |
* | * 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 |
* | Commited new snapshot from Roland Schemers at Sun | Theodore Tso | 1996-02-07 | 3 | -45/+49 |
* | Require DES for credentials | Sam Hartman | 1996-01-26 | 2 | -1/+5 |
* | * 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 |
* | Add support for building GSSAPI as a shared library | Theodore Tso | 1996-01-23 | 2 | -3/+21 |
* | rel_oid.c (krb5_gss_internal_release_oid): Add the new interface for | Theodore Tso | 1996-01-23 | 7 | -687/+61 |
* | New files for Sun's multi-mechanism GSSAPI | Theodore Tso | 1996-01-23 | 2 | -0/+427 |
* | 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 |
* | 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 |
* | Fixed token type numbers so they conform with the protocol spec. Paul | Theodore Tso | 1995-11-18 | 2 | -3/+11 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 2 | -6/+0 |
* | 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 | 2 | -2/+5 |
* | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -3/+8 |
* | 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 |
* | Lots of memory leaks and other fixes... | Theodore Tso | 1995-09-16 | 18 | -106/+136 |
* | Free the auth context when freeing the GSSAPI context structure | Theodore Tso | 1995-09-13 | 3 | -0/+14 |
* | Undo MACINTOSH changes to path in these files - theye were correct. The | Ezra Peisach | 1995-09-12 | 4 | -12/+5 |
* | Reintegrate the keytab -> enctype changes | Ezra Peisach | 1995-09-12 | 3 | -5/+5 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 8 | -5/+35 |
* | (gss_delete_sec_context): Add extra indirection so that we actually | Theodore Tso | 1995-09-09 | 3 | -6/+14 |
* | * accept_sec_context.c, init_sec_context.c, util.c : | Chris Provenzano | 1995-09-06 | 4 | -5/+9 |
* | * accept_sec_context.c, init_sec_context.c, util_seed.c : | Chris Provenzano | 1995-09-06 | 4 | -5/+11 |
* | Update to GSSAPI-V2 | Paul Park | 1995-08-31 | 22 | -79/+780 |
* | init_sec_context.c (krb5_gss_init_sec_context): Remove duplicated | Ezra Peisach | 1995-08-30 | 2 | -23/+5 |
* | Zero out newly allocated context so encrypt_block doesnt have garbage | Paul Park | 1995-08-29 | 3 | -1/+8 |