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
Age
Commit message (
Expand
)
Author
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-05
Apply same fix to UDP length check as was just committed in dhcpd.
Kenneth R Westerback
2013-01-02
Only check '-l' parameter for regular-fileness. Not built-in default
Kenneth R Westerback
2013-01-02
Sync dhcpd and dhclient list of dhcp options. There's only one
Kenneth R Westerback
2013-01-02
Delete misleading comment and a pointless check of !ifi. Since ifi
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-12-01
A couple of whitespace nits.
Kenneth R Westerback
2012-11-29
Nobody looks at the result of fork_privchld(), so make it return
Kenneth R Westerback
2012-11-29
Nuke unused 'extern' declaration.
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 7 (and final).
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 6.
Kenneth R Westerback
2012-11-27
Clean up parsing of option lists. Part 5.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 3.
Kenneth R Westerback
2012-11-25
Clean up parsing of option lists. Part 2.
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
Missed file from last commit.
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-17
'deeleting' -> 'deleting' in comment.
Kenneth R Westerback
2012-11-16
Call discover_interface() before forking, so both processes will know
Kenneth R Westerback
2012-11-16
Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as
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-09
Remove now unused files.
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-08
Remove lie about dhclient configuring all interfaces. Mention
Kenneth R Westerback
2012-11-08
Close routing socket fd leak when deleting old address.
Kenneth R Westerback
2012-11-07
Nuke unused struct and function declarations.
Kenneth R Westerback
2012-11-07
Always memcpy() into/out of option data rather than hoping the char *
Kenneth R Westerback
[next]