1. 1200953 Spelling error. by Martin Josefsson · 20 years ago
  2. b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
  3. ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
  4. 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
  5. 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
  6. eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
  7. 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
  8. 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
  9. 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago
  10. fe53707 add delete by matching-rule to libiptc2 (still untested) by Harald Welte · 20 years ago
  11. aae69be complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes to 1.255 seconds (!). Might still contain bugs, use with caution. by Harald Welte · 20 years ago
  12. a28d495 Get rid of some warnings when compiling 64bit. by Martin Josefsson · 20 years ago
  13. 15920d1 cosmetic fix (space between include directive and filename) by Harald Welte · 20 years ago
  14. 7cd0028 Compiler warnings due to missing include files (Stephane Ouellette) by Stephane Ouellette · 20 years ago
  15. 073df8f Fix even more possibly not zero-terminated strings after copy (Karsten Desler) by Karsten Desler · 21 years ago
  16. 0113fe7 oops, don't commit this to the stable tree by Harald Welte · 21 years ago
  17. 9e03380 commit all current changes by Harald Welte · 21 years ago
  18. 0acde1f fix rule deletion in modified libiptc (Martin Josefsson) by Martin Josefsson · 21 years ago
  19. fbc8523 Add my recent performance optimization work, might destabilize iptables. by Harald Welte · 21 years ago
  20. 3ea8f40 implement chain cache ussing relative offsets instead of absolute entry by Harald Welte · 21 years ago
  21. e560fd6 Fix possible doubleclose of sockfd. by Martin Josefsson · 21 years ago
  22. 841e4ae fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin Josefsson) by Martin Josefsson · 21 years ago
  23. 23a6b45 Fix libiptc memory hole during iptc_chain_next() (Tomas Lejdar) by Tomáš Lejdar · 21 years ago
  24. 80fe35d globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming by Harald Welte · 22 years ago
  25. 380ba5f - don't need -DNDEBUG anymore. Instead, use -DIPTC_DEBUG to enable by Harald Welte · 23 years ago
  26. 366454b libiptc socket leaking fix by Harald Welte · 23 years ago
  27. 4ccfa63 move defaults to bottom, print reasonable message for CHECK functions by Harald Welte · 23 years ago
  28. ec81ca7 ipt_get_target is declared non-static in ip_tables.h, so it is non-static here by Harald Welte · 23 years ago
  29. e007294 added iptables --set-counters by Harald Welte · 24 years ago
  30. 1cef74d libiptc counter function by Harald Welte · 24 years ago
  31. 1de8046 two libiptc bugs fixed, including the 'segv while doing more than one by Harald Welte · 24 years ago
  32. 3c7a6c4 Fix allocation (base new alloc on current size, not original size). by Rusty Russell · 24 years ago
  33. 10758b7 Added DROPPING chain. by Rusty Russell · 24 years ago
  34. 62527ce Finally fixed sparc64 counter bug (I hope). by Rusty Russell · 24 years ago
  35. 061063f More debugging. by Rusty Russell · 24 years ago
  36. e1ef1b1 More debugging. by Rusty Russell · 24 years ago
  37. 54c307e More debugging. by Rusty Russell · 24 years ago
  38. 14a1c91 Stop shadowing parameter. by Rusty Russell · 24 years ago
  39. 2ee3fd0 Handle *really* large index values without segfaulting. by Rusty Russell · 24 years ago
  40. d57390e Better message for table does not exist. by Rusty Russell · 24 years ago
  41. 725d97a Modifications for new header (entries -> entrytable, for alignment reasons) by Rusty Russell · 24 years ago
  42. 73ef09b More PPC alignment fixes. by Rusty Russell · 24 years ago
  43. f68ce29 Made error message clearer. by Rusty Russell · 24 years ago
  44. 4e242f8 Minor change for debugging. by Rusty Russell · 24 years ago
  45. 8c70090 Philip Blundell's IPv6 fixes. by Philip Blundell · 24 years ago
  46. 67088e7 IPv6 Fixes Alignment fixes. by Rusty Russell · 24 years ago
  47. 79dee07 IPv6 enhancements. by Rusty Russell · 24 years ago
  48. 228e98d Alignment fixes (requires kernel patch). by Rusty Russell · 24 years ago
  49. 849779c More fixes and testsuite enhancements. by Rusty Russell · 24 years ago
  50. 30fd6e5 Caching speedups. by Rusty Russell · 24 years ago
  51. c826499 Improved iptc_set_policy error messages. by Marc Boucher · 24 years ago
  52. ca92443 Fix minor compilation problems in match_different() and is_same(). by Marc Boucher · 24 years ago
  53. edf14cf Changes to allow matching (for delete) on part of a rule, for rules which by Rusty Russell · 24 years ago
  54. 90e712a Fix for match_different to correctly traverse the second rule by Rusty Russell · 25 years ago
  55. 175f641 libiptc caching to speed up find_label(). Makefile distrib target for userspace. by Rusty Russell · 25 years ago
  56. 2f4e5d9 James Morris's problem with libiptc when listing the builtin queue target. by James Morris · 25 years ago
  57. 7e53bf9 Makefile fixes for release. Whitespace cleanups. by Rusty Russell · 25 years ago
  58. e6869a8 reorganized tree after kernel merge by Marc Boucher · 25 years ago