1. 954de2f add multicast sync daemon by Darren Reed · 16 years ago
  2. 84a5cfe fill in the missing pieces for node_deref by Darren Reed · 16 years ago
  3. 08e762e ippool_y.h does not always get built like it should by Darren Reed · 16 years ago
  4. ae1125f encap tests need to use proto 4, not 98 by Darren Reed · 16 years ago
  5. 0341c81 do ipencap packets by Darren Reed · 16 years ago
  6. d4560ee juggle the placement of ipfselwait around to put it only where needed by Darren Reed · 16 years ago
  7. 32ebfbb the encap code in NAT is really IPinIP, not ENCAP, so change to the right IPPROTO_ by Darren Reed · 16 years ago
  8. b0b45cd all of the ipfilter tunables should start with ipf_ now, not fr_ by Darren Reed · 16 years ago
  9. 94e62d6 net_ifnames[] is only [2], so doing [2] and [3] is bad bad bad. by Darren Reed · 16 years ago
  10. 930c6c1 the OSF Makefile needs some additions so it can build ipfilter by Darren Reed · 16 years ago
  11. e386a8e not all versions of solaris have POLLOUTNORM by Darren Reed · 16 years ago
  12. 21dd977 NetBSD changed its VOP interface by Darren Reed · 16 years ago
  13. 8082fe6 ATOMIC_INC() is, in some cases, a long winded ++, so try make all of them 32s or Ls by Darren Reed · 16 years ago
  14. f2661da change ip_state_add() to take void**, to make life easier on fin_state, so casting is required for some calls now by Darren Reed · 16 years ago
  15. d633352 fix some basic compile time problems by Darren Reed · 16 years ago
  16. efe9310 mainly clean up code in and around #ifdefs for changes to kernel routing interfaces by Darren Reed · 16 years ago
  17. c1ddac0 cc on tru64 dtreats enums as positive ints and 0x80000000 is not one of those by Darren Reed · 16 years ago
  18. 0a6c211 some OSF compat fixes, notably they define IPPROTO_ENCAP to be 98 (which it is), so ipf should fix its by Darren Reed · 16 years ago
  19. ee89ce3 ATOMIC_INC() is, in some cases, a long winded ++, so try make all of them 32s or Ls by Darren Reed · 16 years ago
  20. 5c10395 building ipsend bits is troublesome, turn it off for now by Darren Reed · 16 years ago
  21. 9bc5d99 fix up some outstanding compilation problems by Darren Reed · 16 years ago
  22. 0fc5b37 1990066 function renaming absent for some platforms by Darren Reed · 16 years ago
  23. 28148fa 1990057 ipf_state_timeout should be called ipf_state_expire by Darren Reed · 16 years ago
  24. 2522e8c 1990054 hpux.c still refers to many functions as fr_ by Darren Reed · 16 years ago
  25. c34efdc Put back lncurses by JohnO · 16 years ago
  26. 8d2020d [ 1988917 ] renaming for fr_ to ipf_ incomplete - causes compile issues by JohnO · 16 years ago
  27. 701b626 [ 1986541 ] Compile problem with ip_nat6.c by JohnO · 16 years ago
  28. 5b369f0 1988782 fr_movequeue can take a short cut by Darren Reed · 16 years ago
  29. 7602387 1988795 NetBSD doesn't build with kernel malloc stats by Darren Reed · 16 years ago
  30. c742db9 1988669 first nat creation failure prevents further success by Darren Reed · 16 years ago
  31. db5bb62 rename more things from fr_ to ipf_ by Darren Reed · 16 years ago
  32. f4d46f2 undo last change, was wrong and i haven't had coffee yet by Darren Reed · 16 years ago
  33. 5fe2bc9 1986541 Compile problem with ip_nat6.c by Darren Reed · 16 years ago
  34. 5517eab change the return value of ipf_state_add() from a pointer to an integer, by Darren Reed · 16 years ago
  35. 55b2a86 1968444 ipf -T needs to work without disabling ipfilter by Darren Reed · 17 years ago
  36. 12c93d2 sync up source code at home with sourceforge (in both directions) by Darren Reed · 17 years ago
  37. 6c06677 by David Stes · 17 years ago
  38. b37f6b8 by David Stes · 17 years ago
  39. 00d7864 add setting TCP TIME_WAIT timer to list of tuneables by Darren Reed · 17 years ago
  40. 65fc34d Modify ipmon to print out both IPv4 and IPv6 addresses in NAT log records by Darren Reed · 17 years ago
  41. d91b067 Push getting the write lock on ipf_nta in a little deeper for adding a NAT entry by Darren Reed · 17 years ago
  42. 279356a call of _pullup() high up in _icmp() means later checks for fin_dlen that are less than 8 are not required. by Darren Reed · 17 years ago
  43. 1ce8452 by David Stes · 17 years ago
  44. 0aa9e5a Refactor the way SIOCSTPUT inserts an entry into the NAT table to use by Darren Reed · 17 years ago
  45. 9244f75 preserve and restore the fin_flx bits from the packet before it is authorised by Darren Reed · 17 years ago
  46. 3d318df 1915176 Use of "age X/Y" can lead to panic by Darren Reed · 17 years ago
  47. 7fbe15c Improve NAT performance by reducing when an exclusive lock is required by Darren Reed · 17 years ago
  48. 7e99d16 fix some compile issues detected by gcc on netbsd by Darren Reed · 17 years ago
  49. ae72cf0 * Add using pools as destination lists for policy routing (to/dup-to) in by Darren Reed · 17 years ago
  50. 1c182c1 merge changes from netbsd due to interface changes for poll by Darren Reed · 17 years ago
  51. 1d7c980 add more statistics to count when things fail (mostly) and work by Darren Reed · 17 years ago
  52. b905fc2 add in more testing for ipv6 nat by Darren Reed · 17 years ago
  53. 60c5bdb the ipf_ifpaddr() used for ipftest needs to get ipv6 addresses by Darren Reed · 17 years ago
  54. 4c16b9a for NAT of ICMPv6 to work, the id# from the ICMP hdr must be fetched by Darren Reed · 17 years ago
  55. 838df51 Part 1 of getting IPv6 NAT to work. by Darren Reed · 17 years ago
  56. 4eebf83 1887931 kernel panic - when tcp fragment is received by Darren Reed · 17 years ago
  57. 99b27eb 1889989 need to be able to tune synchonisation tables by Darren Reed · 17 years ago
  58. 1829b6c complete the renaming of iplpollhead to ipf_poll_head by Darren Reed · 17 years ago
  59. 8f3cd95 change the prototype of debug() and verbose() to make them more useful by Darren Reed · 17 years ago
  60. f51f02f 1886965 sync code does not wakeup sleeping polls by Darren Reed · 17 years ago
  61. 46709d5 compiling on NetBSD with IPFILTER_SYNC produces errors for 5.0, probably by Darren Reed · 17 years ago
  62. 0ef3dde 1886836 open on devices not compiled in always succeedA by Darren Reed · 17 years ago
  63. 1ddfdb2 1886836 open on devices not compiled in always succeeds by Darren Reed · 17 years ago
  64. 2bcd6fc 1886754 memory leak when unloading LKM after using ipsyncm/s by Darren Reed · 17 years ago
  65. 0c5705c 1872740 the ipfr_size tunable is ignored by Darren Reed · 17 years ago
  66. 081cca5 1885583 ipmon does not always honour -L option by Darren Reed · 17 years ago
  67. 1927432 Update the "expression matching" to include support for ipv6, dragging by Darren Reed · 17 years ago
  68. 32328e2 update ip_compat.h for NetBSD changes with POLLWAKEUP by Darren Reed · 17 years ago
  69. 3602155 1849875 race condition nat_flushtable() and fr_check() by Darren Reed · 17 years ago
  70. 5fabd05 Apply outstanding patch to address various problems in auth code. by Darren Reed · 17 years ago
  71. 793d41d clean up from prior patch: by Darren Reed · 17 years ago
  72. 46955c7 Now that solaris has moved the radix tree into the kernel, there is a need by Darren Reed · 17 years ago
  73. 7602059 Apply fix from sasha for: by Darren Reed · 17 years ago
  74. 7b13d32 remove by Darren Reed · 17 years ago
  75. b71ad74 Fix a bug reported in FreeBSD: by Darren Reed · 17 years ago
  76. c786c04 Fix two more bugs relating to "auth" rules. by Darren Reed · 17 years ago
  77. c2b6929 FreeBSD's ip_output() expects ip_len and ip_off in host byte order by Darren Reed · 17 years ago
  78. 067cec1 Fix: by Darren Reed · 17 years ago
  79. afc78e1 fix typo - missing ) by Darren Reed · 17 years ago
  80. 83a1ab8 a badly applied patch has created some dead code (and doubtlessly a bug too) by Darren Reed · 17 years ago
  81. 197e04d Address the two following issues across all platforms: by Darren Reed · 17 years ago
  82. fb1c3c6 remove by Darren Reed · 17 years ago
  83. 6ca89ed An error in NAT'ing a packet that is being fed through the fastroute code by Darren Reed · 17 years ago
  84. 1d3b457 build target should be sunso5 now that sunos5x86 has been removed from the makefile by Darren Reed · 17 years ago
  85. 481004d NetBSD has removed rnh_walktree by Darren Reed · 17 years ago
  86. aa2e4ff * holding ipf_global lock over call to fr_ioctlswitch() causes a panic for by Darren Reed · 17 years ago
  87. ae8e526 * #ifdef warning fixes from Victor M Blood (FreeBSD) - #1821249 by Darren Reed · 17 years ago
  88. 74b6c5c Indent K&R style functions' arguments with one tab as this seems to be by Martti Kuparinen · 17 years ago
  89. b4c6ea2 Removed trailing spaces and tabs. by Martti Kuparinen · 17 years ago
  90. be9bc51 Add a new regression test (f25) to test behaviour of "keep state" with by Darren Reed · 17 years ago
  91. 9034daf Add a new regression test (f25) to test behaviour of "keep state" with by Darren Reed · 17 years ago
  92. 97a145a tidy up declarations and definitions for ip[f_]lookup_deltok and by Darren Reed · 17 years ago
  93. 8bd00f9 * be more free in making the radix node lock macros do nothing by Darren Reed · 17 years ago
  94. 88151e3 * make it possible for ipftest to set 'mbuf' flags so that it can simulate by Darren Reed · 17 years ago
  95. 4c3f162 At the end of listing a pool, it is necessary to delete the token for it by Darren Reed · 17 years ago
  96. 85fd552 update intstructions for installation by Darren Reed · 17 years ago
  97. 09176e5 the XARCH flags passed on to compilers now need to be different for sparc by Darren Reed · 17 years ago
  98. 390da4e try to build ip_rules.[ch] before bailing out with an error because they do not exist by Darren Reed · 17 years ago
  99. 8bac17e * remove sunos5x86 target (no longer used) by Darren Reed · 17 years ago
  100. 11c20a2 look for the real LKM to clobber in /boot/kernel and /modules rather than by Darren Reed · 17 years ago