summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* Frank Cusack's patches, first two sets. Should be no incompatible changes,Ken Raeburn2000-02-075-22/+306
* * dispatch.c (dispatch): Log address and port number of detected retransmitsKen Raeburn2000-01-272-1/+23
* permit use of non-des session keys nowKen Raeburn2000-01-272-26/+9
* * dispatch.c (dispatch): Make message in lookaside case less suggestive ofKen Raeburn1999-10-292-1/+7
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-2/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2418-18/+72
* Tom's patch:Ken Raeburn1999-09-212-9/+24
* force single-des session keys until we've got multiple-cryptosystem stuff wor...Ken Raeburn1999-09-012-3/+32
* * kerberos_v4.c (compat_decrypt_key): Align DES3 enctypes withTom Yu1999-08-182-2/+8
* Disable lookaside cache. It's needed if the replay cache is enabled, and couldKen Raeburn1999-06-304-2/+22
* * replay.c (MATCH): Fix up to compare the correct components ofTom Yu1999-06-292-1/+7
* * kerberos_v4.c (kerberos_v4): Fix bug where krb_create_ticket()Tom Yu1999-04-302-5/+22
* * do_as_req.c (process_as_req): Fix to assign kvno toTom Yu1999-02-172-1/+7
* kdc_preauth.c (check_padata): If preauth fails because the preauthTheodore Tso1999-01-272-0/+14
* * configure.in (withval): Conditinalize ATHENA_DES3_KLUDGE onTom Yu1999-01-053-1/+32
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-308-325/+511
* * replay.c (kdc_check_lookaside):Tom Yu1998-07-224-16/+51
* * configure.in: Add CHECK_SIGNALS so that POSIX_SIGNALS getsTom Yu1998-07-153-5/+12
* Added a call to signal() in request_hup() so that the signal handlerGeoffrey King1998-07-112-0/+12
* These additions cause the KDC to react to SIGHUP by closing andGeoffrey King1998-07-085-1/+51
* Print 4 digit years in Krb4 log entries to avoid Y2K issuesTheodore Tso1998-05-082-1/+6
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* * kdc_util.c (add_to_transited): Check lengths, fix up commaTom Yu1998-03-202-28/+103
* kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo preauthTheodore Tso1998-02-202-1/+12
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+6
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* * kerberos_v4.c: Move macro definition of klog earlier so that itTom Yu1998-02-062-1/+6
* kerberos_v4.c (process_v4): Check the length of the incoming V4 packetTheodore Tso1998-02-052-8/+40
* * krb5kdc.M: Document V4 mode handling [krb5-kdc/464].Ezra Peisach1998-01-282-14/+25
* main returns int, not void. ANSI X3.159-1989 2.1.2.2.1 says so, andEzra Peisach1998-01-212-1/+6
* * do_tgs_req.c: Add some explicit settings of errcode so that theTom Yu1998-01-162-0/+9
* * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.hTom Yu1997-12-122-2/+6
* do_tgs_req.c (process_tgs_req): Add check to make sure cname and snameTheodore Tso1997-11-253-1/+15
* do_tgs_req.c (process_tgs_req): Only try to return a TGT for aTheodore Tso1997-11-142-1/+7
* * do_as_req.c (process_as_req): Reset master key after closing andEzra Peisach1997-11-122-0/+8
* kdc_util.c (kdc_process_tgs_req): If not using the reply cache,Theodore Tso1997-11-112-1/+9
* * main.c (main): Initialize kdc error table withEzra Peisach1997-10-092-0/+8
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-265-7/+17
* * kdc_util.c (add_to_transited): Fix up memory leaks, clean outEzra Peisach1997-09-245-36/+110
* * kerberos_v4.c (check_princ): Add checks for V5 kdc flagsEzra Peisach1997-09-233-112/+170
* * do_tgs_req.c (process_tgs_req): Initialize authtime to 0 so itEzra Peisach1997-08-183-5/+8
* * kdc_util.h: Added prototype for setup_server_realm(). This functionEzra Peisach1997-08-183-112/+9
* * kdc_util.c:Tom Yu1997-07-303-1/+13
* * main.c (init_realm): Fix to use new ktkdbTom Yu1997-07-252-6/+8
* * kdc_preauth.c (get_sam_edata): Don't goto cleanup if SAM is notTom Yu1997-07-152-5/+8
* * do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): UseTheodore Tso1997-05-305-6/+36
* Fixed missing ;Richard Basch1997-02-191-1/+1
* krb5_xfree cleanupRichard Basch1997-02-191-2/+2