| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fcc_destry.c (krb5_fcc_destroy()) | Chris Provenzano | 1995-03-10 | 4 | -3/+11 |
| * | * init_sec_context.c (krb5_gss_init_sec_context()) | Chris Provenzano | 1995-03-10 | 3 | -49/+73 |
| * | * krb5.h Added empty structure declaration of krb5_auth_context | Chris Provenzano | 1995-03-10 | 3 | -1/+12 |
| * | * func-proto.h (krb5_mk_req(), krb5_mk_req_extended(), krb5_rd_rep(), | Chris Provenzano | 1995-03-10 | 4 | -45/+121 |
| * | * Makefile.in (all-windows): tabs, not spaces. | Mark Eichin | 1995-03-09 | 2 | -2/+6 |
| * | Some int/long, signed/unsigned conversions | Keith Vetter | 1995-03-09 | 4 | -11/+17 |
| * | Remove verify.o when doing a make clean | Theodore Tso | 1995-03-08 | 2 | -1/+5 |
| * | Stubbed an OS routine to satisfy the linker until we can really port it to th... | Keith Vetter | 1995-03-08 | 2 | -0/+17 |
| * | Changed krb5 library name on the PC since the DLL will take that name instead | Keith Vetter | 1995-03-08 | 12 | -6/+30 |
| * | Made explicit the signed to unsigned conversions in the gssapi/krb5 | Keith Vetter | 1995-03-08 | 22 | -47/+59 |
| * | README file describes imake configuration standards; imake is long gone | Theodore Tso | 1995-03-08 | 1 | -323/+0 |
| * | Fixed up some missing protocols and unchecked casts | Keith Vetter | 1995-03-08 | 6 | -11/+26 |
| * | Added syntactic sugar for Windows segmented architecture | Keith Vetter | 1995-03-08 | 2 | -3/+7 |
| * | * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced | Mark Eichin | 1995-03-08 | 32 | -56/+67 |
| * | Ported the ccache directory to the PC. This is temporary--eventually we'll | Keith Vetter | 1995-03-08 | 27 | -154/+226 |
| * | PC porting: more prototyping, defines for overflow checking on the PC and | Keith Vetter | 1995-03-07 | 8 | -20/+185 |
| * | 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 |
| * | Shell script for propagating the Kerberos database to slave servers | Theodore Tso | 1995-03-03 | 1 | -0/+30 |
| * | * Makefile.in (unixmac): New target, runs on Unix to build include | John Gilmore | 1995-03-03 | 2 | -0/+7 |
| * | Make include files begin to work on the Macintosh | John Gilmore | 1995-03-03 | 3 | -18/+34 |
| * | Make include files start to work on the Macintosh | John Gilmore | 1995-03-03 | 4 | -2/+17 |
| * | 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 | 2 | -1/+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 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 33 | -31/+88 |
| * | .cvsingore file to suppress CVS's handling of the "configure" file | Theodore Tso | 1995-03-02 | 1 | -0/+1 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 28 | -27/+70 |
| * | A few small changes for 16 vs 32 bit, pulling in winsock for network byte | Keith Vetter | 1995-03-02 | 16 | -36/+47 |
| * | Fixed up a const attribute on krb5_send_tgs in func-proto.h | Keith Vetter | 1995-03-02 | 2 | -1/+5 |
| * | Several small 16 vs 32 bit casts | Keith Vetter | 1995-03-02 | 6 | -4/+13 |
| * | Prototype changes for the krb5/os functions needed on the PC | Keith Vetter | 1995-03-02 | 3 | -30/+52 |
| * | 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 |
| * | Changes for PC to reflect the flatter include hierarchy | Keith Vetter | 1995-03-01 | 2 | -5/+11 |
| * | Changes for rcache on the PC, mostly adding INTERFACE to the prototypes. Also | Keith Vetter | 1995-03-01 | 4 | -18/+892 |
| * | 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 malloc() and realloc() | Theodore Tso | 1995-03-01 | 2 | -2/+4 |
| * | Only define labs(x) -> abs(x) if labs() is not defined elsewhere. | Theodore Tso | 1995-03-01 | 3 | -0/+9 |
| * | Remove declaration of exit() | Theodore Tso | 1995-03-01 | 2 | -1/+4 |
| * | Add proper #ifdef's to #include the appropriate system header files | Theodore Tso | 1995-03-01 | 2 | -0/+24 |
| * | acconfig.h: Add HAS_LABS defintiion | Theodore Tso | 1995-03-01 | 3 | -1/+7 |