Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-05 | define gp in here, cleanup | Michael Shalayeff | |
1999-05-05 | secure the plug | Michael Shalayeff | |
1999-05-05 | plug unused parts | Michael Shalayeff | |
1999-05-05 | remove com and hil for now | Michael Shalayeff | |
1999-05-05 | protect for multiple inclusions | Todd T. Fries | |
1999-05-05 | don't use much of bus.h here, no need | Michael Shalayeff | |
1999-05-05 | no bha for now | Michael Shalayeff | |
1999-05-04 | sync | Theo de Raadt | |
1999-05-04 | Change "&=" to "=&", make egcs happy. | Todd C. Miller | |
1999-05-04 | USE_LIBTOOL from NetBSD | Bruno Rohee | |
1999-05-04 | Better 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-04 | Add perl5 dirs | Todd C. Miller | |
1999-05-04 | Move 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-04 | Allow embedded ":" or "!" in target names | Todd C. Miller | |
1999-05-03 | make lifdir.dir_type unsigned such as it is | Michael Shalayeff | |
1999-05-03 | lifvar.h -- bye, bye | Michael Shalayeff | |
1999-05-03 | Merge with EOM 1.37 | Niklas Hallqvist | |
author: niklas Mention flow cleanup | |||
1999-05-03 | new pull | Michael Shalayeff | |
1999-05-03 | Merge with EOM 1.133 | Niklas Hallqvist | |
author: niklas Plug a message leak | |||
1999-05-03 | fix some parenthesis nightmare; niklas@ ok | Michael Shalayeff | |
1999-05-03 | Add octect sanity checking | yanick | |
1999-05-03 | Plug mbuf leak | Niklas Hallqvist | |
1999-05-03 | sync with gzip 1.2.4a | Brad Smith | |
Ok'd by: millert | |||
1999-05-03 | drop packets silently while the link is down, which is a better approximation | Michael Shalayeff | |
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok | |||
1999-05-03 | sync | Theo de Raadt | |
1999-05-03 | alteon based products | Theo de Raadt | |
1999-05-03 | support another version of the chipset | Theo de Raadt | |
1999-05-03 | sync | Theo de Raadt | |
1999-05-03 | shorten VIA | Theo de Raadt | |
1999-05-03 | include ms-chap support; brad@ | Todd C. Miller | |
1999-05-03 | child_return(), some more traps to handle | Michael Shalayeff | |
1999-05-03 | Repair Theo's mayhem, put -o option together again. | Marc Espie | |
1999-05-03 | remove some more of mklinux cruft | Michael Shalayeff | |
1999-05-03 | For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5. | Todd C. Miller | |
This is mostly for ports. | |||
1999-05-02 | more support for section 3p (like 3f) | Todd C. Miller | |
1999-05-02 | Don't need to set ccflags or cppflags to be empty | Todd C. Miller | |
1999-05-02 | Add support for Vadem PCMCIA controllers. | Federico G. Schwindt | |
1999-05-02 | Merge with EOM 1.108 | Niklas Hallqvist | |
author: niklas Correct allocation of contacts | |||
1999-05-02 | add /usr/share/man/{man3p,cat3} | Todd C. Miller | |
1999-05-02 | support *.3p (perl lib manuals); man.conf already supports this | Todd C. Miller | |
1999-05-02 | BUGS: Merge with EOM 1.31 | Niklas 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-02 | Merge with EOM 1.132 | Niklas 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-02 | Merge with EOM 1.22 | Niklas Hallqvist | |
author: niklas Talk about the config file | |||
1999-05-02 | Merge with EOM 1.105 | Niklas 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-02 | ike_phase_1.c: Merge with EOM 1.4 | Niklas Hallqvist | |
prf.c: Merge with EOM 1.7 author: niklas Remove bogus XXXes, add allocation error reporting. | |||
1999-05-02 | Merge with EOM 1.69 | Niklas 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-02 | fix typos, spotted by espie | Todd C. Miller | |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie | |
1999-05-02 | grammar; kwesterback@home.com | Aaron Campbell | |
1999-05-02 | Handle receiving more than one acceptable CCP REQ | brian | |
during one negotiation session without REJecting everything from the second REQuest. |