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
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
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-07
Kill some annoying extra spaces. No code change.
Kenneth R Westerback
2012-11-06
Kill two unused functions, subnet_number() and broadcast_addr().
Kenneth R Westerback
2012-11-05
Some systems give ENETUNREACH when trying to add the 'standard'
Kenneth R Westerback
2012-11-04
Properly clear the UP flag while forcing the interface down/up
Stefan Sperling
2012-11-04
Use consistant initialization idiom to reduce confusion.
Kenneth R Westerback
[next]