summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-08Remove some debugging codeTodd C. Miller
2002-06-08Disable the screen burner if it is enabled and X starts, and reinable uponDale Rahn
leaving X, if it was enabled. looked at by miod, mickey.
2002-06-08Missing newline at end of file. from krauseDale Rahn
2002-06-08spool dirs should be group daemon, mode 0775Todd C. Miller
2002-06-08Remove setuid root from lp*. lpr needs to be setuid daemon so theTodd 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-08expand $nr -> rule number in rule labelsHenning Brauer
okay dhartmei@, frantzen@
2002-06-08Make gem MI because it is present on macppc and sparc64. ok aaron@Dale Rahn
2002-06-08expand $proto in rule labelsHenning Brauer
okay frantzen@ dhartmei@
2002-06-08. include,Marc Espie
variable modifiers: standard vs non-standard. ok miod@, millert@
2002-06-08rl* at cardbusAaron Campbell
2002-06-08Note support for RealTek-based CardBus cards.Aaron Campbell
2002-06-08Document RealTek CardBus support.Aaron Campbell
2002-06-08Add 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-08typoJun-ichiro itojun Hagino
2002-06-08syncAaron Campbell
2002-06-08Add some RealTek card ID's; from NetBSD.Aaron Campbell
2002-06-08in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kameJun-ichiro itojun Hagino
2002-06-08Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver.Dale Rahn
2002-06-08print address; millert@ ok.Federico G. Schwindt
2002-06-08on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kameJun-ichiro itojun Hagino
2002-06-07kill register; ok with itojunjasoni
2002-06-07use TAILQ_FOREACH macro; ok angelosjasoni
2002-06-07Multicast fixes, Gig-E support, mostly from netbsd. ok jason@Dale Rahn
2002-06-07syncTheo de Raadt
2002-06-07knfJason Wright
2002-06-07Handle realloc() failure gracefully. Terminates with err() anyway in thisDaniel Hartmeier
case, but we don't want to trigger "p = realloc(p," grepping causing false alarms here.
2002-06-07Use LIST macros instead of accessing field members directly; jason@ okAaron Campbell
2002-06-07Detect wrap-around of timeout and set it to its maximum value. HackyAngelos D. Keromytis
way of getting the max value attributed to millert@
2002-06-07henning, read this to see what i mean by KNFTheo de Raadt
2002-06-07increase rule label length from 32 to 64 charsHenning Brauer
okay dhartmei@, frantzen@
2002-06-07add the possibility to configure a TTL while return-rstPhilipp Buehler
ok dhartmei@, ipv6 part itojun@ ok
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
that will keep dying with this applied, though. Discussed with drahn@
2002-06-07syncTheo de Raadt
2002-06-07styleJun-ichiro itojun Hagino
2002-06-07Avoid some gcc3 warnings. From David Krause <openbsd@davidkrause.com>Hakan Olsson
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-06-07More DDB fallout.Dale Rahn
2002-06-07Fix DDB build problem, minor cleanup.Dale Rahn
2002-06-07The code to append the last 5 digits of the time in Unix format toTodd C. Miller
the default seed was lost in the flat file -> directory structure conversion. Instead of reinstating that, use arc4random() to get some noise and append the last 5 digits to the seed.
2002-06-07This doesn't happen, and Debugger should not be used here anyway...Dale Rahn
2002-06-07move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.Jun-ichiro itojun Hagino
rip6 stats. sync w/kame
2002-06-07in pf_route{6}, do not pass thru pf_test again if the outgoingjasoni
interface has not changed - ok dhartmei@
2002-06-07Instead of passing seed and defaultseed to normal_mode() andTodd C. Miller
secure_mode() just pass in a single default seed. Only secure_mode() needs to actually change the seed and it can use its own temporary buffer. Fix zeroing of the secrete passphrase. Instead of useing multiple password buffers, crunch the key each time and compare the crunched values.
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-07Add "(max <number>)" option for "keep/modulate state" to limit the numberDaniel Hartmeier
of concurrent connections a rule can create. ok frantzen@
2002-06-07Change addupc_intr to not use fuswintr and suswintr to update the profilingArtur Grabowski
info. Since we only use it to profile processes in user mode and there is no way to get back user mode without going past the AST that will write out the profiling info in a context where copyout works. Sitting in my tree for ages. Reviewed and with some suggestions from nordin@
2002-06-07switch from AVL tree's to herr Provos' red-black treesMike Frantzen
with suggestions from provos@ ok dhartmei@
2002-06-07regen.Federico G. Schwindt
2002-06-07Call pf_test() from pf_route() to filter (and translate) routed packets,Daniel Hartmeier
too. Use mbuf tag to prevent loops. Suggested by Darren Reed. ok frantzen@
2002-06-07Gemplus GPR400 smartcard reader.Federico G. Schwindt