summaryrefslogtreecommitdiffstats
path: root/src/kdc/network.c
Commit message (Expand)AuthorAgeFilesLines
* * network.c (listen_and_process): Make local variable 'sout' staticKen Raeburn2005-11-291-1/+4
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-121-0/+1
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* * network.c (closedown_network): Free each connection data structure whileKen Raeburn2004-09-241-0/+5
* * network.c (paddr): Use unsigned int for length.Ezra Peisach2004-06-071-5/+5
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-051-1/+1
* * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket optionKen Raeburn2004-04-031-8/+16
* * network.c (delete_fd): Free pointed-to data after removing it from theKen Raeburn2004-03-221-2/+4
* * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind.Ken Raeburn2004-02-261-8/+11
* * 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