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
/
bind.c
Commit message (
Expand
)
Author
Age
*
Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.c
Roy Marples
2013-02-02
*
Use a proper namespace for eloop
Roy Marples
2012-11-13
*
Always close this fd
Roy Marples
2012-11-11
*
Replace poll(2) with pselect(2) and vfork(2)+execve(2) with
Roy Marples
2012-11-10
*
Implement the core DHCPv6 client for SOLICIT, REQUEST, RENEW, CONFIRM.
Roy Marples
2012-11-06
*
Show renew and rebind times when debugging is enabled.
Roy Marples
2012-10-27
*
Don't restore kernel RA defaults or drop RA's when forking.
Roy Marples
2012-07-12
*
These files were updated in 2010, so fix copyrights.
Roy Marples
2010-06-04
*
log the pid when forking to background.
Roy Marples
2010-04-30
*
Allow IPv4LL address range to be configured by DHCP.
Roy Marples
2010-02-17
*
Only warn about CSR when binding.
Roy Marples
2009-12-23
*
Replace the mk stubs with a autotools like configure script.
Roy Marples
2009-07-14
*
Enforce a minimum lease of 20 seconds so we can do things
Roy Marples
2009-05-13
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
Move dhcpf.h into dhcp.h were it belongs
Roy Marples
2009-03-19
*
Improve INFORM and STATIC support.
Roy Marples
2009-03-05
*
Close sockets better and just run the script when we're not touching the inte...
Roy Marples
2009-02-24
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Clean up compiler warnings from overly pedantic checking.
Roy Marples
2009-01-29
*
The lack of a rebind time should not force a default renewal time, #156.
Roy Marples
2009-01-22
*
Store the reason we run the script against the interface state.
Roy Marples
2009-01-13
*
Add a static directive that allows the configuration of variables, which
Roy Marples
2009-01-01
*
Close fd's in the child.
Roy Marples
2008-11-05
*
Save a few bytes by moving close_fds to bind where it's really used.
Roy Marples
2008-11-05
*
Correctly set the REBOOT reason.
Roy Marples
2008-09-15
*
Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...
Roy Marples
2008-09-05
*
As our logger calls emulate syslog, we can use %m. However, this means we hav...
Roy Marples
2008-09-05
*
Make TEST work once more.
Roy Marples
2008-09-05
*
Remove some ints and replace with our option mask.
Roy Marples
2008-09-05
*
Mark as daemonised correctly.
Roy Marples
2008-09-04
*
Add a control socket so that interfaces can be dynamically re-set.
Roy Marples
2008-09-03
*
Add an event loop.
Roy Marples
2008-09-02