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