summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leakPaul Park1995-08-091-5/+5
* Network slave bookkeeping fixupPaul Park1995-08-091-2/+4
* Add krb5_use_keytype for each keytypePaul Park1995-08-091-0/+17
* First pass at kdb5 change-password code. Fix memory leaksPaul Park1995-08-092-17/+187
* Add {add,del}_key_type commandsPaul Park1995-08-086-126/+274
* Describe previous changesPaul Park1995-08-081-0/+11
* Fix key merging logic and allow multiple key/salt strings to be parsedPaul Park1995-08-081-9/+26
* Don't deallocate key/salt tuples if supplied by caller to string_to_keyPaul Park1995-08-081-2/+7
* Handle new protocol error messagesPaul Park1995-08-081-0/+8
* Use sigjmp_buf under POSIX_SETJMPPaul Park1995-08-083-3/+15
* Describe previous changesPaul Park1995-08-071-0/+6
* Handle V4 salttype correctlyPaul Park1995-08-071-5/+9
* Fix key list merging so that kvno is generated correctlyPaul Park1995-08-071-14/+18
* Describe previous changesPaul Park1995-08-041-0/+16
* 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
* Describe previous changesPaul Park1995-08-031-0/+13
* 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
* Remove dependence on mit-des.hPaul Park1995-07-272-3/+7
* Add KDC profile and stash file supportPaul Park1995-07-176-49/+167
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-079-37/+30
* Remove LDFLAGSPaul Park1995-07-072-1/+4
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-302-1/+29
* Describe previous changesPaul Park1995-06-302-0/+15
* Fix initialization and terminal disassociation broken by previous revPaul Park1995-06-301-7/+7
* Add usage of compile(3) for regular expressions so SysV machines have them tooPaul Park1995-06-301-12/+38
* Remove -g from LDFLAGSSam Hartman1995-06-292-1/+6
* ----------------------------------------------------------------------Sam Hartman1995-06-292-6/+9
* Compiler warning cleanupPaul Park1995-06-274-5/+14
* * Makefile.in - Change explicit library names to -l<lib> form, andTom Yu1995-06-201-1/+0
* Change kadm_cleanup so that it returns a defined valueSam Hartman1995-06-172-0/+8
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-159-21/+42
* Fixed ACL routines to work on systems with unsigned char.Sam Hartman1995-06-142-2/+14
* Check for sys/select.h and include if found. Required toSam Hartman1995-06-133-0/+12
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-118-8/+21
* Change the default kadmin instance to be "admin"Theodore Tso1995-06-102-1/+5
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-096-15/+12
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-7/+7
* Update kadmind5 to use new logging routinesPaul Park1995-06-087-99/+58
* Makefile.in (CFLAGS), srv_acl.c (acl_init): Use KRB5_DEFAULT_ADMIN_ACLTheodore Tso1995-06-073-7/+7
* (key_decrypt_keys): On error, when clearing keyblocks, set contents to null.Ezra Peisach1995-06-072-5/+26
* Change password prompting orderPaul Park1995-06-054-71/+129