summaryrefslogtreecommitdiffstats
path: root/src/kdc/network.c
Commit message (Expand)AuthorAgeFilesLines
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-031-1/+2
* Limit the number of TCP connections that will be handled at one time.Ken Raeburn2002-09-271-55/+69
* * network.c: Include sys/filio.h if availableKen Raeburn2002-09-191-0/+4
* Add TCP support to the KDC, turned off by default, and using separateKen Raeburn2002-09-191-123/+779
* protoizeKen Raeburn2002-09-111-13/+5
* * network.c (process_packet): Call inet_ntop directly.Ken Raeburn2002-09-101-4/+6
* * network.c (setup_port): Ignore AF_LINK addresses. Log address family numberKen Raeburn2002-08-081-1/+6
* network.c (setup_port): Enable ipv6Ken Raeburn2002-07-061-1/+1
* * network.c: Include fake-addrinfo.hKen Raeburn2002-07-051-0/+2
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-051-79/+67
* * network.c (process_packet): Now static. Drop unused "portnum" argument.Ken Raeburn2002-07-021-3/+2
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-1/+1
* * network.c: Include foreachaddr.c.Ken Raeburn2002-02-201-312/+1
* * network.c (setup_port): Change sin to sin4 to prevent shadowingEzra Peisach2001-06-221-5/+5
* * network.c (setup_network): Cast argument to isspace() to intEzra Peisach2001-06-181-1/+1
* * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog()Ezra Peisach2001-06-081-1/+2
* fix multiple-include problem on OpenBSDKen Raeburn2000-12-131-0/+2
* update network.c with getifaddrs support from lib/krb5/os/localaddr.cKen Raeburn2000-12-131-11/+175
* * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach2000-10-171-1/+1
* pullup from 1.2-beta4Ken Raeburn2000-06-301-8/+32
* * sock2p.c: New file.Ken Raeburn2000-03-141-33/+53
* * configure.in: Check for sys/sockio.hTom Yu2000-02-251-0/+6
* fix udp_port_fds allocation bug; partial ipv6 supportKen Raeburn2000-02-251-14/+82
* 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-251-24/+199
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* These additions cause the KDC to react to SIGHUP by closing andGeoffrey King1998-07-081-0/+4
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-1/+1
* Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com>Mark Eichin1996-02-241-3/+5
* * network.c (setup_network): strtol is good enough for portMark Eichin1996-01-271-2/+3
* network.c (setup_network):Theodore Tso1995-10-061-237/+74
* Reorganize KDC profile and network port handlingPaul Park1995-07-121-46/+209
* kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1995-07-101-1/+1
* Multiple realm supportPaul Park1995-06-231-36/+66
* Instead of special casing _AIX in network.c, look forSam Hartman1995-06-131-1/+1
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-1/+1
* Don't rely on krb5_kdc_portname and krb5_kdc_sec_portname anymore.Theodore Tso1995-04-221-9/+5
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-8/+2
* Allow the primary port that the KDC listens on be configurable on theTheodore Tso1995-01-261-13/+18
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-3/+3
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* use sys/select.h under _AIX tooMark Eichin1994-06-131-1/+1
* Don't bomb out if the secondary port cannot be initializedTheodore Tso1994-06-101-6/+4
* Include <sys/select> for AIX machinesTheodore Tso1994-03-111-0/+3
* Code cleanup; removed vestigal codeTheodore Tso1993-10-301-53/+39
* Don't check file descriptor for secondary port if it is not definedTheodore Tso1993-09-211-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Fixed bug where a freed structure was being derefencedTheodore Tso1993-06-031-1/+3
* Added include of sys/types.hTheodore Tso1992-09-291-1/+0
* Changes so that the KDC will listen on two ports (i.e., port 88 and Theodore Tso1992-09-011-46/+127