summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIXTom Yu2002-08-152-1/+29
* * network.c (setup_port): Ignore AF_LINK addresses. Log address family numberKen Raeburn2002-08-082-1/+11
* network.c (setup_port): Enable ipv6Ken Raeburn2002-07-062-3/+2
* update depsKen Raeburn2002-07-051-4/+7
* * network.c: Include fake-addrinfo.hKen Raeburn2002-07-052-0/+3
* * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn2002-07-054-0/+5
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-057-107/+114
* * network.c (process_packet): Now static. Drop unused "portnum" argument.Ken Raeburn2002-07-023-4/+6
* * kdc_util.h (inet_ntop): Delete declarationKen Raeburn2002-07-022-4/+1
* disable inet_ntop definitionKen Raeburn2002-07-022-0/+9
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-268-29/+33
* Fix etype info; wrong termination condition used in get_etype_infoSam Hartman2002-06-242-1/+5
* update dependenciesKen Raeburn2002-06-151-50/+41
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-064-9/+17
* * network.c: Include foreachaddr.c.Ken Raeburn2002-02-203-313/+8
* KDC support for new PRNGSam Hartman2002-01-083-9/+34
* * main.c (main, init_realm): Get rid of variables set but never usedEzra Peisach2001-12-142-6/+6
* * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed intEzra Peisach2001-12-112-7/+12
* * 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