| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | update dependencies | Ken Raeburn | 2002-06-21 | 1 | -1/+2 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -14/+6 |
| * | Build without k5-int.h | Sam Hartman | 2002-04-12 | 4 | -5/+15 |
| * | * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes, | Tom Yu | 2002-03-29 | 3 | -18/+23 |
| * | * kerberos.c: Include errno.h | Ken Raeburn | 2002-03-28 | 2 | -0/+5 |
| * | Updated telnet patch | Sam Hartman | 2002-03-27 | 3 | -18/+20 |
| * | Fix client side buffer overflows | Sam Hartman | 2002-03-16 | 3 | -6/+28 |
| * | * configure.in: Do not explicitly add getent.o and setenv.o to | Ezra Peisach | 2002-03-13 | 3 | -3/+16 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -29/+31 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 12 | -215/+165 |
| * | updated dependencies for latest make-depend target code | Ken Raeburn | 2001-09-06 | 1 | -7/+7 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 1 | -0/+42 |
| * | * enc_des.c (fb64_start): Remove variable set but never used | Ezra Peisach | 2001-07-23 | 2 | -3/+5 |
| * | * kerberos.c (Data): Third argument now const | Ezra Peisach | 2001-07-09 | 5 | -8/+20 |
| * | * configure.in: Check for need to provide setenv prototype if | Ezra Peisach | 2001-07-06 | 4 | -2/+14 |
| * | * encrypt.c (encrypt_reply): Cast arguments to printf to match | Ezra Peisach | 2001-07-05 | 2 | -4/+9 |
| * | * krb5forw.h: File with prototype for rd_and_store_for_creds() | Ezra Peisach | 2001-07-02 | 13 | -16/+78 |
| * | * enc_des.c: Change local variable index to idx to not shadown | Ezra Peisach | 2001-06-22 | 4 | -45/+58 |
| * | * forward.c: If NEED_SETENV defined, provide prototype for setenv | Ezra Peisach | 2001-06-21 | 3 | -0/+11 |
| * | * kerberos5.c: Add prototype for rd_and_store_for_creds() | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * encrypt.c (encrypt_is): Cast arguments to printf to match format | Ezra Peisach | 2001-06-18 | 2 | -2/+7 |
| * | * genget.c (LOWER): Cast argument to isupper()/tolower() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * auth-proto.h: Add prototype for kerberos5_cleanup() | Ezra Peisach | 2001-06-07 | 3 | -1/+22 |
| * | * auth-proto.h: Add prototypes for getauthmask(), auth_enable, | Ezra Peisach | 2001-06-06 | 16 | -47/+130 |
| * | * configure.in: Check for setenv, unsetenv, and getenv. Compile | Tom Yu | 2001-04-04 | 3 | -2/+22 |
| * | * configure.in: Use AC_C_CONST instead of AC_CONST | Ezra Peisach | 2000-11-01 | 2 | -1/+5 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 5 | -20/+61 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -1/+1 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 10 | -10/+40 |
| * | jaltman's principal-name check from 1.1 branch, indentation fixed | Ken Raeburn | 1999-09-01 | 2 | -2/+29 |
| * | kerberos5.c: Increase size of str_data so that we can accept | Theodore Tso | 1999-02-04 | 2 | -1/+6 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-13 | 2 | -0/+7 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 3 | -43/+273 |
| * | configure.in: Change test for cgetent to use HAVE_ instead of HAS_, | Theodore Tso | 1998-05-14 | 4 | -6/+15 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -3/+8 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 3 | -1/+10 |
| * | * forward.c (rd_and_store_for_creds): Fix up to no longer do the | Tom Yu | 1997-11-20 | 3 | -11/+10 |
| * | Include string.h/strings.h for memcpy prototype | Ezra Peisach | 1997-10-21 | 2 | -3/+12 |
| * | * Makefile.in (SRCS): Fix typo s/scrdir/srcdir/ | Ezra Peisach | 1997-07-31 | 2 | -1/+5 |
| * | kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!! | Richard Basch | 1997-02-06 | 2 | -1/+6 |
| * | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 2 | -3/+13 |
| * | * Add TOS support on other than Cray [57] | Sam Hartman | 1996-11-02 | 6 | -33/+67 |
| * | Remove rsaencpwd and krb4encpwd authentication. Bugs were being | Sam Hartman | 1996-10-14 | 7 | -1124/+8 |
| * | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 3 | -8/+15 |
| * | Krb4: get the right includes | Sam Hartman | 1996-06-24 | 3 | -1/+6 |