Age | Commit message (Expand) | Author |
2005-07-23 | Our dhclient.conf lives in /usr/src/etc. | Kenneth R Westerback |
2005-07-17 | No longer used. | Kenneth R Westerback |
2005-07-17 | Insist on correct hardware addresses in dhclient.conf and | Kenneth R Westerback |
2005-07-16 | No longer used. | Kenneth R Westerback |
2005-07-16 | Rejig struct string_list to use char array rather than char pointer, and | Kenneth R Westerback |
2005-07-16 | fix printing of hostname, from brooks davis via jmc | Henning Brauer |
2005-07-16 | back out last; breaks in cases where we want hex and the last byte is 0 | Henning Brauer |
2005-07-16 | NULL is not a time_t. From brooks at freebsd. | Kenneth R Westerback |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback |
2005-07-15 | Fix handling of comma separated option value lists, broken in r1.20. | Kenneth R Westerback |
2005-07-15 | let pretty_print_option() handle trailing nul bytes correctly (i. e. don't | Henning Brauer |
2005-07-13 | spacing | Theo de Raadt |
2005-07-13 | minor knf | Theo de Raadt |
2005-07-13 | Repair/rationalize option handling to ensure valid option section is | Kenneth R Westerback |
2005-07-11 | krw stopped use of hash.c | Theo de Raadt |
2005-07-11 | spacing | Theo de Raadt |
2005-07-11 | Expunge unused hashing code and variables. | Kenneth R Westerback |
2005-07-11 | Dispense with the overhead of creating a hash just to lookup the | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback |
2005-07-08 | More dead and moribund code removal/cleanup. This time unused parameters | Kenneth R Westerback |
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback |
2005-07-07 | Eliminate unused code and associated parameter. | Kenneth R Westerback |
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback |
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback |
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback |
2005-06-27 | reference bpf(4); from alexey e. suslikov; | Jason McIntyre |
2005-06-02 | Make buf_add a no-op if length == 0. OK henning | Chad Loder |
2005-06-01 | snprintf returns an int, not a size_t. OK deraadt@ | Chad Loder |
2005-05-29 | robustness against malformed snames. | marius eriksen |
2005-05-24 | no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclient | Todd T. Fries |
2005-04-11 | use STDERR_FILENO | Theo de Raadt |
2005-04-11 | handle snprintf returning -1; ok henning | Theo de Raadt |
2005-04-11 | use writev; ok henning | Theo de Raadt |
2005-04-09 | document that dhclient-script overwrites resolv.conf, | Jason McIntyre |
2005-04-09 | incorrect apostrophe (in comment); | Jason McIntyre |
2005-04-08 | protect read() on rtsock against interruptions by signal, foudn with djm | Henning Brauer |
2005-04-02 | spacing | Theo de Raadt |
2005-04-02 | fix indentation both, michael knudsen | Henning Brauer |
2005-04-02 | allow _ in hostnames, but complain since this is not legal, but there is | Henning Brauer |
2005-03-02 | bad news to have a .Bl before .Ss; | Jason McIntyre |
2005-02-06 | "no link .got link" => "no link .... got link". i.e. always display | Kenneth R Westerback |
2004-12-26 | snprintf return value paranoia; henning ok | Theo de Raadt |
2004-12-05 | extend window of "ignoring route messages on the socket" for 10 seconds | Theo de Raadt |
2004-11-25 | Ignore 0.0.0.0 in RTM_NEWADDR messages as these messages are generated by | Claudio Jeker |
2004-11-02 | delint gunk approved by otto a while back | Theo de Raadt |
2004-11-01 | much to my surprise a minute has only 60 seconds, and the hour 60 minutes, | Henning Brauer |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause |
2004-09-15 | use ftello() instead of ftell() where better | Theo de Raadt |