1. 3957cb4 ipmon: make sleep interval configurable via option '-i' by WHR · 6 days ago
  2. cdefa73 ipfstat: redraw state top on CTRL-L by WHR · 13 days ago
  3. 80ff651 Make functions 'fr_checknatout' and 'fr_checknatin' no-op when NAT isn't enabled by WHR · 6 weeks ago
  4. ee411e9 Fix duplicated word in comment by WHR · 4 years, 7 months ago
  5. 86b4151 Fix over-read of 'mblk_t' causing kernel page fault; really fix '2424604 adding random MD5 data causes panic'; update version number by WHR · 4 years, 7 months ago
  6. 1c6ff82 Try to fixup TCP checksum for output packets only by WHR · 5 years ago
  7. 9d50f0a Make fastroute for local output TCP packets work on kFreeBSD by WHR · 5 years ago
  8. 1046560 ipf: couldn't sync if function opendevice failed by WHR · 5 years ago
  9. 2baf8a3 ipfstat: avoid using term 'IP' for IP address by WHR · 5 years ago
  10. 2db9446 ipfstat: don't exit state top on ESC character due to arrow keys by WHR · 6 years ago
  11. 9e886ce ipfstat: don't select(2) stdin if it isn't a tty or a pipe in state top; exit state top on EOT or ESC character by WHR · 6 years ago
  12. 193e69c Fix missing lock in function ipf_getnextrule by WHR · 6 years ago
  13. 9331f9a Fix unreleased writer lock in function ipf_findtoken; change SMF service manifest file for ipmon by WHR · 6 years ago
  14. 98b7636 Add SMF service manifest file for ipmon by WHR · 6 years ago
  15. bd20065 ipf: error counter should be unsigned by WHR · 6 years ago
  16. d56dc08 ipf: fix null pointer dereferencing in emittail by WHR · 6 years ago
  17. 7879fde Fix ipnat(8) sometimes exit with status 0 on errors by WHR · 6 years ago
  18. 6aaa9f3 Fix ipf(8) usually exit with status 0 on errors by WHR · 6 years ago
  19. 58bce5f ipsend: fix usage message format; Linux module: change module name to lowercase in message by WHR · 6 years ago
  20. 98c5978 Update version number by WHR · 6 years ago v4.1.35-rivoreo-r2
  21. 33604d6 Linux module: license change by WHR · 6 years ago
  22. 6971225 Fix implicit declarations by WHR · 6 years ago
  23. 4e99659 Fix compiling warnings in 'ipsend/dlcommon.c' by WHR · 6 years ago
  24. 9bb6c65 Fix unremovable rules by WHR · 6 years ago
  25. 8029aad ipfstat: print correct tag keyword to match input syntax of ipf(8) by WHR · 6 years ago
  26. 935b039 Why use uppercase is those file names? by WHR · 6 years ago
  27. 2224f21 ipmon: fix extra colon in error message by WHR · 6 years ago
  28. 4dcd677 Fix usage message and related issues by WHR · 6 years ago
  29. e2c26a0 Don't put too many tabs in usage message by WHR · 6 years ago
  30. dc02c7b Fix error messages by WHR · 6 years ago
  31. caf8a0b More usage message fixes by WHR · 6 years ago
  32. d309e66 ipfboot: fix usage message by WHR · 6 years ago
  33. 7b5a370 ipresend: fix output messages by WHR · 6 years ago
  34. b7387b3 ipsend: sync usage string by WHR · 6 years ago
  35. 8c1ac55 Make fastroute for local output packets works on Solaris 10 by WHR · 6 years ago
  36. 33f6fd2 Fix warnings; make ar(1) command line looks better on appropriate platforms by WHR · 6 years ago
  37. e4556c5 ipf: sync usage string by WHR · 6 years ago
  38. 25fe8be Calculate TCP checksum for local output packets before being fastrouted by WHR · 6 years ago
  39. bc3fa35 Update version number by WHR · 6 years ago v4.1.35-rivoreo-r1
  40. df8bf95 Clean up bpf_filter from Makefiles by WHR · 6 years ago
  41. 7f0c936 Sync GNU/Linux support by WHR · 6 years ago
  42. 43738a4 Sync Solaris support; restore ipsend/tcpip.h since some systems require this file by WHR · 6 years ago
  43. c143046 Fix version number by WHR · 6 years ago
  44. 2f22bba Merge v4-1-35 into v4-rivoreo-fork by WHR · 6 years ago
  45. 78e0fab Update version number by WHR · 6 years ago v4.1.34-rivoreo-r2
  46. 02658a5 Try to get compatible with older Linux versions by WHR · 6 years ago
  47. 9dfac70 ipmon: use PID file path '/var/run/ipmon.pid' by default for Solaris and AIX by WHR · 6 years ago
  48. bc0978a Solaris kernel support: always update hook event data by WHR · 6 years ago
  49. e03972a Solaris kernel support: update hook event data after fr_check by WHR · 6 years ago
  50. 15d588a Fix kernel panic after fastroute on Solaris by WHR · 6 years ago
  51. 400706c Add support for FreeBSD 10.1+ by WHR · 6 years ago
  52. 3e5f8fd ippool: remove unused variable by WHR · 6 years ago
  53. d922869 Fix usage format in ipfstat(8) by WHR · 6 years ago
  54. 4eed816 Fix man pages format and some errors by WHR · 6 years ago
  55. ff9a04a Fix usage of ippool(8) by WHR · 6 years ago
  56. 4c0cbe5 ippool: fix error without message; ippool: make option '-o' useful by WHR · 6 years ago
  57. 3a86ff4 Fix a NULL pointer dereference in Solaris 'ip' kernel module by WHR · 6 years ago
  58. b1b8633 Prevent infinite recursion in fastroute for Linux 2.6.14+ by WHR · 6 years ago
  59. 5e522c7 fastroute on Linux: pass in nf hooks? by WHR · 6 years ago
  60. c89f5a2 Make 'block return-rst' work on Linux 2.6+ by WHR · 6 years ago
  61. 433bc8e Sync Linux support; make Linux module build progress more verbose; fix compiler warnings by WHR · 6 years ago
  62. 4a35094 Fix many implicit declarations by WHR · 6 years ago
  63. ed8e210 Update version number by WHR · 6 years ago v4.1.34-rivoreo-r1
  64. 53d485d ipf: fix errno may be overwritten during fprintf(3) by WHR · 6 years ago
  65. ed3ff1d ipf: fix ioctl(2) failed without error message when removing rule by WHR · 6 years ago
  66. ddaa221 Fix many formatting type errors by WHR · 6 years ago
  67. 85cae1b Fix for newer Linux versions by WHR · 6 years ago
  68. 045fc6c Fix implicit declaration of bcopy(3) by WHR · 6 years ago
  69. 027b776 ipmon: don't use PID file '/etc/ipmon.pid' by default by WHR · 6 years ago
  70. 5678387 Fixes for Solaris 11 by WHR · 6 years ago
  71. 268a979 3458933 structure needs more padding by Darren Reed · 13 years ago v4-1-35
  72. 091e0c7 3428002 ip_ttl is too low by Darren Reed · 13 years ago
  73. f1ed041 v4.1.35 by Darren Reed · 13 years ago
  74. c2892ee 3457804 build errors from removal of pcap-int,h by Darren Reed · 13 years ago
  75. 65db956 3457747 build errors introduced with radix change by Darren Reed · 13 years ago
  76. 54a03f1 3428013 add M_ADJ to hide adjmsg/m_adj (fix for BSD) by Darren Reed · 13 years ago
  77. 2846c74 3440163 rewrite radix tree by Darren Reed · 13 years ago
  78. c2992cc 3428004 snoop, tcpdump, etherfind readers are unused by Darren Reed · 13 years ago
  79. 0f07810 3439495 ipf_rand_push never called by Darren Reed · 13 years ago
  80. 04ca88a 3437683 object direction not set for 32bit by Darren Reed · 13 years ago
  81. c182690 3433767 calling ip_cksum could be easier by Darren Reed · 13 years ago
  82. 2f99561 3428004 snoop, tcpdump, etherfind readers are unused by Darren Reed · 13 years ago
  83. 504f91a 3428015 printing proxy data size is useless by Darren Reed · 13 years ago
  84. 720a1b9 3428013 add M_ADJ to hide adjmsg/m_adj by Darren Reed · 13 years ago
  85. dcb2fa9 3428012 interface name is not always returned correctly by Darren Reed · 13 years ago
  86. 11142ae 3428012 interface name is not always returned correctly by Darren Reed · 13 years ago
  87. c95ad22 3428002 ip_ttl is too low by Darren Reed · 13 years ago
  88. 5de7f82 3428004 snoop, tcpdump, etherfind readers are unused by Darren Reed · 13 years ago
  89. 2dd8791 3426558 resistence is futile by Darren Reed · 13 years ago
  90. fae584a 3426558 resistence is futile by Darren Reed · 13 years ago
  91. b723eda 3426558 resistence is futile by Darren Reed · 13 years ago
  92. 204b0d4 3424495 various copy-paste errors by Darren Reed · 13 years ago
  93. e864698 1826936 shall we allow ipf to be as dumb as its admin by Darren Reed · 13 years ago
  94. 47ab809 2998760 auth rules do not mix well with to/dup-to/fastroute by Darren Reed · 13 years ago
  95. d52c358 2976332 stateful filtering is incompatible with ipv4 options by Darren Reed · 13 years ago
  96. 2357e6f 3387509 ipftest needs help construction ip packets with options by Darren Reed · 13 years ago
  97. 1453205 2998746 passp can never be null by Darren Reed · 13 years ago
  98. 1c9f014 2998757 needless calling of fr_delgroup by Darren Reed · 13 years ago
  99. 1a55165 3064034 mbuf clobbering problem with ipv6 by Darren Reed · 13 years ago
  100. 571323d ipl_usec is not always type long for printing by Darren Reed · 13 years ago