summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/transport.h
AgeCommit message (Collapse)Author
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
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
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
Niels Provos.
2002-06-09rm trailing whitespaceTodd T. Fries
2001-10-26Sometimes the daemon will not die promptly on SIGTERM, even thoughHakan Olsson
all DELETE notifications is sent out. Create a prioritized send-queue for the DELETE messages to solve this. Some (C)-2001. niklas@ ok.
2001-08-23Reinitialize transports on SIGUP.Angelos D. Keromytis
2001-08-11Add TRANSPORT_MARK, for mark-and-sweep garbage collection of transportAngelos D. Keromytis
instances.
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2000-08-03udp.c: Merge with EOM 1.50Niklas Hallqvist
transport.h: Merge with EOM 1.16 author: provos provide transport dependent ID decoding; hope indentation is right now ;)
1999-04-19./transport.h: Merge with EOM 1.15Niklas Hallqvist
Add transport_report Garbage collect transports via refcounting. Fix commentary. 1999 copyrights
1999-03-24Merge with EOM 1.12Niklas Hallqvist
Fix comments
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.11 | date: 1999/02/14 00:15:16; author: niklas; state: Exp; lines: +2 -2 | New fd_set API which may clear a bit. Use it for doing proper message | send queue runs, as reported by Ilya Tsindlekht. Better style. | ----------------------------
1998-11-17Add RCS Ids from the EOM repositoryNiklas Hallqvist
1998-11-15openBSD RCS IDsNiklas Hallqvist
1998-11-15Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theNiklas Hallqvist
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.