Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-16 | Sync definitions with NetBSD. Will be necessary shortly. | Miod Vallat | |
2003-05-16 | sync | Nathan Binkert | |
2003-05-16 | missed one | Nathan Binkert | |
2003-05-16 | sync | Nathan Binkert | |
2003-05-16 | A bunch of usb devices from netbsd | Nathan Binkert | |
2003-05-16 | move the interrupt idle stuff to the generic intr_establish function | Jason Wright | |
2003-05-16 | TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can use | Daniel Hartmeier | |
'synproxy state' for TCP connections. pf will complete the TCP handshake with the active endpoint before passing any packets to the passive end- point, preventing spoofed SYN floods from reaching the passive endpoint. No additional memory requirements, no cookies needed, random initial sequence numbers, uses the existing sequence number modulators to translate packets after the handshakes. ok frantzen@ | |||
2003-05-16 | Remove /usr/include/kerberosIV | Miod Vallat | |
2003-05-16 | sync | Miod Vallat | |
2003-05-16 | typo from deraadt@ | Jason McIntyre | |
2003-05-16 | removed unnecessary macros: | Jason McIntyre | |
- don't need .Pp before/after .Sh - don't need .Ns before punctuation ok krw@ millert@ david@ | |||
2003-05-16 | added "nokeeps" to a table; this prevents a warning when the man | Jason McIntyre | |
page was being generated. also kills a line break in the table. problem found by Paul Weissmann. | |||
2003-05-16 | crashdump/crash-dump -> crash dump; | Jason McIntyre | |
this fits in with the rest of our docs. | |||
2003-05-16 | typos; | Jason McIntyre | |
diffs passed on to curses people. | |||
2003-05-16 | The sparc64 proms do not map all interrupt vectors. Instead of | Henric Jungheim | |
trying to use the interrupt pin (or is it that the PCI function?) as the interrupt vector, this computes the vector from the PCI bus, slot, and pin. This will only change mappings on psycho-based machines (*not* sabre, i.e., IIi/e) and only for those vectors reported as nonsense INRs (INO 0-3). This should fix the mapping of non-bridge expansion cards on U60 and E450, and other psycho boxen. U30 seems to do its own thing. | |||
2003-05-16 | Do the new-style EI_OSABI check first because it is cheaper. | Todd C. Miller | |
2003-05-16 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | Damien Miller | |
Portable bug #534; ok markus@ | |||
2003-05-16 | Use 16bit alignment in addr_cmp() (not 32bit) so this has a chance | Todd C. Miller | |
of working on sparc64. | |||
2003-05-16 | Unbrek mac68k, bad tedu; spotted by nick@ | Miod Vallat | |
2003-05-16 | use inet_net_pton, and fix probelem where spamd-setup would crash on a file | Bob Beck | |
consisting only of invalid input | |||
2003-05-16 | removed INTRLIST (always do this) | Marcus Watts | |
removed PARANOID (never do this) removed TRAPTRACE (never do this) removes more LP64 stuff changes a whole bunch of multi-line #defines to macros moves all random code into macros for the trap table | |||
2003-05-16 | Removed not LP64 case -- only 64 bit kernels supported | Marcus Watts | |
2003-05-15 | rt->rt_ifp may not always be available. masanori kanaoka via kame | Jun-ichiro itojun Hagino | |
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller | |
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@ | |||
2003-05-15 | assume presense of getifaddrs(3). | Jun-ichiro itojun Hagino | |
2003-05-15 | make getifaddrs(3) a default, as all BSD has it by now | Jun-ichiro itojun Hagino | |
2003-05-15 | fix 64bit issue; report itojun@ | Markus Friedl | |
2003-05-15 | warn for unsupported config option. ok markus@ | Jakob Schlyter | |
2003-05-15 | check pim version before checksum. version check is cheaper. | Jun-ichiro itojun Hagino | |
2003-05-15 | Make "ssh -V" print the OpenSSL version in a human readable form. Patch | Damien Miller | |
from Craig Leres (mindrot at ee.lbl.gov); ok markus@ | |||
2003-05-15 | - removed dead .Xr to scsipi(9) and whitespace at EOL | Jason McIntyre | |
from Paul Weissmann | |||
2003-05-15 | unbreak tree; ok margarida@ | Todd T. Fries | |
2003-05-15 | tweak; | Jason McIntyre | |
ok frantzen@ | |||
2003-05-15 | and tag too long in binat codepath | Henning Brauer | |
2003-05-15 | tag too long in the nat/rdr codepath | Henning Brauer | |
2003-05-15 | too long tag on filter | Henning Brauer | |
2003-05-15 | properly complain about too long tags | Henning Brauer | |
2003-05-15 | The version needs to be set to the highest of the merged libraries, | Hans Insulander | |
which is 12.0 | |||
2003-05-15 | -Wall; ok hin@ | Magnus Holmberg | |
2003-05-15 | IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincent | Todd T. Fries | |
closes pr 3231 | |||
2003-05-15 | We'll be using symlinks instead of empty libraries, so these files | Hans Insulander | |
are not needed. Sorry for commiting them. | |||
2003-05-15 | add _kdc, _kadmin, and _isakmpd pseudo-accounts; ok deraadt@ | David Krause | |
2003-05-15 | Install symlinks for libkafs, libasn1 and libhdb so that 3rd party | Hans Insulander | |
applications that really insist on finding them won't break. ok millert@ | |||
2003-05-15 | Use less magic numbers when programming the vidc control register. | Miod Vallat | |
2003-05-15 | NetBSD PR 15025: libwrap hangs in an infinite loop when a host access line | Paul Janzen | |
is > 2048 characters long. ok millert a long time ago. | |||
2003-05-15 | first sprintf test: positional args | Theo de Raadt | |
2003-05-15 | make usage printing match what's in the manpage, which is better; ok jfb@ | Jason Peel | |
2003-05-15 | Deal with some common filenames. | Hans Insulander | |
2003-05-15 | Remove old inaccurate comments. | Miod Vallat | |
2003-05-15 | disable kerberos when not supported. ok markus@ | Jakob Schlyter | |