aboutsummaryrefslogtreecommitdiff
path: root/libiptc
AgeCommit message (Expand)Author
2013-03-29libip6t_NETMAP: Use xtables_ip6mask_to_cidr and get rid of libip6tc dependencyPablo Neira Ayuso
2012-04-19libiptc: fix retry path in TC_INITMiguel GAIO
2012-03-23src: mark newly opened fds as FD_CLOEXEC (close on exec)Maciej Żenczykowski
2012-03-12iptables: missing free() in function delete_entry()Franz Flasch
2012-03-12iptables: missing free() in function cache_add_entry()Franz Flasch
2012-03-01Revert "libiptc: Returns the position the entry was inserted"Pablo Neira Ayuso
2012-02-29libiptc: Returns the position the entry was insertedJonh Wendell
2011-12-18Merge branch 'stable'Jan Engelhardt
2011-12-18libiptc: provide separate pkgconfig filesJan Engelhardt
2011-09-11libiptc: use a family-invariant xtc_ops struct for code reductionJan Engelhardt
2011-09-11src: resolve old macro names that are indirectionsJan Engelhardt
2011-09-11libiptc: combine common types: _handleJan Engelhardt
2011-09-11libiptc: replace ipt_chainlabel by xt_chainlabelJan Engelhardt
2011-09-11libiptc: remove unused HOOK_DROPPING thingJan Engelhardt
2011-09-11libiptc: resolve compile failureJan Engelhardt
2011-06-22iptables: Coverity: DEADCODEJiri Popelka
2011-06-08build: re-add missing CPPFLAGS for libiptcJan Engelhardt
2011-06-07src: move all libiptc pieces into its directoryJan Engelhardt
2011-05-30build: remove dead code partsJan Engelhardt
2011-05-12src: replace old IP*T_ALIGN macrosJan Engelhardt
2011-03-08iptables: add -C to check for existing rulesStefan Tomanek
2011-01-08src: use C99/POSIX typesJan Engelhardt
2010-02-18libip4tc: Add static qualifier to dump_entry()Dmitry V. Levin
2009-10-29libiptc: fix wrong maptype of base chain counters on restoreJan Engelhardt
2009-10-25libiptc: avoid strict-aliasing warningsJan Engelhardt
2009-10-25libiptc: remove unused functionsJan Engelhardt
2009-03-23libiptc: give credits to my selfJesper Dangaard Brouer
2009-03-23libiptc: fix whitespaces and typosJesper Dangaard Brouer
2009-03-23libiptc: fix chain rename bug in libiptcJesper Dangaard Brouer
2009-03-23libiptc: avoid compile warnings for iptc_insert_chainChristoph Paasch
2008-11-26libiptc: guard chain index allocation for different malloc implementationsJan Engelhardt
2008-11-10libiptc: make sockfd a per-handle thingJan Engelhardt
2008-11-10libiptc: use hex output for hookmaskJan Engelhardt
2008-11-10libiptc: remove unused iptc_get_raw_socket and iptc_check_packetJan Engelhardt
2008-11-10libiptc: remove indirectionsJan Engelhardt
2008-11-10libiptc: remove typedef indirectionJan Engelhardt
2008-09-24libiptc: remove old fixmeJesper Dangaard Brouer
2008-07-03libiptc: fix scalability performance issue during initial ruleset parsingJesper Dangaard Brouer
2008-07-03libiptc: minor bugfixJesper Dangaard Brouer
2008-06-07libiptc: move variable definitions to head of functionPatrick McHardy
2008-06-04Use s6_addr32 to access bits in int6_addr instead of incompatible nameYasuyuki Kozakai
2008-04-15Remove old functions, constantsJan Engelhardt
2008-04-13Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt
2008-04-13Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt
2008-04-06Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt
2008-04-02Retry ruleset dump when kernel returns EAGAIN.Patrick McHardy
2008-01-20Remove obsolete filePatrick McHardy
2008-01-15Solving scalability issue: for chain list "name" searching.Jesper Dangaard Brouer
2008-01-15Introduce a counter for number of user defined chains.Jesper Dangaard Brouer
2008-01-15Inline functions iptcc_is_builtin() and set_changed().Jesper Dangaard Brouer