summaryrefslogtreecommitdiff
path: root/sbin/dhclient
AgeCommit message (Expand)Author
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25when we get an invalid hostname in an option, bitching a moaning is ok,Henning Brauer
2005-08-22Fix problems with some Linksys DHCP servers (and probably others) byKenneth R Westerback
2005-08-08re-add write() error check in buf_close(). ok henning@Moritz Jodeit
2005-08-07Simplify code by calling error() from inside buf_* functions ratherKenneth R Westerback
2005-08-05remove duplicate privsep prototypes and put allMoritz Jodeit
2005-08-04buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfdHenning Brauer
2005-08-02add missing break; ok henning@Moritz Jodeit
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
2005-07-29Fix erroneous use of '=' instead of '+' that caused infinite loopsKenneth R Westerback
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
2005-07-23Our dhclient.conf lives in /usr/src/etc.Kenneth R Westerback
2005-07-17No longer used.Kenneth R Westerback
2005-07-17Insist on correct hardware addresses in dhclient.conf andKenneth R Westerback
2005-07-16No longer used.Kenneth R Westerback
2005-07-16Rejig struct string_list to use char array rather than char pointer, andKenneth R Westerback
2005-07-16fix printing of hostname, from brooks davis via jmcHenning Brauer
2005-07-16back out last; breaks in cases where we want hex and the last byte is 0Henning Brauer
2005-07-16NULL is not a time_t. From brooks at freebsd.Kenneth R Westerback
2005-07-16Eliminate unnecessary 'code' field from struct option. MakeKenneth R Westerback
2005-07-15Fix handling of comma separated option value lists, broken in r1.20.Kenneth R Westerback
2005-07-15let pretty_print_option() handle trailing nul bytes correctly (i. e. don'tHenning Brauer
2005-07-13spacingTheo de Raadt
2005-07-13minor knfTheo de Raadt
2005-07-13Repair/rationalize option handling to ensure valid option section isKenneth R Westerback
2005-07-11krw stopped use of hash.cTheo de Raadt
2005-07-11spacingTheo de Raadt
2005-07-11Expunge unused hashing code and variables.Kenneth R Westerback
2005-07-11Dispense with the overhead of creating a hash just to lookup theKenneth R Westerback
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Clean out a few more unused/uninitialized variables.Kenneth R Westerback
2005-07-09Since we never add more than the default dhcp_universe, expunge theKenneth R Westerback
2005-07-08More dead and moribund code removal/cleanup. This time unused parametersKenneth R Westerback
2005-07-08Eliminate unused code and associated parameters.Kenneth R Westerback
2005-07-07Eliminate unused code and associated parameter.Kenneth R Westerback
2005-07-07Eliminate tree_cache structure in favour of option_data. EliminateKenneth R Westerback
2005-07-07Expunge two unused fields (buf_size, timeout) in tree_cache structure.Kenneth R Westerback
2005-07-07Expunge two unused fields (buf_size, timeout) in tree_cache structure.Kenneth R Westerback
2005-06-27reference bpf(4); from alexey e. suslikov;Jason McIntyre
2005-06-02Make buf_add a no-op if length == 0. OK henningChad Loder
2005-06-01snprintf returns an int, not a size_t. OK deraadt@Chad Loder
2005-05-29robustness against malformed snames.marius eriksen
2005-05-24no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclientTodd T. Fries
2005-04-11use STDERR_FILENOTheo de Raadt
2005-04-11handle snprintf returning -1; ok henningTheo de Raadt
2005-04-11use writev; ok henningTheo de Raadt
2005-04-09document that dhclient-script overwrites resolv.conf,Jason McIntyre
2005-04-09incorrect apostrophe (in comment);Jason McIntyre
2005-04-08protect read() on rtsock against interruptions by signal, foudn with djmHenning Brauer
2005-04-02spacingTheo de Raadt