- 03a4a20 libiptc: silence two comiler warnings by Florian Westphal · 5 years ago
- 7f97513 libiptc: axe non-building debug code by Florian Westphal · 5 years ago
- a84b12c build: remove -Wl,--no-as-needed and libiptc.so by Jan Engelhardt · 5 years ago
- 341279e libiptc: Extend struct xtc_ops by Phil Sutter · 6 years ago
- a76ba54 libiptc: NULL-terminate errorname by Phil Sutter · 6 years ago
- 22ef371 libiptc: Simplify alloc_handle() function signature by Phil Sutter · 6 years ago
- e6f9867 libiptc: Avoid side-effect in memset() calls by Phil Sutter · 6 years ago
- 9b8cb75 libiptc: don't set_changed() when checking rules with module jumps by Dan Williams · 8 years ago
- 92dc4f6 iptables: Spelling fixes by Ville Skyttä · 9 years ago
- 6028d4a libiptc: fix fortify errors in debug code by Mike Frysinger · 9 years ago
- 86a65af list: fix prefetch dummy by Arturo Borrero · 10 years ago
- cccfff9 libip6t_NETMAP: Use xtables_ip6mask_to_cidr and get rid of libip6tc dependency by Pablo Neira Ayuso · 12 years ago
- 8db1044 libiptc: fix retry path in TC_INIT by Miguel GAIO · 13 years ago
- c0aa38e src: mark newly opened fds as FD_CLOEXEC (close on exec) by Maciej Żenczykowski · 13 years ago
- 61b8f7e iptables: missing free() in function delete_entry() by Franz Flasch · 13 years ago
- 1a7732f iptables: missing free() in function cache_add_entry() by Franz Flasch · 13 years ago
- 7c1b69b Revert "libiptc: Returns the position the entry was inserted" by Pablo Neira Ayuso · 13 years ago
- d65702c libiptc: Returns the position the entry was inserted by Jonh Wendell · 13 years ago
- 32a4b7d Merge branch 'stable' by Jan Engelhardt · 13 years ago
- b8c42ec libiptc: provide separate pkgconfig files by Jan Engelhardt · 13 years ago
- de4d2d3 libiptc: use a family-invariant xtc_ops struct for code reduction by Jan Engelhardt · 13 years ago
- 14da567 src: resolve old macro names that are indirections by Jan Engelhardt · 13 years ago
- 1639fe8 libiptc: combine common types: _handle by Jan Engelhardt · 13 years ago
- 7e5e866 libiptc: replace ipt_chainlabel by xt_chainlabel by Jan Engelhardt · 13 years ago
- 160f25b libiptc: remove unused HOOK_DROPPING thing by Jan Engelhardt · 13 years ago
- 9cf67de libiptc: resolve compile failure by Jan Engelhardt · 13 years ago
- 96d0d01 iptables: Coverity: DEADCODE by Jiri Popelka · 13 years ago
- 38ffc9d build: re-add missing CPPFLAGS for libiptc by Jan Engelhardt · 13 years ago
- 5c8f5b6 src: move all libiptc pieces into its directory by Jan Engelhardt · 13 years ago
- 7d91a2a build: remove dead code parts by Jan Engelhardt · 13 years ago
- dcd1ad8 src: replace old IP*T_ALIGN macros by Jan Engelhardt · 14 years ago
- d59b9db iptables: add -C to check for existing rules by Stefan Tomanek · 14 years ago
- 7ac4052 src: use C99/POSIX types by Jan Engelhardt · 14 years ago
- 390755d libip4tc: Add static qualifier to dump_entry() by Dmitry V. Levin · 15 years ago
- 7c4d668 libiptc: fix wrong maptype of base chain counters on restore by Jan Engelhardt · 15 years ago
- 51651b6 libiptc: avoid strict-aliasing warnings by Jan Engelhardt · 15 years ago
- a9c79c7 libiptc: remove unused functions by Jan Engelhardt · 15 years ago
- c9477d0 libiptc: give credits to my self by Jesper Dangaard Brouer · 16 years ago
- a9fe5b3 libiptc: fix whitespaces and typos by Jesper Dangaard Brouer · 16 years ago
- 64ff47c libiptc: fix chain rename bug in libiptc by Jesper Dangaard Brouer · 16 years ago
- 7cd15e3 libiptc: avoid compile warnings for iptc_insert_chain by Christoph Paasch · 16 years ago
- 0eee300 libiptc: guard chain index allocation for different malloc implementations by Jan Engelhardt · 16 years ago
- 175f451 libiptc: make sockfd a per-handle thing by Jan Engelhardt · 16 years ago
- d73af64 libiptc: use hex output for hookmask by Jan Engelhardt · 16 years ago
- de89969 libiptc: remove unused iptc_get_raw_socket and iptc_check_packet by Jan Engelhardt · 16 years ago
- 1c9015b libiptc: remove indirections by Jan Engelhardt · 16 years ago
- fd18731 libiptc: remove typedef indirection by Jan Engelhardt · 16 years ago
- 4eb03c8 libiptc: remove old fixme by Jesper Dangaard Brouer · 16 years ago
- 4bae3f1 libiptc: fix scalability performance issue during initial ruleset parsing by Jesper Dangaard Brouer · 16 years ago
- 526d3e1 libiptc: minor bugfix by Jesper Dangaard Brouer · 16 years ago
- 1f23d3c libiptc: move variable definitions to head of function by Patrick McHardy · 16 years ago
- 5a2208c Use s6_addr32 to access bits in int6_addr instead of incompatible name by Yasuyuki Kozakai · 16 years ago
- 8b7c64d Remove old functions, constants by Jan Engelhardt · 17 years ago
- 21b41ee Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR by Jan Engelhardt · 17 years ago
- 33690a1 Fix all remaining warnings (missing declarations, missing prototypes) by Jan Engelhardt · 17 years ago
- dbb7754 Fix -Wshadow warnings and clean up xt_sctp.h by Jan Engelhardt · 17 years ago
- 2f93205 Retry ruleset dump when kernel returns EAGAIN. by Patrick McHardy · 17 years ago
- 2b62b62 Remove obsolete file by Patrick McHardy · 17 years ago
- 01444da Solving scalability issue: for chain list "name" searching. by Jesper Dangaard Brouer · 17 years ago
- 48bde40 Introduce a counter for number of user defined chains. by Jesper Dangaard Brouer · 17 years ago
- 9109398 Inline functions iptcc_is_builtin() and set_changed(). by Jesper Dangaard Brouer · 17 years ago
- 1336451 More safe chain sorting, improving r7098 by Jesper Dangaard Brouer · 17 years ago
- f791a5d Fix sockfd use accounting for kernels without autoloading by Patrick McHardy · 17 years ago
- d8cb787 iptables/libiptc perf issue: Sorting chain during pull-out by Jesper Dangaard Brouer · 17 years ago
- 97fb2f1 Fix unused function warning by Patrick McHardy · 17 years ago
- 0b63936 Fix more sparse warnings: non-C99 array declaration, incorrect function prototypes by Patrick McHardy · 17 years ago
- ea146a9 Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>) by Peter Riley · 17 years ago
- 7d5cc22 Removes KERNEL_64_USERSPACE_32 by Yasuyuki KOZAKAI · 17 years ago
- e5bd1d7 iptables -Z clears the per-rule counters, but not the chain policy counters (Andy Gay <andy@andynet.net>) by Andy Gay · 18 years ago
- 04a1e4c BUG: libiptc chain references bug (Jesper Brouer <hawk@diku.dk>) by Patrick McHardyJesper Brouer · 18 years ago
- 7006729 libiptc symbols clash (Phil Oester <kernel@linuxace.com>) by Phil Oester · 18 years ago
- e0865ad Don't overwrite errno with return value of setsockopt (which is -1 on error). by Patrick McHardy · 19 years ago
- a7dd0e4 Revert incorrect fix for "Unknown error 4294967295" problem by Patrick McHardyHarald Welte · 19 years ago
- 2998554 When entering an invalid command (such as iptables -A INPUT -j MARK --set-mark by Harald Welte · 19 years ago
- 0fbc862 don't install libiptc.a by Harald Welte · 19 years ago
- d6ba6f5 - Fix memory leak in TC_COMMIT() (Markus Sundberg) by Harald Welte · 19 years ago
- feca057 _really_ sort only user defined chains (Robert de Barth <list-netfilter@debarth.co.uk> by Robert de Barth · 19 years ago
- efa8fc2 get rid of numerous gcc-4 warnings by Harald Welte · 19 years ago
- 5ee8862 fix deletion of targets where kernel size != userspace size (Pablo Neira) by Pablo Neira · 19 years ago
- 9d3ed77 Restore chain order (Olaf Rempel <razzor@kopf-tisch.de>) by Olaf Rempel · 20 years ago
- 8115e54 Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>) by Pablo Neira · 20 years ago
- e37c0dc Revert the recent addition of memset()'s to TC_COMMIT. One of them is bogus and the other one needs more investigation to why valgrind is complaining. by Phil Oester · 20 years ago
- ec30b6c re-implement alphabetic sorting to not confuse users who upgrade to 1.3.0 by Harald Welte · 20 years ago
- 664c0a3 - Sets the 'iptc_fn' global variable to the pointer to the current functions in all major TC_* functions. This is necessary because in certain cases, an error return from a function that doesn't set 'iptc_fn' will conflict with a function-specific error return from one that does, causing TC_STRERROR() to return the wrong error string. This ensures that the right one will be returned. by Derrik Pates · 20 years ago
- 3aef54d Extension revision number support (if kernel supports the getsockopts). by Rusty Russell · 20 years ago
- daade44 Stupid typo that meant we didn't compare target data when doing delete-by-matching-rule (found by nfsim test). by Rusty Russell · 20 years ago
- 0f9b8b1 Implement some optimization for finding rules to replace in TC_REPLACE_ENTRY. by Martin Josefsson · 20 years ago
- 733e54b Make "is_same" test basics and entries only: targets are generic. by Rusty Russell · 20 years ago
- e45c713 Remove GET_TARGET() define: this was for compiling iptables for debugging (ie. without -O) on old kernels where ipt_get_target() was defined "extern inline". These days it's "static inline", and only developers build without -O anyway. by Rusty Russell · 20 years ago
- a5616dc Search backwards when inserting/deleting in/from the top half of the rules in a chain. by Martin Josefsson · 20 years ago
- 631f361 Replace O(n) with O(1) when TC_INSERT_ENTRY() inserts an entry at the end. by Martin Josefsson · 20 years ago
- 1200953 Spelling error. by Martin Josefsson · 20 years ago
- b0f3d2d Fix returnvalue of TC_BUILTIN() by Martin Josefsson · 20 years ago
- ad3b4f9 Make sure to zero all the memory we allocate for the new table. by Martin Josefsson · 20 years ago
- 2a5dbbb Make TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actually do something practical by Martin Josefsson · 20 years ago
- 8e795b0 Fix two more rulenumber off by 1 errors by Martin Josefsson · 20 years ago
- eb066cc Insertion of rules with -I was broken. by Martin Josefsson · 20 years ago
- 8d1b38a Fix rule counting by Martin Josefsson · 20 years ago
- 52c3802 Fix listing of module targets. Type was only set for standard targets. by Martin Josefsson · 20 years ago
- 0371c0c fix segfault from memory allocation: handle->entries is actualy struct ipt_get_entries plus the size by Harald Welte · 20 years ago