summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use available random number generator and free all allocated memoryPaul Park1995-05-164-31/+90
* Fix Ultrix problems for testsPaul Park1995-05-163-8/+14
* Fix bug in ktent_to_proto() and add test modulesPaul Park1995-05-161-0/+7
* Add new test modulesPaul Park1995-05-164-0/+1193
* Fix bug in krb5_adm_ktent_to_proto() which botched integersPaul Park1995-05-161-16/+16
* Fix nitty bug in gmt_mktime()Paul Park1995-05-162-1/+7
* Do not destroy the replay cache when done with a requestPaul Park1995-05-162-3/+8
* * aclocal.m4 (_MAKE_SUBDIRS): fix rule so that MAKEFLAGS getsTom Yu1995-05-162-5/+10
* Change name of admin instance in manpagePaul Park1995-05-152-3/+9
* Avoid warning of redeclaring POSIX_SIGNALS if already definedEzra Peisach1995-05-132-0/+7
* so that credential forwarding worksEzra Peisach1995-05-132-9/+10
* Add kadmin.exp for kadmin testsPaul Park1995-05-123-0/+881
* Change dejagnu tests to use new kadmin/kadmindPaul Park1995-05-122-38/+112
* 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
* Fix errors for UltrixPaul Park1995-05-123-3/+11
* Missing a "retval = " so errors in addresses were passingEzra Peisach1995-05-122-1/+5
* * key_sched.c (mit_des_key_sched): *always* fill in the schedule,Mark Eichin1995-05-122-2/+8
* * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),Chris Provenzano1995-05-117-12/+21
* Correctly calculate beginning of first componentPaul Park1995-05-111-1/+1
* bug fixesPaul Park1995-05-111-0/+9
* Rework address bind logicPaul Park1995-05-111-31/+28
* Avoid a core dump when the master key is entered incorrectlyPaul Park1995-05-111-2/+2
* Fix two annoying things in kadmin5Paul Park1995-05-112-1/+9
* Update usage message and manual page to reflect current reality. (-e -fEzra Peisach1995-05-113-1/+13
* Add sample client/server testsEzra Peisach1995-05-103-0/+157
* Modifications to klist to prevent an expect bug for hanging tests.Ezra Peisach1995-05-102-2/+12
* Added domain_realm stanza to krb5.conf.Ezra Peisach1995-05-102-9/+28
* Include stdlib.h or declare malloc()Ezra Peisach1995-05-102-0/+12
* Add new options -p and -S to specify port and keytab filesEzra Peisach1995-05-103-5/+70
* Install the error tablesEzra Peisach1995-05-102-1/+4
* More missing contextsEzra Peisach1995-05-093-9/+15
* srv_output.c (lang_error_message): Local variable is assigned fromEzra Peisach1995-05-093-2/+11
* Remove inclusion of malloc.h. k5-int.h already handles declarations ofEzra Peisach1995-05-092-1/+6
* Numerous context reference s were missing. Alerted to first byEzra Peisach1995-05-092-6/+15
* Add new client directoryPaul Park1995-05-093-1/+6
* Checkin new administrative clientPaul Park1995-05-0912-0/+2980
* Add new functions to support new administrative operationsPaul Park1995-05-094-2/+1419
* Add support for new error codesPaul Park1995-05-091-11/+37
* Add support for -p option. Otherwise determine our port from the profilePaul Park1995-05-091-25/+134
* Add support for -T, -p and -n options. Change -i option to -m. AddPaul Park1995-05-091-19/+49
* Use keytab supplied with -T option.Paul Park1995-05-091-41/+153
* By default, now deny operations unless we find an appropriate entry to do so.Paul Park1995-05-091-4/+29
* Use keytab supplied with -T option.Paul Park1995-05-091-10/+216
* Make passwd_check_npass_ok a global routinePaul Park1995-05-091-58/+88
* Add descriptions of -n, -p and -T options. Change name of -i option to -m.Paul Park1995-05-091-7/+20
* Add extract operation. Move error subcodes to adm.h. Update functionPaul Park1995-05-091-2/+83