1. 7f0c65d 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  2. 6c77588 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  3. 7ec2ef8 2391407 Use whois information to populate a pool by Darren Reed · 16 years ago
  4. 2e657da 2472875 pools with names not fully functional by Darren Reed · 16 years ago
  5. 8516e63 2413020 ippool does not allow setting hash/tree with -a by Darren Reed · 16 years ago
  6. c2ee9dc remove unused variable by Darren Reed · 16 years ago
  7. f3d6e68 make it possible to set and print the fr_comment field by Darren Reed · 16 years ago
  8. 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
  9. c58323c linked list manipulation was playing with the wrong pointers by Darren Reed · 16 years ago
  10. 9d98d38 close memory leak for duplicate log entries by Darren Reed · 16 years ago
  11. 98a4f34 2424604 adding random MD5 data causes panic by Darren Reed · 16 years ago
  12. 0b638e6 2408739 ntomask needs to take AF_* by Darren Reed · 16 years ago
  13. 3862093 IPFILTER_M_IPFILTER needs to be defined on more occassions than it is by Darren Reed · 16 years ago
  14. 301e9b5 some extra blank lines need to go by Darren Reed · 16 years ago
  15. 933d1b5 remove #ifdef's that introduce compile errors by Darren Reed · 16 years ago
  16. 86a215b make forming a tcp connection an individual function by Darren Reed · 16 years ago
  17. fc1f86e reorder include to fix compile problems by Darren Reed · 16 years ago
  18. 346f7c8 remove duplicated structures by Darren Reed · 16 years ago
  19. 9dc6920 2411000 log record header needs to say what protocol by Darren Reed · 16 years ago
  20. 24f1782 fix some other compile issues i introduced at the last minute, after testing by Darren Reed · 16 years ago
  21. 6b3dec3 return without a value to return... bad me by Darren Reed · 16 years ago
  22. 1607e63 2304528 assertion in ipf_mutex_clean() fails by Darren Reed · 16 years ago
  23. 4d8ad6f 2304435 Ineffecient lock usage in logging by Darren Reed · 16 years ago
  24. 315aa72 * as well as printing out if a state entry is an orphan, include the word by Darren Reed · 16 years ago
  25. 773581e change the output format of ni6 from text to hex by Darren Reed · 16 years ago
  26. 2032fd0 can be malloc'd, so check that it is >= FR_GROUPLEN before adding that NULL by Darren Reed · 16 years ago
  27. 58087b6 was accessing memory aftre it was freed by Darren Reed · 16 years ago
  28. 6a8062f ipfr_inited not being set to 1 stops cleanup from working by Darren Reed · 16 years ago
  29. 59e7fa8 2216500 fin_state serves no purpose 2216491 fin_nat serves little purpose by Darren Reed · 16 years ago
  30. 1f94039 correct getting stderr from CC by Darren Reed · 16 years ago
  31. 93e7c0e 2214658 ipf mostly ignores locking in NetBSD by Darren Reed · 16 years ago
  32. bbd11b2 1859718 IPF 4.1.28 repeated kernel panic Solaris 9 32bit by Darren Reed · 16 years ago
  33. c07b1cc Drop trailing spaces and tab. by Martti Kuparinen · 16 years ago
  34. e390125 2063742 4.1.30 breaks builds on Solaris 8 by Darren Reed · 16 years ago
  35. 93fa6be without COPYDATA, this function cannot work by Darren Reed · 16 years ago
  36. 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
  37. b6935a2 sendtrap_v1 and _v2 are now committed by Darren Reed · 16 years ago
  38. 21508a2 Add in the missing files, v1trap.c and v2trap.c by Darren Reed · 16 years ago
  39. e8acef0 by David Stes · 16 years ago
  40. 1f5a66f by David Stes · 16 years ago
  41. 5b1d2be add delivery of SNMPv1 and SNMPv2 traps to ipmon via ipmon.conf by Darren Reed · 16 years ago
  42. 26e39a0 now that ipf is global-variable-less, the radix tree it uses must also be the same by Darren Reed · 16 years ago
  43. 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
  44. 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
  45. 623b776 empty function needs proto too cause it is not in ipf.h by Darren Reed · 16 years ago
  46. 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
  47. df1ca21 missing mutex_destroy for ipf_state_pending and bundle the one for ipf_stinsert with the others by Darren Reed · 16 years ago
  48. db45578 _main_load/_main_unload should only be called once for the rpcbind proxy by Darren Reed · 16 years ago
  49. 0e19653 calling ipf_pfil_unhook is missing from modunload sequence by Darren Reed · 16 years ago
  50. f126ef1 2098400 timeout functions are not getting softc pointer by Darren Reed · 16 years ago
  51. df81fdc remove FR_DIVERT (gone to NAT) by Darren Reed · 16 years ago
  52. 67931f4 include IPF_HZ_MULT and IPF_HZ_DIVIDE in timeout calculation for solaris by Darren Reed · 16 years ago
  53. 5a3cfd3 bump to 5.0.4 by Darren Reed · 16 years ago
  54. 6deda89 oops someone got forgotten by Darren Reed · 16 years ago
  55. 572ce83 qif_t is not used with pfhooks code by Darren Reed · 16 years ago
  56. b38fca8 do not allow inbound packets to match NAT_DIVERTUDP nat_t's that are delivering by Darren Reed · 16 years ago
  57. b53dbbc Solaris: by Darren Reed · 16 years ago
  58. 6cdce71 ifp is not a pointer with pfhooks by Darren Reed · 16 years ago
  59. 6d5f36c remove printf by Darren Reed · 16 years ago
  60. 9c3f854 rather than look for LOG_SECURITY and expect that to be 13<<3, use whatever by Darren Reed · 16 years ago
  61. a97a33f the wrong size was being calculated for free'ing the nat hash table bucket lengths by Darren Reed · 16 years ago
  62. 97c3322 for now ignore divert packets that match on inbound by Darren Reed · 16 years ago
  63. efd05c5 ipf_inject is not called with the correct m variable by Darren Reed · 16 years ago
  64. d202cd7 2057064 nat_dir can be values other than NAT_INBOUND/NAT_OUTBOUND by Darren Reed · 16 years ago
  65. 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
  66. feeb54e 2056579 use of ipf_prependmbt leads to crashes by Darren Reed · 16 years ago
  67. 47b8c16 2056570 hook functions do not update data after ipf_check returns by Darren Reed · 16 years ago
  68. 6c91dce nat_hv is now the hash, not the bucket, so print it correctly by Darren Reed · 16 years ago
  69. a91434e ALLOC_MB_T has args around the wrong way for Solaris by Darren Reed · 16 years ago
  70. 6642ec4 2055872 COPYIFNAME now needs to get the version by Darren Reed · 16 years ago
  71. a19acc8 2055792 new port numbers are reset to 0 with divert-udp rules by Darren Reed · 16 years ago
  72. e574344 2055786 ipnat doesn't print its statistics correctly by Darren Reed · 16 years ago
  73. 7948610 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago
  74. 42f2b42 2055626 divert should deliver things locally when appropriate by Darren Reed · 16 years ago
  75. e1efe61 softc is available to us easily... no need for loops by Darren Reed · 16 years ago
  76. 533e871 add by Darren Reed · 16 years ago
  77. e4e073c ipfboot does not need to worry about pfil if it is not required on solaris by Darren Reed · 16 years ago
  78. 4bde48f make it possible to turn interception of loopback traffic on/off on solaris by Darren Reed · 16 years ago
  79. f7324dc bump to 5.0.3 by Darren Reed · 16 years ago
  80. c8a8b05 2044746 Provide IP instance support for Solaris 10u4 and later by Darren Reed · 16 years ago
  81. 1b44c34 2044746 Provide IP instance support for Solaris 10u4 and later by Darren Reed · 16 years ago
  82. c58029b 2042949 Excessive locking when creating nat_t by Darren Reed · 16 years ago
  83. b261700 remove unused variable by Darren Reed · 16 years ago
  84. d42b259 clean some code style issues by Darren Reed · 16 years ago
  85. d4b4b24 2042949 Excessive locking when creating nat_t by Darren Reed · 16 years ago
  86. 053d119 [ 1979488 ] Memory leak in user utilities - token never freed (head br) by JohnO · 16 years ago
  87. 3aeedbe [ 1979488 ] Memory leak in user utilities - token never freed (head br) by JohnO · 16 years ago
  88. cc3d909 the scope of csump can be narrowed somewhat and its use confined by Darren Reed · 16 years ago
  89. f270fa6 2035610 nat_update does not need to get locks by Darren Reed · 16 years ago
  90. 83c3034 2024389 Entries added with SIOCSTPUT - but no rules - do not work by Darren Reed · 16 years ago
  91. 6e03004 add port randomisation and an option for sequential port number assignment by Darren Reed · 16 years ago
  92. 1dc3e6c 2020447 IPFilter's NAT can undo name server random port selection by Darren Reed · 16 years ago
  93. 11674d9 2022104 solaris's driver.conf cannot set timeout values by Darren Reed · 16 years ago
  94. 954de2f add multicast sync daemon by Darren Reed · 16 years ago
  95. 84a5cfe fill in the missing pieces for node_deref by Darren Reed · 16 years ago
  96. 08e762e ippool_y.h does not always get built like it should by Darren Reed · 16 years ago
  97. ae1125f encap tests need to use proto 4, not 98 by Darren Reed · 16 years ago
  98. 0341c81 do ipencap packets by Darren Reed · 16 years ago
  99. d4560ee juggle the placement of ipfselwait around to put it only where needed by Darren Reed · 16 years ago
  100. 32ebfbb the encap code in NAT is really IPinIP, not ENCAP, so change to the right IPPROTO_ by Darren Reed · 16 years ago