]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
2005-02-07  Nikolai Malykhfix parameter handling in libipt_hashlimit with iptable...
2005-02-04  Phil OesterRevert the recent addition of memset()'s to TC_COMMIT...
2005-02-02  Phil OesterAdd support for inversion to multiport revision 1.
2005-02-01  Harald Weltewe now need to exclude .svn instead of CVS v1.3.0-rc1
2005-02-01  Harald Welterelease rc1
2005-02-01  Harald Weltere-implement alphabetic sorting to not confuse users...
2005-02-01  Harald Weltefix compiler warning about discarding const
2005-02-01  Harald Welteadd missing comma
2005-02-01  Harald Weltefix typo
2005-02-01  Harald Weltemake structure initializers use C99 standard (Harald...
2005-02-01  Martin Josefssontypo
2005-02-01  Harald Weltecheck for colons
2005-02-01  Harald Weltebe more specific what INPUT means (Matthias Bruestle)
2005-02-01  Harald WelteUse C99 initializers
2005-02-01  Derrik Pates- Sets the 'iptc_fn' global variable to the pointer...
2005-02-01  Phil OesterJohn McCann points out via bugzilla that iptables happi...
2005-01-22  Nikolai Malykhfix name of 'extra_opts' structure member (Nikolai...
2005-01-05  Martin JosefssonMake it compile on current kernels, the future isn...
2005-01-03  Rusty RussellTestsuite found an issue: multiport accepts -p ! tcp.
2005-01-03  Pablo NeiraPablo Neira:
2005-01-03  Martin JosefssonRemove leftover debug printf
2005-01-03  Martin JosefssonReplace memchr with strlen and fix up one of the statem...
2005-01-03  Rusty RussellExtension revision number support (if kernel supports...
2005-01-02  Nicolas BoulianePrevent user from using --helper multiple times (Nicola...
2005-01-02  John LangeAdd --log-uid option (John Lange <john.lange@open-it...
2004-12-29  Rusty RussellStupid typo that meant we didn't compare target data...
2004-12-29  Rusty RussellFix compile error introduced by C99 conversion.
2004-12-28  Pablo NeiraPablo Neira: extensions conversion to C99 structure...
2004-12-27  Martin JosefssonFix setting lib_dir in ip*tables-{save,restore}
2004-12-22  Rusty RussellUse string_to_number. Don't check for no optarg: we...
2004-12-22  Rusty RussellDon't need ipt_entry_target()/ip6t_entry_target() now...
2004-12-20  Rusty RussellImplement IPTABLES_LIB_DIR and IP6TABLES_LIB_DIR enviro...
2004-12-20  Nicolas BoulianeNicolas Bouliane: I was writing an nfsim .sim for the...
2004-12-18  Martin JosefssonImplement some optimization for finding rules to replac...
2004-12-16  Rusty RussellMake "is_same" test basics and entries only: targets...
2004-12-16  Rusty RussellRemove GET_TARGET() define: this was for compiling...
2004-12-14  Patrick SchaafROUTE --tee target extension (Patrick Schaaf)
2004-12-01  Joszef Kadlecsikipset 2 related updates (JK)
2004-11-18  Harald Weltefix some compiler warnings and errors
2004-11-18  Harald Weltesync with latest patch-o-matic-ng update (support direc...
2004-10-24  Martin JosefssonSearch backwards when inserting/deleting in/from the...
2004-10-22  Harald WelteFix module-autoloading in certain cases (Fixse Debian...
2004-10-20  Harald Welteminor syntax fixes
2004-10-20  Harald Welte- add hashlimit to makefile
2004-10-20  Harald Weltemove ipt_hashlimit to it's correct location
2004-10-20  Harald Welteadd hashlimit kernel header file
2004-10-20  Harald Weltehashlimit port of userspace plugin
2004-10-06  Harald Welteadd paragraph about raw table
2004-10-03  Patrick McHardyMention owner brokenness in manpage
2004-10-01  Phil Oesternote owner match brokenness in helptext, closes bugzill...
2004-09-26  Phil OesterAdd comment about time not adhering DST (Phil Oester...
2004-09-23  Martin JosefssonReplace O(n) with O(1) when TC_INSERT_ENTRY() inserts...
2004-09-23  Martin JosefssonSpelling error.
2004-09-23  Martin JosefssonFix returnvalue of TC_BUILTIN()
2004-09-22  Martin JosefssonMake sure to zero all the memory we allocate for the...
2004-09-22  Martin JosefssonMake TC_DELETE_ENTRY() and TC_DELETE_NUM_ENTRY() actual...
2004-09-22  Martin JosefssonFix two more rulenumber off by 1 errors
2004-09-22  Martin JosefssonInsertion of rules with -I was broken.
2004-09-22  Martin JosefssonFix rule counting
2004-09-22  Martin JosefssonFix listing of module targets.
2004-09-22  Simon Lodalrealm: fix inversion (Simon Lodal)
2004-09-21  Phil OesterFix half-working ipv6 limit invert check (Phil Oester)
2004-09-21  Phil OesterFix half-working dstlimit invert check (Phil Oester)
2004-09-21  Phil Oesterlimit match does not support invert, warn about it...
2004-09-20  Brad FisherAdd comment match extension (Brad Fisher)
2004-09-19  Harald Weltefix segfault from memory allocation: handle->entries...
2004-09-18  Phil Oesterfix psd option parsing (Phil Oester)
2004-09-18  Patrick McHardyPrint error when '!' is used with multiport. Based...
2004-09-12  Bart De Schuymerport physdev to ip6tables (Bart De Schuymer)
2004-09-09  Phil OesterFix typo. (Phil Oester) Closes #239
2004-09-02  Piotr GasidłoFix number parsing (Piotr Gasidlo)
2004-08-30  Harald Welteadd delete by matching-rule to libiptc2 (still untested)
2004-08-30  Harald Welteslightly different semantics of iptc_builtin
2004-08-30  Harald Weltefix slightly changed semantics of iptc_is_builtin
2004-08-29  Harald Weltecomplete libiptc rewrite. Time to load 10k rules goes...
2004-08-24  Youza Youzovicadd missing spaces in 'save' printout (youza@post.cz...
2004-08-23  Phil OesterCleanup ttl-match option parsing, fixes bugzilla #183...
2004-08-23  Phil OesterFix conntrack-match typo, fixes bugzilla #194 (Phil...
2004-08-03  Patrick McHardyAllocate enough memory for addr-list in host_to_addr()
2004-07-28  Maciej SoltysiakLimit ttl-value to 0-255 (Maciej Soltysiak <solt@dns...
2004-07-27  Nicolas BoulianeCheck that TTL is between 0 and 255 (Nicolas Bouliane)
2004-07-23  Piotr Gasidłoupdate to ipt_account 0.1.16 (Piotr Gasid?o)
2004-07-16  Harald WelteIn C, we declare variables at the top of function ...
2004-07-12  Nicolas BoulianeGiving --dst-range twice to iprange did not ring the...
2004-07-11  Harald Weltefix syntax of help message
2004-07-04  kesofix dual-free bug with multiple-A dns records (keso...
2004-06-28  Patrick McHardyAdd addrtype match to list of unconditionally built...
2004-06-28  Patrick McHardyAdd ipt_addrtype.h
2004-06-28  Joszef Kadlecsikmake DO_MULTI=1 documented in INSTALL file
2004-06-27  Joszef KadlecsikMissing file from multi patch added
2004-06-25  Bastiaan BakkerBastiaan Bakker's patch to combine iptables, iptables...
2004-06-21  Harald Welteadd missing include
2004-06-17  Harald Weltepom-ng only deals with numerical versions
2004-06-17  Joszef KadlecsikSemicolon were missing in the added assigment lines
2004-06-17  Joszef KadlecsikFix for empty extra match/target man page list processing
2004-06-14  Harald Weltefix 'make distrib'
2004-05-26  Martin JosefssonWith a 64bit kernel only the high 32bits of nfmark...
2004-05-26  Martin JosefssonGet rid of some warnings when compiling 64bit.
2004-05-26  Martin JosefssonFix 64bit kernel / 32bit userspace issue.
2004-05-26  Martin JosefssonAdd versions of string_to_number() for use in 32bit...
next