| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 121 | -0/+5731 |
* | com_err.h: If FAR is not defined, define it away | Theodore Tso | 1995-04-14 | 2 | -0/+7 |
* | aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macro | Theodore Tso | 1995-04-14 | 2 | -2/+13 |
* | Makefile.in, configure.in: Move dependency for all-$WHAT back | Theodore Tso | 1995-04-14 | 2 | -3/+11 |
* | Removed 'unreferenced local variable' problem | Keith Vetter | 1995-04-14 | 2 | -1/+9 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 309 | -1408/+1569 |
* | asn1_k_decode.c (setup, next_tag, apptag, get_field_body, | Theodore Tso | 1995-04-13 | 5 | -13/+64 |
* | that everything is really up to date | Ezra Peisach | 1995-04-11 | 3 | -48/+90 |
* | Changed syntax for windows on the stored ccache file name | Keith Vetter | 1995-04-07 | 2 | -7/+12 |
* | Windows cns: user can now specify the ccache file on the options dialog. | Keith Vetter | 1995-04-07 | 7 | -176/+336 |
* | Bug fixes or better error handling for the following 4 Windows bugs | Keith Vetter | 1995-04-06 | 26 | -111/+238 |
* | pop_init.c (pop_init): Put in a type cast to shut up the compiler. | Theodore Tso | 1995-04-04 | 2 | -1/+6 |
* | Fixed low-level i/o routine (dup) not being STDC on the PC | Keith Vetter | 1995-04-01 | 2 | -0/+5 |
* | Initialize auth_context to NULL before calling sendauth() | Theodore Tso | 1995-04-01 | 2 | -1/+6 |
* | Use the local autoconf when rebuilding the configure script | Theodore Tso | 1995-04-01 | 2 | -1/+6 |
* | Use configure to see if unistd.h needs to be included. Remove | Theodore Tso | 1995-04-01 | 3 | -17/+8 |
* | Move the dependency which causes all-$(WHAT) to be built so that it | Theodore Tso | 1995-04-01 | 3 | -1/+8 |
* | krb5_get_in_tkt returns proper error on clock skew mismatches | Keith Vetter | 1995-04-01 | 2 | -1/+6 |
* | Can now specify port to telnet to on the command line | Keith Vetter | 1995-04-01 | 6 | -202/+322 |
* | Zero out the entry before inserting it | Theodore Tso | 1995-03-31 | 2 | -0/+6 |
* | Remove CFLAGS=@CCOPTS@ line, which is in pre.in | Theodore Tso | 1995-03-31 | 2 | -1/+4 |
* | Make sure the context is initialized before it is used | Theodore Tso | 1995-03-31 | 2 | -0/+6 |
* | * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary reply | Theodore Tso | 1995-03-31 | 3 | -2/+16 |
* | * realm_dom.c (krb5_get_realm_domain): Don't indent #ifdef's! | Theodore Tso | 1995-03-31 | 3 | -6/+12 |
* | * configure.in (CONFIG_RULES): Replaced | Theodore Tso | 1995-03-31 | 2 | -0/+5 |
* | Back out previous change so that it doesn't break people who are using | Theodore Tso | 1995-03-31 | 2 | -15/+32 |
* | Remove unused file | Theodore Tso | 1995-03-31 | 2 | -152/+0 |
* | Fix typos in Mike's changes | Jonathan Kamens | 1995-03-31 | 1 | -2/+2 |
* | Changes from shanzer for API versioning tests | Jonathan Kamens | 1995-03-31 | 1 | -0/+241 |
* | Fix typo which caused new_keytab to not get freed, causing a memory | Theodore Tso | 1995-03-31 | 2 | -1/+6 |
* | Commit on the whole tree to make a checkpoint for a working windows world | Keith Vetter | 1995-03-31 | 17 | -474/+661 |
* | No need to have the session_key established for mutual authentication | Theodore Tso | 1995-03-29 | 2 | -6/+6 |
* | Add a makefile dependency for libtelnet.a, so that the executable gets | Theodore Tso | 1995-03-29 | 4 | -2/+10 |
* | Allow mutual authentication even if the ENCRYPTION option is not | Theodore Tso | 1995-03-29 | 2 | -2/+5 |
* | * def.h: Replace STDARG_PROTOTYPES with HAVE_STDARG_H | John Gilmore | 1995-03-29 | 2 | -1/+6 |
* | * Makefile.in: Fix up Mac makefile. | John Gilmore | 1995-03-29 | 4 | -6/+13 |
* | * ccdefname.c: On Mac, default cred cache is "STDIO:krb5cc" for now. | John Gilmore | 1995-03-29 | 1 | -0/+4 |
* | Added functionality for windows to read default file locations from | Keith Vetter | 1995-03-29 | 7 | -9/+73 |
* | Chasing an elusive nmake bug | Keith Vetter | 1995-03-29 | 2 | -0/+6 |
* | 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: Fix up Mac build process somewhat. Not complete | John Gilmore | 1995-03-29 | 2 | -9/+20 |
* | * Makefile.in (all): Run all-$(WHAT). | John Gilmore | 1995-03-29 | 2 | -2/+13 |
* | * Makefile.in (all): Split into all-$(WHAT). | John Gilmore | 1995-03-29 | 2 | -3/+14 |
* | * configure.in (AC_REPLACE_FUNCS): Add getuid to the list. | John Gilmore | 1995-03-29 | 4 | -4/+14 |
* | * DNR.c: Add Apple MacTCP source file for domain name resolution. | John Gilmore | 1995-03-29 | 10 | -36/+542 |
* | * rd_req_sim.c: Really remove the file | John Gilmore | 1995-03-29 | 2 | -74/+3 |
* | * Makefile.in (BUILDTOP2, etc): Make it possible | John Gilmore | 1995-03-29 | 3 | -13/+45 |
* | * Makefile.in (unixmac): Add to build header files | John Gilmore | 1995-03-29 | 2 | -0/+6 |
* | * Makefile.in (clean-mac): Add. | John Gilmore | 1995-03-29 | 3 | -6/+13 |