aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/kerberos_v4.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-04disable krb4 by defaultSam Hartman1-1/+1
2002-12-30* kerberos_v4.c (process_v4): Use a temporary variable for the current timeKen Raeburn1-1/+4
2002-12-12More KfM merge workTom Yu1-1/+1
2002-11-27Merge more KfM krb4 thingsTom Yu1-0/+6
2002-09-15 * kerberos_v4.c (check_princ): Call strftime() with correct numberTom Yu1-1/+2
2002-09-15* kerberos_v4.c: Always include stdarg.h, not varargs.h.Ken Raeburn1-44/+7
2002-09-13* kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to findKen Raeburn1-5/+5
2002-09-11protoizeKen Raeburn1-60/+24
2002-08-15 * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIXTom Yu1-1/+24
2002-07-05Reduce or localize dependencies on address families.Ken Raeburn1-5/+9
2002-06-26* dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn1-2/+1
2001-06-21 * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parityEzra Peisach1-0/+4
2001-06-07 * kerberos_v4.c: Get rid of file wide static krb5_error_code. CastEzra Peisach1-2/+2
2001-04-10* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn1-15/+11
2001-03-08 * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach1-4/+4
2001-02-09 * kerberos_v4.c (kerberos_v4): Remove references toTom Yu1-12/+2
2000-10-07 * kerberos_v4.c (kerb_get_principal): Modify to take a pointer toTom Yu1-29/+67
2000-08-23* main.c (initialize_realms): For "cannot initialize realm" messages, tell theKen Raeburn1-1/+1
2000-06-30pullup from 1.2-beta4Ken Raeburn1-11/+38
2000-02-25* kerberos_v4.c (v4_klog): Don't treat the formatted text as a format stringKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-08-18 * kerberos_v4.c (compat_decrypt_key): Align DES3 enctypes withTom Yu1-2/+2
1999-04-30 * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()Tom Yu1-5/+16
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-73/+167
1998-05-08Print 4 digit years in Krb4 log entries to avoid Y2K issuesTheodore Tso1-1/+1
1998-02-06 * kerberos_v4.c: Move macro definition of klog earlier so that itTom Yu1-1/+1
1998-02-05kerberos_v4.c (process_v4): Check the length of the incoming V4 packetTheodore Tso1-8/+33
1997-12-12 * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.hTom Yu1-2/+0
1997-09-23 * kerberos_v4.c (check_princ): Add checks for V5 kdc flagsEzra Peisach1-109/+138
1997-02-18Replace krb5_xfree with appropriate free routineRichard Basch1-2/+1
1997-02-18 * kerberos_v4.c: Remove include of krb4-proto.hEzra Peisach1-1/+0
1996-08-23Treat 0 time as unexpired for krb4 principalsSam Hartman1-1/+2
1996-08-05* Better support for Athena Kerberos if installedSam Hartman1-6/+6
1996-02-22* kerberos_v4.cRichard Basch1-3/+8
1996-02-21kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1-2/+2
1996-01-22If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1-1/+8
1995-12-13 * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano1-1/+5
1995-10-06network.c (setup_network):Theodore Tso1-6/+6
1995-09-06 * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1-2/+2
1995-09-06 * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1-1/+1
1995-08-15Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaintsPaul Park1-32/+18
1995-08-03do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1-56/+61
1995-08-03Compile something when Kerberos 4 disabledPaul Park1-0/+2
1995-07-27Fix compiler complaints and remove dependence on mit-des.hPaul Park1-3/+3
1995-07-11Add prototype for set_tgtkey. kdc now compiles cleanly withEzra Peisach1-0/+1
1995-07-10kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1-1/+13
1995-07-08Also log L_KRB_PERR error messages, so we know when there are protocolTheodore Tso1-0/+1
1995-06-29 * kerberos_v4.c (check_princ): delete master_key_version check,Mark Eichin1-283/+21
1995-06-27Compiler warning cleanupPaul Park1-3/+3
1995-06-23Multiple realm supportPaul Park1-1/+0