]> git.ipfire.org Git - thirdparty/xtables-addons.git/shortlog
thirdparty/xtables-addons.git
2009-10-03  Jan Engelhardtpknock: remove redundant --t parameter
2009-10-02  Jan Engelhardtpknock: remove trailing whitespace
2009-10-02  Jan Engelhardtpknock: remove unneeded braces
2009-10-02  Jan Engelhardtpknock: use preincrements where possible
2009-10-02  Jan Engelhardtpknock: rename IPT_PKNOCK_* -> XT_PKNOCK_*
2009-10-02  Jan Engelhardtpknock: move more kernel parts from include file to .c
2009-10-02  Jan Engelhardtpknock: rename struct ipt_pknock -> xt_pknock_mtinfo
2009-10-02  Jan Engelhardtpknock: redo inline hints
2009-10-02  Jan Engelhardtpknock: use bools for two-state ints
2009-10-02  Jan Engelhardtpknock: use explicit tests for non-bool types
2009-10-02  Jan Engelhardtpknock: split long instructions, esp. allocations in...
2009-09-29  Jan Engelhardtpknock: fix return values and memleak in has_secret
2009-09-29  Jan Engelhardtpknock: remove initialization of data where not needed
2009-09-29  Jan Engelhardtpknock: use unsigned qualifiers where they are due
2009-09-29  Jan Engelhardtpknock: remove pointless casts
2009-09-29  Jan Engelhardtpknock: add const qualifiers
2009-09-29  Jan Engelhardtpknock: remove pointless sizeof(char)
2009-09-29  Jan Engelhardtpknock: return -ENXIO for problems during init
2009-09-29  Jan Rafajpknock: guard off crypto code from kernels before 2...
2009-09-29  Jan Engelhardtpknock: rename DEBUGP to pk_debug and always enable
2009-09-29  Jan Rafajpknock: replace printks by pr_debug
2009-09-29  Jan Engelhardtpknock: avoid accidental deletion of rules
2009-09-29  Jan Engelhardtpknock: drop evil-tinygram warning messages
2009-09-29  Jan Engelhardtpknock: bump internal match revision number
2009-09-29  Jan Engelhardtpknock: move struct ipt_pknock_crypto to xt_pknock.c
2009-09-29  Jan Engelhardtpknock: only use size-fixated types
2009-09-29  Jan Engelhardtpknock: improve sizeof(struct ipt_pknock) by relayoutin...
2009-09-29  Jan Engelhardtpknock: improve sizeof(struct ipt_pknock) by using...
2009-09-29  Jan Rafajpknock: renaming of functions and prefix-name
2009-09-29  Jan Rafajpknock: add MODULE_ALIAS for pknock
2009-09-29  Jan Rafajpknock: fit to Xtables-addons API
2009-09-29  Jan Engelhardtpknock: import pknock trunk@463
2009-09-25  Jan EngelhardtMerge branch 'psd'
2009-09-25  Jan EngelhardtUpdate .gitignore files
2009-09-25  Jan Engelhardtbuild: require at least automake 1.10
2009-09-25  Jan Engelhardtbuild: restore parallel build capability
2009-09-25  Jan EngelhardtMerge branch 'ACCOUNT'
2009-09-23  Jan EngelhardtACCOUNT: move manpage into ACCOUNT/ directory
2009-09-23  Jan EngelhardtACCOUNT/userspace: use bool type
2009-09-23  Jan EngelhardtACCOUNT/userspace: remove pointless casts
2009-09-23  Jan EngelhardtACCOUNT/userspace: remove static zero initializers
2009-09-23  Jan EngelhardtACCOUNT/userspace: simple reformat, use tabs instead...
2009-09-23  Jan EngelhardtACCOUNT/userspace: remove trailing whitespace
2009-09-23  Jan RafajACCOUNT: import userspace utilities
2009-09-23  Jan EngelhardtACCOUNT: move xt_ACCOUNT into its own subdirectory
2009-09-23  Jan EngelhardtMerge branch 'master' into ACCOUNT
2009-09-23  Jan Engelhardtbuild: enable automake for extensions/ directory
2009-09-19  Jan Engelhardtbuild: use automake in ipset/
2009-09-18  Jan RafajACCOUNT: add Kconfig file
2009-09-12  Jan Engelhardtbuild: stable version number detection fix
2009-09-12  Jan Engelhardtipset: fix compile error on 2.6.31-rt
2009-09-12  Jan EngelhardtACCOUNT: fix pre-2.6.27 compilation error
2009-09-12  Jan Engelhardtcondition: fix compile error on 2.6.31-rt
2009-09-11  Jan EngelhardtACCOUNT: fix compile error on realtime kernels
2009-09-11  Florian Westphalpsd: byteswap constant value instead
2009-09-11  Florian Westphalpsd: use skb_header_pointer
2009-09-09  Jan EngelhardtXtables-addons 1.18 v1.18
2009-09-09  Jan EngelhardtMerge branch 'psd'
2009-09-09  Jan EngelhardtMerge branch 'ACCOUNT'
2009-09-05  Jan EngelhardtACCOUNT: remove pointless casts
2009-09-05  Jan EngelhardtACCOUNT: remove static initializers to zero
2009-09-05  Jan RafajACCOUNT: tweak base ctl number for setsockopts
2009-09-05  Jan EngelhardtMerge branch 'ipset'
2009-09-05  Jan Engelhardtipset: fix compile error with 2.6.20
2009-09-05  Jan Engelhardtipset: fast forward to v3.2
2009-09-05  Jan RafajACCOUNT: add kernel module metadata and alias
2009-09-05  Jan EngelhardtACCOUNT: manpage updates
2009-09-05  Jan RafajACCOUNT: supply manpage
2009-09-05  Jan EngelhardtACCOUNT: direct-inline two short functions
2009-09-05  Jan RafajACCOUNT: remove compat glue from libxt_ACCOUNT
2009-09-05  Jan RafajACCOUNT: use non-clashing function names
2009-09-05  Jan RafajACCOUNT: utilize compat_xtables.h for backwards compati...
2009-09-05  Jan RafajACCOUNT: replace own DEBUGP by kernel's pr_debug
2009-09-05  Jan RafajACCOUNT: remove manual compat support
2009-09-05  Jan EngelhardtACCOUNT: simple reformat, use tabs instead of spaces
2009-09-05  Jan EngelhardtACCOUNT: remove trailing whitespace
2009-09-05  Jan EngelhardtImport ACCOUNT kernel and iptables modules
2009-08-28  Jan Engelhardtbuild: enable fully parallel builds
2009-08-28  Jan Engelhardtpsd: move pr_ prefix into pr_fmt
2009-08-16  Jan Engelhardtpsd: style: remove braces for single statements in ifs
2009-08-14  Jan Engelhardtpsd: style: add explicit comparisons where not used...
2009-08-14  Jan Engelhardtpsd: style: break double statements
2009-08-14  Jan Engelhardtpsd: jiffies is an unsigned long, fix compiler warning
2009-08-14  Jan Engelhardtpsd: remove whitespace at EOL
2009-08-14  Jan Engelhardtpsd: merge into main configuration files
2009-08-13  Mohd Nawawi... psd: fix revision mismatch
2009-08-12  Jan Engelhardtpsd: tag match reg struct as __read_mostly
2009-08-12  Jan Engelhardtpsd: use fixated types in info struct
2009-08-12  Jan Engelhardtpsd: return correct status from init
2009-08-12  Jan Engelhardtpsd: bss is always zero-initialized
2009-08-12  Jan Engelhardtpsd: remove empty checkentry function
2009-08-12  Jan Engelhardtpsd: replace open-coded access by skb handling functions
2009-08-12  Jan Engelhardtpsd: avoid shadowing of function
2009-08-12  Mohd Nawawi... psd: import 20090807 code base
2009-08-07  Jan Engelhardtquota2: fix invalid page access in cleanup function
2009-07-10  Jan Engelhardtquota2: change max name length from 31 to 15
2009-07-10  Jan Engelhardtquota2: direct-code XT_QUOTA_COUNTER_NAME_LENGTH
2009-07-10  Jan Engelhardtquota2: use strtoull instead of strtoul
2009-07-04  Jan Engelhardtquota2: extend locked period during cleanup
2009-07-03  Jan Engelhardtquota2: reduce memory footprint for anonymous counters
next