summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/doi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* USE_DEBUG is bye byederaadt2005-04-081-3/+1
|
* Some more KNF, no binary change.hshoexer2004-05-141-32/+36
| | | | ok ho@
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-44/+44
| | | | | | are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer
* Fix payload handling flaws found by cloder@. Based on initial patch byhshoexer2004-03-101-2/+2
| | | | | | cloder@. Testing by markus@ cloder@ hshoexer@. ok ho@
* Remove clauses 3 and 4. With approval from Niklas Hallqvist andho2003-06-031-6/+1
| | | | Niels Provos.
* signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.ho2002-09-111-2/+2
|
* isakmp_doi.c: Merge with EOM 1.41niklas2000-08-031-2/+3
| | | | | | | | doi.h: Merge with EOM 1.29 author: provos make a DOI specific decode_ids, but have isakmp doi decode point to ipsec.
* regress/crypto/Makefile: Merge with EOM 1.5niklas2000-02-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regress/dh/Makefile: Merge with EOM 1.7 regress/group/Makefile: Merge with EOM 1.9 regress/prf/Makefile: Merge with EOM 1.4 regress/rsakeygen/Makefile: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.10 Makefile: Merge with EOM 1.62 attribute.c: Merge with EOM 1.10 sa.c: Merge with EOM 1.99 conf.c: Merge with EOM 1.20 crypto.c: Merge with EOM 1.28 isakmpd.c: Merge with EOM 1.45 connection.c: Merge with EOM 1.19 doi.h: Merge with EOM 1.28 field.c: Merge with EOM 1.11 exchange.c: Merge with EOM 1.116 ike_auth.c: Merge with EOM 1.44 pf_key_v2.c: Merge with EOM 1.37 ike_phase_1.c: Merge with EOM 1.22 ipsec.c: Merge with EOM 1.118 isakmp_doi.c: Merge with EOM 1.40 log.c: Merge with EOM 1.26 log.h: Merge with EOM 1.18 math_group.c: Merge with EOM 1.23 message.c: Merge with EOM 1.144 pf_encap.c: Merge with EOM 1.70 policy.c: Merge with EOM 1.18 timer.c: Merge with EOM 1.13 transport.c: Merge with EOM 1.41 udp.c: Merge with EOM 1.47 ui.c: Merge with EOM 1.37 x509.c: Merge with EOM 1.36 author: niklas Made debug logging a compile time selectable feature
* BUGS: Merge with EOM 1.31niklas1999-05-021-2/+4
| | | | | | | | | | | | | | | 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
* doi.h: Merge with EOM 1.26niklas1999-04-271-2/+5
| | | | | | | isakmp_doi.c: Merge with EOM 1.36 author: niklas Handle leftover payloads.
* ./app.c: Merge with EOM 1.5niklas1999-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | ./gmp_util.c: Merge with EOM 1.3 ./asn_useful.c: Merge with EOM 1.11 ./attribute.c: Merge with EOM 1.9 ./constants.c: Merge with EOM 1.7 ./doi.h: Merge with EOM 1.25 ./doi.c: Merge with EOM 1.4 ./field.c: Merge with EOM 1.9 ./init.c: Merge with EOM 1.13 ./isakmp_doi.c: Merge with EOM 1.35 ./prf.c: Merge with EOM 1.6 ./util.c: Merge with EOM 1.14 ./app.h: Merge with EOM 1.4 ./conf.h: Merge with EOM 1.8 ./ipsec.h: Merge with EOM 1.34 ./ipsec_doi.h: Merge with EOM 1.10 ./pkcs.h: Merge with EOM 1.8 ./sysdep.h: Merge with EOM 1.15 1999 copyrights
* Merge from the Ericsson repositoryniklas1999-02-261-2/+3
| | | | | | | | | | | | revision 1.24 | date: 1999/02/25 10:21:29; author: niklas; state: Exp; lines: +2 -2 | Replay window changes was done at the wrong level | ---------------------------- | revision 1.23 | date: 1999/02/25 09:30:22; author: niklas; state: Exp; lines: +2 -1 | Replay protection window configurable | ----------------------------
* Add RCS Ids from the EOM repositoryniklas1998-11-171-1/+2
|
* openBSD RCS IDsniklas1998-11-151-1/+1
|
* Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theniklas1998-11-151-0/+92
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems. It is not yet complete or usable in a real scenario but the missing pieces will soon be there. The early commit is for people who wants early access and who are not afraid of looking at source. isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so far, so it is not that incomplete. It is really mostly configuration that is lacking.