summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v5server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-073-13/+10
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-301-0/+14
* Describe previous changesPaul Park1995-06-301-0/+8
* Fix initialization and terminal disassociation broken by previous revPaul Park1995-06-301-7/+7
* ----------------------------------------------------------------------Sam Hartman1995-06-292-6/+9
* Compiler warning cleanupPaul Park1995-06-274-5/+14
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-8/+17
* 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-114-5/+10
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-5/+4
* 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
* Specify maxlife and maxrenewlife fields when creating changepwPaul Park1995-06-052-0/+15
* Change default acl file name to a #definePaul Park1995-06-014-11/+31
* If no srvtab specified, then use squirreled admin keyPaul Park1995-06-012-0/+6
* Add logic to retrieve/create the password changing service principal'sPaul Park1995-06-011-2/+238
* Use syslog instead of com_err when shutting down as output may be closed andEzra Peisach1995-05-282-2/+11
* kadmind5 depends on libkdb5.aPaul Park1995-05-262-1/+5
* Install kadmind5 and manpage in correct locationPaul Park1995-05-223-4/+10
* Do not destroy the replay cache when done with a requestPaul Park1995-05-162-3/+8
* Describe last batch of changesPaul Park1995-05-121-0/+13
* Check for and use POSIX signal/setjmp/longjmpPaul Park1995-05-124-2/+64
* * Use DEBUG_NOSLAVE debug bit to turn off slave creation for connections.Paul Park1995-05-121-6/+73
* Add DEBUG_NOSLAVESPaul Park1995-05-121-0/+1
* Change howmany because of UltrixPaul Park1995-05-121-9/+9
* bug fixesPaul Park1995-05-111-0/+9
* Rework address bind logicPaul Park1995-05-111-31/+28