Age | Commit message (Expand) | Author |
2004-04-14 | KNF, ansi and such | Henning Brauer |
2004-04-14 | getopt | Henning Brauer |
2004-04-14 | less pathetic usage(), and I felt free to remove the helpfull | Henning Brauer |
2004-04-14 | remove pidfile gunk, use daemon, and get rid of some debugging crap | Henning Brauer |
2004-04-14 | don't print half a terminal worth of vixie advertising at startup and in usage | Henning Brauer |
2004-04-14 | the ones from dhclient do, and they're already KNF'd and annsified... | Henning Brauer |
2004-04-14 | fold in 10liners and clean up other .hs a bit | Henning Brauer |
2004-04-14 | more crap bites the dust | Henning Brauer |
2004-04-14 | bye bye | Henning Brauer |
2004-04-14 | cheat to KNF and ansi this: take the one from dhclient and add back the | Henning Brauer |
2004-04-14 | dhcpd may know about a thousand strange things to get packets onto the wire, | Henning Brauer |
2004-04-14 | we want bpf only | Henning Brauer |
2004-04-13 | sure a good idea to include 100 lines of comments Just Because... | Henning Brauer |
2004-04-13 | time_t and kill a few dumb defines | Henning Brauer |
2004-04-13 | may the whacking begin | Henning Brauer |
2004-04-13 | Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l', | Todd C. Miller |
2004-04-13 | $OpenBSD$ | Henning Brauer |
2004-04-13 | print the MP capabilities as the neighbor announced in the show neighbor | Henning Brauer |
2004-04-13 | parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store in | Henning Brauer |
2004-04-13 | Cleanup and more careful payload parsing. | Hans-Joerg Hoexer |
2004-04-13 | use standard options list, and slightly rearrange the page; | Jason McIntyre |
2004-04-13 | fix null pointer dereference when trying to read+clear non-existent memory | Damien Miller |
2004-04-13 | remove the quiet option, we're being quiet by default | Henning Brauer |
2004-04-13 | chroot to /var/empty and drop privileges, theo ok | Henning Brauer |
2004-04-13 | closer to reality | Henning Brauer |
2004-04-13 | Sort getopt list and tidy error checks. From andrushock@korovino.net; | Damien Miller |
2004-04-13 | commented out LoadModule statement for mod_proxy like we do for the other | Henning Brauer |
2004-04-12 | relaying back bootp answers should work again | Henning Brauer |
2004-04-12 | remove those overly helpfull comments like explaining that time(3) gets the | Henning Brauer |
2004-04-12 | KNF | Henning Brauer |
2004-04-12 | one big sweep of KNF, ansi and such | Henning Brauer |
2004-04-12 | se daemon(3) | Henning Brauer |
2004-04-12 | spacing | Theo de Raadt |
2004-04-12 | sync w/ 0.9.7d import (one typo); | Jason McIntyre |
2004-04-12 | the rocket science department suggests: getopt | Henning Brauer |
2004-04-12 | kill pidfile gunk | Henning Brauer |
2004-04-12 | less pathetic usage() | Henning Brauer |
2004-04-12 | oups | Henning Brauer |
2004-04-12 | initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient | Henning Brauer |
2004-04-12 | ~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrown | Henning Brauer |
2004-04-11 | Fix accidental busy loop waiting for a second to pass. Also, rename | Otto Moerbeek |
2004-04-10 | move the API_* and SAFI_* defines to where they belong | Henning Brauer |
2004-04-09 | Also pass SIGINT and SIGQUIT to child, noticed by mpech@ | Can Erkin Acar |
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer |
2004-04-08 | only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org> | Anil Madhavapeddy |
2004-04-08 | In error message, use saved errno, not current errno. | Anil Madhavapeddy |
2004-04-08 | document s_time (from s_time.pod); | Jason McIntyre |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-04-07 | Fix bounds check for printing of ip6 options. Similar fix in tcpdump | Otto Moerbeek |