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
/
dhcpd.h
Age
Commit message (
Expand
)
Author
2018-05-23
Some interfaces (e.g. cdce(4)) can't tell if they are connected. They
Kenneth R Westerback
2018-05-19
Add '-r', which causes running dhclient to release
Kenneth R Westerback
2018-02-28
Now that log_debug() has been decyphered, replace DPRINTF() instances
Kenneth R Westerback
2018-02-10
Fix 'ignore ;' so that it really does reset the ignore list.
Kenneth R Westerback
2018-02-07
Keep track of the last proposal used to configure the interface and
Kenneth R Westerback
2018-02-06
Nuke unused state S_REBINDING. We just use the time
Kenneth R Westerback
2018-02-06
Flip -q (be quiet) into -v (be noisy), making terseness the default
Kenneth R Westerback
2018-01-30
Expand "bound to ..." message to include the source of the lease,
Kenneth R Westerback
2018-01-29
Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUG
Kenneth R Westerback
2018-01-28
Refactor and simplify the logic to select and invoke the
Kenneth R Westerback
2018-01-25
Add DPRINTF() and use it to replace log_debug() statements inside
Kenneth R Westerback
2018-01-04
parse_lease_time() is an unnecessary abstraction. Just use
Kenneth R Westerback
2018-01-04
We only parse decimal numbers, so parse_decimal() -> parse_number() to
Kenneth R Westerback
2017-12-18
Stop inserting and paying attention to 'interface <if>;'
Kenneth R Westerback
2017-12-16
With leases no longer in dhclient.conf, rename a bunch of
Kenneth R Westerback
2017-12-09
Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields
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-03
Move timer fields 'expiry" and "rebind" out of struct client_lease
Kenneth R Westerback
2017-11-24
Remove 'renewal' field from struct client_lease. Add lease_renewal() to
Kenneth R Westerback
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-10-27
Add '-n' option to just parse dhclient.conf for errors.
Kenneth R Westerback
2017-10-23
Enforce dhclient.conf prohibitions on nesting 'interface'
Kenneth R Westerback
2017-10-14
Refactor parsing of hex sequences. Rename parse_X()
Kenneth R Westerback
2017-10-12
Make parse_string() toe the new line by returning
Kenneth R Westerback
2017-10-11
Tweak parse_date() again, this time to factor
Kenneth R Westerback
2017-10-09
Tweak parse_lease_time() to emit a single message on
Kenneth R Westerback
2017-09-20
Make send_packet() log entries more informative by
Kenneth R Westerback
2017-09-17
Create global 'log_procname' and set it to '<ifname>' or
Kenneth R Westerback
2017-09-09
Tweak extract_classless_route() to return unsigned int
Kenneth R Westerback
2017-08-29
Add a utility function extract_classless_route() and
Kenneth R Westerback
2017-08-28
No need for pretty_print_classless() to use
Kenneth R Westerback
2017-08-12
sig_atomic_t is not (necessarily) an int. Use
Kenneth R Westerback
2017-08-10
Add IMSG_SET_RESOLV_CONF and keep the cached contents
Kenneth R Westerback
2017-08-09
Stop obsessively flushing the imsg connection. Just
Kenneth R Westerback
2017-07-30
Use effective_proposal data to set mtu and address.
Kenneth R Westerback
2017-07-29
Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES
Kenneth R Westerback
2017-07-24
Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure
Kenneth R Westerback
2017-07-24
Shuffle some declarations and functions into the only
Kenneth R Westerback
2017-07-24
Move invocations of flush_routes() and delete_addresses() from
Kenneth R Westerback
2017-07-22
Add set_routes() and move bind_lease() route magic
Kenneth R Westerback
2017-07-22
Rename *_add_address to *_set_address to reflect that the
Kenneth R Westerback
2017-07-21
s/set_interface_mtu/set_mtu/g
Kenneth R Westerback
2017-07-17
Remove some magic formerly used to detect the presence of another
Kenneth R Westerback
2017-07-10
Take some of the mystery out of who does what by
Kenneth R Westerback
2017-07-09
Some parsing code cleanup: add parse_boolean(); pass literal format
Kenneth R Westerback
2017-07-08
Fold tables.c into options.c and stop exporting the one
Kenneth R Westerback
2017-07-08
Always use uintNN_t instead of sometimes u_intNN_t
Kenneth R Westerback
2017-07-07
Replace the many occurances of '256' with a new #define
Kenneth R Westerback
[next]