summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-10priviledged -> privileged from David Krause via Henning BrauerMarco S Hyman
2003-02-10Add some missing words culled from various "word of the day" lists.Todd C. Miller
2003-02-10Add Damian, Damien and Simone; from djm@Todd C. Miller
2003-02-10fix pcs and pcxt recognition. from weissmanndudeMichael Shalayeff
2003-02-10Add "inet proto tcp" to the last rdr example, it produces a syntax errorDaniel Hartmeier
otherwise. Found by David Norman.
2003-02-10xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490Markus Friedl
2003-02-10queuing -> queueing for consistencyJason McIntyre
from openbsd@davidkrause.com via henning@
2003-02-10Add random-id to BNF syntax, clean up superflous []Daniel Hartmeier
Reported by Dries Schellekens
2003-02-10fix sparc64 specific commonsJason Wright
2003-02-10unneeded defnsJason Wright
2003-02-09bind9 needs nanosleep too; ok jakob@Damien Miller
2003-02-09cosmetic clean-up: use ${.TARGET} extensively, instead of hard-codingMarc Espie
target names.
2003-02-09a common construct that ksh fails.Marc Espie
2003-02-09Slightly less noisy debug printf from pf_map_addr(), ok mcbride@Daniel Hartmeier
2003-02-09more live code from FOSDEM:Henning Brauer
make pass in proto tcp to port 80 work. -allow to omit the "any" if you're specifying a port -allow to omit the from or to part if you want "any" for the other ok dhartmei@ pb@
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
live from FOSDEM.
2003-02-09KNFHenning Brauer
2003-02-09Fix a few warnings and remove unnecessary check and cast.Camiel Dobbelaar
ok dhartmei henning
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from ↵Jason Wright
freebsd via openbsd pr 3086 (thom at press dot alt-f4 dot org)
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2003-02-09typos;Jason McIntyre
2003-02-08avoid more spurious printfs (account for other uninteresting events).Jason Wright
2003-02-08Make the -u and -g options more like the -U and -G options. My intentionTodd C. Miller
was to avoid needless incompatibilities with NetBSD's command line options but this ended up causing too much confusion on the part of the user. The -u option now also sets the group and group vector based on passwd(5) and group(5) unless an alternate group list is specified via the -g option. The -U and -G options have been removed. The resulting code is much simpler and the behavior of chroot(8) seems to better match users' expectations; OK deraadt@
2003-02-08From David Krause; sync with NetBSD and FreeBSD changes:Todd C. Miller
o Remove "freen" and "freend" o Remove "corelate", it is "correlate" these days o Add missing atomic elements o Add haunted, writeable, and all
2003-02-08Run through "sort -udf" and remove a blank line; David KrauseTodd C. Miller
2003-02-08Add scrub option 'random-id', which replaces IP IDs with random valuesDaniel Hartmeier
for outgoing packets that are not fragmented (after reassembly), to compensate for predictable IDs generated by some hosts, and defeat fingerprinting and NAT detection as described in the Bellovin paper http://www.research.att.com/~smb/papers/fnat.pdf. ok theo@
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08Add an example of "pfctl -a anchor -s rules" usage, and make it clearDaniel Hartmeier
that -a -s is needed for this, not -sa.
2003-02-08ansiHenning Brauer
2003-02-08typo; krauseHenning Brauer
2003-02-08allow for xfs; ok miodTodd T. Fries
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt
2003-02-08fix /tmp races; this no longer leaves files around. ok millert jason henricPeter Valchev
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
(based on netbsd pr 20140)
2003-02-08syncTheo de Raadt
2003-02-08typoTheo de Raadt
2003-02-07More paranoia, make sure temp file owner matches real uid.Todd C. Miller
2003-02-07Don't write log message to console unless we are unable to connect toTodd C. Miller
syslogd. Noticed by marc@; OK by marc@ and deraadt@
2003-02-07typos;Jason McIntyre
2003-02-06syncTheo de Raadt
2003-02-06minor tweaks; raj@cerias.purdue.eduTheo de Raadt
2003-02-06undo broken fix for #387, fixes #486Markus Friedl
2003-02-06use common elf.sc instead of own hppaobsd.sc, catch up w/ dale's elf work ↵Michael Shalayeff
for hppa; drahn@ lots of helps and ok
2003-02-06make pf.conf 0600 by defaultHenning Brauer
discussed and agreed theo and daniel
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-02-06allow to read some directories itselfJakob Schlyter
2003-02-06fix races in rename/symlink; from Tony Finch; ok djm@Markus Friedl
2003-02-06support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@Markus Friedl
2003-02-06missing call to setproctitle() after authentication; ok provos@Markus Friedl
2003-02-05regenMichael Shalayeff