| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use encode/decode macros to [de]serialize data going in/out of the database | Paul Park | 1995-08-04 | 4 | -128/+96 |
* | Add new key/salt tuple handling modules | Paul Park | 1995-08-04 | 5 | -76/+222 |
* | Add encode/decode macros for integers for use between kdb modules | Paul Park | 1995-08-04 | 1 | -0/+25 |
* | Add prototype definitions for new libkadm functions | Paul Park | 1995-08-04 | 1 | -0/+27 |
* | Fix up Copyright notice to have correct year (1995 instead of 1990) | Theodore Tso | 1995-08-04 | 12 | -159/+136 |
* | Add .cvsignore to ignore configure | Ezra Peisach | 1995-08-04 | 1 | -0/+1 |
* | missed a #endif | Tom Yu | 1995-08-04 | 1 | -1/+1 |
* | * cleanup.c (pty_cleanup): Add missing declarations for retval and | Tom Yu | 1995-08-04 | 2 | -3/+10 |
* | * krlogind.c: don't include utmp.h, since libty.h grabs it | Tom Yu | 1995-08-04 | 2 | -1/+4 |
* | Attempt to HUP processes associated with the pty when it is revoked if | Sam Hartman | 1995-08-03 | 3 | -1/+25 |
* | Add new error KRB5_KDB_BAD_SALTTYPE | Chris Provenzano | 1995-08-03 | 2 | -0/+7 |
* | do_as_req.c : Fix bug from new kdb changes. | Chris Provenzano | 1995-08-03 | 3 | -57/+67 |