| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed an unexpected addr/port matching failure in IPv6 SA management | suz | 2005-01-10 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 9 | -9/+9 |
* | support TCP-MD5(IPv4) in KAME-IPSEC, too. | suz | 2004-11-08 | 3 | -2/+48 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -10/+10 |
* | Merge netipsec/key.c:1.17 into KAME pfkey implementation: | rwatson | 2004-09-30 | 1 | -5/+0 |
* | The KAME IPSEC implementation at one point used its own pseudo-random | rwatson | 2004-09-02 | 1 | -22/+0 |
* | Semi-gratuitous white space synchronization with KAME tree: to reduce | rwatson | 2004-08-27 | 1 | -10/+12 |
* | Diff reduce against KAME: minor white space synchronization to KAME | rwatson | 2004-08-27 | 1 | -4/+4 |
* | Merge next step in socket buffer locking: | rwatson | 2004-06-21 | 1 | -0/+2 |
* | avoid duplicate free. | ume | 2004-01-25 | 1 | -3/+3 |
* | invalidate secpolicy pcb cache on key_timehandler. part of | ume | 2004-01-14 | 1 | -0/+3 |
* | add missing key_freesp()s. part of | ume | 2004-01-14 | 1 | -1/+4 |
* | don't touch after free. | ume | 2003-12-10 | 1 | -2/+3 |
* | use callout_*() rather than timeout(). | ume | 2003-12-07 | 1 | -2/+5 |
* | missing splx. | ume | 2003-11-28 | 1 | -0/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+2 |
* | add sysctl MIB net.key.esp_auth which was wrongly dropped | ume | 2003-11-13 | 1 | -0/+6 |
* | ipsec_esp_auth is unused when IPSEC_ESP is not defined. | ume | 2003-11-11 | 1 | -0/+2 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 5 | -544/+771 |
* | correct %d/%u mismatch. | ume | 2003-11-02 | 2 | -11/+11 |
* | exit(3) with negative value does not make sense' | ume | 2003-11-02 | 1 | -1/+1 |
* | make debugging with "setkey -x" a lot easier. | ume | 2003-11-02 | 1 | -4/+97 |
* | cleanup secasvar management; refcnt is key.c responsibility; | ume | 2003-11-02 | 3 | -99/+66 |
* | - do not quit from key_sendup() even if writes to non-target | ume | 2003-11-02 | 2 | -95/+10 |
* | mib name was changed by fixing a spelling. | ume | 2003-10-28 | 1 | -1/+1 |
* | drop the code of HAVE_NRL_INPCB part. our system doesn't | ume | 2003-10-22 | 1 | -10/+0 |
* | nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros. | ume | 2003-10-07 | 1 | -17/+1 |
* | Reduce diffs against KAME. No functional change. | ume | 2003-09-30 | 1 | -15/+7 |
* | Reduce diffs against KAME. No functional change. | ume | 2003-09-30 | 2 | -9/+4 |
* | Sync style and comments with latest KAME to reduce diffs. | ume | 2003-09-30 | 1 | -71/+64 |
* | add /*CONSTCOND*/ to reduce diffs against latest KAME. | ume | 2003-09-25 | 2 | -8/+8 |
* | panic() doesn't need `\n'. | ume | 2003-09-25 | 3 | -72/+72 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 4 | -4/+12 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -27/+27 |
* | Comment out srandom(): | ache | 2003-02-05 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -27/+27 |
* | "struct route" is not sufficient. NetBSD PR 18751 | ume | 2003-01-08 | 2 | -1/+6 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -4/+4 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | - fixed the order of searching SA table for packets. | ume | 2002-07-10 | 1 | -20/+47 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -5/+1 |
* | pacify gcc-3.1's -Wunused checking. | peter | 2002-05-24 | 1 | -1/+4 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+5 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -5/+0 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -1/+3 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -1/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 2 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 8 | -175/+172 |