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
2017-12-07
adjust the "timeout" text, now that leases are no longer
Jason McIntyre
2017-12-07
Set ifi->offer to NULL after free'ing it.
Kenneth R Westerback
2017-12-07
Nuke support for defining last-gasp leases in dhclient.conf.
Kenneth R Westerback
2017-12-06
Disentangle dhclient.conf static lease handling from dynamic
Kenneth R Westerback
2017-12-05
When removing duplicate dynamic leases from the cache, compare the
Kenneth R Westerback
2017-12-04
change "if (lp &&" to "if lp != NULL &&".
Theo Buehler
2017-12-04
Avoid a NULL-deref in get_recorded_lease() leading to a segfault seen
Theo Buehler
2017-12-03
Move timer fields 'expiry" and "rebind" out of struct client_lease
Kenneth R Westerback
2017-12-03
Abandon nagging about "_" violating RFC 952. This removes the need
Kenneth R Westerback
2017-11-27
Simplify lease_as_string() logic to use a single time_t variable
Kenneth R Westerback
2017-11-27
Fix pasto so lease_rebind() returns rebind value and not
Kenneth R Westerback
2017-11-26
Move rebind time calculation to a function lease_rebind(), just like
Kenneth R Westerback
2017-11-24
Remove 'renewal' field from struct client_lease. Add lease_renewal() to
Kenneth R Westerback
2017-11-23
Fix use of lease_expiry() in set_lease_times(). lease_expiry() returns
Kenneth R Westerback
2017-11-20
Wnen purging dhclient.leases and when looking for unexpired offers to
Kenneth R Westerback
2017-11-18
Generate correct time comments (renewal/rebind/expiry) in
Kenneth R Westerback
2017-11-14
Treat invalid server name as empty instead of declining the lease offered
Martin Pieuchot
2017-11-12
Clone epoch value in clone_lease(), not manually.
Kenneth R Westerback
2017-11-09
tweak previous;
Jason McIntyre
2017-11-09
Use lease 'epoch' (time lease was acquired) to calculate timers for
Kenneth R Westerback
2017-11-06
Add lease declaration 'epoch' to hold the time() when a lease is
Kenneth R Westerback
2017-11-06
Add format 't' to parse_decimal() for signed 64-bit
Kenneth R Westerback
2017-11-04
Decline duplicate offers for the requested address, as are
Kenneth R Westerback
2017-10-30
Fix '-L' file handling. Mixing idioms in previous cleanups ended up
Kenneth R Westerback
2017-10-27
zap a bad space in usage(): sorry ken for not spotting!
Jason McIntyre
2017-10-27
Add '-n' option to just parse dhclient.conf for errors.
Kenneth R Westerback
2017-10-23
Use 'for (;;)' instead of a mix of "while (1) {}" and
Kenneth R Westerback
2017-10-23
Use same parse_warn() verbiage in parse_lease_time() as that
Kenneth R Westerback
2017-10-23
Enforce dhclient.conf prohibitions on nesting 'interface'
Kenneth R Westerback
2017-10-21
Last but not least, bring parse_interface_declaration()
Kenneth R Westerback
2017-10-21
Whitespace.
Kenneth R Westerback
2017-10-21
Bring parse_client_lease_statement() into the new world by
Kenneth R Westerback
2017-10-20
prev_line and cur_line can be static.
Kenneth R Westerback
2017-10-20
Split eol() from get_char() so that token assmebly that is
Kenneth R Westerback
2017-10-20
Flense dhclient.conf.5 down to useful information. Move
Kenneth R Westerback
2017-10-19
Nuke special case for '\n' in skip_to_semi() and
Kenneth R Westerback
2017-10-16
Sort & update syntax comments to match code. Sort
Kenneth R Westerback
2017-10-16
Bring parse_reject_statement() into line by
Kenneth R Westerback
2017-10-14
Whitespace fix.
Kenneth R Westerback
2017-10-14
Refactor parsing of hex sequences. Rename parse_X()
Kenneth R Westerback
2017-10-14
Tweak parse_option_list() to return 0/1 to indicate success,
Kenneth R Westerback
2017-10-13
Tweak parse_option_decl() to return 0/1 to indicate success,
Kenneth R Westerback
2017-10-12
Don't leak string that overflows the option data buffer.
Kenneth R Westerback
2017-10-12
Stop leaks of SSID strings. Whitespace fix.
Kenneth R Westerback
2017-10-12
Make parse_string() toe the new line by returning
Kenneth R Westerback
2017-10-11
Works better when both files in a diff are
Kenneth R Westerback
2017-10-11
Eliminate unneeded intermediate variable. Fix
Kenneth R Westerback
2017-10-11
Tweak parse_date() again, this time to factor
Kenneth R Westerback
2017-10-11
Tweak parse_decimal() and its invocations to emit a
Kenneth R Westerback
2017-10-11
Repair printing of classless-static-routes to leases
Kenneth R Westerback
[prev]
[next]