summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-06-02Merge with EOM 1.16Niklas Hallqvist
author: niklas As PF_KEY per the specs is a best-effort service, expect messages to get lost. That means both replies in PF_KEY "RPCs" and expirations, the latter we solve with extra paranoia and sets timeouts in isakmpd too.
1999-06-02Merge with EOM 1.23Niklas Hallqvist
author: niklas Doc fixes from OpenBSD author: niklas Some extra error checking, documentation and style wrt connections author: niklas Initial text for Passive-Connections author: niklas Doc fix from OpenBSD
1999-06-02Merge with EOM 1.112Niklas Hallqvist
author: niklas Some restructuring of ID checks, but still no coupling to names.
1999-06-02exchange.c: Merge with EOM 1.106Niklas Hallqvist
timer.c: Merge with EOM 1.12 author: ho Logging nitpicks
1999-06-02Merge with EOM 1.44Niklas Hallqvist
author: niklas Double dots squashed author: ho Updated. Minor typos.
1999-06-02Merge with EOM 1.4Niklas Hallqvist
author: ho Expand the passive connection mechanism. author: niklas Some more #if 0 stuff for passive connections author: ho Add connections_report and connection_reinit
1999-06-02Merge with EOM 1.3Niklas Hallqvist
author: niklas Initial stab at Oakley group 5, still an XXX though.
1999-06-02Merge with EOM 1.39Niklas Hallqvist
author: niklas Style nits author: ho Perhaps look into IPCOMP soon?
1999-06-02Merge with EOM 1.14Niklas Hallqvist
author: ho We do not require flags on implicit passive connections. author: ho Fix bug in matching IDs. Cleanup debugging. author: ho bug fix of decode_id function. author: ho Temp. add some more debugging around setup of passive connection author: ho Add more debugging output and correct connection_report author: niklas Some extra error checking, documentation and style wrt connections author: ho More passive connection support author: niklas Small bugfixes and style nits author: ho Expand the passive connection mechanism. author: niklas Some more #if 0 stuff for passive connections author: ho Commit to embryonic code for passive connections author: niklas Some type pedantery. Comment style nits. author: ho Add connections_report and connection_reinit
1999-06-02Merge with EOM 1.52Niklas Hallqvist
author: ho New flag
1999-06-02Merge with EOM 1.24Niklas Hallqvist
author: niklas Style nits author: ho Describe debug logging classes in some detail.
1999-06-02Merge with EOM 1.88Niklas Hallqvist
author: niklas Some extra error checking, documentation and style wrt connections author: niklas Some more #if 0 stuff for passive connections author: niklas Error handling looked over. Some restructuring of ID checks, but still no coupling to names.
1999-06-02Merge with EOM 1.19Niklas Hallqvist
author: niklas Oakley group 5 is of 102 bit ops strength author: niklas Initial stab at Oakley group 5, still an XXX though.
1999-06-02Merge with EOM 1.33Niklas Hallqvist
author: ho Add connection_report
1999-06-02Merge with EOM 1.95Niklas Hallqvist
author: niklas Some extra error checking, documentation and style wrt connections author: ho New flag author: niklas SA expiration randomization is really only good on the soft timeout, early hard expires may break more if we have a situation where our peer only wants to act as initiator, and trusts the negotiated lifetime.
1999-06-02Merge with EOM 1.33Niklas Hallqvist
author: ho Add missing #include author: ho Add connection_reinit to SIGHUP handler. Add comments.
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions).
1999-06-01Introduce M_PFKEY kmem type, and use it. (angelos@ ok)Hakan Olsson
1999-06-01order of evaluation and associativity are not the same; chopps@netbsd.orgAaron Campbell
1999-06-01s/line/record/; phil@athenaeum.jellybaby.netAaron Campbell
1999-06-01whoopsAaron Campbell
1999-06-01add GROUP field to example; phil@athenaeum.jellybaby.netAaron Campbell
1999-06-01Revert previous fix now that we have a proper solutionMarc Espie
1999-06-01Patch by Richard Henderson, should take care of alpha problems.Marc Espie
Will show up in the next egcs snapshot.
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
1999-06-01Make gdb on mips understand corefile contentsPer Fogelstrom
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-06-01fixes for boot are in, kernel is more in sync nowMichael Shalayeff
1999-06-01regenMichael Shalayeff
1999-06-01SIS AGP VideoMichael Shalayeff
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
characters at the end of the line in hexdump style.
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-06-01getfsstat now takes a size_t, not long, for the length parameterTodd C. Miller
1999-06-01for binutils merge: xstrdup will be neededMarc Espie
1999-06-01missing __powerpc__Marc Espie
1999-06-01approximation of a sync...Theo de Raadt
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
will result in the rules being updated any time MYADDR or HISADDR change.
1999-06-01remove the "ifdef pmap_resident_count" hack and replace it with a macro.Artur Grabowski
change some &vm->vm_pmap to vm->vm_map.pmap
1999-06-01&vm->vm_pmap -> vm->vm_map.pmapArtur Grabowski
1999-06-01Pseudo-registers can be ssen as memory while we are in reload, so be moreNiklas Hallqvist
permissve about how memory may look in the case where we try to get an aligned word consisting of a specific byte we are looking for. Fixes egcs -O2 problem with libc/db/hash/hash.c.
1999-06-01minor comment beautificationTodd C. Miller
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
filters any time either value changes.
1999-05-31Enable "auto" mode so we at least have a chance of working. Otherwise,Todd C. Miller
we panic in ifmedia_set because ifmedia_match() fails.
1999-05-31Disable fixincludes stage in a different way that does not rely on timestamps.Todd C. Miller
1999-05-31Add back lost .gdbinitNiklas Hallqvist
1999-05-31Clarify usage message.Angelos D. Keromytis
1999-05-31Sanitize prototypes and variable extern definitions, removeAngelos D. Keromytis
unnecessary header file, add prototypes header file for utility building.
1999-05-31Update dependencies.Angelos D. Keromytis
1999-05-31Fix M_TEMP memory leak in pfkeyv2_expire()Hakan Olsson
(likewise future pfkeyv2_acquire())