Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-28 | off_t to size_t change for printf format and malloc. Pointed out by ↵ | Hakan Olsson | |
<greg@nest.cx> | |||
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 | |
- add support to print machdep.chipset mib on alpha ok deraadt@ | |||
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 | |
combinations. 'pass in from { 10.1.2.3, ::1 } to { 10.4.5.6, ::2 }' will expand to two rules, 'from 10.1.2.3 to 10.4.5.6' and 'from ::1 to ::2'. Also applies to host name resolution (when multiple addresses are returned for one name). ok frantzen@, itojun@ | |||
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 | |
10x deraadt@ | |||
2002-05-22 | implement new type: %%, given min,cur,max print the value in %%. | Michael Shalayeff | |
also accepts -= and += to adjust the value. implement new flags: INIT, DEAD. init means to prefetch the variable before setting, where dead means to assume the variable is not implemented (enottty was observed, most likely), set by the low-level routines (upon observing the ioctl results). add the variables for screen brightness,contrast,backlight -- all are precent-type, also rework the display.c to be easier on the eyes. requested, commented and helped upon by miod@ and drahn@. there was a discussion on wheather truncate or round (the thin and think ends of the same egg) where decided to allow it to truncate until demanded otherwise by the eager masses. | |||
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 | |
From Sam Smith S at mSmith.net | |||
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 | |
privs. Link them static, so that even less code is run before main does that job. | |||
2002-05-12 | Explain that user/group 'unknown' can only be used with operators = and != | Daniel Hartmeier | |
and refuse other constructs in the parser. Also note that 'user >= 0' does not match forwarded packets with unknown user ID. | |||
2002-05-12 | Add gid based filtering, reduce to one (effective) uid, rename parser | Daniel Hartmeier | |
keywords to 'user' and 'group'. | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-10 | Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes in | Hakan Olsson | |
tcpdump(8). This repairs the '-L' (cleartext packet capture) option. | |||
2002-05-10 | DLT_NULL -> DLT_LOOP | Hakan Olsson | |
2002-05-10 | Handle host name resolution returning multiple addresses in the rule | Daniel Hartmeier | |
parser (expand to every address). ok frantzen@ | |||
2002-05-09 | Add a max-mss option to the scrub rule which will enforce a maximum mss | jasoni | |
by lowering it to the given value. - ok dhartmei@, provos@ | |||
2002-05-09 | Introduce user based filtering. Rules can specify ruid and euid (real and | Daniel Hartmeier | |
effective user ID) much like ports. The user of a packet is either the user that opens an outgoing connection, the one that listens on a socket, or 'unknown' if the firewall is not a connection endpoint (for forwarded connections). Socket uid lookup code from jwk@bug.it. | |||
2002-05-08 | add a newline after pcap error string (as pcap_geterr() doesn't). | jasoni | |
- ok dhartmei@ (a long time ago) | |||
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 | |
that the cluster summary information is correct for bsize=4k and MAXPHYS=64k. From NetBSD (mycroft) | |||
2002-05-05 | Instead of returning a useless kernel space pointer for the rule that | Daniel Hartmeier | |
created the state from DIOCGETSTATE(S), return the integer rule number, Print rule number (if existant) from pfctl -vss. Suggested by Jeff Nathan. | |||
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 | |
2002-04-26 | use struct in_aliasreq instead of ifaliasreq when setting new inet | Federico G. Schwindt | |
address. solves a sigbus error seen on sparc64 with new binutils. from itojun@ |