summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-02Handle receiving more than one acceptable CCP REQbrian
during one negotiation session without REJecting everything from the second REQuest.
1999-05-02oppurtinity -> opportunityBruno Rohee
1999-05-02There is two 'm' in communicationBruno Rohee
1999-05-02Mention ``show mp''.brian
Describe ACFComp correctly.
1999-05-02RCS IDsNiklas Hallqvist
1999-05-02New files I forgot to commit when adding the new connection abstractionNiklas Hallqvist
1999-05-02new {s,g}et_psw()Michael Shalayeff
1999-05-02child_return() protoMichael Shalayeff
1999-05-01defer conversion of unprintable filenames till final display, permittingTheo de Raadt
badly named symbolic links to be handled; bug noted by dm@ fixed by d@
1999-05-01do not count on BOOTSIG0 and BOOTSIG1 being in a msdos filesystem. NotTheo de Raadt
all filesystems need to contain those; mark@nfr.net
1999-05-01TO-DO: Merge with EOM 1.36Niklas Hallqvist
sa.c: Merge with EOM 1.90 message.c: Merge with EOM 1.131 message.h: Merge with EOM 1.47 author: niklas Send DELETE payloads in informational exchanges
1999-05-01Merge with EOM 1.65Niklas Hallqvist
author: niklas Forgot one change in last commit
1999-05-01Merge with EOM 1.102Niklas Hallqvist
author: niklas Remove larval SAs if an exchange dies. Also use the DOI from the isakmp_sa if doing an informational exchange in phase 2.
1999-05-01Lost connection commit snippetNiklas Hallqvist
1999-05-01sysdep/openbsd/sysdep.c: Merge with EOM 1.7Niklas Hallqvist
DESIGN-NOTES: Merge with EOM 1.42 Makefile: Merge with EOM 1.51 app.c: Merge with EOM 1.6 conf.c: Merge with EOM 1.18 init.c: Merge with EOM 1.14 isakmpd.conf.5: Merge with EOM 1.19 pf_encap.c: Merge with EOM 1.64 pf_encap.h: Merge with EOM 1.12 pf_key_v2.h: Merge with EOM 1.3 sysdep.h: Merge with EOM 1.16 transport.c: Merge with EOM 1.40 ui.c: Merge with EOM 1.32 author: niklas A new connection abstraction
1999-05-01Merge with EOM 1.15Niklas Hallqvist
author: niklas typo in debug output author: niklas A new connection abstraction
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
of the src string if len(src) >= size. Speeds up the common case a bit.
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-05-01Make ports 80 & 81 ``interactive''.brian
1999-05-01typo; krw@tcn.netTheo de Raadt
1999-05-01Add ksyms.Jason Downs
1999-05-01Let Makefiles pass infodir and bindir thru recursive invocation,Marc Espie
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets...
1999-05-01Merge with EOM 1.13Niklas Hallqvist
author: niklas Sigh, tunnel mode needs a special flag.
1999-05-01Merge with EOM 1.30Niklas Hallqvist
author: niklas INITIAL-CONTACT bug
1999-04-30Merge with EOM 1.106Niklas Hallqvist
author: niklas Informational exchanges do not have SAs
1999-04-30GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out.Marc Espie
gcc 2.8.1 emits _GLOBAL_OFFSET_TABLE_ instead, so gas has to take care of that... This reverts to a previous gas state, but with comments much clearer, and a real clue about what's going on.
1999-04-30Merge with EOM 1.39Niklas Hallqvist
author: niklas Unused var removed
1999-04-30Merge with EOM 1.101Niklas Hallqvist
author: niklas Do not free a message twice
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-30Crank the for loop max index so test #2 succeeds on fast machines. Total ↵Todd C. Miller
test running time is still limited to 10sec. I still think this is a bogus test though.
1999-04-30Use arch, not unameTodd C. Miller
1999-04-30Merge with EOM 1.130Niklas Hallqvist
author: niklas Try to get the right DOI in notifications author: niklas Revert last change author: niklas Informational exchanges reaches their end immediately. author: niklas Keep track of messages in the send queue from the exchange point of view. author: niklas Only retransmit if we have something to retransmit author: niklas New message_drop API. Generate real INVALID_COOKIE notification. Generate informational exchanges in phase 1 too. Really get these messages to the wire
1999-04-30BUGS: Merge with EOM 1.29Niklas Hallqvist
README: Merge with EOM 1.21 TO-DO: Merge with EOM 1.35 author: niklas Up-to-date
1999-04-30ipsec.c: Merge with EOM 1.105Niklas Hallqvist
isakmp_doi.c: Merge with EOM 1.38 author: niklas Recognize but ignore incoming informationmal exchanges author: niklas New message_drop API. Generate real INVALID_COOKIE notification. Generate informational exchanges in phase 1 too. Really get these messages to the wire
1999-04-30Merge with EOM 1.100Niklas Hallqvist
author: niklas Try to fix the retransmit business, so info exchanges does not retransmit author: niklas Remove unneccesary code author: niklas Keep track of messages in the send queue from the exchange point of view. author: niklas Free the last sent message when freeing an exchange author: niklas New message_drop API. Generate real INVALID_COOKIE notification. Generate informational exchanges in phase 1 too. Really get these messages to the wire
1999-04-30Merge with EOM 1.24Niklas Hallqvist
author: niklas Keep track of messages in the send queue from the exchange point of view.
1999-04-30Merge with EOM 1.40Niklas Hallqvist
author: niklas inet_ntoa returns a static, do not call twice in an expression
1999-04-30Merge with EOM 1.38Niklas Hallqvist
author: niklas Careful rewrite of the message sending to cope with exchanges disappearing in post-send functions. author: niklas Try to fix the retransmit business, so info exchanges does not retransmit author: niklas Keep track of messages in the send queue from the exchange point of view.
1999-04-30ike_phase_1.c: Merge with EOM 1.3Niklas Hallqvist
ike_quick_mode.c: Merge with EOM 1.84 message.h: Merge with EOM 1.46 author: niklas New message_drop API. Generate real INVALID_COOKIE notification. Generate informational exchanges in phase 1 too. Really get these messages to the wire
1999-04-30Merge with EOM 1.89Niklas Hallqvist
author: niklas Do not put multiple expirations on a single SA
1999-04-30in vput, simple_unlock the v_interlock before VOP_INACTIVE, not afterArtur Grabowski
1999-04-30Remove the file.Federico G. Schwindt
1999-04-30Don't generate pcmciadevs_data.h anymore.Federico G. Schwindt
1999-04-30Don't call ne2000_detect twice. Use nsc->sc_type instead.Federico G. Schwindt
1999-04-30Grammar'n'formattingPaul Janzen
1999-04-30add support for pipes since sparc uses new pipe code by default nowArtur Grabowski
1999-04-30gc old filesArtur Grabowski
1999-04-30upgrade Arla to fresher code. Too many new features and bugfixes.Artur Grabowski
1999-04-30Import of arla-0.35.7Artur Grabowski