index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
control.c
Commit message (
Collapse
)
Author
Age
*
Add (c) to Copyright
Roy Marples
2009-05-01
|
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
|
*
Ensure the buffer is NULL terminated.
Roy Marples
2009-02-05
|
*
We should use close here.
Roy Marples
2009-01-15
|
*
We should shutdown instead of close our sockets to inform clients they have ↵
Roy Marples
2009-01-15
|
|
|
|
gone.
*
We need to close our listeners before removing the socket so clients close ↵
Roy Marples
2009-01-15
|
|
|
|
down properly.
*
Remove the limit for the number of connections to the control socket.
Roy Marples
2009-01-12
|
|
|
|
|
Send the dhcpcd-run-hooks enviornment to listeners on the control socket.
*
Allow version to be returned over the control interface.
Roy Marples
2009-01-05
|
*
Fix some LINT errors.
Roy Marples
2008-11-10
|
*
Allow 5 control socket connections at once. Time each out after 5 minutes.
Roy Marples
2008-09-03
|
*
Add a control socket so that interfaces can be dynamically re-set.
Roy Marples
2008-09-03
This requires the event loop argument being changed to void * so we can send arguments other than an interface.