summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in: Build ktutil nowTom Yu1995-08-182-1/+4
* First cut of ktutil; change functions have not yet been addedTom Yu1995-08-188-0/+759
* Describe previous changesPaul Park1995-08-171-0/+7
* Only keep the database open while processing one commandPaul Park1995-08-171-0/+31
* Add routines to open and close the databasePaul Park1995-08-172-4/+39
* Close and re-open the database after updating principal statsPaul Park1995-08-172-1/+16
* Fix krb5_dbm_db_end_update() and remove unused codePaul Park1995-08-172-29/+21
* Change fopen() to open() to yield an fdPaul Park1995-08-171-1/+1
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-167-31/+33
* Pass the fd in instead of converting it from FILE *Chris Provenzano1995-08-163-12/+14
* decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0.Chris Provenzano1995-08-164-346/+203
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-162-0/+7
* krb5_lock_file(), krb5_unlock_file():Chris Provenzano1995-08-162-9/+13
* fix spelling of "canonicalize"Mark Eichin1995-08-161-2/+2
* * prof_parse.c (strip_line,parse_line): Declare as staticEzra Peisach1995-08-153-3/+25
* * configure.in: For OSF/1 specify that the -rpath directive takesEzra Peisach1995-08-153-1/+19
* Describe previous changesPaul Park1995-08-151-0/+14
* Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaintsPaul Park1995-08-151-32/+18
* 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
* [secure-admin/3394] first cut at unit tests for lockingBarry Jaspan1995-08-102-3/+7
* Initial revisionBarry Jaspan1995-08-101-0/+134
* 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
* [secure-admin/3398] special error code for missing secure principalsBarry Jaspan1995-08-101-0/+14
* [secure-admin/3398] special error code for missing secure principalsBarry Jaspan1995-08-101-1/+11
* 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