summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* * kerberos_v4.c (kerberos_v4): Remove references toTom Yu2001-02-092-12/+7
* fix multiple-include problem on OpenBSDKen Raeburn2000-12-132-0/+6
* update network.c with getifaddrs support from lib/krb5/os/localaddr.cKen Raeburn2000-12-132-11/+182
* * configure.in: Get rid of test for termios.h. The kdc does not use itEzra Peisach2000-11-012-1/+4
* * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach2000-10-174-4/+16
* * kerberos_v4.c (kerb_get_principal): Modify to take a pointer toTom Yu2000-10-072-29/+79
* * dispatch.c (dispatch): inet_ntop() returns const char *Ezra Peisach2000-09-202-4/+7
* * main.c (initialize_realms): For "cannot initialize realm" messages, tell theKen Raeburn2000-08-233-3/+18
* Makefile.in (rtest): Link in the kdb5 libraryEzra Peisach2000-07-032-2/+6
* pullup from 1.2-beta4Ken Raeburn2000-06-304-32/+129
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* * sock2p.c: New file.Ken Raeburn2000-03-145-34/+188
* Also change kdc_insert_lookaside() to take a const krb5_fulladdr *Ezra Peisach2000-03-123-4/+4
* * replay.c, kdb_util.h (kdc_check_lookaside): Make second argumentEzra Peisach2000-03-123-2/+7
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-014-56/+59
* * configure.in: Fix --enable-kdc-replay-cache to actually defaultTom Yu2000-03-012-2/+4
* * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu2000-03-013-1/+20
* new --enable/--disable-kdc-replay-cache configure hooksKen Raeburn2000-02-283-1/+33
* * configure.in: Check for sys/sockio.hTom Yu2000-02-253-1/+16
* fix udp_port_fds allocation bug; partial ipv6 supportKen Raeburn2000-02-253-15/+92
* oops, update changelog for bug fixKen Raeburn2000-02-251-2/+1
* Fix off-by-one error in previous code, spotted at the last minute.Ken Raeburn2000-02-251-3/+1
* Patches from Alec Peterson, plus some work of my own, to let a multihomedKen Raeburn2000-02-253-24/+218
* * kerberos_v4.c (v4_klog): Don't treat the formatted text as a format stringKen Raeburn2000-02-252-1/+7
* * kdc_preauth.c (return_sam_data): Just return 0 if no input preauth data is ...Ken Raeburn2000-02-072-1/+5
* fix my email address in log headerKen Raeburn2000-02-071-1/+1
* * kdc_preauth.c (get_preauth_hint_list): Log a message if preauth is requiredKen Raeburn2000-02-072-1/+20
* 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