Age | Commit message (Expand) | Author |
2001-06-26 | print reason nr and text. | Niels Provos |
2001-06-26 | print out reason code, unless it is just a match | Niels Provos |
2001-06-25 | interpret DLT_PFLOG | Niels Provos |
2001-06-25 | support readahead option | Niklas Hallqvist |
2001-06-25 | disable smb decoder, as there seems to be fewer bound checks than needed | Jun-ichiro itojun Hagino |
2001-06-25 | add missing ntohl | Niels Provos |
2001-06-25 | Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes: | Theo de Raadt |
2001-06-25 | Remove old workaround. probably not needed anymore. | Artur Grabowski |
2001-06-25 | missing space in usage(); ok mickey | Peter Valchev |
2001-06-25 | Fix a bunch of one-byte possible overflows | Paul Janzen |
2001-06-25 | A little more careful with buffers, only relevant if /etc/printcap was set | Paul Janzen |
2001-06-25 | fix nasty little bug in the identifaction of dead interfaces - make sure | Bob Beck |
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist |
2001-06-24 | Move and rename packet filter userland. | Kjell Wooding |
2001-06-24 | Add userland for the new packet filter. | Kjell Wooding |
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis |
2001-06-24 | bye bye | Bob Beck |
2001-06-24 | bye bye | Bob Beck |
2001-06-24 | dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this | Bob Beck |
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-23 | only root need apply | Theo de Raadt |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-06-20 | Avoid using too many args for ``set m[tr]u'' | brian |
2001-06-20 | merge mod_ssl 2.8.4 | Brad Smith |
2001-06-19 | o Don't talk about /bin/mail vs. sendmail since we always build with | Todd C. Miller |
2001-06-19 | Handle hardware-imposed MTU/MRU limitations. | brian |
2001-06-15 | strncpy vs strlcpy and strchr fix; fromBrian Poole <raj@pandemonium.cerias.pu... | Michael Shalayeff |
2001-06-15 | Correct the arg count after parsing a line with an unescaped # that isn't | brian |
2001-06-15 | copyright clarification. sync with tcpdump.org. | Jun-ichiro itojun Hagino |
2001-06-13 | Convert IIJ copyrights to BSD copyrights; ok tohno@sirius.ocn.ne.jp | brian |
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl |
2001-06-13 | va_start/end for every call to vfprintf, ok brian@ | Markus Friedl |
2001-06-13 | need va_start/end pair every time we call vfprintf(). via markus | Jun-ichiro itojun Hagino |
2001-06-12 | one less setuid program (use an ioctl like pppstats) | Theo de Raadt |
2001-06-10 | detailed ICMP_PARAMPROB printing; jakob@ ok | Michael Shalayeff |
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ... | Dug Song |
2001-06-10 | KNF | Theo de Raadt |
2001-06-10 | Sprintf/sprintf no longer used, remove it | Theo de Raadt |
2001-06-09 | Document -S option to print the data loss in each hop in percents; freebsd | Peter Valchev |
2001-06-09 | * Implement -S option to print the data loss in each hop in percents; freebsd | Peter Valchev |
2001-06-08 | Section shuffling; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-07 | Close PR 1854; mpech@prosoft.org.lv | Todd C. Miller |
2001-06-07 | Depricate the -alias option (it's been -nat for a long time) | brian |
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie |
2001-06-06 | Do not dump core on empty comment | Marc Espie |
2001-06-05 | Remove leading '+' from the -u arg description; mbing@nfr.net | Todd C. Miller |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis |