index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
dhclient.c
Age
Commit message (
Expand
)
Author
2013-01-13
Make pretty_print_option() return "" rather than "<fmt error>" when
Kenneth R Westerback
2013-01-13
Check results of strdup() of domainname and nameservers options.
Kenneth R Westerback
2013-01-06
Make buffer for lease_as_string() 8192 bytes. A pathological lease
Kenneth R Westerback
2013-01-05
Change write_client_lease() into lease_as_string() and modify
Kenneth R Westerback
2013-01-02
Only check '-l' parameter for regular-fileness. Not built-in default
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-21
When binding to a new lease, wait for the RTM_NEWADDR message in
Kenneth R Westerback
2012-12-19
Don't attempt to delete an address that has already been deleted
Kenneth R Westerback
2012-12-18
Don't clean up twice when the non-privileged process exits. Let the
Kenneth R Westerback
2012-12-17
Don't daemonize until the RTM_NEWADDR message is received. Shuffle
Kenneth R Westerback
2012-12-16
Prevent a potential segfault that could occur if certain calloc() and
Lawrence Teo
2012-12-15
Nuke unused parameter 'ifname' to get_ifname().
Kenneth R Westerback
2012-12-10
add -i to usage(); ok krw
Jason McIntyre
2012-12-09
Add a new option to the dhclient command line interface. '-i' takes
Kenneth R Westerback
2012-12-05
Archeological investigation shows dhclient-script did not overwrite
Kenneth R Westerback
2012-12-05
If there is no domain-name and no domain-name-servers provided in
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-12-03
Backout last. It breaks existing 'ifconfig down ; dhclient' usage.
Kenneth R Westerback
2012-12-03
Cleanup after a 'ifconfig down', but stick around so 'ifconfig up'
Kenneth R Westerback
2012-12-02
Try harder to cleanup when exiting. In particular catch signals
Kenneth R Westerback
2012-12-01
Make privileged process daemonize too. Using same function as the
Kenneth R Westerback
2012-11-29
Nobody looks at the result of fork_privchld(), so make it return
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 6.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 1.
Kenneth R Westerback
2012-11-24
Don't segfault if no subnet-mask is provided, or is marked 'ignore'
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-16
Call discover_interface() before forking, so both processes will know
Kenneth R Westerback
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2012-11-15
If '-d' is specified to keep dhclient from daemonizing, don't
Kenneth R Westerback
2012-11-14
Oops. Commit the one that actually compiles.
Kenneth R Westerback
2012-11-14
When copying option.data, use option.len to specify the amount of
Kenneth R Westerback
2012-11-14
Remove useless _new_ and _old_ from various function names to make
Kenneth R Westerback
2012-11-11
Fix dhclient.conf 'default' directive which was also broken in code
Kenneth R Westerback
2012-11-11
supersede/append/prepend actions should work even if the dhcp server
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-07
Always memcpy() into/out of option data rather than hoping the char *
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-11-07
Use memcpy() consistently rather than tossing in a few bcopy()'s.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when flushing routes.
Kenneth R Westerback
2012-11-04
No need to pass interface name around when creating routes.
Kenneth R Westerback
2012-11-03
Various fixes/tweaks for resolv.conf handling:
Kenneth R Westerback
2012-11-02
Don't add a 'nameserver' line to resolv.conf if the nameserver in
Kenneth R Westerback
2012-10-31
Delete some leftover debug code and the array it rode in on.
Kenneth R Westerback
2012-10-31
chris@ spotted a '2038' where a '2048' was meant and pointed out
Kenneth R Westerback
2012-10-31
Forcibly delete all existing ipv4 addresses from an interface when
Kenneth R Westerback
2012-10-30
Nuke dhclient-script and dhclient.conf 'script' directive. Do all
Kenneth R Westerback
2012-10-27
Change dhclient.conf directive 'ignore' to take a list of option names
Kenneth R Westerback
2012-10-10
Revert r1.155. Routing breaks if dhclient-script flushes the
Kenneth R Westerback
2012-09-18
Don't accept leases that offer a subnet that is already configured
Kenneth R Westerback
2012-09-17
When a link is lost, call dhclient-script with reason "FAIL". This
Kenneth R Westerback
[prev]
[next]