summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add prototypes for krb5_dbe_{en,de}code_last_pwd_change(), andChris Provenzano1995-08-072-5/+36
* * cpw.c : Uses new kdb change password routines for ank, ark, cpw,Chris Provenzano1995-08-078-746/+199
* Check for utmp[x].hPaul Park1995-08-072-1/+6
* Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach1995-08-052-1/+6
* * k5-int.h: Add prototypes for krb5_crypto_os_localaddr andTom Yu1995-08-052-0/+13
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-0529-94/+171
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-053-2/+15
* * Makefile.in: use libupdate so to not get multiple copies ofTom Yu1995-08-046-12/+29
* Describe previous changesPaul Park1995-08-042-0/+23
* Update key handling prototypes and add new prototypesPaul Park1995-08-041-0/+24
* Rework key_{string_to,random}_keys. Find latest admin key instead of key[0]Paul Park1995-08-041-193/+318
* Make passwd_check_opass_ok() availablePaul Park1995-08-041-6/+7
* Add support for add-key and delete-keyPaul Park1995-08-042-27/+744
* Replace hand-decoded integers with kdb macrosPaul Park1995-08-042-8/+6
* Use encode/decode macros to [de]serialize data going in/out of the databasePaul Park1995-08-044-128/+96
* Add new key/salt tuple handling modulesPaul Park1995-08-045-76/+222
* Add encode/decode macros for integers for use between kdb modulesPaul Park1995-08-041-0/+25
* Add prototype definitions for new libkadm functionsPaul Park1995-08-041-0/+27
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-0412-159/+136
* Add .cvsignore to ignore configureEzra Peisach1995-08-041-0/+1
* missed a #endifTom Yu1995-08-041-1/+1
* * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu1995-08-042-3/+10
* * krlogind.c: don't include utmp.h, since libty.h grabs itTom Yu1995-08-042-1/+4
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-033-1/+25
* Add new error KRB5_KDB_BAD_SALTTYPEChris Provenzano1995-08-032-0/+7
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-033-57/+67
* Added prototype for krb5_dbe_cpw() the new db entry change password routineChris Provenzano1995-08-032-0/+15
* cpw.c : New change password code for kdb5_edit.Chris Provenzano1995-08-033-73/+542
* Remove convert utility. All It's functionality has been moved to kdb5_editChris Provenzano1995-08-032-8/+6
* Fix kadmin5 output and remove av4k functionsPaul Park1995-08-032-104/+13
* Use string values in kdc.confPaul Park1995-08-032-7/+11
* Describe previous changesPaul Park1995-08-033-0/+26
* Fix krb5_decode_princ_contents()Paul Park1995-08-031-1/+2
* Fix krb5_dbekd_encrypt_key_data()Paul Park1995-08-031-0/+3
* Fix krb5_aprof_get_deltat()Paul Park1995-08-032-2/+6
* Compile something when Kerberos 4 disabledPaul Park1995-08-031-0/+2
* Ensure padata is NULL with normal saltPaul Park1995-08-031-1/+7
* Blind replacements to get kadmin.old to compilePaul Park1995-08-036-30/+48
* Include adm.h, update prototypesPaul Park1995-08-031-33/+37
* Use new database entry format. Update key_{string_to,encrypt,decrypt,random}...Paul Park1995-08-031-260/+498
* Use new database entry format. Use new calling sequences for key...()Paul Park1995-08-032-268/+265
* Handle the key/salt pair list and pass it to key_initPaul Park1995-08-031-5/+29
* Clean up debugging messagesPaul Park1995-08-031-8/+9
* Use new database entry format and new libkadm string conversionPaul Park1995-08-033-385/+61
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* * Fix tests for length of slave buffer.Sam Hartman1995-08-022-0/+6
* * Fix tests for length of slave buffer.Sam Hartman1995-08-027-6/+47
* Change to use libpty for utmp handling in login.krb5. RemoveSam Hartman1995-08-017-242/+33
* Make interface change so getpty doesn't overwriteSam Hartman1995-08-017-12/+107