Bart De Schuymer | 36aee75 | 2003-04-01 16:59:57 +0000 | [diff] [blame] | 1 | 20030402 |
| 2 | * fixed check bug in ebt_ip.c (report from |
| 3 | joe_judge_at_guardium.com). |
| 4 | 20030111 |
| 5 | * fixed problem when removing a chain (report from |
| 6 | ykphuah_at_greenpacket.com). |
| 7 | * Added --help list_extensions which, well, lists the extensions |
Bart De Schuymer | 27b121c | 2002-12-03 20:53:19 +0000 | [diff] [blame] | 8 | 20021203 |
| 9 | * changed the way to use the atomic operations. It's now possible |
| 10 | to use the EBTABLES_ATOMIC_FILE environment variable, so it's no |
| 11 | longer necessary to explicitly state the file name. See the man. |
Bart De Schuymer | 832f09c | 2002-11-20 19:40:28 +0000 | [diff] [blame] | 12 | 20021120 |
| 13 | * changed the way of compiling. New releases will now contain their |
| 14 | own set of kernel includes. No more copying of kernel includes to |
| 15 | /usr/include/linux |
| 16 | * added getethertype.c (Nick) and use it. Removed name_to_number() |
| 17 | and number_to_name(). |
| 18 | 20021106 |
| 19 | * added possibility to specify a rule number interval when deleting |
| 20 | rules |
| 21 | 20021102 |
| 22 | * added ! - option possibility, which is equivalent to - ! option |
| 23 | 20021102 |
| 24 | * since last entry: added byte counters and udp/tcp port matching |
Bart De Schuymer | b44c5f4 | 2002-08-30 20:33:36 +0000 | [diff] [blame] | 25 | 20020830 |
| 26 | * updated the kernel files for 2.4.20-pre5 and 2.5.32 |
| 27 | * last big cleanup of kernel and userspace code just finished |
| 28 | 20020820 |
| 29 | * ARP module bugfix |
| 30 | * IP module bugfix |
| 31 | * nat module bugfix |
Bart De Schuymer | b2c4e37 | 2002-07-30 20:59:17 +0000 | [diff] [blame] | 32 | 20020730 |
| 33 | * other things done before 2.0-rc1 that I can think of, |
| 34 | including kernel: |
| 35 | * cache align counters for better smp performance |
| 36 | * simplify snat code |
| 37 | * check for --xxxx-target RETURN on base chain |
| 38 | * cleanup code |
| 39 | * minor bugfixes |
| 40 | 20020724 |
| 41 | * code cleanup |
| 42 | * bugfix for --atomic-commit |
Bart De Schuymer | a501b78 | 2002-07-20 16:15:39 +0000 | [diff] [blame] | 43 | 20020720 |
| 44 | * added mark target+match |
Bart De Schuymer | 52b6fd2 | 2002-07-14 19:23:56 +0000 | [diff] [blame] | 45 | 20020714 |
| 46 | * added --atomic options |
| 47 | 20020710 |
| 48 | * some unlogged changes (due to lazyness) |
| 49 | * added --Lc, --Ln, --Lx |
Bart De Schuymer | fc62a34 | 2002-06-25 21:11:40 +0000 | [diff] [blame] | 50 | 20020625 |
| 51 | * user defined chains support: added -N, -X, -E options. |
Bart De Schuymer | 41e8a19 | 2002-06-23 08:03:12 +0000 | [diff] [blame] | 52 | 20020621 |
| 53 | * some unlogged changes (due to lazyness) |
| 54 | * change the output for -L to make it look like it would look when |
| 55 | the user inputs the command. |
| 56 | * try to autoload modules |
| 57 | * some minor bugfixes |
| 58 | * add user defined chains support (without new commands yet, |
| 59 | deliberately) |
| 60 | * comparing rules didn't take the logical devices into account |
Bart De Schuymer | 1abc55d | 2002-06-01 19:23:47 +0000 | [diff] [blame] | 61 | 20020520 |
| 62 | * update help for -s and -d |
| 63 | * add VLAN in ethertypes |
| 64 | * add SYMLINK option for compiling |
| 65 | 20020501 |
| 66 | * allow -i and --logical-in in BROUTING |
| 67 | * update the manual page |
| 68 | * rename /etc/etherproto into /etc/ethertypes (seems to be a more |
| 69 | standard name) |
| 70 | * add MAC mask for -s and -d, also added Unicast, Multicast and |
| 71 | Broadcast specification for specifying a (family of) MAC |
| 72 | addresses. |
| 73 | 20020427 |
| 74 | * added broute table. |
| 75 | * added redirect target. |
| 76 | * added --redirect-target, --snat-target and --dnat-target options. |
| 77 | * added logical_out and logical_in |
| 78 | * snat bugfix (->size) |
| 79 | 20020414 |
| 80 | * fixed some things in the manual. |
| 81 | * fixed -P problem. |
| 82 | 20020411 |
| 83 | * -j standard no longer works, is this cryptic? good :) |
| 84 | * lots of beautification. |
| 85 | - made some code smaller |
| 86 | - made everything fit within 80 columns |
| 87 | * fix problems with -i and -o option |
| 88 | * print_memory now prints useful info |
| 89 | * trying to see the tables when ebtables is not loaded in kernel |
| 90 | no longer makes this be seen as a bug. |
| 91 | 20020403 |
| 92 | ebtables v2.0 released, changes: |
| 93 | * A complete rewrite, made everything modular. |
| 94 | * Fixed a one year old bug in br_db.c. A similar bug was present |
| 95 | in ebtables.c. It was visible when the number of rules got |
| 96 | bigger (around 90). |
| 97 | * Removed the option to allow/disallow counters. Frames passing |
| 98 | by are always counted now. |
| 99 | * Didn't really add any new functionality. However, it will be |
| 100 | _alot_ easier and prettier to do so now. Feel free to add an |
| 101 | extension yourself. |
| 102 | * There are 4 types of extensions: |
| 103 | - Tables. |
| 104 | - Matches: like iptables has. |
| 105 | - Watchers: these only watch frames that passed all the matches |
| 106 | of the rule. They don't change the frame, nor give a verdict. |
| 107 | The log extension is a watcher. |
| 108 | - Targets. |
| 109 | * user32/kernel64 architectures like the Sparc64 are unsupported. |
| 110 | If you want me to change this, give me access to such a box, |
| 111 | and don't pressure me. |