Age | Commit message (Expand) | Author |
2002-05-29 | more snprintf | Theo de Raadt |
2002-05-28 | off_t to size_t change for printf format and malloc. Pointed out by <greg@nes... | Hakan Olsson |
2002-05-28 | printf format __attribute__. From <greg@nest.cx>, slightly modified. | Hakan Olsson |
2002-05-28 | Proper types in format strings. From <greg@nest.cx> | Hakan Olsson |
2002-05-28 | document net.inet6.ip6.maxfrags | Jun-ichiro itojun Hagino |
2002-05-27 | Ports require 6 chars, from Oleg Safiullin | Daniel Hartmeier |
2002-05-27 | correct pid handling | Theo de Raadt |
2002-05-26 | KNF. remove unneeded variable. from deraadt | Jun-ichiro itojun Hagino |
2002-05-26 | re-integrate a grammar fix | Theo de Raadt |
2002-05-26 | sync with latest KAME tree. -S option uses bind(2), -g option, KNF | Jun-ichiro itojun Hagino |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-26 | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h | Matthieu Herrb |
2002-05-24 | add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net | Theo de Raadt |
2002-05-24 | Support mixed (IPv4/v6) address lists, expand to all possible and valid | Daniel Hartmeier |
2002-05-23 | One last sprintf -> snprintf, requested by deraadt. | Hakan Olsson |
2002-05-23 | minor KNF encountered while doing yet another boring 4AM source code audit... | Theo de Raadt |
2002-05-23 | tiny KNF, some malloc checks, etc | Theo de Raadt |
2002-05-23 | new_addr is not used from anywhere. daniel@benzedrine.cx ok | Jun-ichiro itojun Hagino |
2002-05-22 | add sunffb type | Jason Wright |
2002-05-22 | use strlcpy(3) | Thierry Deval |
2002-05-22 | implement new type: %%, given min,cur,max print the value in %%. | Michael Shalayeff |
2002-05-22 | oops, backwards length check; moritz@jodeit.org | Theo de Raadt |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-05-22 | remove crud | Theo de Raadt |
2002-05-20 | raise RTF_HOST for IPv6 /128 destination. from ume | Jun-ichiro itojun Hagino |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | KNF | Theo de Raadt |
2002-05-19 | nicer usage | Theo de Raadt |
2002-05-18 | Handle long (unsigned 32-bit) IDs in print_uid/gid(). From Oleg Safiullin. | Daniel Hartmeier |
2002-05-15 | typo in comment. | Artur Grabowski |
2002-05-15 | Kill commented out stubs for swapoff. | Artur Grabowski |
2002-05-15 | kill the reference to swapoff. | Artur Grabowski |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt |
2002-05-12 | Explain that user/group 'unknown' can only be used with operators = and != | Daniel Hartmeier |
2002-05-12 | Add gid based filtering, reduce to one (effective) uid, rename parser | Daniel Hartmeier |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-10 | Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes in | Hakan Olsson |
2002-05-10 | DLT_NULL -> DLT_LOOP | Hakan Olsson |
2002-05-10 | Handle host name resolution returning multiple addresses in the rule | Daniel Hartmeier |
2002-05-09 | Add a max-mss option to the scrub rule which will enforce a maximum mss | jasoni |
2002-05-09 | Introduce user based filtering. Rules can specify ruid and euid (real and | Daniel Hartmeier |
2002-05-08 | add a newline after pcap error string (as pcap_geterr() doesn't). | jasoni |
2002-05-06 | Correct info in "-a maxcontig" section. | Todd C. Miller |
2002-05-06 | Use the default calculation of maxcontig, based on fs_bsize and MAXPHYS, so | Todd C. Miller |
2002-05-05 | Instead of returning a useless kernel space pointer for the rule that | Daniel Hartmeier |
2002-04-30 | print usage right | Theo de Raadt |
2002-04-30 | use scsictl, not scsictl(8); closes pr/2577. | Federico G. Schwindt |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-26 | Fix typo--2347 should be 2047; from FreeBSD (moses) | Todd C. Miller |