Age | Commit message (Expand) | Author |
2005-08-27 | backout unapproved diff | Theo de Raadt |
2005-08-25 | when we get an invalid hostname in an option, bitching a moaning is ok, | Henning Brauer |
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | Kenneth R Westerback |
2005-08-02 | Rip out code dealing with multiple/nested interfaces. Each instance of | Kenneth R Westerback |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback |
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-09 | Clean out a few more unused/uninitialized variables. | 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-05-29 | robustness against malformed snames. | marius eriksen |
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-02-06 | "no link .got link" => "no link .... got link". i.e. always display | Kenneth R Westerback |
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-09-15 | use ftello() instead of ftell() where better | Theo de Raadt |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-08-30 | Avoid spinning if the server gives us a bogus zero lease time, by | Otto Moerbeek |
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt |
2004-06-23 | better dead detect window code; still crap | Theo de Raadt |
2004-06-22 | horrid horrid horrid. we have a race window where we, ourselves, do an | Theo de Raadt |
2004-06-22 | do not exit on RTM_DELADDR, dhclient can cause this itself under some rare | Henning Brauer |
2004-06-03 | fall back to "nobody" when the _dhcp user is not available, theo bob ok | Henning Brauer |
2004-05-13 | when trying to rewrite the lease file, and if the lease file is already | Henning Brauer |
2004-05-08 | unbreak | Henning Brauer |
2004-05-07 | Error out on attempts to inject command or variable substitution | Kenneth R Westerback |
2004-05-06 | remove more unused code | Theo de Raadt |
2004-05-05 | knf | Theo de Raadt |
2004-05-05 | spacing | Theo de Raadt |
2004-05-05 | must simulate daemon because already inside the jail; henning ok | Theo de Raadt |
2004-05-05 | open the lease file after the priv child was forked off so it doesn't have | Henning Brauer |
2004-05-05 | routefd needs to be opened slightly later | Henning Brauer |
2004-05-05 | use tzset() before chrooting | Henning Brauer |
2004-05-05 | open bpf and routefd a little later, after forking the priv child so it | Henning Brauer |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-05-04 | privilege seperate dhclient. | Henning Brauer |
2004-04-14 | prototypes fixup | Henning Brauer |
2004-04-13 | unfortunately we have to wait a little if the nic does not have a link and | Henning Brauer |
2004-04-08 | fix usage(), jmc | Henning Brauer |
2004-04-08 | -l can overwrite the path to the leases file, noticed by millert | Henning Brauer |
2004-04-07 | remove -D option which had no effect whatsover | Henning Brauer |
2004-04-07 | since we removed all the multiple interfaces crap, we now need a lease | Henning Brauer |
2004-03-05 | remove even more goo | Theo de Raadt |