summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-05define gp in here, cleanupMichael Shalayeff
1999-05-05secure the plugMichael Shalayeff
1999-05-05plug unused partsMichael Shalayeff
1999-05-05remove com and hil for nowMichael Shalayeff
1999-05-05protect for multiple inclusionsTodd T. Fries
1999-05-05don't use much of bus.h here, no needMichael Shalayeff
1999-05-05no bha for nowMichael Shalayeff
1999-05-04syncTheo de Raadt
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-05-04USE_LIBTOOL from NetBSDBruno Rohee
1999-05-04Better comment explaining last change:Todd C. Miller
We don't want to end a word on ':' or '!' if there is a better match later on in the string. By "better" I mean one that is followed by whitespace. This allows the user to have targets like: fie::fi:fo: fum where "fie::fi:fo" is the target. In real life this is used for perl5 library man pages where "::" separates an object from its class. Ie: "File::Spec::Unix". This behaviour is also consistent with other versions of make.
1999-05-04Add perl5 dirsTodd C. Miller
1999-05-04Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.Todd C. Miller
Now install perl lib manpages in /usr/share/man/cat3p. Add gen_openbsd_mandep, an emasculated version of installman that just generates the man dependencies and MANALL declaration. NOTE: you must update your make(1) for the new man pages to format.
1999-05-04Allow embedded ":" or "!" in target namesTodd C. Miller
1999-05-03make lifdir.dir_type unsigned such as it isMichael Shalayeff
1999-05-03lifvar.h -- bye, byeMichael Shalayeff
1999-05-03Merge with EOM 1.37Niklas Hallqvist
author: niklas Mention flow cleanup
1999-05-03new pullMichael Shalayeff
1999-05-03Merge with EOM 1.133Niklas Hallqvist
author: niklas Plug a message leak
1999-05-03fix some parenthesis nightmare; niklas@ okMichael Shalayeff
1999-05-03Add octect sanity checkingyanick
1999-05-03Plug mbuf leakNiklas Hallqvist
1999-05-03sync with gzip 1.2.4aBrad Smith
Ok'd by: millert
1999-05-03drop packets silently while the link is down, which is a better approximationMichael Shalayeff
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok
1999-05-03syncTheo de Raadt
1999-05-03alteon based productsTheo de Raadt
1999-05-03support another version of the chipsetTheo de Raadt
1999-05-03syncTheo de Raadt
1999-05-03shorten VIATheo de Raadt
1999-05-03include ms-chap support; brad@Todd C. Miller
1999-05-03child_return(), some more traps to handleMichael Shalayeff
1999-05-03Repair Theo's mayhem, put -o option together again.Marc Espie
1999-05-03remove some more of mklinux cruftMichael Shalayeff
1999-05-03For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.Todd C. Miller
This is mostly for ports.
1999-05-02more support for section 3p (like 3f)Todd C. Miller
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller
1999-05-02Add support for Vadem PCMCIA controllers.Federico G. Schwindt
1999-05-02Merge with EOM 1.108Niklas Hallqvist
author: niklas Correct allocation of contacts
1999-05-02add /usr/share/man/{man3p,cat3}Todd C. Miller
1999-05-02support *.3p (perl lib manuals); man.conf already supports thisTodd C. Miller
1999-05-02BUGS: Merge with EOM 1.31Niklas Hallqvist
doi.h: Merge with EOM 1.27 ike_auth.c: Merge with EOM 1.30 ike_quick_mode.c: Merge with EOM 1.85 ipsec.c: Merge with EOM 1.107 ipsec.h: Merge with EOM 1.36 isakmp_doi.c: Merge with EOM 1.39 author: niklas Factor out keyed hashing of all payloads with SKEYID_a, and make DOI hooks for informational exchanges to add such hashing. Use it from QM and the IKE authentication module too. Remove some bogus XXX comments. Add error reporting
1999-05-02Merge with EOM 1.132Niklas Hallqvist
author: niklas Use new informational exchange hooks. Never bind incoming phase 2 messages to ISAKMP SAs that are not ready. It is not clear just yet what to do in that case, for now just drop such messages.
1999-05-02Merge with EOM 1.22Niklas Hallqvist
author: niklas Talk about the config file
1999-05-02Merge with EOM 1.105Niklas Hallqvist
author: niklas Free SAs left in the exchange's SA list always when freeing the exchange. author: niklas disconnect SAs from the exchange when they are ready author: ho Don't create SAs for informational exchanges.
1999-05-02ike_phase_1.c: Merge with EOM 1.4Niklas Hallqvist
prf.c: Merge with EOM 1.7 author: niklas Remove bogus XXXes, add allocation error reporting.
1999-05-02Merge with EOM 1.69Niklas Hallqvist
author: niklas Remove bogus XXXes, add allocation error reporting. author: ho Typo. author: ho Do not automatically check connections at HARD_EXPIRE. Also check for existing exchanges in pf_encap_connection_check. author: ho Cut'n'paste typo fix.
1999-05-02fix typos, spotted by espieTodd C. Miller
1999-05-02Obvious typo in previous commit; niklas@Marc Espie
1999-05-02grammar; kwesterback@home.comAaron Campbell
1999-05-02Handle receiving more than one acceptable CCP REQbrian
during one negotiation session without REJecting everything from the second REQuest.