Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-22 | You are not allowed to break entire architectures | Theo de Raadt | |
2001-08-22 | Cleanup and style fixes. Use getopt(). | Hakan Olsson | |
2001-08-22 | Fixes for my worst abuses of nroff from mpech@ | Bob Beck | |
Add a sentence at the start for espie in dumb user mode :) | |||
2001-08-22 | properly handle empty log file | Theo de Raadt | |
2001-08-22 | I hate cvs. | Artur Grabowski | |
(this file is from NetBSD | |||
2001-08-22 | IPCOMP policy stuff missed the last time round | Niklas Hallqvist | |
2001-08-22 | auxio from NetBSD | Artur Grabowski | |
2001-08-22 | pci_machep from NetBSD | Artur Grabowski | |
2001-08-22 | clock at ebus, auxio at ebus, PCIVERBOSE | Artur Grabowski | |
2001-08-22 | USER_FQDN ID support, untested. | Hakan Olsson | |
2001-08-22 | IPCOMP policy control should be optional for backward | Niklas Hallqvist | |
compatibility. | |||
2001-08-22 | first steps toward pci | Artur 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-22 | glue for ebus found on ultra 5 and later. From NetBSD. | Artur Grabowski | |
2001-08-22 | Too much cut 'n paste. sbus is not an ifnet. | Artur Grabowski | |
2001-08-22 | psycho -> the pci host bridge on Ultra 5s. | Artur Grabowski | |
From NetBSD. | |||
2001-08-22 | sparc64 pci needs this. | Artur Grabowski | |
From NetBSD. | |||
2001-08-22 | regen | Artur Grabowski | |
2001-08-22 | sun ebus. | Artur Grabowski | |
2001-08-22 | Make it work correctly with our make. (including install). | Artur Grabowski | |
2001-08-22 | rearrange includes | Artur Grabowski | |
2001-08-22 | nostdinc | Artur Grabowski | |
2001-08-22 | netinet/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-22 | NOMAN | Artur Grabowski | |
2001-08-22 | Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ↵ | Niklas Hallqvist | |
double cpu_wait invocation. | |||
2001-08-22 | another dependency on make bugs. | Artur Grabowski | |
2001-08-22 | Make it work with our make. | Artur Grabowski | |
2001-08-22 | make it work with our make infrastructure. | Artur Grabowski | |
2001-08-22 | Sync alignment fixes on OpenSSH rijndael with OpenBSD. | Heikki Korpela | |
markus@ ok | |||
2001-08-22 | Alphabeticize extern decls. | Niklas Hallqvist | |
2001-08-22 | Add ipsec_id_string, a function for converting IDs to on epossible | Niklas Hallqvist | |
string form, to be used for IKE mode config and raw key selection by ID. Not yet used though. | |||
2001-08-22 | Correct stuff about ps -Opaddr | Niklas Hallqvist | |
2001-08-22 | oops, forgot to up pflog0; mbing@nfr.net | Theo de Raadt | |
2001-08-22 | Need 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-22 | Bypass IPCOMP too. | Niklas Hallqvist | |
2001-08-22 | Add IPCOMP setsockopt policy controls. While here fix the other policies too | Niklas Hallqvist | |
2001-08-22 | Make this work a bit better. | Artur Grabowski | |
2001-08-22 | Duh. | Bob Beck | |
2001-08-22 | snprintf() return audit. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-22 | -Functionify some of the main loop, so it isn't so horrificly deep and is | Bob 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-22 | iobase is a bus_addr_t | Jason Wright | |
simplify 'alive' handling check for IRQUNK later | |||
2001-08-22 | Better error catching (badly aligned iov's are EINVAL not ENOMEM) | Jason Wright | |
2001-08-22 | setup the 'machine' commands for ddb | Jason Wright | |
2001-08-22 | default kernel is 'bsd' around here | Jason Wright | |
2001-08-22 | Correct the setup of the intial TCP state window and pre-validate th_ack | Mike Frantzen | |
on an FIN|ACK close if the client has never responded. | |||
2001-08-22 | ether_hton(3) -> ether_hostton(3) | Brad Smith | |
2001-08-22 | Fix panic in pf (was my fault) caused by a bad key compare optimization | Mike Frantzen | |
Add debug output to track loose state matches | |||
2001-08-21 | my initial guess at pflog rollover config | Theo de Raadt | |
2001-08-21 | start pflogd at the right place, I think | Theo de Raadt | |
2001-08-21 | pflogd; work by canacar@eee.metu.edu.tr and myself | Theo de Raadt | |