OpenBSD CVS

CVS log for src/sbin/photurisd/Attic/kernel.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28, Thu Mar 13 00:33:47 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +2 -2 lines
FILE REMOVED

thought we had already deleted this

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 8 20:17:34 2002 UTC (21 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Fix structure allocation. The code incorrectly used sizeof(pointer) instead
of sizeof(*pointer). provos@ ok

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 10 19:58:20 2002 UTC (21 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.25: +95 -87 lines
Diff to previous 1.25 (colored)

kill __FUNCTION__
add __attribute__((format...)
Fix one bad call.

okay provos@

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:08 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.24: +90 -90 lines
Diff to previous 1.24 (colored)

rm trailing whitespace

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jul 7 18:26:18 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

major -Wall cleanup, almost complete

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 27 03:31:46 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.22: +7 -7 lines
Diff to previous 1.22 (colored)

Consistently use "IPsec" capitalization (jsyn@nthought.com)

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 5 00:17:48 2001 UTC (23 years ago) by niklas
Branch: MAIN
Changes since 1.21: +6 -6 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Sun Jan 28 22:45:11 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

$OpenBSD$

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 16 08:31:56 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.19: +102 -58 lines
Diff to previous 1.19 (colored)

when a used SA expires and the exchange is gone, start a new one.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 15 07:29:44 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.18: +69 -48 lines
Diff to previous 1.18 (colored)

return resource exhaustion message on memory allocation error. poll on
the pfkey fd so that we dont block when a message gets lossed.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 15 02:42:08 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.17: +22 -2 lines
Diff to previous 1.17 (colored)

more cleanup; send SPI needed message if we have state but no SPI on
acquire.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 15 01:58:27 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

more cleanup. remove last vestiges of gmp.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 15 01:06:51 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.15: +27 -16 lines
Diff to previous 1.15 (colored)

handle pfkey soft updates. only update when SA has been used.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 14 23:28:58 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.14: +126 -49 lines
Diff to previous 1.14 (colored)

queue pfkey acquire and expire messages if we are currently waiting for
another pfkey transaction to return. some cleanup.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 14 18:32:25 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.13: +210 -86 lines
Diff to previous 1.13 (colored)

setup soft lifetimes, handle hard expirations, deal with changed pfkey
supported extensions. some problems pointed out by
Hans-Joerg.Hoexer@rommelwood.de

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 13 08:36:27 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.12: +52 -41 lines
Diff to previous 1.12 (colored)

better debugging. reserve spis with the correct protocol.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 12 01:53:41 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.11: +151 -57 lines
Diff to previous 1.11 (colored)

listen to pfkeyv2 acquire messages and set up SAs accordingly.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 11 21:37:46 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10 (colored)

surpress some error messages

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 11 21:21:18 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.9: +43 -53 lines
Diff to previous 1.9 (colored)

proper logging.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 11 20:32:15 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.8: +40 -511 lines
Diff to previous 1.8 (colored)

remove lots of unnecssary code, on the way to new spd framework.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 11 02:16:50 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7 (colored)

make it use bignum.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 25 05:16:46 2000 UTC (23 years, 9 months ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.6: +19 -4 lines
Diff to previous 1.6 (colored)

Only play with flows if we have the "old" IPsec code (the new code to
be committed).

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 27 08:06:38 2000 UTC (24 years, 4 months ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.5: +9 -5 lines
Diff to previous 1.5 (colored)

Cheers from Canada (Montreal):

Use the new ESP/AH flags for "old" ESP/AH.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 5 21:46:13 1999 UTC (24 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.4: +4 -5 lines
Diff to previous 1.4 (colored)

Remove LOCALFLOW flag (thanks andreas)

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 2 23:37:33 1999 UTC (24 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.3: +23 -23 lines
Diff to previous 1.3 (colored)

rename SADB_foo_X_bar to SADB_X_foo_bar

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 31 20:33:45 1999 UTC (25 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Use SADB_SAFLAGS_X_REPLACEFLOW

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 27 21:18:01 1999 UTC (25 years, 2 months ago) by provos
Branch: MAIN
Changes since 1.1: +912 -290 lines
Diff to previous 1.1 (colored)

convert the kernel module to PFKEYv2, support for binding incoming and
outgoing SA-pairs, fix a bug in SPI generation. the daemon registers
with pfkey but does not yet handle expiration or acquire messages. well,
there are NO acquire messages at the moment, so dynamic keyed vpn or
stuff does not work :-\ - all this done in canada. thanks again to
dugsong and linh for the ride. linh is sleeping now.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 14 23:37:25 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.