| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add {add,del}_key_type commands | Paul Park | 1995-08-08 | 6 | -126/+274 |
| * | Describe previous changes | Paul Park | 1995-08-08 | 2 | -0/+18 |
| * | Fix key merging logic and allow multiple key/salt strings to be parsed | Paul Park | 1995-08-08 | 1 | -9/+26 |
| * | Don't deallocate key/salt tuples if supplied by caller to string_to_key | Paul Park | 1995-08-08 | 1 | -2/+7 |
| * | Handle new protocol error messages | Paul Park | 1995-08-08 | 1 | -0/+8 |
| * | Use sigjmp_buf under POSIX_SETJMP | Paul Park | 1995-08-08 | 3 | -3/+15 |
| * | Fix Purify complaint | Paul Park | 1995-08-08 | 2 | -0/+5 |
| * | Make sure unfilled data in krb5_key_data is zero in decode_princ_contents | Paul Park | 1995-08-08 | 1 | -0/+1 |
| * | Use correct length to malloc() in encrypt_key_data() | Paul Park | 1995-08-08 | 1 | -1/+1 |
| * | * Use new interface to pty_update_utmp | Sam Hartman | 1995-08-08 | 2 | -18/+11 |
| * | * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t... | Sam Hartman | 1995-08-07 | 3 | -14/+20 |
| * | * Modify pty_update_utmp so it takes additional parameters instead of | Sam Hartman | 1995-08-07 | 8 | -35/+80 |
| * | Add authenc.c to the SRCS list; authenc.o is in the OBJS list, after | Theodore Tso | 1995-08-07 | 2 | -1/+5 |
| * | If using the autoconf in the local tree, invoke it using /bin/sh, so | Theodore Tso | 1995-08-07 | 2 | -2/+10 |
| * | Include $(NETIO_SRCS) in the list of source files, instead of | Theodore Tso | 1995-08-07 | 2 | -1/+4 |
| * | aclocal.m4 (SS_RULES): Add double quotes around "$}{*.ct" | Theodore Tso | 1995-08-07 | 2 | -4/+12 |
| * | Add $(SHELL) to invocation of config_script, so that the tree can | Theodore Tso | 1995-08-07 | 2 | -1/+8 |
| * | Add $(SHELL) to invocation of config_script, so that the tree can | Theodore Tso | 1995-08-07 | 2 | -1/+6 |
| * | Use generic_gss_release_oid_set() instead of gss_release_oid_set() so | Theodore Tso | 1995-08-07 | 2 | -1/+7 |
| * | If there is an error looking up the key, make sure the keytab is | Theodore Tso | 1995-08-07 | 2 | -6/+15 |
| * | tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just as | Theodore Tso | 1995-08-07 | 3 | -2/+13 |
| * | Improve keysalt handling | Paul Park | 1995-08-07 | 3 | -15/+31 |
| * | Restore input strings to their original state after parsing | Paul Park | 1995-08-07 | 2 | -9/+16 |
| * | Describe previous changes | Paul Park | 1995-08-07 | 1 | -0/+6 |
| * | Handle V4 salttype correctly | Paul Park | 1995-08-07 | 1 | -5/+9 |
| * | Fix key list merging so that kvno is generated correctly | Paul Park | 1995-08-07 | 1 | -14/+18 |
| * | Use krb5_string_to_keysalts() to ensure that list is unique | Paul Park | 1995-08-07 | 2 | -44/+16 |
| * | Build fixes for Solaris | Paul Park | 1995-08-07 | 3 | -1/+14 |
| * | Fix another big-endian problem | Paul Park | 1995-08-07 | 2 | -1/+8 |
| * | Hacks to get this to compile with the new kdb format | Paul Park | 1995-08-07 | 4 | -96/+97 |
| * | libpty fixes | Paul Park | 1995-08-07 | 3 | -3/+13 |
| * | Manually initialize krbtgt_princ.data | Paul Park | 1995-08-07 | 2 | -1/+8 |
| * | Add new error KRB5_KDB_BAD_KEYTYPE | Chris Provenzano | 1995-08-07 | 2 | -0/+5 |
| * | New routines for changing passwords of new kdb entries | Chris Provenzano | 1995-08-07 | 3 | -34/+396 |
| * | Hacks to get it to compile with new kdb format | Chris Provenzano | 1995-08-07 | 2 | -29/+39 |
| * | Add prototypes for krb5_dbe_{en,de}code_last_pwd_change(), and | Chris Provenzano | 1995-08-07 | 2 | -5/+36 |
| * | * cpw.c : Uses new kdb change password routines for ank, ark, cpw, | Chris Provenzano | 1995-08-07 | 8 | -746/+199 |
| * | Check for utmp[x].h | Paul Park | 1995-08-07 | 2 | -1/+6 |
| * | Return value from pty_open_ctty is non-zero on error, not negative | Ezra Peisach | 1995-08-05 | 2 | -1/+6 |
| * | * k5-int.h: Add prototypes for krb5_crypto_os_localaddr and | Tom Yu | 1995-08-05 | 2 | -0/+13 |
| * | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 29 | -94/+171 |
| * | Get telnetd working with libpty | Sam Hartman | 1995-08-05 | 5 | -437/+93 |
| * | libpty.h (pty_cleanup): Fix argument type of pid to patch that used in the | Theodore Tso | 1995-08-05 | 3 | -2/+15 |
| * | * Makefile.in: use libupdate so to not get multiple copies of | Tom Yu | 1995-08-04 | 6 | -12/+29 |
| * | Describe previous changes | Paul Park | 1995-08-04 | 2 | -0/+23 |
| * | Update key handling prototypes and add new prototypes | Paul Park | 1995-08-04 | 1 | -0/+24 |
| * | Rework key_{string_to,random}_keys. Find latest admin key instead of key[0] | Paul Park | 1995-08-04 | 1 | -193/+318 |
| * | Make passwd_check_opass_ok() available | Paul Park | 1995-08-04 | 1 | -6/+7 |
| * | Add support for add-key and delete-key | Paul Park | 1995-08-04 | 2 | -27/+744 |
| * | Replace hand-decoded integers with kdb macros | Paul Park | 1995-08-04 | 2 | -8/+6 |