summaryrefslogtreecommitdiffstats
path: root/control.c
Commit message (Collapse)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
|
* Ensure the buffer is NULL terminated.Roy Marples2009-02-05
|
* We should use close here.Roy Marples2009-01-15
|
* We should shutdown instead of close our sockets to inform clients they have ↵Roy Marples2009-01-15
| | | | gone.
* We need to close our listeners before removing the socket so clients close ↵Roy Marples2009-01-15
| | | | down properly.
* Remove the limit for the number of connections to the control socket.Roy Marples2009-01-12
| | | | | Send the dhcpcd-run-hooks enviornment to listeners on the control socket.
* Allow version to be returned over the control interface.Roy Marples2009-01-05
|
* Fix some LINT errors.Roy Marples2008-11-10
|
* Allow 5 control socket connections at once. Time each out after 5 minutes.Roy Marples2008-09-03
|
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
This requires the event loop argument being changed to void * so we can send arguments other than an interface.