Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist | |
DHCP traffic. | |||
2001-06-24 | Fix RSA structure. | Angelos D. Keromytis | |
2001-06-24 | No space between function name and parenthesized arg types in a function | Todd C. Miller | |
prototype. Also nuke some __P's while I am in here. | |||
2001-06-24 | Changes in ddb, mostly from NetBSD, to support ddb continue. | Dale Rahn | |
Other cleanups in debugger. | |||
2001-06-24 | Remove an over-optimization from the polling loop of siop_scsicmd(), | Kenneth R Westerback | |
i.e. calling siop_print_info() immediately for async devices. With the change to use xs->sc_link as parameter to siop_print_info() this immediate call wouldn't work as the sc_link is not initialized until AFTER the return from processing the INQUIRY command. So, just use the default negotiation logic which is triggered by the next command to be handled. | |||
2001-06-24 | use new timeouts for spd expirations (hmm cvs did not pick up the file); ho@ ok | Michael Shalayeff | |
2001-06-24 | use new timeouts for spd expirations; ho@ ok | Michael Shalayeff | |
2001-06-24 | pack structures better; dhartmei ok | Theo de Raadt | |
2001-06-24 | REGENTS -> COPYRIGHT HOLDERS | Daniel Hartmeier | |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier | |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier | |
2001-06-24 | cold is in systm now | Michael Shalayeff | |
2001-06-24 | PACKETFILTER_H now PFVAR_H. thanks smart | Kjell Wooding | |
2001-06-24 | Add pf. | Artur Grabowski | |
2001-06-24 | When splitting instance from username, treat '/' as a separator as | Todd C. Miller | |
well (for Kerb5). | |||
2001-06-24 | wrong place for cold | Michael Shalayeff | |
2001-06-24 | Change handling of NFS root vnode. Moves recognition of NFS root vnode into | Constantine Sapuntzakis | |
nfs_nget. Root vnode no longer pinned in inode cache. Also, forceable unmounts of an nfs file system now work even if there are extra references to the NFS root. | |||
2001-06-24 | on pull_hdr(), check short m->m_pkthdr.len. fix mesasge (it's not the first | Jun-ichiro itojun Hagino | |
fragment, it's too short packet) | |||
2001-06-24 | Print TDBF_USEDTUNNEL in ipsp_kern() | Angelos D. Keromytis | |
2001-06-24 | backout m_copydata portion. NAT code assumes that they can touch the mbuf | Jun-ichiro itojun Hagino | |
directly. use m_pulldown instead. | |||
2001-06-24 | Some cleanup. | Hakan Olsson | |
2001-06-24 | Move and rename packet filter userland. | Kjell Wooding | |
grr. CVS: making easy things difficult, and directory operations impossible. | |||
2001-06-24 | remove cold. | Federico G. Schwindt | |
2001-06-24 | remove cold. | Federico G. Schwindt | |
2001-06-24 | cold is in systm.h now | Michael Shalayeff | |
2001-06-24 | pull_hdr() now takes header offset explicitly, to help header chain parsing | Jun-ichiro itojun Hagino | |
(v6, ipsec) | |||
2001-06-24 | place extern cold here; per discussion w/ art@ | Michael Shalayeff | |
2001-06-24 | only run timeout if stirring happened, save cycles for mass energy conservation | Michael Shalayeff | |
2001-06-24 | drop if packet is too short | Jun-ichiro itojun Hagino | |
2001-06-24 | check M_PKTHDR (DIAGNOSTIC) | Jun-ichiro itojun Hagino | |
avoid m_pullup for headers other than IPv4 header itself (will be critical for IPv6 and and chained headers like headers after AH). deraadt ok | |||
2001-06-24 | /etc/srvtab -> /etc/kerberosIV/srvtab | Hans Insulander | |
2001-06-24 | move cold to .h | Federico G. Schwindt | |
2001-06-24 | move extern int cold to .h | Federico G. Schwindt | |
2001-06-24 | Fix logic, add some more sysctl stuff. The only reason vmstat is still | Angelos D. Keromytis | |
setgid is because of the -i information (Theo needs to fix that for all archs). | |||
2001-06-24 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn | |
merge. IP6 now works configures. | |||
2001-06-24 | Add userland for the new packet filter. | Kjell Wooding | |
Code from dhartmei. | |||
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright | |
2001-06-24 | o wi(4) does BSS by default, not ad-hoc | Todd C. Miller | |
o Newer wavelan cards use channel 10 by default | |||
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding | |
Insane amounts of work done my dhartmei. Great work! | |||
2001-06-24 | update reference to sys/netinet6/IMPLEMENTATION | Jun-ichiro itojun Hagino | |
2001-06-24 | they are out of sync with the current status. better get rid of them. | Jun-ichiro itojun Hagino | |
2001-06-24 | Remove some redundent copies of the total length/skip values and use the | Jason Wright | |
descriptors passed in instead. | |||
2001-06-24 | Build krb5_verify_user(3) | Hans Insulander | |
2001-06-24 | Import of heimdal-0.4e | Hans Insulander | |
2001-06-24 | MLINK _all_ of the krb5 library manpages. | Hans Insulander | |
(This was incredibly boring...) | |||
2001-06-24 | remove misleading history | Niels Provos | |
2001-06-24 | mdoc fixes. from netbsd-current by wiz@netbsd | Jun-ichiro itojun Hagino | |
2001-06-24 | Pass the device's scsi_link to siop_print_info(), instead of the | Kenneth R Westerback | |
adapter's siop_softc. This allows easy access to the dv_xname of the device whose negotiation results are being reported. This makes boot probe and subsequent log messages clearer. e.g. message will now read sd0: negotiated tagged 16 bit 20 MHz 16 REQ/ACK offset xfers instead of siop0: target 0 now using tagged 16 bit 20 MHz 16 REQ/ACK offset xfers Clean up siop_print_info() a bit as long as we are there. |