1. f6d6165 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  2. fd2b50c 5.0.5 by Darren Reed · 16 years ago
  3. f4e3ba1 remove by Darren Reed · 16 years ago
  4. 700b649 2530764 IPV6_FLOWINFO_MASK and IPV6_FLOWLABEL_MASK not universal by Darren Reed · 16 years ago
  5. be5f3a0 2475871 expiration of filter rules by Darren Reed · 16 years ago
  6. fdc6eed remove #ifdef STES - causing regression test failures by Darren Reed · 16 years ago
  7. c28f283 2031730 4.1.31 Nat drops fragmented packets after the first (locking errors introduced) by Darren Reed · 16 years ago
  8. c71321e 2031730 4.1.31 Nat drops fragmented packets after the first by Darren Reed · 16 years ago
  9. 1744208 add missing SPL_X's by Darren Reed · 16 years ago
  10. b7f4c84 2057563 ipfstat doesn't dsplay all of the rules by Darren Reed · 16 years ago
  11. 6bc3270 2390248 4.1.31 ftp proxy doesn't handle 123- commands (fix ni5 regression) by Darren Reed · 16 years ago
  12. 102b7f3 use WAKEUP, not wakeup, so that it works properly on various platforms by Darren Reed · 16 years ago
  13. 27e63b8 2214658 ipf mostly ignores locking in NetBSD (missing SPL_X) by Darren Reed · 16 years ago
  14. 2a756d3 2390248 4.1.31 ftp proxy doesn't handle 123- commands by Darren Reed · 16 years ago
  15. 8038b7d 2475865 automatic expiration of addresses by Darren Reed · 16 years ago
  16. e414f82 sometimes bcmp is redefined in a .h to memcpy, so do not do an undef here (and use the Bcmp name again).. by Darren Reed · 16 years ago
  17. 1240efb 2391407 Use whois information to populate a pool (missing regression test data) by Darren Reed · 16 years ago
  18. 1f64024 2478559 listing empty pools displays a null node by Darren Reed · 16 years ago
  19. 4bb7148 blank line in wrong spot by Darren Reed · 16 years ago
  20. 104f013 do the left foot code shuffle to streamline the code path in ipf_check by Darren Reed · 16 years ago
  21. df934cd 2391407 Use whois information to populate a pool (ippool yacc error) by Darren Reed · 16 years ago
  22. 7a026f1 2473273 NAT removed before RST/ICMP sent by Darren Reed · 16 years ago
  23. 55d47e6 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  24. 29cde58 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  25. bc48937 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  26. d0c529d 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  27. 7f0c65d 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  28. 6c77588 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  29. 7ec2ef8 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  30. 2e657da 2472875 pools with names not fully functional by Darren Reed · 16 years ago
  31. 8516e63 2413020 ippool does not allow setting hash/tree with -a by Darren Reed · 16 years ago
  32. c2ee9dc remove unused variable by Darren Reed · 16 years ago
  33. f3d6e68 make it possible to set and print the fr_comment field by Darren Reed · 16 years ago
  34. dad62b2 zero'ing out the structure to start with makes looking at it in the kernel not quite so bizarre by Darren Reed · 16 years ago
  35. c58323c linked list manipulation was playing with the wrong pointers by Darren Reed · 16 years ago
  36. 9d98d38 close memory leak for duplicate log entries by Darren Reed · 16 years ago
  37. 98a4f34 2424604 adding random MD5 data causes panic by Darren Reed · 16 years ago
  38. 0b638e6 2408739 ntomask needs to take AF_* by Darren Reed · 16 years ago
  39. 3862093 IPFILTER_M_IPFILTER needs to be defined on more occassions than it is by Darren Reed · 16 years ago
  40. 301e9b5 some extra blank lines need to go by Darren Reed · 16 years ago
  41. 933d1b5 remove #ifdef's that introduce compile errors by Darren Reed · 16 years ago
  42. 86a215b make forming a tcp connection an individual function by Darren Reed · 16 years ago
  43. fc1f86e reorder include to fix compile problems by Darren Reed · 16 years ago
  44. 346f7c8 remove duplicated structures by Darren Reed · 16 years ago
  45. 9dc6920 2411000 log record header needs to say what protocol by Darren Reed · 16 years ago
  46. 24f1782 fix some other compile issues i introduced at the last minute, after testing by Darren Reed · 16 years ago
  47. 6b3dec3 return without a value to return... bad me by Darren Reed · 16 years ago
  48. 1607e63 2304528 assertion in ipf_mutex_clean() fails by Darren Reed · 16 years ago
  49. 4d8ad6f 2304435 Ineffecient lock usage in logging by Darren Reed · 16 years ago
  50. 315aa72 * as well as printing out if a state entry is an orphan, include the word by Darren Reed · 16 years ago
  51. 773581e change the output format of ni6 from text to hex by Darren Reed · 16 years ago
  52. 2032fd0 can be malloc'd, so check that it is >= FR_GROUPLEN before adding that NULL by Darren Reed · 16 years ago
  53. 58087b6 was accessing memory aftre it was freed by Darren Reed · 16 years ago
  54. 6a8062f ipfr_inited not being set to 1 stops cleanup from working by Darren Reed · 16 years ago
  55. 59e7fa8 2216500 fin_state serves no purpose 2216491 fin_nat serves little purpose by Darren Reed · 16 years ago
  56. 1f94039 correct getting stderr from CC by Darren Reed · 16 years ago
  57. 93e7c0e 2214658 ipf mostly ignores locking in NetBSD by Darren Reed · 16 years ago
  58. bbd11b2 1859718 IPF 4.1.28 repeated kernel panic Solaris 9 32bit by Darren Reed · 16 years ago
  59. c07b1cc Drop trailing spaces and tab. by Martti Kuparinen · 16 years ago
  60. e390125 2063742 4.1.30 breaks builds on Solaris 8 by Darren Reed · 16 years ago
  61. 93fa6be without COPYDATA, this function cannot work by Darren Reed · 16 years ago
  62. e71b55b move stats counting inside ipf_state_insert() so that they get all inserts/adds and are better protected by locks by Darren Reed · 16 years ago
  63. b6935a2 sendtrap_v1 and _v2 are now committed by Darren Reed · 16 years ago
  64. 21508a2 Add in the missing files, v1trap.c and v2trap.c by Darren Reed · 16 years ago
  65. e8acef0 by David Stes · 16 years ago
  66. 1f5a66f by David Stes · 16 years ago
  67. 5b1d2be add delivery of SNMPv1 and SNMPv2 traps to ipmon via ipmon.conf by Darren Reed · 16 years ago
  68. 26e39a0 now that ipf is global-variable-less, the radix tree it uses must also be the same by Darren Reed · 16 years ago
  69. 7ca617b destroy for ipf_nat_pending was missing. also break out switch on nat_dir to all the values rather than just _INBOUND/_OUTBOUND, making it more obvious what is going on by Darren Reed · 16 years ago
  70. d344efe ipftest should call _unload_all() before exiting so we can then check all locks init'd were destroyed properly by Darren Reed · 16 years ago
  71. 623b776 empty function needs proto too cause it is not in ipf.h by Darren Reed · 16 years ago
  72. 10f4e9b add counting of init vs destroy and a _clean function to call when this count should be 0 to assert it is 0 by Darren Reed · 16 years ago
  73. df1ca21 missing mutex_destroy for ipf_state_pending and bundle the one for ipf_stinsert with the others by Darren Reed · 16 years ago
  74. db45578 _main_load/_main_unload should only be called once for the rpcbind proxy by Darren Reed · 16 years ago
  75. 0e19653 calling ipf_pfil_unhook is missing from modunload sequence by Darren Reed · 16 years ago
  76. f126ef1 2098400 timeout functions are not getting softc pointer by Darren Reed · 16 years ago
  77. df81fdc remove FR_DIVERT (gone to NAT) by Darren Reed · 16 years ago
  78. 67931f4 include IPF_HZ_MULT and IPF_HZ_DIVIDE in timeout calculation for solaris by Darren Reed · 16 years ago
  79. 5a3cfd3 bump to 5.0.4 by Darren Reed · 16 years ago
  80. 6deda89 oops someone got forgotten by Darren Reed · 16 years ago
  81. 572ce83 qif_t is not used with pfhooks code by Darren Reed · 16 years ago
  82. b38fca8 do not allow inbound packets to match NAT_DIVERTUDP nat_t's that are delivering by Darren Reed · 16 years ago
  83. b53dbbc Solaris: by Darren Reed · 16 years ago
  84. 6cdce71 ifp is not a pointer with pfhooks by Darren Reed · 16 years ago
  85. 6d5f36c remove printf by Darren Reed · 16 years ago
  86. 9c3f854 rather than look for LOG_SECURITY and expect that to be 13<<3, use whatever by Darren Reed · 16 years ago
  87. a97a33f the wrong size was being calculated for free'ing the nat hash table bucket lengths by Darren Reed · 16 years ago
  88. 97c3322 for now ignore divert packets that match on inbound by Darren Reed · 16 years ago
  89. efd05c5 ipf_inject is not called with the correct m variable by Darren Reed · 16 years ago
  90. d202cd7 2057064 nat_dir can be values other than NAT_INBOUND/NAT_OUTBOUND by Darren Reed · 16 years ago
  91. 3cd212a a NAT'd packet that is to be delivered locally needs to have fin_out set to in by Darren Reed · 16 years ago
  92. feeb54e 2056579 use of ipf_prependmbt leads to crashes by Darren Reed · 16 years ago
  93. 47b8c16 2056570 hook functions do not update data after ipf_check returns by Darren Reed · 16 years ago
  94. 6c91dce nat_hv is now the hash, not the bucket, so print it correctly by Darren Reed · 16 years ago
  95. a91434e ALLOC_MB_T has args around the wrong way for Solaris by Darren Reed · 16 years ago
  96. 6642ec4 2055872 COPYIFNAME now needs to get the version by Darren Reed · 16 years ago
  97. a19acc8 2055792 new port numbers are reset to 0 with divert-udp rules by Darren Reed · 16 years ago
  98. e574344 2055786 ipnat doesn't print its statistics correctly by Darren Reed · 16 years ago
  99. 7948610 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago
  100. 42f2b42 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago