summaryrefslogtreecommitdiffstats
path: root/src/kdc/kerberos_v4.c
Commit message (Expand)AuthorAgeFilesLines
* * kerberos_v4.c: Include autoconf.h before testing KRB5_KRB4_COMPATKen Raeburn2005-05-131-0/+1
* another krb4 ticket backdating fixTom Yu2004-07-241-6/+6
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-5/+1
* Only backdate the ticket that is created. The KDC reply must containSam Hartman2004-01-051-5/+4
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-171-44/+85
* disable krb4 by defaultSam Hartman2003-02-041-1/+1
* * kerberos_v4.c (process_v4): Use a temporary variable for the current timeKen Raeburn2002-12-301-1/+4
* More KfM merge workTom Yu2002-12-121-1/+1
* Merge more KfM krb4 thingsTom Yu2002-11-271-0/+6
* * kerberos_v4.c (check_princ): Call strftime() with correct numberTom Yu2002-09-151-1/+2
* * kerberos_v4.c: Always include stdarg.h, not varargs.h.Ken Raeburn2002-09-151-44/+7
* * kerberos_v4.c (kerb_get_principal): Include kvno when logging failure to findKen Raeburn2002-09-131-5/+5
* protoizeKen Raeburn2002-09-111-60/+24
* * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIXTom Yu2002-08-151-1/+24
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-051-5/+9
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-2/+1
* * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parityEzra Peisach2001-06-211-0/+4
* * kerberos_v4.c: Get rid of file wide static krb5_error_code. CastEzra Peisach2001-06-071-2/+2
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-101-15/+11
* * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach2001-03-081-4/+4
* * kerberos_v4.c (kerberos_v4): Remove references toTom Yu2001-02-091-12/+2
* * kerberos_v4.c (kerb_get_principal): Modify to take a pointer toTom Yu2000-10-071-29/+67
* * main.c (initialize_realms): For "cannot initialize realm" messages, tell theKen Raeburn2000-08-231-1/+1
* pullup from 1.2-beta4Ken Raeburn2000-06-301-11/+38
* * kerberos_v4.c (v4_klog): Don't treat the formatted text as a format stringKen Raeburn2000-02-251-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * kerberos_v4.c (compat_decrypt_key): Align DES3 enctypes withTom Yu1999-08-181-2/+2
* * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()Tom Yu1999-04-301-5/+16
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-73/+167
* Print 4 digit years in Krb4 log entries to avoid Y2K issuesTheodore Tso1998-05-081-1/+1
* * kerberos_v4.c: Move macro definition of klog earlier so that itTom Yu1998-02-061-1/+1
* kerberos_v4.c (process_v4): Check the length of the incoming V4 packetTheodore Tso1998-02-051-8/+33
* * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.hTom Yu1997-12-121-2/+0
* * kerberos_v4.c (check_princ): Add checks for V5 kdc flagsEzra Peisach1997-09-231-109/+138
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-2/+1
* * kerberos_v4.c: Remove include of krb4-proto.hEzra Peisach1997-02-181-1/+0
* Treat 0 time as unexpired for krb4 principalsSam Hartman1996-08-231-1/+2
* * Better support for Athena Kerberos if installedSam Hartman1996-08-051-6/+6
* * kerberos_v4.cRichard Basch1996-02-221-3/+8
* kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1996-02-211-2/+2
* If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1996-01-221-1/+8
* * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-131-1/+5
* network.c (setup_network):Theodore Tso1995-10-061-6/+6
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-061-2/+2
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-061-1/+1
* Use krb5_dbe_find_keytype() to find appropriate key. Fix gcc -Wall complaintsPaul Park1995-08-151-32/+18
* do_as_req.c : Fix bug from new kdb changes.Chris Provenzano1995-08-031-56/+61
* Compile something when Kerberos 4 disabledPaul Park1995-08-031-0/+2
* Fix compiler complaints and remove dependence on mit-des.hPaul Park1995-07-271-3/+3
* Add prototype for set_tgtkey. kdc now compiles cleanly withEzra Peisach1995-07-111-0/+1