Age | Commit message (Expand) | Author |
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 |
2014-05-23 | Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG)) | Kenneth R Westerback |
2014-05-23 | A #define to rename another #define which is then used only once introduces | Kenneth R Westerback |
2014-05-19 | Nuke some trailing whitespace that snuck in. | Kenneth R Westerback |
2014-05-19 | No point in trying to update the -L file on loss of link if no -L has | Kenneth R Westerback |
2014-05-18 | Don't add a lease to the leases TAILQ more than once. It tends to | Kenneth R Westerback |
2014-05-12 | Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages | Kenneth R Westerback |
2014-05-11 | Tweak DHCPREQUEST log message to omit 'port N', since the port is not | Kenneth R Westerback |
2014-05-11 | Rework/restore recorded lease handling. Actually use 'lease' | Kenneth R Westerback |
2014-05-05 | Zap trailing whitespace. Started by pointed comments from andre@. | Kenneth R Westerback |
2014-05-05 | A couple of malloc()+memset(0) -> calloc. | Kenneth R Westerback |
2014-05-04 | Factor out the code to set the expiry, renewal and rebinding times for | Kenneth R Westerback |
2014-04-30 | Preserve intended chronological order of leases in | Kenneth R Westerback |
2014-04-21 | Ooops. Delete discarded offered leases from correct TAILQ. More than | Kenneth R Westerback |
2014-04-20 | Make -L even more useful to monitoring processes. Truncate and | Kenneth R Westerback |
2014-04-17 | Oops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVERY and | Kenneth R Westerback |
2014-04-17 | Eliminate a couple of always-NULL parameters. Eliminate some | Kenneth R Westerback |
2014-04-16 | Make dhclient -q even quieter. Make it immediately effective rather | Kenneth R Westerback |
2014-04-16 | OpenSSL is not the only place with bloated code! Remove unused | Kenneth R Westerback |
2014-02-09 | Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops | Kenneth R Westerback |
2014-02-08 | Create dhclient lease files and dhcpd lease files with permissions 0640, | Kenneth R Westerback |
2014-02-07 | Create -L leases files with the same 0000 permissions as regular | Kenneth R Westerback |
2014-02-07 | Log failures to fchmod() or fchown() the file written in | Kenneth R Westerback |
2014-02-07 | Nuke unused #define CLIENT_PATH. A remnant of dhclient-script. | Kenneth R Westerback |
2014-01-25 | Correct parsing of dhclient.conf statements 'fixed-address' and | Kenneth R Westerback |
2014-01-21 | Allow dhclient.conf to specify 'fixed-address', 'next-server', | Kenneth R Westerback |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-20 | more %d type correctness; ok krw | Theo de Raadt |
2014-01-20 | %d cleanups, to other formats; ok krw | Theo de Raadt |
2014-01-17 | Do not follow symlinks for -l and -L arguments. | Tobias Stoeckmann |
2014-01-16 | Avoid size_t overflow while reading /etc/resolv.conf.tail. | Tobias Stoeckmann |
2013-12-30 | Replace yet another hand-rolled list with a TAILQ. reject_list this | Kenneth R Westerback |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-15 | Update timestamps in 'effective' lease before printing out the | Kenneth R Westerback |
2013-12-14 | When cloning leases remember to clone address, next_server and | Kenneth R Westerback |
2013-12-10 | Rework [priv_]write_file() and associated struct imsg_write_file | Kenneth R Westerback |
2013-12-09 | Refactor processing of classless static routes option (121). Add | Kenneth R Westerback |
2013-12-08 | Reduce in_addr memcpy() dances by simply using assignments where the source | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-12-05 | Use destination size as size of memcpy(). Use <in_addr> rather than | Kenneth R Westerback |
2013-12-04 | When we receive a /32 IP address assignment, mimick ISC DHCP by adding | Matthew Dempsky |
2013-12-04 | Oops. Missed a chunk. Give up on classless static routes if | Kenneth R Westerback |
2013-12-04 | More memcpy() stylistic repairs and size checks. | Kenneth R Westerback |
2013-12-04 | Be more careful to ensure memcpy'd data will fit. | Kenneth R Westerback |