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
2020-05-15
Shuffle and tweak code in lease_as_proposal() to allocate the proposal
Kenneth R Westerback
2020-05-15
Fix domain-search option processing. Testing one value and then using
Kenneth R Westerback
2020-05-15
Be more careful in extracting the uint16_t value of interface-mtu, and
Kenneth R Westerback
2020-05-14
Massage merge_option_data() to be more careful when dealing with 'D'
Kenneth R Westerback
2020-05-13
Repair 'domain-search' parsing broken in r1.191.
Kenneth R Westerback
2020-05-13
We don't count a terminating NUL in the length of option data.
Kenneth R Westerback
2020-05-13
Nuke a variable that is always set to 0.
Kenneth R Westerback
2020-05-13
No need to memcpy() into a string created by strdup().
Kenneth R Westerback
2020-05-09
Shuffle and clarify logic creating the contents of resolv.conf.
Kenneth R Westerback
2020-05-08
Nuke unneeded 'inits' field in struct proposal. 'mtu' being 0 is enough of a ...
Kenneth R Westerback
2020-05-08
Nuke 'set but never used' addrs field in struct proposal.
Kenneth R Westerback
2020-04-27
If the DHCP server disappears between OFFER'ing and ACK'ing a lease,
Kenneth R Westerback
2020-04-26
Tighten up NAK handling. Inform unwind when the active lease is
Kenneth R Westerback
2020-04-24
Stray whitespace.
Kenneth R Westerback
2020-04-21
Send broadcast packets to INADDR_BROADCAST, not INADDR_ANY.
Kenneth R Westerback
2020-04-09
No need to check for NULL before free().
Kenneth R Westerback
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2020-02-02
Tweak dhclient(8) timing defaults depending on SMALL rather than using
Kenneth R Westerback
2020-01-26
Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin.
Kenneth R Westerback
2020-01-24
Allow carp(4) interfaces to be configured via dhcp.
Kenneth R Westerback
2020-01-23
Separate command line syntax parsing from semantic validation of
Kenneth R Westerback
2020-01-20
Move warning about DHO_STATIC_ROUTES (option 33) to debug.
Kenneth R Westerback
2019-12-17
Reject leases that do not provide a subnet mask for the address being
Kenneth R Westerback
2019-11-27
use _PATH_ names for unveil if possible
Theo de Raadt
2019-11-22
Polish logic talking to unwind.
Kenneth R Westerback
2019-11-22
DNS Proposals are treated as replacements in unwind now.
Florian Obser
2019-11-19
Inform unwind about DNS servers it finds in leases.
Kenneth R Westerback
2019-11-06
No need to write resolv.conf after deciding to get a new lease,
Kenneth R Westerback
2019-11-06
Correct the logic deciding when to write resolv.conf.
Kenneth R Westerback
2019-10-31
Constrain and correct the routes being deleted when applying a new
Kenneth R Westerback
2019-08-06
Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.
Kenneth R Westerback
2019-08-05
dhclient.leases(5) is not required for dhclient(8) to work, so just
Kenneth R Westerback
2019-08-05
If the leases file cannot be opened for writing, just issue a warning
Kenneth R Westerback
2019-08-01
Don't leak resolv.conf contents.
Kenneth R Westerback
2019-07-31
space between macro arg and punctuation;
Jason McIntyre
2019-07-30
Use AUTOCONF4 flag. Set the flag on startup. But if the flag is
Kenneth R Westerback
2019-07-26
Whitespace tweak, fold long line.
Kenneth R Westerback
2019-07-24
Return fd of -1 if take_charge() detects 'quit' being set to
Kenneth R Westerback
2019-07-23
Compilers may not be as magical as I hope, so revert to using memcpy()
Kenneth R Westerback
2019-07-22
Cleanup/simplify parse_number():
Kenneth R Westerback
2019-07-22
Eliminate pointless "... else {}" branch to improve readability.
Kenneth R Westerback
2019-07-21
Restructure parse_semi() so it resembles the other parse_*
Kenneth R Westerback
2019-07-21
Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter
Kenneth R Westerback
2019-07-20
Use same 'switch (token) ...' idiom in parse_lease_decl() and
Kenneth R Westerback
2019-07-20
Sort TOK_USELEASE case into proper alphabetic location in
Kenneth R Westerback
2019-07-19
Nuke a bunch of 'name' parameters that haven't been used since
Kenneth R Westerback
2019-07-19
Keep dhclient.leases.<if> O_EXLOCK file descriptor open for the
Kenneth R Westerback
2019-07-16
Shuffle code a bit to make take_charge() return the
Kenneth R Westerback
2019-07-15
Nuke '-l' command line option (alternate location for
Kenneth R Westerback
2019-07-11
The privileged process of dhclient(8) runs several ioctl(2)s that are forbidden
Ricardo Mestre
[next]