Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-30 | Finish repair of license file (old one still included here; now refer | Ian Darwin | |
to new one), and update my email and the current FTP addresses. | |||
1999-03-30 | Maintain a `necessary' marker to indicate that we *probably* | brian | |
need to process a signal (usually a SIGALRM). Check to see if we need to process a signal both before *and* after calling select() as older (pre-2.0) versions of ppp used to. This handles the possibility that ppp may block at some point (maybe due to an open() of a misconfigured device). Previously, we'd potentially lock up in select(). The `necessary' marker reduces the increased signal checking overhead so that at full speed with no compression transferring an 83Mb file via a ``!ppp -direct'' device, we get a 1% throughput gain. | |||
1999-03-30 | make option IPSEC imply option KEY | Niklas Hallqvist | |
1999-03-29 | New multicast route setup style | Niklas Hallqvist | |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller | |
Also document the NGROUPS limit. | |||
1999-03-29 | Only print "already up to date" if in verbose mode | Todd C. Miller | |
1999-03-29 | sudo 1.5.9--fixes some parser bugs | Todd C. Miller | |
1999-03-29 | sync | Theo de Raadt | |
1999-03-29 | If we adjust our required ACCMAP due to a more restrictive | brian | |
ACCMAP being REQuested by the peer, also increment our FSM id so that we don't end up sending out a new REQ with the same ID and different data (the changed ACCMAP). | |||
1999-03-29 | Ensure that the thing we're casting to struct ip | brian | |
is aligned for non-i386 architectures. | |||
1999-03-29 | make it compile | Niels Provos | |
1999-03-29 | remove references to header files that should not be shipped, | Dale S. Rahn | |
previously were shipping machine specific header files for other processors in addition to the correct one. | |||
1999-03-29 | add perl header files for recently added header files. | Dale S. Rahn | |
remove perl headers files for files previously incorrectly installed. | |||
1999-03-29 | powerpc does not support shared libraries and thus should not ship | Dale S. Rahn | |
link.h or dlfcn.h | |||
1999-03-28 | inclusion protection; fries | Theo de Raadt | |
1999-03-28 | ncurses-4.2-990327; just man page fixes | Todd C. Miller | |
1999-03-28 | Increase the timeout and wait for ``PPP'' in the compuserve | brian | |
example. Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com> | |||
1999-03-27 | enable photurisd again | Niels Provos | |
1999-03-27 | convert the kernel module to PFKEYv2, support for binding incoming and | Niels Provos | |
outgoing SA-pairs, fix a bug in SPI generation. the daemon registers with pfkey but does not yet handle expiration or acquire messages. well, there are NO acquire messages at the moment, so dynamic keyed vpn or stuff does not work :-\ - all this done in canada. thanks again to dugsong and linh for the ride. linh is sleeping now. | |||
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. | |||
1999-03-27 | Upgrade to 2.5.4. Mopprobe is working again, and some linux support. -moj | Mats O Jansson | |
1999-03-27 | Fix rev 1.4 | Paul Janzen | |
1999-03-27 | use const where appropriate; jsm28@cam.ac.uk | Paul Janzen | |
1999-03-27 | Disable the log file by default (logging, as opposed to scoring, should be | Paul Janzen | |
done through dm). | |||
1999-03-27 | Changes from FreeBSD: install score files, use random(), and be more careful | Paul Janzen | |
on exec. | |||
1999-03-27 | Much nicer, less confusing than the previous version. | Marc Espie | |
1999-03-26 | use stdlib; millert | Theo de Raadt | |
1999-03-26 | Add bridge interface handling | Niklas Hallqvist | |
1999-03-26 | Add support for some 100Mbit PCMCIA cards. | Federico G. Schwindt | |
Change the ne2000_detect parm list. | |||
1999-03-26 | Buffer overflow fix (from FreeBSD) | Paul Janzen | |
1999-03-26 | fix sizeof/strlen typo and limit scanf length; from FreeBSD | Paul Janzen | |
1999-03-26 | add note about LVD support and change comment about NVRAM | mjacob | |
1999-03-26 | Annoying little nigglet- apparently *some* Qlogic temporarily ignore | mjacob | |
settings you've just sent them and return random values if you follow the set by a get. This causes problems when you latter run a Tag-enabled command when you've command tagged mode off. | |||
1999-03-25 | Allow port ranges in ``alias port''. | brian | |
1999-03-25 | roll internal revision levels and enable 1080 support | mjacob | |
1999-03-25 | synch | Marc Espie | |
1999-03-25 | Add small man page for loadkmap, so that people may know about it. | Marc Espie | |
1999-03-25 | typo | Marc Espie | |
1999-03-25 | SEE ALSO .Xr's go in lexigraphical order | Aaron Campbell | |
1999-03-25 | sync | Theo de Raadt | |
1999-03-25 | Undo possible damage done by the new TUNSIFMODE ioctl | brian | |
in FreeBSD-current. | |||
1999-03-25 | add web ssl logs to example for http rotating | Bob Beck | |
1999-03-25 | Checking -> Check for consistency | Aaron Campbell | |
1999-03-24 | allow make depend to work | David Leonard | |
1999-03-24 | Call vm_set_page_size() during initialization (supresses "MD code did | Alex Feldman | |
not set page size" warning at boot time). | |||
1999-03-24 | expound on async flag | Todd C. Miller | |
1999-03-24 | Remove duplicate line; FreeBSD | brian | |
1999-03-24 | Add a ``const'' and remove some inconsistent prototype args. | brian | |
1999-03-24 | Fix PR#788 (tickel@expert.cc.purdue.edu) | Angelos D. Keromytis | |
1999-03-24 | rd %wim in VTRAP handler, makes viking much happier | Theo de Raadt | |