summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add BAD_PW return to ADD-KEY and DELETE-KEY returnsPaul Park1995-08-041-2/+4
* 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
* add get_principals and get_policiesBarry Jaspan1995-08-031-0/+65
* 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
* Fix typo TIOCSTTY to TIOCSCTTY in ioctlEzra Peisach1995-08-012-1/+6
* Add missing logwtmp fileSam Hartman1995-08-011-0/+64
* * Don't always use the default realm on localhost, so that the domain to real...Sam Hartman1995-07-312-12/+10
* Check in first version of libptySam Hartman1995-07-3114-0/+1078
* Protect test for Gcc under AIX so it works with non-Gcc compilersSam Hartman1995-07-313-2/+11
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-315-135/+71
* Document new kadmin protocolPaul Park1995-07-311-14/+103
* Use new admin string conversion routinesPaul Park1995-07-3110-1184/+113
* Fix small problem with create_key_data()Paul Park1995-07-312-1/+6
* Describe previous changesPaul Park1995-07-311-0/+11
* Update to new kadmin protocolPaul Park1995-07-313-362/+634
* Add str_conv.cPaul Park1995-07-311-0/+1