| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in (KRB5_HEADERS, install): `Make install' now works. | John Gilmore | 1995-03-29 | 4 | -1/+16 |
| * | * k5-errors.h: Rename errors.h (which duplicated a standard Mac | John Gilmore | 1995-03-29 | 7 | -0/+588 |
| * | * Makefile.in (KRB5_HEADERS, install): Account for file renames. | John Gilmore | 1995-03-29 | 6 | -20/+94 |
| * | * func-proto.h (krb5_rd_req(), krb5_rd_req_decode(), krb5_mk_rep(), | Chris Provenzano | 1995-03-27 | 2 | -35/+31 |
| * | adm_defs.h (ADM5_DEFAULT_PORT): Add definition of default | Theodore Tso | 1995-03-24 | 3 | -8/+24 |
| * | PC config changes due to changes in include sys/types.h | Keith Vetter | 1995-03-22 | 2 | -18/+8 |
| * | Part of low-level open file PC bug and moved some prototypes into world | Keith Vetter | 1995-03-22 | 4 | -4/+17 |
| * | Fix comment that referred to STDARG_PROTOTYPES | John Gilmore | 1995-03-19 | 2 | -1/+5 |
| * | * krb5.h: Move <sys/types> and u_long (etc) code to krb5/k5-config.h. | John Gilmore | 1995-03-18 | 3 | -13/+8 |
| * | * k5-config.h: Move <sys/types.h> handling from ../krb5.h to | John Gilmore | 1995-03-18 | 3 | -1/+45 |
| * | Delete redundant definitions defined in pre/config.in | Theodore Tso | 1995-03-17 | 2 | -4/+6 |
| * | Delete redundant definitions that already defined in pre/config.in | Theodore Tso | 1995-03-17 | 2 | -8/+4 |
| * | * configure.in: Replace nonstandard CHECK_STDARG with | John Gilmore | 1995-03-17 | 5 | -4/+235 |
| * | Include file changes needed for error table stuff | Keith Vetter | 1995-03-16 | 2 | -4/+10 |
| * | Makefile now recurses into krb5 directory on the PC | Keith Vetter | 1995-03-16 | 2 | -1/+29 |
| * | Some windows i/o stuff and moved 2 prototypes to func-proto.h | Keith Vetter | 1995-03-15 | 4 | -8/+23 |
| * | Removed definition of FD_SETSIZE, FD_SET, FD_CLR, FD_ISSET, and | Theodore Tso | 1995-03-10 | 2 | -9/+6 |
| * | * 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 |
| * | PC porting: more prototyping, defines for overflow checking on the PC and | Keith Vetter | 1995-03-07 | 8 | -20/+185 |
| * | 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 |
| * | Changed NEED_WINSOCK_H to NEED_SOCKETS | Keith Vetter | 1995-03-02 | 2 | -1/+5 |
| * | Fixed up a const attribute on krb5_send_tgs in func-proto.h | Keith Vetter | 1995-03-02 | 2 | -1/+5 |
| * | Prototype changes for the krb5/os functions needed on the PC | Keith Vetter | 1995-03-02 | 3 | -30/+52 |
| * | Changes for rcache on the PC, mostly adding INTERFACE to the prototypes. Also | Keith Vetter | 1995-03-01 | 4 | -18/+892 |
| * | 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 |
| * | Change config.h -> k5-config.h and free.h -> k5-free.h to reflect | Theodore Tso | 1995-03-01 | 2 | -2/+7 |
| * | * krb5.h: Rename to ../krb5.h so it can be #included by end users | John Gilmore | 1995-02-28 | 2 | -330/+1 |
| * | * Makefile.in (osconf.h): Remove temp file osconf.new | John Gilmore | 1995-02-28 | 8 | -9/+27 |
| * | * k5-int.h: Remove commented-out <widen.h> and <narrow.h>. | John Gilmore | 1995-02-28 | 3 | -32/+336 |
| * | Converted the krb5/krb directory to work under windows. Mostly added the | Keith Vetter | 1995-02-27 | 4 | -13/+34 |
| * | * func-proto.h (krb5_get_credentials(), krb5_get_cred_from_kdc(), | Chris Provenzano | 1995-02-23 | 2 | -4/+13 |
| * | Converted krb/keytab to work on the PC. Mostly just adding the windows | Keith Vetter | 1995-02-22 | 2 | -9/+13 |
| * | Converted krb5/des425 and krb5/asn.1 to the PC | Keith Vetter | 1995-02-22 | 3 | -46/+56 |
| * | * config.h: get krb5/autoconf.h. | Mark Eichin | 1995-02-21 | 3 | -3/+10 |
| * | Converted krb5/free to the PC. Added windows INTERFACE keyword to the | Keith Vetter | 1995-02-21 | 3 | -114/+131 |
| * | * configure.in: Flip again. Use AC_CHECK_HEADERS, but default the | John Gilmore | 1995-02-21 | 4 | -15/+139 |
| * | * config.h, config.win: Remove; merge them both into ../config.h. | John Gilmore | 1995-02-21 | 3 | -144/+5 |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 8 | -22/+36 |
| * | * configure.in: Use AC_HAVE_HEADER rather than AC_HEADER_CHECK. | John Gilmore | 1995-02-17 | 2 | -2/+8 |
| * | * configure.in: added header checks for sys/param.h and sys/file.h. | John Gilmore | 1995-02-15 | 5 | -9/+47 |
| * | * config.win: new file--windows base template for config.h | John Gilmore | 1995-02-15 | 3 | -0/+65 |
| * | Removed ISODE cruft -- moved included .h files from krb5/asn.1/*.h into | Theodore Tso | 1995-02-10 | 8 | -1048/+253 |
| * | * func-proto.h (krb5_get_in_tkt()) Changed key_proc args to be the | Chris Provenzano | 1995-02-08 | 2 | -11/+32 |
| * | Use politically correct name of AC_CHECK_SIZEOF instead of | Theodore Tso | 1995-02-03 | 2 | -3/+6 |
| * | Ignore autoconf.h.in, since that's generated automatically by autoheader | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 3 | -0/+3 |