summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-254-8/+21
* * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhatTom Yu2001-10-132-15/+34
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-44/+51
* * do_tgs_req.c (process_tgs_req): Fix logging of bad transit path infoKen Raeburn2001-10-062-8/+13
* better realm transit path checking for app serverKen Raeburn2001-09-265-20/+73
* * krb5kdc.M: Document the -n option. Thanks to Dennis DavisMitchell Berger2001-09-242-0/+14
* dependenciesKen Raeburn2001-09-011-0/+80
* * configure.in: Include stdlib.h in test for swab declarationKen Raeburn2001-08-012-0/+6
* * rtest.c: Provide a prototype for krb5_klog_syslog() dummy handlerEzra Peisach2001-07-052-0/+6
* * configure.in: Add check for ifaddrs.h, which missingTom Yu2001-06-302-1/+5
* * network.c (setup_port): Change sin to sin4 to prevent shadowingEzra Peisach2001-06-222-5/+9
* * configure.in: Test for daemon prototypeEzra Peisach2001-06-213-0/+15
* * configure.in: Use optional argument to KRB5_NEED_PROTO so testEzra Peisach2001-06-212-2/+7
* * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parityEzra Peisach2001-06-214-2/+30
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-195-10/+124
* * network.c (setup_network): Cast argument to isspace() to intEzra Peisach2001-06-182-1/+5
* * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()Ezra Peisach2001-06-084-1/+18
* * kerberos_v4.c: Get rid of file wide static krb5_error_code. CastEzra Peisach2001-06-072-2/+7
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-044-34/+45
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-262-1/+4
* * do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util.h, kerberos_v4.c, main.c,Ken Raeburn2001-04-108-122/+119
* Update ChangeLog for last checkin..Ezra Peisach2001-03-081-0/+3
* * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach2001-03-086-6/+18
* * 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