summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-22You are not allowed to break entire architecturesTheo de Raadt
2001-08-22Cleanup and style fixes. Use getopt().Hakan Olsson
2001-08-22Fixes for my worst abuses of nroff from mpech@Bob Beck
Add a sentence at the start for espie in dumb user mode :)
2001-08-22properly handle empty log fileTheo de Raadt
2001-08-22I hate cvs.Artur Grabowski
(this file is from NetBSD
2001-08-22IPCOMP policy stuff missed the last time roundNiklas Hallqvist
2001-08-22auxio from NetBSDArtur Grabowski
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22USER_FQDN ID support, untested.Hakan Olsson
2001-08-22IPCOMP policy control should be optional for backwardNiklas Hallqvist
compatibility.
2001-08-22first steps toward pciArtur Grabowski
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela
in intro manual pages to hopefully confuse users a little bit less aaron@ ok
2001-08-22glue for ebus found on ultra 5 and later. From NetBSD.Artur Grabowski
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski
From NetBSD.
2001-08-22sparc64 pci needs this.Artur Grabowski
From NetBSD.
2001-08-22regenArtur Grabowski
2001-08-22sun ebus.Artur Grabowski
2001-08-22Make it work correctly with our make. (including install).Artur Grabowski
2001-08-22rearrange includesArtur Grabowski
2001-08-22nostdincArtur Grabowski
2001-08-22netinet/if_ether.h, not net/if_ether.h.Artur Grabowski
Isn't it fun to not notice bugs because of pollution by the cross-compilation environment?
2001-08-22NOMANArtur Grabowski
2001-08-22Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ↵Niklas Hallqvist
double cpu_wait invocation.
2001-08-22another dependency on make bugs.Artur Grabowski
2001-08-22Make it work with our make.Artur Grabowski
2001-08-22make it work with our make infrastructure.Artur Grabowski
2001-08-22Sync alignment fixes on OpenSSH rijndael with OpenBSD.Heikki Korpela
markus@ ok
2001-08-22Alphabeticize extern decls.Niklas Hallqvist
2001-08-22Add ipsec_id_string, a function for converting IDs to on epossibleNiklas Hallqvist
string form, to be used for IKE mode config and raw key selection by ID. Not yet used though.
2001-08-22Correct stuff about ps -OpaddrNiklas Hallqvist
2001-08-22oops, forgot to up pflog0; mbing@nfr.netTheo de Raadt
2001-08-22Need an extra sa_release() when de-allocating exchange-associated SAs;Angelos D. Keromytis
thus, failed exchanges/negotiations don't leak SAs and transports. ok niklas@
2001-08-22Bypass IPCOMP too.Niklas Hallqvist
2001-08-22Add IPCOMP setsockopt policy controls. While here fix the other policies tooNiklas Hallqvist
2001-08-22Make this work a bit better.Artur Grabowski
2001-08-22Duh.Bob Beck
2001-08-22snprintf() return audit. sync with kameJun-ichiro itojun Hagino
2001-08-22-Functionify some of the main loop, so it isn't so horrificly deep and isBob Beck
a bit easier to look at, for small values of easier. -Add two options for -u user and -g group to optionally make the proxy drop privs after doing it's pf ioctl's to find out where to go. Running as non root does mean that the PORT and EPRT backchannels do not come from port 20, but this isn't a problem for most sensible ftp clients and sets of packet filter rules that aren't written by a knuckle dragging ape living in the 90's. I would make it drop privs by default, but technically this breaks the ftp specs, and for the upcoming stuff to deal with EPRT, we will need root privs to manipulate rdr rules).
2001-08-22iobase is a bus_addr_tJason Wright
simplify 'alive' handling check for IRQUNK later
2001-08-22Better error catching (badly aligned iov's are EINVAL not ENOMEM)Jason Wright
2001-08-22setup the 'machine' commands for ddbJason Wright
2001-08-22default kernel is 'bsd' around hereJason Wright
2001-08-22Correct the setup of the intial TCP state window and pre-validate th_ackMike Frantzen
on an FIN|ACK close if the client has never responded.
2001-08-22ether_hton(3) -> ether_hostton(3)Brad Smith
2001-08-22Fix panic in pf (was my fault) caused by a bad key compare optimizationMike Frantzen
Add debug output to track loose state matches
2001-08-21my initial guess at pflog rollover configTheo de Raadt
2001-08-21start pflogd at the right place, I thinkTheo de Raadt
2001-08-21pflogd; work by canacar@eee.metu.edu.tr and myselfTheo de Raadt