Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ebtables: Android makefiles to build ebtables on Android | Niranjan Pendharkar | 2013-02-14 | 3 | -0/+150 |
| | | | | | | | | This patch also adds some missing header files to compile all the extensions. Some of the header files also needed to be updated to include some missing components. Change-Id: Ic212d2d2c6f270df30a0259b85886b6ce578536d | ||||
* | add RARP and update iana url | Bart De Schuymer | 2012-07-03 | 1 | -4/+6 |
| | |||||
* | bump release and update program date | Bart De Schuymer | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | changelog for 2.0.10-4 | Bart De Schuymer | 2011-12-15 | 1 | -0/+3 |
| | |||||
* | bugfix: setting rule in first built-in chain caused setting all counters to ↵ | Bart De Schuymer | 2011-12-15 | 1 | -1/+1 |
| | | | | zero (thanks to James Sinclair) | ||||
* | typo | Bart De Schuymer | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | add changelog for v 2.0.10-3 | Bart De Schuymer | 2011-12-04 | 1 | -0/+3 |
| | |||||
* | bump version | Bart De Schuymer | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | fix rule counter bug (reported by James Sinclair): possible wrong ↵ | Bart De Schuymer | 2011-12-04 | 1 | -0/+1 |
| | | | | initialization of counters | ||||
* | add changelog for v2.0.10-2 | Bart De Schuymer | 2011-08-11 | 1 | -0/+6 |
| | |||||
* | respect LDFLAGS (Peter Volkov) | Bart De Schuymer | 2011-08-11 | 2 | -2/+2 |
| | |||||
* | enable compiler optimizations, bump release number | Bart De Schuymer | 2011-08-11 | 1 | -2/+2 |
| | |||||
* | small changes to remove warnings when optimization is on (thanks to Peter ↵ | Bart De Schuymer | 2011-08-11 | 1 | -4/+4 |
| | | | | Volkov) | ||||
* | initialize some variables to get rid of warnings when compiling with ↵ | Bart De Schuymer | 2011-08-11 | 2 | -4/+4 |
| | | | | optimization | ||||
* | remove definition of __EXPORTED_HEADERS__: we use sanitized header files now | Bart De Schuymer | 2011-08-11 | 2 | -2/+0 |
| | |||||
* | add changelog for v2.0.10-1 | Bart De Schuymer | 2011-07-10 | 1 | -0/+15 |
| | |||||
* | bump prog version, add LOCKDIR variable, add -Werror compile flag | Bart De Schuymer | 2011-07-10 | 1 | -10/+13 |
| | |||||
* | remove compile warning, conditionally define LOCKFILE | Bart De Schuymer | 2011-07-10 | 1 | -0/+4 |
| | |||||
* | define __EXPORTED_HEADERS__ to get access to kernel headers | Bart De Schuymer | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | add a reference to the lock file | Bart De Schuymer | 2011-07-10 | 1 | -0/+1 |
| | |||||
* | add info about the lock file compile time option | Bart De Schuymer | 2011-07-10 | 1 | -3/+6 |
| | |||||
* | remove irrelevant negative value check for the result of strtoul, found by ↵ | Bart De Schuymer | 2011-06-23 | 1 | -7/+0 |
| | | | | Coverity static analysis (thanks to Jiri Popelka) | ||||
* | free possible memory leak found by Coverity static analysis (Jiri Popelka) | Bart De Schuymer | 2011-06-23 | 1 | -0/+2 |
| | |||||
* | fix use-after-free issue found by Coverity static analysis (thanks to Jiri ↵ | Bart De Schuymer | 2011-06-23 | 1 | -2/+2 |
| | | | | Popelka) | ||||
* | fix possible issues found by Coverity static analysis (thanks to Jiri Popelka) | Bart De Schuymer | 2011-06-23 | 1 | -3/+7 |
| | |||||
* | Make the error message printed when an update of a table is rejected by the ↵ | Bart De Schuymer | 2011-06-19 | 1 | -3/+7 |
| | | | | kernel | ||||
* | export use_lockfd | Bart De Schuymer | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | add logic to support the --concurrent option: use a file lock to support ↵ | Bart De Schuymer | 2011-06-19 | 1 | -0/+67 |
| | | | | concurrent scripts running ebtables | ||||
* | add logic to support the --concurrent option: use a file lock to support ↵ | Bart De Schuymer | 2011-06-19 | 1 | -0/+14 |
| | | | | concurrent scripts running ebtables | ||||
* | add option --concurrent | Bart De Schuymer | 2011-06-19 | 1 | -0/+3 |
| | |||||
* | rename the libebtc target to libebtc.so and remove the .PHONY for libebtc ↵ | Bart De Schuymer | 2011-06-19 | 1 | -5/+4 |
| | | | | (thanks to Bertrand Jacquin) | ||||
* | only test on errno when an error occurred (especially on mips); fix some ↵ | Bart De Schuymer | 2011-05-29 | 1 | -5/+5 |
| | | | | warnings | ||||
* | extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian Westphal) | Bart De Schuymer | 2011-01-18 | 3 | -2/+240 |
| | |||||
* | put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined | Bart De Schuymer | 2010-12-18 | 3 | -3/+3 |
| | |||||
* | define __EXPORTED_HEADERS__ so we don't get warnings about: Attempt to use ↵ | Bart De Schuymer | 2010-12-18 | 1 | -0/+1 |
| | | | | kernel headers from user space | ||||
* | remove reference to old mailing lists and refer to the relevant web pages ↵ | Bart De Schuymer | 2010-12-18 | 1 | -3/+3 |
| | | | | instead | ||||
* | *** empty log message *** | Bart De Schuymer | 2010-04-22 | 1 | -0/+2 |
| | |||||
* | fix --among-dst-file, which translated into --among-src (reported by Thierry ↵ | Bart De Schuymer | 2010-04-22 | 1 | -1/+1 |
| | | | | Watelet) | ||||
* | fix syntax error with DESTDIR | Bart De Schuymer | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | use PRIu64 instead of llu with 64-bit unsigned integers | Bart De Schuymer | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | add LDFLAGS (Peter Volkov) | Bart De Schuymer | 2010-03-16 | 2 | -5/+4 |
| | |||||
* | Create directories if they don't exist (INITDIR and SYSCONFIGDIR are only ↵ | Bart De Schuymer | 2010-03-16 | 1 | -6/+9 |
| | | | | | | created if DESTDIR is specified) Based on patch by Peter Volkov | ||||
* | update version | Bart De Schuymer | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | changes for v2.0.9-2 | Bart De Schuymer | 2010-02-03 | 1 | -0/+8 |
| | |||||
* | fix return value checking of creat | Bart De Schuymer | 2009-12-11 | 1 | -2/+2 |
| | |||||
* | correct info about compilation of ulog | Bart De Schuymer | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | fix unwanted zeroing of counters in the last udc (reported by Jon Lewis) | Bart De Schuymer | 2009-11-04 | 1 | -2/+3 |
| | |||||
* | fix hidden symbol compilation error when using ld directly | Bart De Schuymer | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | v2.0.9-1 | Bart De Schuymer | 2009-06-21 | 1 | -2/+2 |
| | |||||
* | changes for v2.0.9 | Bart De Schuymer | 2009-06-21 | 1 | -0/+9 |
| |