| Commit message (Expand) | Author | Age | Files | Lines |
| * | * network.c (listen_and_process): Make local variable 'sout' static | Ken Raeburn | 2005-11-29 | 1 | -1/+4 |
| * | fix MITKRB5-SA-2005-002 KDC double-free and heap overflow | Tom Yu | 2005-07-12 | 1 | -0/+1 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -1/+0 |
| * | * network.c (closedown_network): Free each connection data structure while | Ken Raeburn | 2004-09-24 | 1 | -0/+5 |
| * | * network.c (paddr): Use unsigned int for length. | Ezra Peisach | 2004-06-07 | 1 | -5/+5 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 1 | -1/+1 |
| * | * network.c (setup_a_tcp_listener): Try to turn the IPV6_V6ONLY socket option | Ken Raeburn | 2004-04-03 | 1 | -8/+16 |
| * | * network.c (delete_fd): Free pointed-to data after removing it from the | Ken Raeburn | 2004-03-22 | 1 | -2/+4 |
| * | * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind. | Ken Raeburn | 2004-02-26 | 1 | -8/+11 |
| * | * main.c: On exit, free more allocated memory, including: | Ezra Peisach | 2003-01-03 | 1 | -1/+2 |
| * | Limit the number of TCP connections that will be handled at one time. | Ken Raeburn | 2002-09-27 | 1 | -55/+69 |
| * | * network.c: Include sys/filio.h if available | Ken Raeburn | 2002-09-19 | 1 | -0/+4 |
| * | Add TCP support to the KDC, turned off by default, and using separate | Ken Raeburn | 2002-09-19 | 1 | -123/+779 |
| * | protoize | Ken Raeburn | 2002-09-11 | 1 | -13/+5 |
| * | * network.c (process_packet): Call inet_ntop directly. | Ken Raeburn | 2002-09-10 | 1 | -4/+6 |
| * | * network.c (setup_port): Ignore AF_LINK addresses. Log address family number | Ken Raeburn | 2002-08-08 | 1 | -1/+6 |
| * | network.c (setup_port): Enable ipv6 | Ken Raeburn | 2002-07-06 | 1 | -1/+1 |
| * | * network.c: Include fake-addrinfo.h | Ken Raeburn | 2002-07-05 | 1 | -0/+2 |
| * | Reduce or localize dependencies on address families. | Ken Raeburn | 2002-07-05 | 1 | -79/+67 |
| * | * network.c (process_packet): Now static. Drop unused "portnum" argument. | Ken Raeburn | 2002-07-02 | 1 | -3/+2 |
| * | * dispatch.c (dispatch): Remove arg "portnum"; update callers. | Ken Raeburn | 2002-06-26 | 1 | -1/+1 |
| * | * network.c: Include foreachaddr.c. | Ken Raeburn | 2002-02-20 | 1 | -312/+1 |
| * | * network.c (setup_port): Change sin to sin4 to prevent shadowing | Ezra Peisach | 2001-06-22 | 1 | -5/+5 |
| * | * network.c (setup_network): Cast argument to isspace() to int | Ezra Peisach | 2001-06-18 | 1 | -1/+1 |
| * | * kdc_preauth.c: Include adm_proto.h for krb5_klog_syslog() | Ezra Peisach | 2001-06-08 | 1 | -1/+2 |
| * | fix multiple-include problem on OpenBSD | Ken Raeburn | 2000-12-13 | 1 | -0/+2 |
| * | update network.c with getifaddrs support from lib/krb5/os/localaddr.c | Ken Raeburn | 2000-12-13 | 1 | -11/+175 |
| * | * kdc_preauth.c (get_etype_info): Initialize length of | Ezra Peisach | 2000-10-17 | 1 | -1/+1 |
| * | pullup from 1.2-beta4 | Ken Raeburn | 2000-06-30 | 1 | -8/+32 |
| * | * sock2p.c: New file. | Ken Raeburn | 2000-03-14 | 1 | -33/+53 |
| * | * configure.in: Check for sys/sockio.h | Tom Yu | 2000-02-25 | 1 | -0/+6 |
| * | fix udp_port_fds allocation bug; partial ipv6 support | Ken Raeburn | 2000-02-25 | 1 | -14/+82 |
| * | Fix off-by-one error in previous code, spotted at the last minute. | Ken Raeburn | 2000-02-25 | 1 | -3/+1 |
| * | Patches from Alec Peterson, plus some work of my own, to let a multihomed | Ken Raeburn | 2000-02-25 | 1 | -24/+199 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | These additions cause the KDC to react to SIGHUP by closing and | Geoffrey King | 1998-07-08 | 1 | -0/+4 |
| * | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 1 | -1/+1 |
| * | Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1996-02-24 | 1 | -3/+5 |
| * | * network.c (setup_network): strtol is good enough for port | Mark Eichin | 1996-01-27 | 1 | -2/+3 |
| * | network.c (setup_network): | Theodore Tso | 1995-10-06 | 1 | -237/+74 |
| * | Reorganize KDC profile and network port handling | Paul Park | 1995-07-12 | 1 | -46/+209 |
| * | kerberos_v4.c: Add prototypes for compat_decrypt_key, | Ezra Peisach | 1995-07-10 | 1 | -1/+1 |
| * | Multiple realm support | Paul Park | 1995-06-23 | 1 | -36/+66 |
| * | Instead of special casing _AIX in network.c, look for | Sam Hartman | 1995-06-13 | 1 | -1/+1 |
| * | dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead of | Theodore Tso | 1995-06-09 | 1 | -1/+1 |
| * | Don't rely on krb5_kdc_portname and krb5_kdc_sec_portname anymore. | Theodore Tso | 1995-04-22 | 1 | -9/+5 |
| * | * *.[ch]: Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 1 | -8/+2 |
| * | Allow the primary port that the KDC listens on be configurable on the | Theodore Tso | 1995-01-26 | 1 | -13/+18 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -3/+3 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |