| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -3/+1 |
| * | In ipsec6_output_tunnel() make sure that the SA contents do not change. | Bjoern A. Zeeb | 2007-05-29 | 1 | -1/+8 |
| * | fix typo: s,applyed,applied,g | Bjoern A. Zeeb | 2007-05-29 | 1 | -2/+2 |
| * | Implement ICMPv6 support in ipsec6_get_ulp(). | Bjoern A. Zeeb | 2007-05-29 | 1 | -0/+10 |
| * | Add missing | Bjoern A. Zeeb | 2007-05-29 | 1 | -0/+1 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -0/+3 |
| * | Update comment regarding how we check privilege on FreeBSD: we now use | Robert Watson | 2007-04-10 | 1 | -1/+2 |
| * | add include now required for crypto flags | Sam Leffler | 2007-03-22 | 1 | -0/+2 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 1 | -1/+1 |
| * | s,#if INET6,#ifdef INET6, | Bjoern A. Zeeb | 2006-12-14 | 2 | -2/+2 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 2 | -3/+15 |
| * | Add priv.h include required to build FAST_IPSEC, which is not present in | Robert Watson | 2006-11-07 | 1 | -0/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+3 |
| * | Fix build breakage from previous commit which confused key_abort and key_close. | George V. Neville-Neil | 2006-07-22 | 1 | -1/+1 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -0/+12 |
| * | - Use suser_cred(9) instead of directly comparing cr_uid. | Pawel Jakub Dawidek | 2006-06-27 | 1 | -2/+3 |
| * | Add a pseudo interface for packet filtering IPSec connections before or after | Andrew Thompson | 2006-06-26 | 4 | -0/+35 |
| * | Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'. | Pawel Jakub Dawidek | 2006-06-04 | 2 | -3/+3 |
| * | Extend the notdef #ifdef to cover the packet copy as there is no point in doi... | George V. Neville-Neil | 2006-06-04 | 1 | -8/+4 |
| * | Prevent disappearing SAD entries by implementing MPsafe refcounting. | Pawel Jakub Dawidek | 2006-05-20 | 1 | -20/+33 |
| * | - The authsize field from auth_hash structure was removed. | Pawel Jakub Dawidek | 2006-05-17 | 2 | -10/+11 |
| * | Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. | Pawel Jakub Dawidek | 2006-04-10 | 4 | -0/+12 |
| * | Introduce two new sysctls: | Pawel Jakub Dawidek | 2006-04-09 | 4 | -2/+54 |
| * | Be consistent with the rest of the code. | Pawel Jakub Dawidek | 2006-04-09 | 1 | -1/+1 |
| * | Remove unused variables s and error in key_detach. The previous | Dima Dorfman | 2006-04-04 | 1 | -1/+0 |
| * | Remove unintended DEBUG flag setting. | George V. Neville-Neil | 2006-04-04 | 1 | -1/+0 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -12/+8 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -6/+3 |
| * | Fix more stack corruptions on amd64. | Bjoern A. Zeeb | 2006-03-30 | 2 | -19/+11 |
| * | First steps towards IPSec cleanup. | George V. Neville-Neil | 2006-03-25 | 7 | -105/+257 |
| * | Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled | Pawel Jakub Dawidek | 2006-03-23 | 3 | -11/+44 |
| * | Add missing code needed for the detection of IPSec packet replays. [1] | Colin Percival | 2006-03-22 | 1 | -0/+17 |
| * | promote fast ipsec's m_clone routine for public use; it is renamed | Sam Leffler | 2006-03-15 | 5 | -153/+3 |
| * | Fix stack corruptions on amd64. | Bjoern A. Zeeb | 2006-01-21 | 2 | -15/+3 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 1 | -1/+1 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -8/+16 |
| * | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | Andre Oppermann | 2005-11-02 | 1 | -1/+1 |
| * | Replace custom mbuf writeability test with generic M_WRITABLE() test | Andre Oppermann | 2005-09-26 | 1 | -1/+1 |
| * | Correct typo in a comment describing vshiftl(). | Hiten Pandya | 2005-06-02 | 1 | -1/+1 |
| * | correct space check | Sam Leffler | 2005-03-09 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 26 | -26/+26 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -8/+10 |
| * | Remove extraneous SECPOLICY_LOCK_DESTROY calls that cause the mutex to be | Sam Leffler | 2004-10-02 | 1 | -2/+0 |
| * | Add missing locking for secpolicy refcnt manipulations. | Sam Leffler | 2004-09-30 | 3 | -3/+16 |
| * | Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split | Sam Leffler | 2004-09-26 | 1 | -5/+0 |
| * | Protect sockaddr_union definitions with a protecting define. This allows to | Max Laier | 2004-09-23 | 1 | -0/+3 |
| * | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 2 | -3/+3 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -6/+1 |
| * | Add required includes for post-sorwakeup() change to fix FAST_IPSEC | Bruce M Simpson | 2004-06-23 | 1 | -0/+2 |
| * | Fix a paste-o in key_cmpspidx_withmask(). | Bruce M Simpson | 2004-06-22 | 1 | -2/+2 |