| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -23/+45 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -9/+10 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | jesper | 2001-02-20 | 1 | -3/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -4/+2 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -18/+18 |
* | When attempting to bind to an ephemeral port, if no such port is | wes | 2001-01-23 | 1 | -2/+2 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -2/+2 |
* | include tcp header files to get the prototype for tcp_seq_vs_sess | assar | 2000-12-27 | 1 | -0/+2 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 1 | -1/+19 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+4 |
* | Properly jail UDP sockets. This is quite a bit more tricky than TCP. | phk | 2000-09-17 | 1 | -5/+19 |
* | When a connection is being dropped due to a listen queue overflow, | jayanth | 2000-07-21 | 1 | -2/+23 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -3/+1 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Return ECONNRESET instead of EINVAL if the connection has been shot | peter | 2000-05-19 | 1 | -3/+3 |
* | Try and make the kernel build again without INET6. | ps | 2000-04-02 | 1 | -0/+2 |
* | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | shin | 2000-04-01 | 1 | -2/+7 |
* | in6_pcb.c: | green | 2000-03-22 | 1 | -1/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -0/+1 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -5/+5 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -7/+107 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -8/+8 |
* | KAME related header files additions and merges. | shin | 1999-11-05 | 1 | -2/+1 |
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. | green | 1999-09-19 | 1 | -4/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Correct a mistake in so_cred changes. In practice, I don't think that it | green | 1999-07-12 | 1 | -2/+2 |
* | In in_pcbconnect(), check the return value from in_pcbbind() and | pb | 1999-06-25 | 1 | -3/+6 |
* | Reviewed by: the cast of thousands | green | 1999-06-17 | 1 | -3/+5 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -6/+24 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+2 |
* | Fix the bind security fix introduced in rev 1.38 to work with multicast: | fenner | 1998-09-17 | 1 | -3/+9 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -1/+2 |
* | According to: | phk | 1998-04-19 | 1 | -3/+3 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+3 |
* | Fixed style bugs (mostly) in previous commit. | bde | 1998-03-28 | 1 | -2/+3 |
* | Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates | wollman | 1998-03-24 | 1 | -4/+9 |
* | Make sure that you can only bind a more specific address when it is | guido | 1998-03-01 | 1 | -1/+7 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -105/+198 |
* | The spl fixes in in_setsockaddr and in_setpeeraddr that were meant to | dg | 1997-12-25 | 1 | -11/+17 |
* | Removed unnecessary setting of 'error' -- binding to a privileged port | alex | 1997-12-23 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -6/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -20/+21 |
* | Break apart initialization of s and inp from the declarations in | tegge | 1997-05-19 | 1 | -5/+9 |
* | Disallow network interrupts while the address is found and copied in | tegge | 1997-05-19 | 1 | -1/+13 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -8/+11 |
* | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 1 | -3/+4 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |