| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed over to the new profile config file on the PC | Keith Vetter | 1995-04-27 | 2 | -8/+15 |
| * | * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed | Mark Eichin | 1995-04-27 | 2 | -1/+7 |
| * | krb.h: Add const for krb_err_txt to agree with .c file | Ezra Peisach | 1995-04-27 | 4 | -1/+41 |
| * | * krb.h: make INTERFACE, FAR go away for now. | Mark Eichin | 1995-04-27 | 6 | -0/+176 |
| * | Add adm.h and adm_proto.h | Paul Park | 1995-04-26 | 1 | -0/+2 |
| * | Makefile.in: Install the current list of header files. | Ezra Peisach | 1995-04-26 | 2 | -6/+8 |
| * | New header files for new administrative protocol | Paul Park | 1995-04-26 | 2 | -0/+146 |
| * | Add new headers for new administrative protocol | Paul Park | 1995-04-26 | 1 | -1/+2 |
| * | * krb5.h (krb5_fulladdr) : Change port to be of type krb5_address. | Chris Provenzano | 1995-04-26 | 2 | -24/+43 |
| * | Fix .Sanitize file to conform with new files | Theodore Tso | 1995-04-25 | 1 | -14/+0 |
| * | Add #define's for DEFAULT_PROFILE_FILENAME | Theodore Tso | 1995-04-22 | 2 | -0/+12 |
| * | Checked in wrong version of ChangeLog | Theodore Tso | 1995-04-22 | 1 | -1/+3 |
| * | krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere. | Theodore Tso | 1995-04-22 | 3 | -17/+22 |
| * | Changes for the PC due to tytso's changing the include structure | Keith Vetter | 1995-04-20 | 2 | -0/+8 |
| * | Smarter PC makefile pulling .h files from the gssapi world | Keith Vetter | 1995-04-20 | 2 | -0/+11 |
| * | Remove .h files which are now collapsed into krb5.h | Theodore Tso | 1995-04-20 | 14 | -1878/+0 |
| * | Remove support for HAS_ANSI_CONST (that was needed only for | Theodore Tso | 1995-04-20 | 3 | -16/+7 |
| * | Inlined the following include files in krb5.h, to simplify the header | Theodore Tso | 1995-04-20 | 3 | -19/+1607 |
| * | Removed global_context hack | Ezra Peisach | 1995-04-19 | 2 | -4/+8 |
| * | Added default_realm to krb5_context structure | Ezra Peisach | 1995-04-19 | 2 | -0/+5 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 6 | -0/+288 |
| * | Windows global stuff: | Keith Vetter | 1995-04-14 | 24 | -355/+374 |
| * | Bug fixes or better error handling for the following 4 Windows bugs | Keith Vetter | 1995-04-06 | 4 | -49/+54 |
| * | Fixed low-level i/o routine (dup) not being STDC on the PC | Keith Vetter | 1995-04-01 | 2 | -0/+5 |
| * | * configure.in (CONFIG_RULES): Replaced | Theodore Tso | 1995-03-31 | 2 | -0/+5 |
| * | Commit on the whole tree to make a checkpoint for a working windows world | Keith Vetter | 1995-03-31 | 2 | -0/+16 |
| * | Added capability for windows version to read default values out of an ini file | Keith Vetter | 1995-03-29 | 4 | -1/+18 |
| * | Moved the differing parts of osconf.win into osconf.h | Keith Vetter | 1995-03-29 | 3 | -89/+10 |
| * | * 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 |