summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_time.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove extensions for unmaintained/obsolete patchletsPatrick McHardy2007-01-101-549/+0
|
* Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)Pablo Neira2005-02-141-2/+0
| | | | Fixes build with conntrack event patch for 2.6
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-13/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* Add comment about time not adhering DST (Phil Oester) (Closes: #75)Phil Oester2004-09-261-0/+1
|
* In C, we declare variables at the top of function (Olivier Clerget)Harald Welte2004-07-161-1/+2
|
* Fabrice's time match update + Tom Eastep's conntrack mach fix applied (JK)Joszef Kadlecsik2004-05-051-40/+273
|
* use <stddef.h> instead of <linux/stddef.h> (Henrik Nordstrom)Henrik Nordstrom2004-01-271-0/+1
|
* fix deleting of time rules (SooYoun Cho) (Closes: #169)Harald Welte2004-01-051-1/+3
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* add timezone support to time matchHarald Welte2001-12-071-2/+2
|
* Fabrice MARIE's patch, fixes bug in time parsing of list of daysFabrice MARIE2001-10-021-6/+8
|
* Yet another set of string_to_number() fixes.Marc Boucher2001-09-081-3/+4
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* further fixes of string_to_number fixesHarald Welte2001-07-231-3/+5
|
* Fabrice Marie's timestamp extensions fixes.Fabrice MARIE2001-04-271-15/+35
|
* added new time match, added new ipv4options matchHarald Welte2001-03-251-0/+287