Age | Commit message (Expand) | Author |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |
2015-04-16 | Tweak error output. | Gleydson Soares |
2015-02-15 | convert bcmp to memcmp | Ted Unangst |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-07 | Add support for interface-mtu (option 26). | Kenneth R Westerback |
2015-02-07 | GC unused parameters now that ifname and rdomain are not used in | Kenneth R Westerback |
2015-02-06 | The write_file() privsep interface was too permissive and | Reyk Floeter |
2015-02-06 | matthew@ points out that it's a bad idea to rely on the non-privileged, | Kenneth R Westerback |
2015-02-05 | Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations. | Kenneth R Westerback |
2015-02-01 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2015-01-31 | Don't leak the "access protected, zero sized object" returned by | Kenneth R Westerback |
2015-01-31 | Set is_static to 0 before trying to free a lease. Otherwise it | Kenneth R Westerback |
2015-01-30 | Don't leak incompletely cloned static lease. Should never happen | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-10 | Reusing the same field for different things in different contexts may | Kenneth R Westerback |
2014-12-10 | The consensus is that RTM_IFINFO messages do not always carry the | Kenneth R Westerback |
2014-12-09 | Move the initial link status check and possible forceup back before | Kenneth R Westerback |
2014-12-08 | Try harder to avoid displaying "no link ... got link" when initial | Kenneth R Westerback |
2014-12-07 | Do not move from S_PREBOOT to S_REBOOT just because link_timeout | Kenneth R Westerback |
2014-12-07 | Ensure we grab the interface LLADDR as soon as the link state is | Kenneth R Westerback |
2014-12-07 | Retract check for IFF_RUNNING when checking for link state. At least | Kenneth R Westerback |
2014-12-05 | Move initial wait for network link into the state machine by adding | Kenneth R Westerback |
2014-11-30 | Don't check for hardware address change unless link was up. Delay | Kenneth R Westerback |
2014-11-29 | Explicitly initialize client->state to S_REBOOTING rather than | Kenneth R Westerback |
2014-11-27 | Use if_nametoindex() to get the interface index, and thereby check | Kenneth R Westerback |
2014-11-25 | r1.118 starting using LINK_STATE_IS_UP() to check the link status | Kenneth R Westerback |
2014-11-23 | Rename discover_interface() to more meaningful get_hw_address(). | Kenneth R Westerback |
2014-11-20 | A little too agressive reordering. Must initialize the client struct | Kenneth R Westerback |
2014-11-17 | Further juggle startup code, putting config file reading after forking | Kenneth R Westerback |
2014-11-16 | Move some memory allocations/initialization and file reading to | Kenneth R Westerback |
2014-11-15 | Make -q (quiet) and -d (don't daemonize) options mutually exclusive. | Kenneth R Westerback |
2014-11-04 | Of the 14 occurances of free_client_lease() only 2 deal with leases | Kenneth R Westerback |
2014-11-04 | Instead of correcting things after the fact, use SOCK_NONBLOCK and SOCK_CLOEXEC | Philip Guenther |
2014-11-03 | No need to immediately remove an expired lease from the list of | Kenneth R Westerback |
2014-11-02 | Pesky whitespace and spurious parenthesis. | Kenneth R Westerback |
2014-11-01 | Try to ensure that the various lease timeouts are sane. i.e., renew | Kenneth R Westerback |
2014-10-29 | Calling a function to htonl() a constant 32-bit value into a stack | Kenneth R Westerback |
2014-10-27 | Compare with/use UINT16_MAX rather than 65535. Less magic is more. | Kenneth R Westerback |
2014-10-26 | Allow the current lease to expire without causing dhclient to seg | Kenneth R Westerback |
2014-10-17 | Nuke 'increase' which was always set to 1. Replace the if/else that tested | Kenneth R Westerback |
2014-10-02 | dhclient: add support for RFC 3442 local subnet routes | Matthew Dempsky |
2014-08-11 | When parsing 32 bit values, verify that we received 4 bytes. | Tobias Stoeckmann |
2014-07-13 | When renewing a lease, update client->active or you end up in a | Kenneth R Westerback |
2014-07-12 | Log a warning whenever RTM_DESYNC is seen. Thus giving entrail | Kenneth R Westerback |
2014-07-12 | Bring back resolv.conf write reduction. Race was something else. | Kenneth R Westerback |
2014-07-11 | Sigh. Further torture finds a race. Back to drawing board for | Kenneth R Westerback |
2014-07-11 | Move updating resolv.conf contents and active lease to before address | Kenneth R Westerback |
2014-07-11 | Don't write out a new resolv.conf until the new address is added | Kenneth R Westerback |
2014-07-09 | Print sizeof() value and size_t variable with %zu rather than %zd. | Kenneth R Westerback |