index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
isakmpd
/
isakmp_cfg.c
Age
Commit message (
Expand
)
Author
2003-06-10
boring cleanups
Theo de Raadt
2003-06-03
Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Hakan Olsson
2003-01-09
Proper id_string for SET/ACK responder, plus attr payload fixes.
Hakan Olsson
2002-08-23
Small cleanup.
Hakan Olsson
2002-07-16
fix $OpenBSD Tag
Markus Friedl
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-06-09
Mark attr payload as handled. Also make sure the correct payload
Hakan Olsson
2002-06-09
Bad me. Make sure it compiles before commit.
Hakan Olsson
2002-06-09
CFG_REQUEST
Hakan Olsson
2002-06-09
Style.
Hakan Olsson
2002-06-09
Tighten the code to work for both SET/ACK and REQ/REPLY modes.
Hakan Olsson
2002-06-08
Factor out hash operations, some other cleanup.
Hakan Olsson
2002-06-08
a bit more for the responder cases
Hakan Olsson
2002-06-07
Avoid some gcc3 warnings. From David Krause <openbsd@davidkrause.com>
Hakan Olsson
2002-06-07
Also allocate space for the attribute header.
Hakan Olsson
2002-06-07
Start for support of IKECFG in SET/ACK mode. Server side only so far.
Hakan Olsson
2002-06-06
Answer requests for netmasks, subnets, and dhcp-servers as well. Add
Hakan Olsson
2002-06-01
size_t must be cast to (unsigned long) and printed using %lu
Theo de Raadt
2001-10-26
Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen.
Hakan Olsson
2001-08-27
un-bork
Theo de Raadt
2001-08-23
Use ipsec_id_string as the section name for IKE mode config.
Niklas Hallqvist
2001-07-25
CFG mode changes: send attributes of size 0 if attribute is not available
Markus Friedl
2001-07-04
Better IPv6/IPv4 integration
Niklas Hallqvist
2001-07-04
IPv6
Niklas Hallqvist
2001-07-01
ISAKMP configuration, a.k.a IKECFG or "mode-config", protocol implementation.
Niklas Hallqvist