summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/doi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove excessive includesderaadt2013-03-211-2/+2
|
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-3/+1
| | | | | | | | option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer
* ansideraadt2004-07-091-2/+2
|
* Some more KNF, no binary change.hshoexer2004-05-141-6/+6
| | | | ok ho@
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-16/+15
| | | | | | 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
* Remove clauses 3 and 4. With approval from Niklas Hallqvist andho2003-06-031-6/+1
| | | | Niels Provos.
* ./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/+4
| | | | | | | | revision 1.3 | date: 1999/02/25 11:38:52; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ----------------------------
* 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/+64
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.