summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaintsPaul Park1995-08-152-64/+104
* Generate/use per-realm key/salt list. Fix gcc -Wall complaintsPaul Park1995-08-151-52/+120
* Add key/salt list to per-relm dataPaul Park1995-08-151-0/+2
* Replace kadm_find_keytype() with krb5_dbe_find_keytype()Paul Park1995-08-154-52/+53
* Replace adm_find_keytype() with krb5_dbe_find_keytype()Paul Park1995-08-157-71/+62
* Replace key_name_to_data() with krb5_dbe_find_keytype()Paul Park1995-08-155-70/+53
* Add prototype for krb5_dbe_find_keytype()Paul Park1995-08-152-0/+12
* Add krb5_dbe_find_keytype() and clean up gcc -Wall complaintsPaul Park1995-08-152-4/+52
* Add support for -s scriptfile and fix gcc -Wall complaintsPaul Park1995-08-155-95/+176
* * Makefile.in: Change some spaces back to tabsTom Yu1995-08-152-8/+12
* * ktf_util.c: return KRB5_KEYTAB_BADVNO instead of -1Tom Yu1995-08-152-1/+5
* Put back production rule for kerbsrc-nt.zip which mysteriouslyTheodore Tso1995-08-121-0/+10
* Restore original "null action" Makefile which tell a Unix user to runTheodore Tso1995-08-121-273/+4
* Rename initialize_slave.c to init_slave.cSam Hartman1995-08-113-3/+8
* Changes for Solaris and UltrixSam Hartman1995-08-115-4/+23
* Use kadm_find_keytype() to find keysPaul Park1995-08-103-2/+27
* Add kadm_find_keytype() to find key/salt pairPaul Park1995-08-101-25/+145
* Use adm_find_keytype() and adm_update_tl_attrs() to handle new db formatPaul Park1995-08-106-18/+136
* Rework adm_modify_kdb() and callers to use kdb5 cpw interfacesPaul Park1995-08-101-290/+177
* Consolidate handling of tagged database attributesPaul Park1995-08-105-162/+142
* Always define KRB5_MAX_FAIL_COUNTPaul Park1995-08-102-2/+8
* Add missing variable when KRBCONF_KDC_MODIFIES_KDB onPaul Park1995-08-102-1/+9
* DDon't call vhangup() on Ultrix until after session. This actually turns out...Sam Hartman1995-08-103-2/+11
* Use key/salt list to determine which key types to make for the tgt principalPaul Park1995-08-092-16/+81
* Remove 'Last Modified by:' from regular expression for 'show'Paul Park1995-08-091-1/+1
* Describe previous changesPaul Park1995-08-091-0/+19
* Add prototype for key_master_encblock()Paul Park1995-08-091-0/+1
* Fix Purify complaintPaul Park1995-08-091-1/+3
* 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
* Fix various memory allocation and key/salt tuple related bugsPaul Park1995-08-093-6/+58
* Terminate variable arglist to krb5_build_principal_ext()Paul Park1995-08-092-1/+7
* Fix test for slave buffer lengthSam Hartman1995-08-092-1/+5
* * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD, notTom Yu1995-08-092-3/+9
* fix typosTom Yu1995-08-091-3/+2
* * kdb_cpw.c (add_key_rnd): remove bletcherous aggregateTom Yu1995-08-092-22/+20
* * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID toTom Yu1995-08-092-2/+7
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-092-8/+20
* Changes to get telnet working on AlphaSam Hartman1995-08-095-15/+42
* * update_utmp.c: flush preprocessor directive to left marginTom Yu1995-08-092-1/+4
* Pass correct argument to getutmpx()Paul Park1995-08-082-1/+5
* Fix cc -std1 error on OSFPaul Park1995-08-082-1/+5
* Add {add,del}_key_type commandsPaul Park1995-08-086-126/+274
* Describe previous changesPaul Park1995-08-082-0/+18
* 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