summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/udp.c
AgeCommit message (Collapse)Author
1999-06-05Merge with EOM 1.41, RCSIdsNiklas Hallqvist
1999-06-05Use the Listen-on address as local address if Local-addressNiklas Hallqvist
not given, but Listen-on is.
1999-04-30Merge with EOM 1.40Niklas Hallqvist
author: niklas inet_ntoa returns a static, do not call twice in an expression
1999-04-27Merge with EOM 1.39Niklas Hallqvist
author: niklas reference transport when doing listen sockets. Style + remove old comment
1999-04-19./udp.c: Merge with EOM 1.38Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Move transport-independent reporting to transport_report instead. Also report the socket fd for UDP transports. A derived transport class is always aligned with the transport superclass, so there is no need to search for the udp_transport that matches a given transport. Add udp_report for transport_report Garbage collect transports via refcounting. Fix commentary.
1999-04-05Merge with EOM 1.34Niklas Hallqvist
Mem leak plugging. 1999 copyrights
1999-03-31Merge with EOM 1.32Niklas Hallqvist
Implement Local-address binding
1999-03-02if.c: Merge with EOM 1.8Niklas Hallqvist
Deal with old socket APIs udp.c: Merge with EOM 1.31 Deal with old socket APIs message.c: Merge with EOM 1.107 Remove unnecessary system dependent include
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.30 | date: 1999/02/25 11:39:25; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ---------------------------- | revision 1.29 | date: 1999/02/24 15:45:38; author: niklas; state: Exp; lines: +17 -5 | Use correct socket options for sharing of ports | ---------------------------- | revision 1.28 | date: 1999/02/24 12:17:02; author: niklas; state: Exp; lines: +2 -3 | Set extra transport flags after initialization | ---------------------------- | revision 1.27 | date: 1999/02/14 00:16:07; author: niklas; state: Exp; lines: +51 -8 | New fd_set API. Listen on chosen interfaces only. | ---------------------------- | revision 1.26 | date: 1999/01/31 01:23:22; author: niklas; state: Exp; lines: +3 -1 | commentary | ----------------------------
1998-12-22Generalize udp port decoding. Remove unneeded decls.Niklas Hallqvist
1998-12-22Remove obsolete connection code. Use strtol instead of atoiNiklas Hallqvist
1998-12-21Last months worth of work on isakmpd, lots doneNiklas Hallqvist
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.