| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added prototype for krb5_dbe_cpw() the new db entry change password routine | Chris Provenzano | 1995-08-03 | 2 | -0/+15 |
* | cpw.c : New change password code for kdb5_edit. | Chris Provenzano | 1995-08-03 | 3 | -73/+542 |
* | Remove convert utility. All It's functionality has been moved to kdb5_edit | Chris Provenzano | 1995-08-03 | 2 | -8/+6 |
* | Fix kadmin5 output and remove av4k functions | Paul Park | 1995-08-03 | 2 | -104/+13 |
* | Use string values in kdc.conf | Paul Park | 1995-08-03 | 2 | -7/+11 |
* | Describe previous changes | Paul Park | 1995-08-03 | 3 | -0/+26 |
* | Fix krb5_decode_princ_contents() | Paul Park | 1995-08-03 | 1 | -1/+2 |
* | Fix krb5_dbekd_encrypt_key_data() | Paul Park | 1995-08-03 | 1 | -0/+3 |
* | Fix krb5_aprof_get_deltat() | Paul Park | 1995-08-03 | 2 | -2/+6 |
* | Compile something when Kerberos 4 disabled | Paul Park | 1995-08-03 | 1 | -0/+2 |
* | Ensure padata is NULL with normal salt | Paul Park | 1995-08-03 | 1 | -1/+7 |
* | Blind replacements to get kadmin.old to compile | Paul Park | 1995-08-03 | 6 | -30/+48 |
* | Include adm.h, update prototypes | Paul Park | 1995-08-03 | 1 | -33/+37 |
* | Use new database entry format. Update key_{string_to,encrypt,decrypt,random}... | Paul Park | 1995-08-03 | 1 | -260/+498 |
* | Use new database entry format. Use new calling sequences for key...() | Paul Park | 1995-08-03 | 2 | -268/+265 |
* | Handle the key/salt pair list and pass it to key_init | Paul Park | 1995-08-03 | 1 | -5/+29 |
* | Clean up debugging messages | Paul Park | 1995-08-03 | 1 | -8/+9 |
* | Use new database entry format and new libkadm string conversion | Paul Park | 1995-08-03 | 3 | -385/+61 |
* | Compile something when krb4 disabled | Paul Park | 1995-08-03 | 2 | -0/+6 |
* | * Fix tests for length of slave buffer. | Sam Hartman | 1995-08-02 | 2 | -0/+6 |
* | * Fix tests for length of slave buffer. | Sam Hartman | 1995-08-02 | 7 | -6/+47 |
* | Change to use libpty for utmp handling in login.krb5. Remove | Sam Hartman | 1995-08-01 | 7 | -242/+33 |
* | Make interface change so getpty doesn't overwrite | Sam Hartman | 1995-08-01 | 7 | -12/+107 |