OpenBSD CVS

CVS log for src/sbin/ipsecadm/Attic/ipsecadm.c


[BACK] Up to [local] / src / sbin / ipsecadm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.87, Fri May 26 04:02:59 2006 UTC (18 years ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.86: +1 -1 lines
FILE REMOVED

let us not talk about ipsecadm and vpn anymore; ok reyk

Revision 1.86 / (download) - annotate - [select for diffs], Tue Jun 7 02:36:41 2005 UTC (18 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.85: +1 -2 lines
Diff to previous 1.85 (colored)

don't include ccitt headers (were not used anyway)

Revision 1.85 / (download) - annotate - [select for diffs], Wed May 25 05:51:13 2005 UTC (19 years ago) by markus
Branch: MAIN
Changes since 1.84: +3 -1 lines
Diff to previous 1.84 (colored)

aesctr and null support

Revision 1.84 / (download) - annotate - [select for diffs], Tue Dec 28 15:19:23 2004 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.83: +15 -11 lines
Diff to previous 1.83 (colored)

handle strtoul correctly on 64-bit machines; hshoexer ok

Revision 1.83 / (download) - annotate - [select for diffs], Thu Nov 25 21:32:52 2004 UTC (19 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

off by one in err()

Revision 1.82 / (download) - annotate - [select for diffs], Mon Sep 27 03:20:21 2004 UTC (19 years, 8 months ago) by jaredy
Branch: MAIN
Changes since 1.81: +247 -491 lines
Diff to previous 1.81 (colored)

make usage() fatal, use err/warn, and minor knf

Revision 1.81 / (download) - annotate - [select for diffs], Sat Sep 25 18:29:46 2004 UTC (19 years, 8 months ago) by jaredy
Branch: MAIN
Changes since 1.80: +11 -10 lines
Diff to previous 1.80 (colored)

tidy usage; ok ho hshoexer

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jun 25 02:35:36 2004 UTC (19 years, 11 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.79: +1 -3 lines
Diff to previous 1.79 (colored)

remove two ununsed includes

Revision 1.79 / (download) - annotate - [select for diffs], Sun May 23 16:04:18 2004 UTC (20 years ago) by markus
Branch: MAIN
Changes since 1.78: +4 -1 lines
Diff to previous 1.78 (colored)

support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt

Revision 1.78 / (download) - annotate - [select for diffs], Sun May 23 08:48:03 2004 UTC (20 years ago) by markus
Branch: MAIN
Changes since 1.77: +3 -2 lines
Diff to previous 1.77 (colored)

unbreak ipcomp; report davidkrause; ok hshoexer@

Revision 1.77 / (download) - annotate - [select for diffs], Fri May 14 20:29:52 2004 UTC (20 years ago) by ish
Branch: MAIN
Changes since 1.76: +15 -12 lines
Diff to previous 1.76 (colored)

unbreak, interpret cpi and spi values as hex even if not preceded by 0x.

Revision 1.76 / (download) - annotate - [select for diffs], Mon May 10 06:24:42 2004 UTC (20 years ago) by ish
Branch: MAIN
Changes since 1.75: +54 -41 lines
Diff to previous 1.75 (colored)

strtonum conversion and better input checking of integer values; ok deraadt@

Revision 1.75 / (download) - annotate - [select for diffs], Sun May 9 03:21:35 2004 UTC (20 years ago) by deraadt
Branch: MAIN
Changes since 1.74: +25 -23 lines
Diff to previous 1.74 (colored)

de-lint

Revision 1.74 / (download) - annotate - [select for diffs], Tue Jan 27 22:46:55 2004 UTC (20 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.73: +114 -93 lines
Diff to previous 1.73 (colored)

correct address resolution logic via getaddrinfo(3).  henning and markus ok

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jan 27 09:26:22 2004 UTC (20 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.72: +2 -3 lines
Diff to previous 1.72 (colored)

pass -spi for tcpmd5, too; ok hshoexer@

Revision 1.72 / (download) - annotate - [select for diffs], Thu Jan 15 10:15:55 2004 UTC (20 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.71: +36 -25 lines
Diff to previous 1.71 (colored)

support for rfc 2385 tcp md5 'signature' keys
(e.g. ipsecadm tcpmd5 -src ::1 -dst ::1 -key deadbeef)

Revision 1.71 / (download) - annotate - [select for diffs], Tue Dec 2 23:16:29 2003 UTC (20 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.70: +28 -2 lines
Diff to previous 1.70 (colored)

UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)
ok deraadt@

Revision 1.70 / (download) - annotate - [select for diffs], Tue Sep 23 18:09:20 2003 UTC (20 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.69: +166 -59 lines
Diff to previous 1.69 (colored)

use getaddrinfo for name-to-address resolution.  mcbride@ ok

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jul 24 09:59:02 2003 UTC (20 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.68: +5 -5 lines
Diff to previous 1.68 (colored)

conform to RFC2367 on SADB_xx naming (local name must be prefixed with
SADB_X_xx)

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jul 24 08:03:19 2003 UTC (20 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.67: +4 -1 lines
Diff to previous 1.67 (colored)

hmac-sha2-{256,384,512} support in AH/ESP auth.  markus ok

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jul 2 21:44:57 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.66: +6 -1 lines
Diff to previous 1.66 (colored)

missing protos

Revision 1.66 / (download) - annotate - [select for diffs], Tue Feb 25 22:29:33 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.65: +24 -3 lines
Diff to previous 1.65 (colored)

implement 'show' and 'monitor' commands; ok djm@, deraadt@, cedric@

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 15 22:57:58 2003 UTC (21 years, 3 months ago) by jason
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored)

skeleton support for LZS compression

Revision 1.64 / (download) - annotate - [select for diffs], Wed Jul 3 22:32:33 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

ansi

Revision 1.63 / (download) - annotate - [select for diffs], Sat Dec 1 19:05:01 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.62: +1392 -1713 lines
Diff to previous 1.62 (colored)

KNF

Revision 1.62 / (download) - annotate - [select for diffs], Sun Aug 5 11:10:34 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.61: +7 -7 lines
Diff to previous 1.61 (colored)

re-order headers as they should be

Revision 1.61 / (download) - annotate - [select for diffs], Fri Jul 6 05:01:07 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.60: +3 -6 lines
Diff to previous 1.60 (colored)

Fix unused/uninitialized variables.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jul 5 08:38:36 2001 UTC (22 years, 11 months ago) by jjbg
Branch: MAIN
Changes since 1.59: +143 -30 lines
Diff to previous 1.59 (colored)

IPComp support. angelos@ ok.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jun 26 21:10:28 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored)

configure sa_family on mask too.  to preserve older practice

Revision 1.58 / (download) - annotate - [select for diffs], Tue Jun 26 20:44:22 2001 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.57: +128 -113 lines
Diff to previous 1.57 (colored)

allow -addr src/prefixlen dst/prefixlen.  discussed with angelos.
XXX usage() needs to be made more cute

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jun 25 05:16:10 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.56: +4 -3 lines
Diff to previous 1.56 (colored)

Copyright update.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Jun 8 19:39:02 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Set SADB_X_POLICYFLAGS_POLICY for flows we add/delete.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Jun 5 00:17:47 2001 UTC (23 years ago) by niklas
Branch: MAIN
Changes since 1.54: +7 -7 lines
Diff to previous 1.54 (colored)

Make our pfkeyv2.h more RFC2367 compliant.  Also fix some backwards
compatibility problems in isakmpd, at least 2.8 stable can compile current
isakmpd now.  angelos@ ok

Revision 1.54 / (download) - annotate - [select for diffs], Wed May 30 16:44:41 2001 UTC (23 years ago) by angelos
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

MBOX->USERFQDN

Revision 1.53 / (download) - annotate - [select for diffs], Thu Apr 19 20:12:45 2001 UTC (23 years, 1 month ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.52: +10 -10 lines
Diff to previous 1.52 (colored)

PF_KEY identity extensions are NUL-terminated.  Do not forget neither to
allocate for the NUL, nor to actually transfer it.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Mar 28 19:15:43 2001 UTC (23 years, 2 months ago) by angelos
Branch: MAIN
Changes since 1.51: +5 -5 lines
Diff to previous 1.51 (colored)

Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr)

Revision 1.51 / (download) - annotate - [select for diffs], Thu Mar 22 03:34:18 2001 UTC (23 years, 2 months ago) by angelos
Branch: MAIN
Changes since 1.50: +29 -5 lines
Diff to previous 1.50 (colored)

Allow srcid/dstid for manually-set SAs as well (mostly for debug
purposes).

Revision 1.50 / (download) - annotate - [select for diffs], Thu Mar 8 21:41:42 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

whack exit(-#)

Revision 1.49 / (download) - annotate - [select for diffs], Fri Nov 17 04:10:21 2000 UTC (23 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored)

*HMAC96->*HMAC

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 25 19:08:57 2000 UTC (23 years, 7 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

typo; deraadt ok

Revision 1.47 / (download) - annotate - [select for diffs], Wed Oct 18 00:42:30 2000 UTC (23 years, 7 months ago) by angelos
Branch: MAIN
Changes since 1.46: +2 -5 lines
Diff to previous 1.46 (colored)

Destination address is not needed for flows.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Oct 16 23:00:40 2000 UTC (23 years, 7 months ago) by niklas
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

getserv* already returns ports in network byteorder

Revision 1.45 / (download) - annotate - [select for diffs], Mon Oct 9 22:21:41 2000 UTC (23 years, 7 months ago) by angelos
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

AES.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Sep 29 19:06:53 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.43: +13 -11 lines
Diff to previous 1.43 (colored)

Update for no -spi use with flow

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 21 02:38:20 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.42: +24 -23 lines
Diff to previous 1.42 (colored)

Send correct lengths for srcid/dstid.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Sep 21 01:34:19 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.41: +15 -3 lines
Diff to previous 1.41 (colored)

Allocate memory for srcid/dstid.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 20 21:28:23 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.40: +152 -2 lines
Diff to previous 1.40 (colored)

srcid/dstid/srcid_type/dstid_type flags for flows.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Sep 19 08:38:41 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.39: +204 -26 lines
Diff to previous 1.39 (colored)

Re-add support for SA bundles.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 19 03:18:11 2000 UTC (23 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.38: +189 -320 lines
Diff to previous 1.38 (colored)

Update to use the new framework.

Revision 1.38 / (download) - annotate - [select for diffs], Tue May 2 21:50:30 2000 UTC (24 years, 1 month ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

Keep track of those offsets in argv[].

Revision 1.37 / (download) - annotate - [select for diffs], Sat Apr 22 02:43:15 2000 UTC (24 years, 1 month ago) by angelos
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Remove extra space from usage.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 22 02:40:01 2000 UTC (24 years, 1 month ago) by angelos
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Slight clarification in usage.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Apr 22 01:53:41 2000 UTC (24 years, 1 month ago) by angelos
Branch: MAIN
Changes since 1.34: +112 -1 lines
Diff to previous 1.34 (colored)

-keyfile/-authkeyfile flags, for reading keys from a file.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Apr 21 17:32:24 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.33: +21 -21 lines
Diff to previous 1.33 (colored)

fix some usage glitches

Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 28 14:30:51 2000 UTC (24 years, 2 months ago) by jason
Branch: MAIN
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored)

fix sanity checks to allow authentication-only ESP

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 8 12:50:25 2000 UTC (24 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.31: +1 -5 lines
Diff to previous 1.31 (colored)

in6.h is not necessary (in.h will bring it in)

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jan 27 08:04:02 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.30: +12 -13 lines
Diff to previous 1.30 (colored)

Conform with the new changes with regards to new/old ESP/AH

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 13 04:46:18 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.29: +17 -3 lines
Diff to previous 1.29 (colored)

Add -ingress flag

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 9 22:53:40 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.28: +5 -5 lines
Diff to previous 1.28 (colored)

Transport protocol ports are in network order.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 20 05:38:22 1999 UTC (24 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.27: +302 -112 lines
Diff to previous 1.27 (colored)

Accept IPv6 addresses.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Dec 6 21:58:39 1999 UTC (24 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Minor identation.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Dec 4 23:26:27 1999 UTC (24 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Deprecate -local flag.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Nov 4 11:29:35 1999 UTC (24 years, 7 months ago) by ho
Branch: MAIN
Changes since 1.24: +39 -15 lines
Diff to previous 1.24 (colored)

Support IPsec bypass flows. (ok angelos@, niklas@)

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 7 12:35:27 1999 UTC (24 years, 9 months ago) by ho
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

Add {newline, usage()} to 'unknown command' message.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 25 15:36:57 1999 UTC (24 years, 9 months ago) by angelos
Branch: MAIN
Changes since 1.22: +7 -7 lines
Diff to previous 1.22 (colored)

Fix usage message, fix flow logic.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 5 22:02:04 1999 UTC (24 years, 10 months ago) by ho
Branch: MAIN
Changes since 1.21: +55 -14 lines
Diff to previous 1.21 (colored)

Add 'ipsecadm flush' to do what 'route flush -encap' doesn't manage.
Sync manpage and fix a couple of typos.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 15 14:56:26 1999 UTC (24 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.20: +13 -8 lines
Diff to previous 1.20 (colored)

SPI 0 is the one we use for demand keying, IANA reserved SPIs are not
allowed

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 2 23:37:32 1999 UTC (24 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +29 -29 lines
Diff to previous 1.19 (colored)

rename SADB_foo_X_bar to SADB_X_foo_bar

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 5 19:32:57 1999 UTC (25 years ago) by deraadt
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

fix another inet_aton()

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 5 17:05:34 1999 UTC (25 years ago) by deraadt
Branch: MAIN
Changes since 1.17: +31 -6 lines
Diff to previous 1.17 (colored)

use inet_aton()

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 18 15:06:58 1999 UTC (25 years, 1 month ago) by provos
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

missing iscmd

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 29 04:52:53 1999 UTC (25 years, 2 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

make it compile

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 27 21:04:18 1999 UTC (25 years, 2 months ago) by provos
Branch: MAIN
Changes since 1.14: +44 -31 lines
Diff to previous 1.14 (colored)

add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing
SA to be used, use this SA in ip_output if available. allow mobile road
warriors for bind SAs with wildcard dst and src addresses. check IPSEC
AUTH and ESP level when receiving packets, drop them if protection is
insufficient. add stats to show dropped packets because of insufficient
IPSEC protection. -- phew.  this was all done in canada. dugsong and linh
provided the ride and company.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 15 15:37:02 1999 UTC (25 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +4 -1 lines
Diff to previous 1.13 (colored)

explain EPROTONOSUPPORT; nash@mcs.net

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 4 19:58:43 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.12: +20 -8 lines
Diff to previous 1.12 (colored)

Fix -proto2 numeric protocol handling.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 27 07:29:17 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

authkey not authp; Markus.Friedl@informatik.uni-erlangen.de

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 26 10:04:05 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.10: +7 -2 lines
Diff to previous 1.10 (colored)

Print warning when using DES or Skipjack for encryption.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 26 02:04:52 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.9: +17 -17 lines
Diff to previous 1.9 (colored)

Pretty usage message.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 25 22:32:05 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.8: +43 -26 lines
Diff to previous 1.8 (colored)

Listen to kernel replies and report errors (much room for improvement
there), fix a typo in a warning message, prettier error messages.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 25 10:21:25 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Fix missing include file, after the re-positioning of sockaddr_union

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 25 00:02:27 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.6: +5 -9 lines
Diff to previous 1.6 (colored)

Fix bug that didn't allow use of sha1/md5.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Feb 24 23:47:18 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Copyright update.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 24 23:32:53 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Remove unnecessary file, move man page to section 8.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 24 22:53:37 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.3: +990 -382 lines
Diff to previous 1.3 (colored)

Almost rewritten ipsecadm to use pfkey. Error reporting is a bit lacking still.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 17 20:39:16 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

ipsec skipjack, based on free .fi code (some .gov type will test this for me)

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 13 00:19:48 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored)

Verify that keys and IVs are in hex.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 14 23:37:20 1998 UTC (25 years, 6 months ago) by deraadt
Branch: MAIN

move ipsec tools into .

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.