| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Ported the ccache directory to the PC. This is temporary--eventually we'll | Keith Vetter | 1995-03-08 | 27 | -154/+226 |
| * | Port of most of the OS directory to the PC | Keith Vetter | 1995-03-07 | 31 | -44/+139 |
| * | Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ... | Keith Vetter | 1995-03-07 | 4 | -3/+11 |
| * | Ported the posix directory for the PC--one file | Keith Vetter | 1995-03-07 | 3 | -1/+27 |
| * | Moved PC low-level i/o crud out of source files and into k5-config.h | Keith Vetter | 1995-03-07 | 2 | -31/+6 |
| * | Finished off changed needed for making libcrypto.dll. Biggest change | Keith Vetter | 1995-03-04 | 9 | -9/+69 |
| * | * Makefile.in (unixmac): New target, runs on Unix to build include | John Gilmore | 1995-03-03 | 2 | -0/+7 |
| * | Added the files and changes needed to create a dll out of libcrypto | Keith Vetter | 1995-03-03 | 20 | -43/+198 |
| * | Used the NEED_SOCKETS mechanism to pull in winsock.h on the PC | Keith Vetter | 1995-03-03 | 3 | -3/+7 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 2 | -2/+5 |
| * | Changed NEED_WINSOCK_H to NEED_SOCKETS | Keith Vetter | 1995-03-02 | 4 | -2/+10 |
| * | Forgot to update log for previous change of NEED_WINSOCK_H to NEED_SOCKETS | Keith Vetter | 1995-03-02 | 1 | -0/+5 |
| * | Changed NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket files | Keith Vetter | 1995-03-02 | 4 | -4/+4 |
| * | A few small changes for 16 vs 32 bit, pulling in winsock for network byte | Keith Vetter | 1995-03-02 | 16 | -36/+47 |
| * | Several small 16 vs 32 bit casts | Keith Vetter | 1995-03-02 | 6 | -4/+13 |
| * | Ported 2 files needed by the crypto library to work on the PC | Keith Vetter | 1995-03-02 | 4 | -34/+221 |
| * | Fixed some 16 vs. 32 bit conversion problems for the PC | Keith Vetter | 1995-03-02 | 4 | -13/+23 |
| * | Changed int to krb5_int32 for the PC in f_princ.c | Keith Vetter | 1995-03-02 | 2 | -1/+5 |
| * | Updated rcache's makefile.in. Small change to confirm I'm back in a | Keith Vetter | 1995-03-01 | 8 | -66/+149 |
| * | Remove declaration of exit() | Theodore Tso | 1995-03-01 | 2 | -1/+4 |
| * | Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with | Theodore Tso | 1995-03-01 | 2 | -3/+6 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 12 | -18/+14 |
| * | <com_err.h> => "com_err.h" | John Gilmore | 1995-02-28 | 4 | -2/+4 |
| * | * *.c: Avoid <krb5/...> includes. | John Gilmore | 1995-02-28 | 66 | -274/+76 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 31 | -159/+34 |
| * | * daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...> | John Gilmore | 1995-02-28 | 5 | -7/+12 |
| * | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 6 | -9/+6 |
| * | *.c: Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 22 | -73/+28 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 32 | -95/+35 |
| * | * init_ets.c: Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 2 | -2/+5 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 11 | -23/+20 |
| * | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 26 | -55/+44 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 16 | -16/+35 |
| * | Converted the krb5/krb directory to work under windows. Mostly added the | Keith Vetter | 1995-02-27 | 66 | -203/+217 |
| * | All to change krb5_get_credentials() .. | Chris Provenzano | 1995-02-23 | 11 | -332/+359 |
| * | * init_sec_context.c (make_ap_req()) Use new API for | Chris Provenzano | 1995-02-23 | 2 | -49/+64 |
| * | Converted krb/keytab to work on the PC. Mostly just adding the windows | Keith Vetter | 1995-02-22 | 22 | -74/+112 |
| * | Remove call to xfree at the end. This routine now only frees the | Theodore Tso | 1995-02-22 | 2 | -1/+6 |
| * | Fix argument type to krb5_free_cred_enc_part() | Theodore Tso | 1995-02-22 | 2 | -1/+6 |
| * | Converted krb5/des425 and krb5/asn.1 to the PC | Keith Vetter | 1995-02-22 | 35 | -361/+410 |
| * | Added missing declarations, removed duplicate ones | Theodore Tso | 1995-02-22 | 3 | -9/+21 |
| * | * configure.in: check for HAVE_FLOCK, since we may need to use | Mark Eichin | 1995-02-21 | 3 | -22/+95 |
| * | * init_ets.c (krb5_init_ets): use old-style definition | Mark Eichin | 1995-02-21 | 2 | -1/+6 |
| * | Updated krb5/error_tables for the PC. Makefile.in set up to run awk if one | Keith Vetter | 1995-02-21 | 3 | -13/+49 |
| * | Converted krb5/free to the PC. Added windows INTERFACE keyword to the | Keith Vetter | 1995-02-21 | 33 | -63/+73 |
| * | PC'fied gssapi directories. Mostly changing Makefile.in and adding the | Keith Vetter | 1995-02-21 | 49 | -226/+317 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 40 | -160/+333 |
| * | Renames for 8.3 uniqueness for files created by the Make process | Keith Vetter | 1995-02-20 | 4 | -7/+16 |
| * | DOS 8.3 filename changes. The make process created some files with | Keith Vetter | 1995-02-20 | 4 | -7/+16 |
| * | Experimental checkin | Keith Vetter | 1995-02-20 | 2 | -1/+10 |