| Commit message (Expand) | Author | Age | Files | Lines |
* | * kerberos_v4.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+8 |
* | * main.c: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -4/+4 |
* | * extern.h: Added a krb5_keytab to the realm context. The keytab | Chris Provenzano | 1995-12-12 | 4 | -14/+50 |
* | * main.c: Use the master key enctype from the stash file if none | Richard Basch | 1995-12-12 | 1 | -10/+12 |
* | * kdc_preauth.c return_padata(): Initialize local variable "size" | Chris Provenzano | 1995-12-11 | 2 | -1/+6 |
* | * kdc_preauth.c: #@&^(!! Ultrix cc sucks. Typedef to function | Tom Yu | 1995-12-01 | 2 | -9/+27 |
* | Removed extra eblock argument from call to krb5_encode_kdc_rep | Theodore Tso | 1995-11-29 | 2 | -6/+8 |
* | Removed extra eblock argument from call to krb5_encode_kdc_rep | Theodore Tso | 1995-11-18 | 2 | -1/+6 |
* | * kdc_util.h: Added new prototypes for return_padata() and check_padata() | Theodore Tso | 1995-11-14 | 4 | -110/+214 |
* | * kdc_preauth.c (get_etype_info): Added function to return the | Theodore Tso | 1995-11-09 | 6 | -18/+171 |
* | * kdc_util.c (): Added new helper functions | Theodore Tso | 1995-11-08 | 7 | -195/+467 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 2 | -5/+3 |
* | Missing 'break' statement during option parsing; | Richard Basch | 1995-10-30 | 1 | -0/+1 |
* | kdc_preauth.c (get_preauth_hint_list): Fix missing indirection in | Theodore Tso | 1995-10-11 | 4 | -14/+11 |
* | do_tgs_req.c (process_tgs_req): Use a slightly more compressed logging | Theodore Tso | 1995-10-06 | 4 | -118/+116 |
* | network.c (setup_network): | Theodore Tso | 1995-10-06 | 9 | -375/+145 |
* | * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, to | Mark Eichin | 1995-09-18 | 2 | -1/+6 |
* | Stop after finding the first TGS key which matches an entry in the | Theodore Tso | 1995-09-15 | 2 | -6/+12 |
* | When checking for master in tthe list of valid encryption types, do not | Ezra Peisach | 1995-09-10 | 2 | -1/+6 |
* | * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c : | Chris Provenzano | 1995-09-06 | 6 | -68/+72 |
* | * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 5 | -77/+61 |
* | Add const declarations to make remove warnings about converting | Ezra Peisach | 1995-09-04 | 6 | -10/+16 |
* | kdc_preauth.c: New file, to contain the server-side preauthentication | Theodore Tso | 1995-09-02 | 5 | -55/+207 |
* | Use libkadm string handling routines | Paul Park | 1995-08-21 | 3 | -4/+12 |
* | Close and re-open the database after updating principal stats | Paul Park | 1995-08-17 | 2 | -1/+16 |
* | Pass fds to krb5_lock_file() and krb5_unlock_file() | Chris Provenzano | 1995-08-16 | 2 | -0/+7 |
* | Describe previous changes | Paul Park | 1995-08-15 | 1 | -0/+14 |
* | Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -32/+18 |
* | Use per-realm key/salt list to find appropriate keys. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 2 | -64/+104 |
* | Generate/use per-realm key/salt list. Fix gcc -Wall complaints | Paul Park | 1995-08-15 | 1 | -52/+120 |
* | Add key/salt list to per-relm data | Paul Park | 1995-08-15 | 1 | -0/+2 |
* | Add missing variable when KRBCONF_KDC_MODIFIES_KDB on | Paul Park | 1995-08-10 | 2 | -1/+9 |
* | do_as_req.c : Fix bug from new kdb changes. | Chris Provenzano | 1995-08-03 | 3 | -57/+67 |
* | Describe previous changes | Paul Park | 1995-08-03 | 1 | -0/+5 |
* | Compile something when Kerberos 4 disabled | Paul Park | 1995-08-03 | 1 | -0/+2 |
* | Ensure padata is NULL with normal salt | Paul Park | 1995-08-03 | 1 | -1/+7 |
* | Fix compiler complaints and remove dependence on mit-des.h | Paul Park | 1995-07-27 | 3 | -4/+17 |
* | Add --with-vague-errors and --with-kdc-kdb-update which controls KDC behavior | Paul Park | 1995-07-27 | 1 | -0/+28 |
* | Use new kdb format | Chris Provenzano | 1995-07-27 | 5 | -147/+157 |
* | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5... | Paul Park | 1995-07-17 | 2 | -186/+82 |
* | Include netinet/in.h | Sam Hartman | 1995-07-14 | 2 | -0/+6 |
* | Reorganize KDC profile and network port handling | Paul Park | 1995-07-12 | 6 | -66/+505 |
* | Add prototype for set_tgtkey. kdc now compiles cleanly with | Ezra Peisach | 1995-07-11 | 2 | -0/+5 |
* | kerberos_v4.c: Add prototypes for compat_decrypt_key, | Ezra Peisach | 1995-07-10 | 5 | -2/+68 |
* | Also log L_KRB_PERR error messages, so we know when there are protocol | Theodore Tso | 1995-07-08 | 2 | -0/+5 |
* | Describe previous changes | Paul Park | 1995-07-07 | 1 | -0/+6 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 2 | -14/+6 |
* | Use checksum verifier routine | Paul Park | 1995-07-07 | 1 | -27/+10 |
* | Add ability to switch between Berkeley and DBM for KDC database | Paul Park | 1995-06-30 | 2 | -0/+19 |
* | * kerberos_v4.c (check_princ): delete master_key_version check, | Mark Eichin | 1995-06-29 | 2 | -283/+29 |