| Age | Commit message (Expand) | Author |
| 2007-06-17 | (Re-)add a missing cast in an #if part not used in current, but needed | martin |
| 2007-06-16 | Upgraded IPFilter to v4.1.23 | martin |
| 2007-06-09 | Get rid of radix_node_head.rnh_walktree, because it is only ever | dyoung |
| 2007-06-04 | s/iplattach/ipfattach/ and s/ipldetach/ipfdetach/ | martti |
| 2007-05-31 | The wrong condition was being tested for when deciding which fields to | darrenr |
| 2007-05-30 | the call to ipf_freetoken() free's the structure pointed to by 't' so doing | darrenr |
| 2007-05-25 | Fix problems with stateful filtering. Patch received from darrenr@. | martti |
| 2007-05-17 | Coverity CID 3157: remove bogus break. | christos |
| 2007-05-15 | Merge IP-Filter 4.1.22 | martin |
| 2007-05-10 | pfctl: extend pf.conf(5) syntax. Let the operator supply an optional | dyoung |
| 2007-05-04 | Use the system's offsetof() definition from sys/systm.h (in kernel) | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-05-02 | Instead of manually multiplying out the magic numbers, use * 15 / 10 instead | dogcow |
| 2007-05-02 | Sync with official IPF | martti |
| 2007-05-02 | gcc is too clueless on some platforms to tell that | dogcow |
| 2007-05-01 | Upgraded IPFilter to 4.1.20 | martti |
| 2007-04-27 | Add a define for caddr_t to ip_compat.h and revert most of the | jnemeth |
| 2007-04-16 | fix build on arches with chars that're by default unsigned. | dogcow |
| 2007-04-15 | A few tweaks (no effect on NetBSD-current) to make syncing with upstream | martin |
| 2007-04-14 | Update IPFilter to version 4.1.19 | martin |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-17 | In pf_rtlabel_match, use rtcache_free()/rtcache_init(). This is | dyoung |
| 2006-12-27 | CID-3809: move up the initialization of `fr' as we can jump to junkput: if | alc |
| 2006-12-27 | CID-3802: don't leak `isc' | alc |
| 2006-12-24 | TCP window scaling was being recognised but the recorded settins were being | darrenr |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-13 | Don't apply a window scale to the window size in a SYN packet. | matt |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-04 | Make code concise by removing uninformative #ifdef's. | dyoung |
| 2006-12-04 | Indent these macros for readability. People have to read this | dyoung |
| 2006-12-04 | Lightly constify. Helps compile-time checking that we are not | dyoung |
| 2006-12-04 | No need for a struct route_in6 in pf_route6(). Replace it with a | dyoung |
| 2006-11-25 | spell precede; from Zafer | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-17 | now that we have -Wno-unused-parameter, back out all the tremendously ugly | dogcow |
| 2006-10-13 | More -Wunused fallout. sprinkle __unused when possible; otherwise, use the | dogcow |
| 2006-10-12 | Merge the peter-altq branch. | peter |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-07 | PR/34746: Nino Dehne: pf(4)'s synproxy state breaks when used with tags | peter |
| 2006-10-01 | In pf, there are lots of #ifdef ALTQ, but our ALTQ is not what pf expects, | pavel |
| 2006-09-19 | Remove ugly (void *) casts from network scope authorization wrapper and | elad |
| 2006-09-17 | defflag IPFILTER_LOOKUP. | yamt |
| 2006-09-13 | Don't use KAUTH_RESULT_* where it's not applicable. | elad |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-09-03 | add missing initializer | christos |
| 2006-09-01 | fix the previous: don't replace a NULL with a "" in an initialiser. | mrg |
| 2006-08-30 | off by one element. | christos |