summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/exchange.c
AgeCommit message (Expand)Author
2002-09-11signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.Hakan Olsson
2002-09-05Without IDs wait until next step/retry to handle CERTREQs. This shouldHakan Olsson
2002-09-05Do not create SAs for transaction exchanges either. By niklas@Hakan Olsson
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-07Start for support of IKECFG in SET/ACK mode. Server side only so far.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-01-23snprintf, and only dump exchange data if USE_DEBUG is definedHakan Olsson
2002-01-03str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintfHakan Olsson
2001-08-25StyleNiklas Hallqvist
2001-08-22Need an extra sa_release() when de-allocating exchange-associated SAs;Angelos D. Keromytis
2001-08-15Some more style...Hakan Olsson
2001-08-11Fix keynote credential case again.Angelos D. Keromytis
2001-07-05Add prototypes and some other various cleanup.Hakan Olsson
2001-07-03strlcpy->strncpy for nowMarkus Friedl
2001-07-01StyleNiklas Hallqvist
2001-07-01Remove inaccurate "Assumes IPv4" comments.Angelos D. Keromytis
2001-06-29oopsNiklas Hallqvist
2001-06-29more AF-independenceNiklas Hallqvist
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2001-06-27Keep track of the ACQUIRE sequence number, and pass it to the kernelAngelos D. Keromytis
2001-06-05Style.Angelos D. Keromytis
2001-06-05Style issues and commentaryNiklas Hallqvist
2001-06-05Dynamically allocate conn, as this is given to the exchange; cleanupAngelos D. Keromytis
2001-05-31Copy the new information from the exchange to the sa at the end of theAngelos D. Keromytis
2001-05-05Add comment about finalize routine processing.Angelos D. Keromytis
2001-04-24Correct SA refcounting. Fixes a bug where isakmpd could die when a peer wasNiklas Hallqvist
2001-04-09More style fixes...Hakan Olsson
2001-04-08log_print, not log_errorHakan Olsson
2001-03-28Take into consideration the IDs when determining whether two Phase 1Angelos D. Keromytis
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
2001-01-27(c) 2001Niklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2001-01-22Fix comment and error message reporting.Angelos D. Keromytis
2000-12-12Merge with EOM 1.143Niklas Hallqvist
2000-12-02Add comment.Angelos D. Keromytis
2000-12-02Manual sync with EOM -- only release an SA if it's referenced by theAngelos D. Keromytis
2000-10-16Merge with EOM 1.134Niklas Hallqvist
2000-10-09Merge with EOM 1.133Niklas Hallqvist
2000-10-07Merge with EOM 1.132Niklas Hallqvist
2000-08-03Merge with EOM 1.129Niklas Hallqvist
2000-06-08Merge with EOM 1.123Niklas Hallqvist
2000-04-07Merge with EOM 1.119Niklas Hallqvist
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
2000-02-19Makefile: Merge with EOM 1.61Niklas Hallqvist
2000-02-01apps/certpatch/certpatch.8: Merge with EOM 1.4Niklas Hallqvist
2000-01-26Merge with EOM 1.113Niklas Hallqvist
1999-08-26Merge with EOM 1.111Niklas Hallqvist
1999-07-17regress/rsakeygen/Makefile: Merge with EOM 1.4Niklas Hallqvist
1999-07-07Merge with EOM 1.108Niklas Hallqvist
1999-06-02exchange.c: Merge with EOM 1.106Niklas Hallqvist