Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | Provide type information for some symbols. Should fix vmstat -i. | Artur Grabowski | |
2002-06-08 | regression test for macro concatenation | Henning Brauer | |
ok dhartmei@ | |||
2002-06-08 | document macro concatenation | Henning Brauer | |
ok dhartmei@ | |||
2002-06-08 | allow macro concatenation like | Henning Brauer | |
webservers = "{ 10.0.0.1, 10.0.0.7, 10.0.0.8, " webservers += " 10.0.0.17, 10.0.0.25, 10.0.0.37 }" ok frantzen@, dhartmei@ | |||
2002-06-08 | correctness | Chris Cappuccio | |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier | |
pass in from any to any port www keep state (tcp.established 60) ok frantzen@ | |||
2002-06-08 | After much horrible and painful slogging through asn1 code, | Bob Beck | |
this fixes the source of connection problems with ssl/tls connections between sparc64 and other things. The punchline, we just found a bug in floating point emulation on sparc64 when this script produces off-by-one output on sparc64. This fix is annoyingly easy for the effort expended. | |||
2002-06-08 | you too, out. | Federico G. Schwindt | |
2002-06-08 | sayonara, you should not be here; reported by wcobb@ | Federico G. Schwindt | |
2002-06-08 | remove FallBackToRsh/UseRsh | Markus Friedl | |
2002-06-08 | just warn about Deprecated options for now | Markus Friedl | |
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski | |
In most cases we'll have either DDB or /dev/ksyms and if someone really needs the memory they'll strip the kernel. Fixes alpha/2705. | |||
2002-06-08 | deprecate FallBackToRsh and UseRsh; patch from djm@ | Markus Friedl | |
2002-06-08 | nuke ptrace comment | Markus Friedl | |
2002-06-08 | only accept 20 byte session ids | Markus Friedl | |
2002-06-08 | explicitely set inet for localhost and lo0 tests, test would fail if | Henning Brauer | |
localhost resolves to ::1 ok dhartmei@ | |||
2002-06-08 | comment and error message cleanup, from Brian Poole <raj@cerias.purdue.edu> | Bob Beck | |
2002-06-08 | regression test from $srcaddr & friends in rule labels | Henning Brauer | |
ok dhartmei@ | |||
2002-06-08 | use weak aliases whenever is possible; millert@ ok. | Federico G. Schwindt | |
2002-06-08 | Remove this horror DIAGNOSTIC define. It was just ugly when it | Artur Grabowski | |
was introduced, but now it causes crashes when kernels are built without DIAGNOSTIC. Instead of trying to debug this incorrect code, I'm just removing this abomination. | |||
2002-06-08 | Let this build when the internal DIAGNOSTIC define is removed. | Artur Grabowski | |
2002-06-08 | document $proto, $nr in rule labels | Henning Brauer | |
add example ok dhartmei@ | |||
2002-06-08 | Remove some debugging code | Todd C. Miller | |
2002-06-08 | Disable the screen burner if it is enabled and X starts, and reinable upon | Dale Rahn | |
leaving X, if it was enabled. looked at by miod, mickey. | |||
2002-06-08 | Missing newline at end of file. from krause | Dale Rahn | |
2002-06-08 | spool dirs should be group daemon, mode 0775 | Todd C. Miller | |
2002-06-08 | Remove setuid root from lp*. lpr needs to be setuid daemon so the | Todd C. Miller | |
files it creates are not owned by the user spooling them but the others (lpc, lpq, lprm) can get away with setgid daemon. lpd runs as user daemon for most things, only changing its uid to 0 for things that must be done as root. For the time being, don't require connections to come from a reserved port since lpq/lpr/lprm can't acquire that w/o setuid root. In the near future we will have a mechanism for select non-root processes to grab reserved ports. The upshot of this is that spool directories must be writable by group daemon and the files within the spool dirs must be owned by daemon. | |||
2002-06-08 | expand $nr -> rule number in rule labels | Henning Brauer | |
okay dhartmei@, frantzen@ | |||
2002-06-08 | Make gem MI because it is present on macppc and sparc64. ok aaron@ | Dale Rahn | |
2002-06-08 | expand $proto in rule labels | Henning Brauer | |
okay frantzen@ dhartmei@ | |||
2002-06-08 | . include, | Marc Espie | |
variable modifiers: standard vs non-standard. ok miod@, millert@ | |||
2002-06-08 | rl* at cardbus | Aaron Campbell | |
2002-06-08 | Note support for RealTek-based CardBus cards. | Aaron Campbell | |
2002-06-08 | Document RealTek CardBus support. | Aaron Campbell | |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell | |
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing. | |||
2002-06-08 | typo | Jun-ichiro itojun Hagino | |
2002-06-08 | sync | Aaron Campbell | |
2002-06-08 | Add some RealTek card ID's; from NetBSD. | Aaron Campbell | |
2002-06-08 | in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-08 | Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver. | Dale Rahn | |
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt | |
2002-06-08 | on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | kill register; ok with itojun | jasoni | |
2002-06-07 | use TAILQ_FOREACH macro; ok angelos | jasoni | |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn | |
2002-06-07 | sync | Theo de Raadt | |
2002-06-07 | knf | Jason Wright | |
2002-06-07 | Handle realloc() failure gracefully. Terminates with err() anyway in this | Daniel Hartmeier | |
case, but we don't want to trigger "p = realloc(p," grepping causing false alarms here. | |||
2002-06-07 | Use LIST macros instead of accessing field members directly; jason@ ok | Aaron Campbell | |
2002-06-07 | Detect wrap-around of timeout and set it to its maximum value. Hacky | Angelos D. Keromytis | |
way of getting the max value attributed to millert@ |