summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_time.c
Commit message (Expand)AuthorAgeFilesLines
* extensions: time: add translation and testsJose M. Guisado Gomez2020-02-041-0/+72
* extensions: time: Avoid undefined shiftPhil Sutter2019-12-061-1/+1
* libxt_time: Drop initialization of variable 'year'Phil Sutter2018-09-241-4/+4
* libxt_time: add support to ignore day transitionFlorian Westphal2012-09-301-0/+20
* libxt_time: deprecate --localtz option, document kernel TZ caveatsJan Engelhardt2011-05-251-10/+14
* libxt_time: --utc and --localtz are mutually exclusiveJan Engelhardt2011-05-251-2/+6
* libxt_time: always ignore libc timezoneJan Engelhardt2011-05-251-1/+7
* libxt_time: use guided option parserJan Engelhardt2011-04-061-101/+52
* iptables: do not print trailing whitespacesJan Engelhardt2011-01-311-18/+17
* libxt_time: fix random --datestart skipsFlorian Westphal2011-01-091-0/+1
* include: update files with headers from Linux 2.6.37-rc1Jan Engelhardt2010-12-031-0/+1
* all: consistent syntax use in struct optionJan Engelhardt2010-07-231-9/+9
* extensions: use NFPROTO_UNSPEC for .family fieldJan Engelhardt2009-06-011-1/+1
* extensions: add const qualifiers in print/save functionsJan Engelhardt2009-05-261-1/+1
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-18/+18
* libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-301-1/+0
* src: Missing limits.h includesPhil Oester2008-09-011-0/+2
* src: remove dependency on libiptc headersJan Engelhardt2008-08-041-0/+1
* manpage updatesJan Engelhardt2008-06-081-10/+10
* Remove old functions, constantsJan Engelhardt2008-04-151-4/+3
* Implement AF_UNSPEC as a wildcard for extensionsJan Engelhardt2008-04-141-16/+1
* fix gcc warningsMax Kellermann2008-01-291-1/+1
* Transfer all my copyright over to our company.Jan Engelhardt2007-10-201-1/+2
* Fix the compile warning fixPatrick McHardy2007-10-181-2/+2
* Fix compiler warning on 64 bit: date_stop is an u_int32_t, so use UINT_MAX in...Patrick McHardy2007-10-181-2/+2
* Unique symbols 1/6Jan Engelhardt2007-10-041-4/+4
* Delete empty ->final_check() functionsJan Engelhardt2007-10-041-6/+0
* Add the libxt_time iptables matchJan Engelhardt2007-09-231-0/+504