1. 5385e85 n16 needs to be cleaned up too by Darren Reed · 17 years ago v4-1-28
  2. ba1a6ac cleanup unused variable by Darren Reed · 17 years ago
  3. 0794f9b update things for 4.1.28 by Darren Reed · 17 years ago
  4. 4d36a73 neti may be in any directory under /kernel/misc, not just sparcv9 by Darren Reed · 17 years ago
  5. 0e7fb9f by Darren Reed · 17 years ago
  6. 6beae14 Need to search for neti module in sparcv9 directory too by Darren Reed · 17 years ago
  7. f06ae35 tidy up declarations and definitions for ip[f_]lookup_deltok and by Darren Reed · 17 years ago
  8. 0f09136 Cannot rely on compiling against the radix.o in S10U4 and beyond, so IPFilter by Darren Reed · 17 years ago
  9. b63f05e "keep state" needs to treat multicast/broadcast packets as having part of by Darren Reed · 17 years ago
  10. 2182302 * be more free in making the radix node lock macros do nothing by Darren Reed · 17 years ago
  11. 6427663 remove duplicated break; by Darren Reed · 17 years ago
  12. 71bcd66 At the end of listing a pool, it is necessary to delete the token for it by Darren Reed · 17 years ago
  13. 20d7de4 make it compile with ipfilter 4 by Darren Reed · 17 years ago
  14. 3b40571 update for 4.1.27 by Darren Reed · 17 years ago v4-1-27
  15. b73bace update intstructions for installation by Darren Reed · 17 years ago
  16. 32be59a the XARCH flags passed on to compilers now need to be different for sparc by Darren Reed · 17 years ago
  17. 8f7c211 on i386 systems, both the amd64 and i86 directories are created (unlike by Darren Reed · 17 years ago
  18. e81ff6f try to build ip_rules.[ch] before bailing out with an error because they do not exist by Darren Reed · 17 years ago
  19. f2d26c8 * remove sunos5x86 target (no longer used) by Darren Reed · 17 years ago
  20. b9722bd look for the real LKM to clobber in /boot/kernel and /modules rather than by Darren Reed · 17 years ago
  21. dcd380e * keep an orphan count (should always be 0) to alert of problems tracking by Darren Reed · 17 years ago
  22. 48e0c8c create 4.1.26 by Darren Reed · 17 years ago v4-1-26
  23. 1ca37d9 add three entries that pop up on freebsd builds by Darren Reed · 17 years ago
  24. 7f10afc Make it 4.1.25 by Darren Reed · 17 years ago v4-1-25
  25. 2a1e143 use of : to specify a different source program name to the destination did not work by Darren Reed · 17 years ago
  26. de9e2b2 replace calls to ipf_route_lookupv* with a single qif_illrouteto by Darren Reed · 17 years ago
  27. 35a435f * if a packet that creates a NAT is blocked, delete the NAT (logged via by Darren Reed · 17 years ago
  28. 0071ce6 clean up the interface to FreeBSD a little by Darren Reed · 17 years ago
  29. d09a395 * support the test.format file having command line options for ipftest so by Darren Reed · 17 years ago
  30. c124c31 do not check for <0 with unsigned variables and convert char to u_char by Darren Reed · 17 years ago
  31. e9affbd include extension headers in the header data logged for IPv6 by Darren Reed · 17 years ago
  32. ddc5ef4 defining SPL_SCHED is required on earlier FreeBSD versions by Darren Reed · 17 years ago
  33. ec071cd try not to crash or cause an ioctl to hang when the auth packet ring by Darren Reed · 17 years ago
  34. 0ebb885 clean up some files that are no longer required and remove dead references by Darren Reed · 17 years ago
  35. 21c4632 fix some quirks compiling on earlier versions of freebsd by Darren Reed · 17 years ago
  36. 5597624 destroy ipnat locks before freeing structure (from freebsd) by Darren Reed · 17 years ago
  37. 168f373 make fr_queueflush do a bit mor work by not looking at removed until by Darren Reed · 17 years ago
  38. aff7360 IPFDEBUG is meant to be undefined by Darren Reed · 17 years ago
  39. 3679d64 add freebsd as a target that selects the main rev of freebsd to build by Darren Reed · 17 years ago
  40. 38ff41b Reset the timer for LAST_ACK by Darren Reed · 17 years ago
  41. c927ce4 some changes to alignment requirements even for 32bit sparc operations to prevent panics by Darren Reed · 17 years ago
  42. cd124f5 Returning from m_pulldown can leave the first mbut with no data (m_len = 0). by Darren Reed · 17 years ago
  43. 7ae3923 IPv6 fragment headers weren't reporting the inner header, preventing by Darren Reed · 17 years ago
  44. c3e578a * listing ipf and ipnat items looped on the first one. by Darren Reed · 17 years ago
  45. c1fdd9d The windup of using ioctls to list kernel entries could lead to heap pointers by Darren Reed · 17 years ago
  46. 1a37ba2 import some changes from netbsd by Darren Reed · 17 years ago
  47. aa653d3 fix a bug with parsing \ in the middle of a number to mark a continued line by Darren Reed · 17 years ago
  48. d1e5d1c Apply patch to make ipmon extention header aware by Darren Reed · 17 years ago
  49. e8d2229 Using "keep state" with "keep frag" results in fragments being blocked by Darren Reed · 17 years ago
  50. 0b7189f Make IPFilter 4.1.x run on Solaris10Update4 by Darren Reed · 17 years ago
  51. b1a1ffb Make printing out of the age for a map rule consistent with where it is by Darren Reed · 17 years ago
  52. cb131f3 state should only be advanced when we see packets that match the by Darren Reed · 17 years ago
  53. c689944 this should have been committed with the prior change by Darren Reed · 17 years ago
  54. 226259f The simple text input syntax for generating test packets needs to be able by Darren Reed · 17 years ago
  55. 50274a9 Some redirected packets do not get their ICMP checksum updated correctly, by Darren Reed · 17 years ago
  56. d4a58cf Change how locks are used in the deref functions to improve performance. by Darren Reed · 17 years ago
  57. 359c4bb add ':' to the set of port range comparisons available for NAT rules by Darren Reed · 17 years ago
  58. 4ed4ade add parsing to allow for inclusive ranges in sets of ports for a "rule" as by Darren Reed · 17 years ago
  59. ab0f610 update to 4.1.24 by Darren Reed · 17 years ago v4-1-24
  60. d28c49a update to 4.1.23 by Darren Reed · 17 years ago v4-1-23
  61. edc6cf4 update to 4.1.22 by Darren Reed · 17 years ago v4-1-22
  62. e0744dd update to 4.1.21 by Darren Reed · 17 years ago v4-1-21
  63. cfcad7c update to 4.1.20 by Darren Reed · 17 years ago v4-1-20
  64. 995127a update to 4.1.19 by Darren Reed · 17 years ago v4-1-19
  65. 0b4c852 update to 4.1.18 by Darren Reed · 17 years ago v4-1-18
  66. 6b33209 update to 4.1.17 by Darren Reed · 17 years ago v4-1-17
  67. c53fd17 update to 4.1.16 by Darren Reed · 17 years ago v4-1-16
  68. a60c548 update to 4.1.15 by Darren Reed · 17 years ago v4-1-15
  69. 6b03a34 update to 4.1.14 by Darren Reed · 17 years ago v4-1-14
  70. c27107f some files here do not reflect 4.1.13 properly by Darren Reed · 17 years ago v4-1-13
  71. b703c14 head_v41R by Darren Reed · 18 years ago
  72. 8398aa6 head_v4110 by Darren Reed · 18 years ago v4-1-10
  73. 83f3fb1 head_v413 by Darren Reed · 18 years ago v4-1-3
  74. dcb22bf This commit was manufactured by cvs2git to create branch 'v4-1-RELEASE'. by cvs2git · 18 years ago v4-1-0
  75. 33d8c81 import_msg_v41 by Darren Reed · 18 years ago
  76. d76bb67 This commit was manufactured by cvs2git to create branch 'DARRENR'. by cvs2git · 18 years ago
  77. ffd46b8 import_msg_v3435 by Darren Reed · 18 years ago
  78. 93a4820 import_msg_v41 by Darren Reed · 18 years ago
  79. cd63453 This commit was manufactured by cvs2git to create branch 'DARRENR'. by cvs2git · 18 years ago
  80. b123cb2 import_msg_v3429 by Darren Reed · 18 years ago
  81. 4fc3128 import_msg_CURRENT by Darren Reed · 18 years ago
  82. 5540113 This commit was manufactured by cvs2git to create branch 'DARRENR'. by cvs2git · 18 years ago
  83. b16dedf import_msg_v41 by Darren Reed · 18 years ago
  84. fc91169 import_msg_v41 by Darren Reed · 18 years ago
  85. 2cfdf75 import_msg_v34 by Darren Reed · 18 years ago