OpenBSD CVS

CVS log for src/sys/net/Attic/encap.c


[BACK] Up to [local] / src / sys / net

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Wed Feb 24 22:36:19 1999 UTC (25 years, 3 months ago) by angelos
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, SMP, HEAD
Changes since 1.26: +1 -1 lines
FILE REMOVED

Not used anymore.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 11 22:52:49 1999 UTC (25 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Remove unnecessary panic().

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 7 06:05:02 1999 UTC (25 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

in_pcblookup() now takes ptr to both ip address arguments

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 19 13:29:18 1998 UTC (25 years, 9 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

use correct upper bound

Revision 1.23 / (download) - annotate - [select for diffs], Sun May 24 14:13:57 1998 UTC (26 years ago) by provos
Branch: MAIN
Changes since 1.22: +87 -1 lines
Diff to previous 1.22 (colored)

add support for Virtual Private Networks (VPN).

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 18 21:10:15 1998 UTC (26 years ago) by provos
Branch: MAIN
Changes since 1.21: +453 -287 lines
Diff to previous 1.21 (colored)

first step to the setsockopt/getsockopt interface as described in
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal
userland key management applications when security services are requested.
this is only for outgoing connections at the moment, incoming packets
are not yet checked against the selected socket policy.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Apr 8 10:58:03 1998 UTC (26 years, 2 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

fix encap notifies.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 22 01:23:29 1998 UTC (26 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19 (colored)

Changes made for GCC 2.8 -Wall pleasures

Revision 1.19 / (download) - annotate - [select for diffs], Sat Nov 15 00:07:06 1997 UTC (26 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

fix memory management errors

Revision 1.18 / (download) - annotate - [select for diffs], Tue Nov 4 09:10:53 1997 UTC (26 years, 7 months ago) by provos
Branch: MAIN
Changes since 1.17: +6 -2 lines
Diff to previous 1.17 (colored)

make it easier to add additional transforms. add blowfish and cast
encryption. some more info for kernfs/ipsec.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Oct 2 02:31:01 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

conditional error logging

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 28 22:57:52 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

log() needs a \n

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 28 18:53:21 1997 UTC (26 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

make it compile

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 27 23:30:31 1997 UTC (26 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.13: +235 -85 lines
Diff to previous 1.13 (colored)

expiration messages, fixes, updates, all sorts of things

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 23 12:07:04 1997 UTC (26 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.12: +52 -50 lines
Diff to previous 1.12 (colored)

enablespi, delete the right flows on replace.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 21 21:10:37 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

be quiet

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jul 18 18:09:48 1997 UTC (26 years, 10 months ago) by provos
Branch: MAIN
Changes since 1.10: +64 -48 lines
Diff to previous 1.10 (colored)

enablespi/disablespi in encap + print spi's in hostorder

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 15 23:11:08 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.9: +115 -3 lines
Diff to previous 1.9 (colored)

flags for tunnels and replacing existing routes, sysctl! + tiny bug fix

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 14 08:46:39 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

sysctl...

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 11 23:37:51 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.7: +195 -36 lines
Diff to previous 1.7 (colored)

put old esp/ah and new esp/ah in different files.
generalised way of handling transforms.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 2 06:58:40 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.6: +50 -45 lines
Diff to previous 1.6 (colored)

fix neglected _FLEN's + reserve_spi + output reserved spi's without alg.
correctly.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 1 22:12:40 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.5: +136 -190 lines
Diff to previous 1.5 (colored)

major restructuring

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 25 07:53:19 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
Changes since 1.4: +388 -276 lines
Diff to previous 1.4 (colored)

hard and soft limits for SPI's per absolute timer, relative since establish,
relative since first use timers, packet and byte counters. notify key mgmt
on soft limits. key mgmt can now specify limits. new encap messages:
EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 17 23:25:53 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.3: +7 -11 lines
Diff to previous 1.3 (colored)

check em_if and em_ifn better; thanks adam@math.tau.ac.il

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 25 01:19:20 1997 UTC (27 years, 1 month ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

64bit cleanup.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 24 13:33:56 1997 UTC (27 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

OpenBSD tags + some prototyping police

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 20 01:07:39 1997 UTC (27 years, 3 months ago) by deraadt
Branch: MAIN

IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz

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.