index
:
krb5.git
gss_cs
keyring
kinit-c
master
msspng_ntlmssp
proxymech
spnego
MIT Kerberos patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kdc
/
network.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use strlcpy instead of strcpy in many places
Greg Hudson
2008-10-24
1
-6
/
+6
*
error in socket number range check in kdc
Ken Raeburn
2008-08-05
1
-3
/
+9
*
When reading from the routing socket, only provide enough space for
Ken Raeburn
2008-07-21
1
-30
/
+22
*
Set non-blocking mode on incoming TCP connections.
Ken Raeburn
2008-07-18
1
-3
/
+12
*
On systems with struct rt_msghdr, open a routing socket and wait for
Ken Raeburn
2008-07-18
1
-4
/
+169
*
Use RFC 3542's IPV6_RECVPKTINFO if available. (And IP_RECVPKTINFO too.)
Ken Raeburn
2008-07-14
1
-2
/
+12
*
In FREE_SET_DATA, reset the current count as well
Ken Raeburn
2008-07-12
1
-1
/
+1
*
kdc does not compile with glibc 2.8
Ezra Peisach
2008-07-06
1
-2
/
+2
*
use-after-free bugs
Ken Raeburn
2008-06-27
1
-2
/
+0
*
(more) After malloc/realloc/calloc/strdup/asprintf failures, use
Ken Raeburn
2008-04-30
1
-5
/
+5
*
Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released one
Ken Raeburn
2008-03-18
1
-0
/
+2
*
Set close-on-exec flag in most places where file descriptors are
Ken Raeburn
2007-10-22
1
-0
/
+3
*
Reject socket fds > FD_SETSIZE
Ken Raeburn
2007-10-18
1
-0
/
+16
*
Log port number with IPV6_V6ONLY socket option status.
Ken Raeburn
2007-10-09
1
-4
/
+12
*
Move the code for queueing an outgoing response on a TCP stream into a separate
Ken Raeburn
2007-04-27
1
-13
/
+13
*
Don't use sendmsg/recvmsg paths if CMSG_SPACE isn't defined
Ken Raeburn
2007-04-20
1
-2
/
+2
*
update copyright
Ken Raeburn
2007-04-13
1
-1
/
+1
*
use IP(V6)_PKTINFO in KDC for UDP sockets
Ken Raeburn
2007-04-07
1
-42
/
+343
*
kdc: make_toolong_error does not initialize all fields for krb5_mk_error
Ezra Peisach
2006-10-01
1
-0
/
+2
*
Revise comment on when we should switch from writing back to reading
Ken Raeburn
2006-06-27
1
-1
/
+4
*
* kdc/network.c (make_toolong_error): New function.
Ken Raeburn
2006-06-26
1
-1
/
+40
*
* 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
[next]