summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/ike_phase_1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing braces implied by indentationjsg2018-09-201-2/+3
* In the final RFC 5903 the computation for the DH shared secret changed.patrick2017-11-081-7/+8
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-3/+3
* convert bcmp to memcmptedu2015-02-151-2/+2
* fix memory leak in isakmpddoug2014-08-221-1/+2
* Replace the hand-crafted Diffie-Hellman implementation in isakmpd withreyk2010-06-291-2/+1
* Fix possible memory leaks when sending phase 1 IDs.moritz2008-02-061-1/+8
* Allow key exchange with RSA signature authentication to work withtom2007-08-051-1/+6
* It was possible for phase 1 negotiation to fail due to lifetime durationcloder2007-05-071-28/+33
* Use conf_free_list() after calling conf_get_list().moritz2007-04-221-2/+4
* There's no point in checking ptr for NULL before doing free(ptr)moritz2007-04-161-11/+6
* Let isakmpd send out a vendor ID announcing isamkpds release version.hshoexer2006-07-021-3/+12
* fix commenthshoexer2005-07-051-2/+2
* Use correct local ID in phase 1 when using IPV[46]_ADDR.hshoexer2005-06-251-2/+13
* Use TAILQ_FOREACH where possible, remove payload_last()hshoexer2005-05-261-2/+2
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-3/+1
* always enable aggressive, dpd, and isakmp_cfgderaadt2005-04-081-7/+1
* nat-traversal alwaysderaadt2005-04-081-11/+1
* spacing; ok cloderderaadt2005-04-041-3/+3
* some knf and space killing, no binary change.hshoexer2005-01-291-26/+26
* Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride2004-12-141-4/+24
* spacingderaadt2004-08-081-3/+3
* Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place.ho2004-07-291-3/+4
* %lu and cast to unsigned long to print a size_t; ok hopvalchev2004-07-051-6/+6
* Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man pageho2004-06-231-4/+45
* Make the payload array in struct message dynamic, since we need to handleho2004-06-201-14/+10
* NAT-Traversal for isakmpd. Work in progress...ho2004-06-201-2/+47
* KNF, style, 80c, etc. hshoexer@ okho2004-06-141-2/+3
* Mark authenticated messages explicitly. Better check for authentication beforehshoexer2004-06-101-1/+5
* Style nits. hshoexer@ okho2004-06-091-15/+15
* Style (KNF, 80c). No binary change.ho2004-06-061-100/+134
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-1195/+1072
* -Wsign-compare nits. hshoexer@ ok.ho2004-04-071-3/+5
* (C)-2004ho2004-02-271-2/+2
* Follow RFC 2408 more closely regarding how to better check the proposalho2004-02-271-3/+20
* Typosmiod2003-12-041-2/+2
* constant_lookup() to constant_name() cleanup. markus@ ok.ho2003-10-141-4/+3
* Avoid crash on invalid config file (missing value for LIFE_DURATION).cloder2003-10-041-6/+17
* Be more careful when using constant_lookup() in messages. Pointed out byho2003-08-081-3/+4
* boring cleanupsderaadt2003-06-101-3/+3
* Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelosho2003-06-041-6/+1
* Cleanup. Use 'sizeof variable' instead of magic constants.ho2003-06-031-4/+4
* signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.ho2002-09-111-8/+9
* styleho2002-07-041-5/+8
* Style, and a few additional format/type mods.ho2002-06-061-4/+5
* size_t must be cast to (unsigned long) and printed using %luderaadt2002-06-011-28/+29
* Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen.ho2001-10-261-7/+7
* More Style police, but also sane checking of addressniklas2001-07-011-29/+47
* Set size correctly for IPv6 Phase 1 IDs.angelos2001-07-011-2/+3