| Commit message (Expand) | Author | Age | Files | Lines |
| * | ser_sctx.c (kg_oid_externalize, kg_oid_internalize, | Theodore Tso | 1996-10-19 | 5 | -12/+183 |
| * | *** empty log message *** | Marc Horowitz | 1996-10-16 | 1 | -0/+6 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): return an | Marc Horowitz | 1996-10-16 | 1 | -21/+37 |
| * | Don't let the "timeleft" returned by krb5_gss_acquire_cred be negative! | Theodore Tso | 1996-10-10 | 2 | -1/+6 |
| * | Definition of gss_nt_krb5_name was incorrect; someone was being a | Theodore Tso | 1996-10-09 | 2 | -1/+6 |
| * | Fix stupid bug; don't free buf before it's allocated! | Theodore Tso | 1996-08-28 | 2 | -1/+5 |
| * | * Require DES-CBC-CRC. This works always | Sam Hartman | 1996-08-22 | 2 | -1/+6 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Add const to local | Ezra Peisach | 1996-08-02 | 2 | -1/+7 |
| * | * Makefile.in (OBJS): Remove trailing backslash on a comment; it | Tom Yu | 1996-07-26 | 2 | -1/+6 |
| * | Add AC_PROG_INSTALL, since it's needed for a "make install" | Theodore Tso | 1996-07-26 | 2 | -0/+6 |
| * | restore old version (oops checked in debugging vers | Tom Yu | 1996-07-26 | 1 | -3/+0 |
| * | * Makefile.in: remove trailing backslash from comment under SRCS | Tom Yu | 1996-07-26 | 3 | -1/+10 |
| * | init_sec_context.c (krb5_gss_init_sec_context): Fixed error checking | Theodore Tso | 1996-07-25 | 5 | -22/+31 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Initialize variable | Ezra Peisach | 1996-07-25 | 2 | -0/+7 |
| * | ser_sctx.c (kg_oid_externalize): Add proper return code | Theodore Tso | 1996-07-25 | 4 | -6/+16 |
| * | Fix broken Windows commands to copy gssapi_krb5.h to include/gssapi | Theodore Tso | 1996-07-24 | 2 | -1/+4 |
| * | Must include k5-int.h on Windows and Macintosh builds | Theodore Tso | 1996-07-24 | 2 | -0/+9 |
| * | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 40 | -1003/+2032 |
| * | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 2 | -1/+5 |
| * | Makefile.in: Update special rule for gssapi_err_krb5.obj so that it | Theodore Tso | 1996-06-13 | 2 | -5/+5 |
| * | Checked in missing _WIN32 #ifdef | Theodore Tso | 1996-06-13 | 1 | -1/+1 |
| * | Add #ifdef _WIN32 in places where we had #ifdef _MSDOS | Theodore Tso | 1996-06-12 | 2 | -1/+6 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | Changed `mutual' element of struct _krb5_gss_ctx_id_rec into more general | Kevin Mitchell | 1996-06-07 | 6 | -12/+21 |
| * | * k5seal.c k5unseal.c util_cksum.c: | Richard Basch | 1996-05-15 | 4 | -11/+14 |
| * | 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 |