Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-10 | priviledged -> privileged from David Krause via Henning Brauer | Marco S Hyman | |
2003-02-10 | Add some missing words culled from various "word of the day" lists. | Todd C. Miller | |
2003-02-10 | Add Damian, Damien and Simone; from djm@ | Todd C. Miller | |
2003-02-10 | fix pcs and pcxt recognition. from weissmanndude | Michael Shalayeff | |
2003-02-10 | Add "inet proto tcp" to the last rdr example, it produces a syntax error | Daniel Hartmeier | |
otherwise. Found by David Norman. | |||
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl | |
2003-02-10 | queuing -> queueing for consistency | Jason McIntyre | |
from openbsd@davidkrause.com via henning@ | |||
2003-02-10 | Add random-id to BNF syntax, clean up superflous [] | Daniel Hartmeier | |
Reported by Dries Schellekens | |||
2003-02-10 | fix sparc64 specific commons | Jason Wright | |
2003-02-10 | unneeded defns | Jason Wright | |
2003-02-09 | bind9 needs nanosleep too; ok jakob@ | Damien Miller | |
2003-02-09 | cosmetic clean-up: use ${.TARGET} extensively, instead of hard-coding | Marc Espie | |
target names. | |||
2003-02-09 | a common construct that ksh fails. | Marc Espie | |
2003-02-09 | Slightly less noisy debug printf from pf_map_addr(), ok mcbride@ | Daniel Hartmeier | |
2003-02-09 | more 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-09 | Swiss French ADB keyboard layout, tested against Powerbook keyboard markings, | Miod Vallat | |
live from FOSDEM. | |||
2003-02-09 | KNF | Henning Brauer | |
2003-02-09 | Fix a few warnings and remove unnecessary check and cast. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-02-09 | Must 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-09 | make ESP_SBUS_DEBUG compile | Jason Wright | |
2003-02-09 | typos; | Jason McIntyre | |
2003-02-08 | avoid more spurious printfs (account for other uninteresting events). | Jason Wright | |
2003-02-08 | Make the -u and -g options more like the -U and -G options. My intention | Todd 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-08 | From 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-08 | Run through "sort -udf" and remove a blank line; David Krause | Todd C. Miller | |
2003-02-08 | Add scrub option 'random-id', which replaces IP IDs with random values | Daniel 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-08 | definitions and structures for vital product data (VPD); from netbsd | Jason Wright | |
2003-02-08 | Add an example of "pfctl -a anchor -s rules" usage, and make it clear | Daniel Hartmeier | |
that -a -s is needed for this, not -sa. | |||
2003-02-08 | ansi | Henning Brauer | |
2003-02-08 | typo; krause | Henning Brauer | |
2003-02-08 | allow for xfs; ok miod | Todd T. Fries | |
2003-02-08 | When creating > 1 files with mktemp(1), make sure that if the creation | Peter 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-08 | fix /tmp races; this no longer leaves files around. ok millert jason henric | Peter Valchev | |
2003-02-08 | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... | Jason Wright | |
(based on netbsd pr 20140) | |||
2003-02-08 | sync | Theo de Raadt | |
2003-02-08 | typo | Theo de Raadt | |
2003-02-07 | More paranoia, make sure temp file owner matches real uid. | Todd C. Miller | |
2003-02-07 | Don't write log message to console unless we are unable to connect to | Todd C. Miller | |
syslogd. Noticed by marc@; OK by marc@ and deraadt@ | |||
2003-02-07 | typos; | Jason McIntyre | |
2003-02-06 | sync | Theo de Raadt | |
2003-02-06 | minor tweaks; raj@cerias.purdue.edu | Theo de Raadt | |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl | |
2003-02-06 | use 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-06 | make pf.conf 0600 by default | Henning Brauer | |
discussed and agreed theo and daniel | |||
2003-02-06 | include isp firmware on some sparc64 media; and resize the media that is | Theo de Raadt | |
too small | |||
2003-02-06 | allow to read some directories itself | Jakob Schlyter | |
2003-02-06 | fix races in rename/symlink; from Tony Finch; ok djm@ | Markus Friedl | |
2003-02-06 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | Markus Friedl | |
2003-02-06 | missing call to setproctitle() after authentication; ok provos@ | Markus Friedl | |
2003-02-05 | regen | Michael Shalayeff | |