summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the -L option. A debugging tool that is no longer required.krw2020-11-063-99/+6
* Add some debug output showing the exact network configurationkrw2020-11-062-4/+30
* Ensure DECLINE messages always contain the address from the OFFER.krw2020-07-311-6/+6
* 'seonds' -> 'seconds'.krw2020-07-171-3/+3
* Revert r1.121 and rewrite merge_option_data() to achieve same effectkrw2020-07-071-29/+28
* Simplify logic in add_route(), eliminating pointless code duplication andkrw2020-06-031-59/+32
* A few stray 'ifa' overloadings.krw2020-05-282-6/+6
* Reduce 'ifa' overloading by renaming some parameters 'address'.krw2020-05-281-9/+9
* Reduce 'ifa' overloading by renaming proposal field from 'ifa' tokrw2020-05-283-10/+10
* Wrap some overly long lines.krw2020-05-263-8/+15
* Nuke a superflous local array in release_lease().krw2020-05-261-4/+3
* Rename various parameters and variables to eliminate misleadingkrw2020-05-211-39/+38
* extract_classless_route() -> extract_route() as there is only the one routekrw2020-05-213-12/+14
* Rename route_in_rtstatic() to route_pos() to more clearly reflect itskrw2020-05-211-5/+5
* Remove no longer necessary RTLEN.krw2020-05-202-6/+3
* Fix typo in comment.krw2020-05-201-2/+2
* Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len tokrw2020-05-203-32/+32
* Replace fixed 128-byte fields for search domains, static routes andkrw2020-05-204-32/+47
* Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} askrw2020-05-193-45/+27
* Shuffle and tweak code in lease_as_proposal() to allocate the proposalkrw2020-05-151-59/+55
* Fix domain-search option processing. Testing one value and then usingkrw2020-05-151-2/+2
* Be more careful in extracting the uint16_t value of interface-mtu, andkrw2020-05-152-6/+7
* Massage merge_option_data() to be more careful when dealing with 'D'krw2020-05-143-17/+43
* Repair 'domain-search' parsing broken in r1.191.krw2020-05-131-10/+11
* We don't count a terminating NUL in the length of option data.krw2020-05-132-5/+5
* Nuke a variable that is always set to 0.krw2020-05-131-4/+3
* No need to memcpy() into a string created by strdup().krw2020-05-131-3/+2
* Shuffle and clarify logic creating the contents of resolv.conf.krw2020-05-091-80/+44
* Nuke unneeded 'inits' field in struct proposal. 'mtu' being 0 is enough of a cluekrw2020-05-083-6/+4
* Nuke 'set but never used' addrs field in struct proposal.krw2020-05-082-11/+2
* If the DHCP server disappears between OFFER'ing and ACK'ing a lease,krw2020-04-271-25/+20
* Tighten up NAK handling. Inform unwind when the active lease iskrw2020-04-261-18/+27
* Stray whitespace.krw2020-04-241-2/+2
* Send broadcast packets to INADDR_BROADCAST, not INADDR_ANY.krw2020-04-211-2/+2
* No need to check for NULL before free().krw2020-04-091-3/+2
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+7
* Tweak dhclient(8) timing defaults depending on SMALL rather than usingkrw2020-02-021-3/+9
* Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin.krw2020-01-261-4/+2
* Allow carp(4) interfaces to be configured via dhcp.krw2020-01-241-2/+2
* Separate command line syntax parsing from semantic validation ofkrw2020-01-232-13/+43
* Move warning about DHO_STATIC_ROUTES (option 33) to debug.krw2020-01-201-2/+2
* Reject leases that do not provide a subnet mask for the address beingkrw2019-12-172-4/+8
* use _PATH_ names for unveil if possiblederaadt2019-11-271-2/+2
* Polish logic talking to unwind.krw2019-11-224-25/+19
* DNS Proposals are treated as replacements in unwind now.florian2019-11-221-5/+9
* Inform unwind about DNS servers it finds in leases.krw2019-11-196-11/+178
* No need to write resolv.conf after deciding to get a new lease,krw2019-11-061-4/+5
* Correct the logic deciding when to write resolv.conf.krw2019-11-061-3/+14
* Constrain and correct the routes being deleted when applying a newkrw2019-10-311-10/+26
* Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.krw2019-08-061-3/+3