git: ipfw3nat: ICMP packets NAT using icmp id

2021-06-21 Thread Bill Yuan
commit eb4c9e6d01df1803b884c6499ab99062a4453975 Author: Bill Yuan Date: Mon Jun 21 23:04:33 2021 +0800 ipfw3nat: ICMP packets NAT using icmp id TCP/UDP are using tuple(srcip,srcport,dstip, dstport), while ICMP is using tuple(srcip, icmp_id, dstip, icmp_id) icmp_id

git: ipfw3: allow the ipfw_insn with only the basic action

2019-02-12 Thread Bill Yuan
commit 72ce8e08d0708ac9f09d9cda56e3308ad8dcec48 Author: Bill Yuan Date: Tue Feb 12 14:17:11 2019 + ipfw3: allow the ipfw_insn with only the basic action Summary of changes: sys/net/ipfw3/ip_fw3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org

git: ipfw3: insert the new rule in the beginning

2019-01-07 Thread Bill Yuan
commit 372a54ac58f64460077ee278a828abd020f53915 Author: Your Name Date: Mon Jan 7 08:03:12 2019 + ipfw3: insert the new rule in the beginning "ipfw3 add" is still the same, while the "ipfw3 insert" is the new method which will insert the new rule in the beginning of the

git: ipfw3_nat: highspeed lockless in-kernel NAT

2018-05-12 Thread Bill Yuan
commit 4408d5485757eef6e44859025e931d1c1b6746c4 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sat May 12 15:26:07 2018 + ipfw3_nat: highspeed lockless in-kernel NAT RB-Tree to stored the state for the outgoing packets, and multidimentional array of pointers t

git: ipfw3nat: remove the state from the proper tree

2018-04-19 Thread Bill Yuan
commit aa7fb6bf5e7e4d48dc8cf9d93e7afdaa859e5ad9 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Thu Apr 19 19:06:43 2018 + ipfw3nat: remove the state from the proper tree Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: ipfw3: format

2018-04-13 Thread Bill Yuan
commit 2490fdca7831b74fe92d4417c3b2d398e45fc342 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 15:29:47 2018 + ipfw3: format Summary of changes: sbin/ipfw3/ipfw3.c | 6 +++--- sbin/ipfw3/ipfw3.h | 25 - 2 files changed, 15 insertions(

git: ipfw3: remove legacy macros

2018-04-13 Thread Bill Yuan
commit dff1aee318da12a7d029cee39dbaf75e1c0ebfb2 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 15:36:40 2018 + ipfw3: remove legacy macros Summary of changes: sbin/ipfw3/ipfw3.c | 28 sys/net/ipfw3/ip_fw3.h

git: ipfw3: list loaded modules

2018-04-13 Thread Bill Yuan
commit 992b3001a225605640debab1be6feab6e367bb5e Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 15:15:38 2018 + ipfw3: list loaded modules Summary of changes: sbin/ipfw3/ipfw3.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) http://gitweb.dragonflyb

git: ipfw3nat: move the implementation back to *.c file

2018-04-13 Thread Bill Yuan
commit ca9d3a28c645288aa7e0b6f0148024b0b9624dd7 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 15:11:46 2018 + ipfw3nat: move the implementation back to *.c file Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 3 +++ sys/net/ipfw3_nat/ip_fw3_nat.h | 2 -- 2

git: ipfw3layer2: misc

2018-04-13 Thread Bill Yuan
commit c8237cdf06613fb24fa44df43ba7d2d7bdb65b5f Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 07:09:07 2018 + ipfw3layer2: misc Summary of changes: sys/net/ipfw3_layer2/ip_fw3_layer2.c | 17 - sys/net/ipfw3_layer2/ip_fw3_layer2.

git: ipfw3basic: misc

2018-04-13 Thread Bill Yuan
commit e600b76a58a2998a35c8c4e7cb5bd695a57e4046 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 06:43:39 2018 + ipfw3basic: misc Summary of changes: sys/net/ipfw3_basic/ip_fw3_basic.c | 124 ++--- sys/net/ipfw3_basic/ip_fw3_basic.h

git: ipfw3nat: kernel NAT without libalias

2018-04-13 Thread Bill Yuan
commit 936e3df8407a4355546904e5115a254b482c5f3a Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 04:25:53 2018 + ipfw3nat: kernel NAT without libalias More than just one address can be configured in each NAT configuraton and each coming

git: ipfw3nat: a cleanup callout to purge the expired translations

2018-04-13 Thread Bill Yuan
commit e4bab6156507a930e33e44424154db1c9257fc01 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 02:08:26 2018 + ipfw3nat: a cleanup callout to purge the expired translations sysctl net.inet.ip.fw3_nat.cleanup_interval to configure its interval Summary of c

git: ipfw3nat: release the nat context during fini

2018-04-13 Thread Bill Yuan
commit cea1826cb0209f289de2e89cb22abf0f8e81fe89 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 01:54:43 2018 + ipfw3nat: release the nat context during fini Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 27 ++- sys/net/ipf

git: ipfw3nat: flush all configurations

2018-04-13 Thread Bill Yuan
commit 2c8dcae0d9a5f9b8ec13a513a69ecf92dfc7642c Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 01:49:26 2018 + ipfw3nat: flush all configurations Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-)

git: ipfw3nat: show translations

2018-04-13 Thread Bill Yuan
commit 8e040fac8e31d167998b70dc47c2468c43a4901d Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 02:02:48 2018 + ipfw3nat: show translations same as 'show ip nat translations' Summary of changes: sbin/ipfw3/ipfw3nat.c | 44 ++-- s

git: ipfw3nat: delete configuration

2018-04-13 Thread Bill Yuan
commit e930ddab9842b8439390b9e84251cff20a2993aa Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 01:47:14 2018 + ipfw3nat: delete configuration Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 58 +++--- 1 file chang

git: ipfw3basic: fix `to me`

2018-04-13 Thread Bill Yuan
commit 5945821c55b6616cfcf51bf873f267f1cf67f114 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Apr 13 04:24:58 2018 + ipfw3basic: fix `to me` Summary of changes: sys/net/ipfw3_basic/ip_fw3_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: ipfw3nat: sysctl vars for nat state timeouts

2018-04-11 Thread Bill Yuan
commit f1b0a2e2aec8e5e412942ef50134eaf48c4fe2ba Author: Bill Yuan <byc...@dragonflybsd.org> Date: Wed Apr 11 22:42:16 2018 + ipfw3nat: sysctl vars for nat state timeouts Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 17 + 1 file changed, 13 insertions

git: ipfw3nat: when the nat config is already exists

2018-04-10 Thread Bill Yuan
commit 18025c73de90166dd38ac27aa5f32483854419bc Author: Bill Yuan <byc...@dragonflybsd.org> Date: Tue Apr 10 09:21:53 2018 + ipfw3nat: when the nat config is already exists Summary of changes: sbin/ipfw3/ipfw3nat.c | 13 - sys/net/ipfw3_nat/ip_fw3_nat.

git: ipfw3nat: show nat config in kernel

2018-04-09 Thread Bill Yuan
commit ca8ec5ce630b76d0b704e736e1755efaab9d4290 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 14:33:05 2018 + ipfw3nat: show nat config in kernel Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 32 +++- 1 file changed, 31 inse

git: ipfw3nat: show config in userland

2018-04-09 Thread Bill Yuan
commit 793fbe86ed44dba712cec23371ab1c7ae18e82e7 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 14:26:18 2018 + ipfw3nat: show config in userland Summary of changes: sbin/ipfw3/ipfw3nat.c | 58 --- sbin/ipfw3/ipfw3nat.

git: ipfw3nat: func to get new alias

2018-04-09 Thread Bill Yuan
commit 6e433a953cbb9347a2f74931091a82fa4daa1e2d Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 14:13:58 2018 + ipfw3nat: func to get new alias Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 12 1 file changed, 12 insertions(+)

git: ipfw3nat: nat func to replace the src or dst

2018-04-09 Thread Bill Yuan
commit 29f13cb6490754babc4058fa2e432c23471f53a9 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 13:02:55 2018 + ipfw3nat: nat func to replace the src or dst The `src` will be replaced by `alias` when a packet is leaving the system. Hence, the packet i

git: ipfw3nat: check_nat func

2018-04-09 Thread Bill Yuan
commit a9e52100a5db864a9de6697e684bafd6283a0901 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 12:31:05 2018 + ipfw3nat: check_nat func Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 26 -- 1 file changed, 24 insertions(+), 2 del

git: ipfw3nat: add conf in kernel

2018-04-09 Thread Bill Yuan
commit df0c223e23cf6ec002175a0cabe4039392043517 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 10:39:07 2018 + ipfw3nat: add conf in kernel Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 33 +++-- sys/net/ipfw3_nat/ip_fw3_nat.

git: ipfw3nat: nat_config func in userland.

2018-04-09 Thread Bill Yuan
commit 55463125809bb369d2d24faf89b9573f9bb636fe Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 10:22:06 2018 + ipfw3nat: nat_config func in userland. Summary of changes: sbin/ipfw3/ipfw3nat.c | 87 +-- sbin/ipfw3/ipfw

git: ipfw3nat: standardize the function names prefix: ip_fw3_ - function in kernel space ipfw3_ - function in userland.

2018-04-09 Thread Bill Yuan
commit aad10cc678c9714bef0bd1da647c3a89627a74b2 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Apr 9 10:03:20 2018 + ipfw3nat: standardize the function names prefix: ip_fw3_ - function in kernel space ipfw3_ - function in userland. Summary of c

git: ipfw3nat: move implimentation back to *.c file

2018-04-08 Thread Bill Yuan
commit c8ac7327312bdcfc1dd1936dd1bb4ee463217609 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 13:51:25 2018 + ipfw3nat: move implimentation back to *.c file Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 30 +- sys/net/ipf

git: ipfw3nat: cleanup for LINT64 build

2018-04-08 Thread Bill Yuan
commit 4bff212170b32fc3823cc85915a98840480a3ada Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 12:12:00 2018 + ipfw3nat: cleanup for LINT64 build Summary of changes: sys/net/Makefile | 2 +- sys/net/ipfw3_nat/ip_fw3_nat.h | 26 +++

git: ipfw3nat: standardize the function names

2018-04-08 Thread Bill Yuan
commit 71194d7aa5f127eca02130a2c8cf7f9c5e5585b6 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 10:50:58 2018 + ipfw3nat: standardize the function names prefix: ip_fw3_ - function in kernel space ipfw_- function in userland. Summary of c

git: ipfw3nat: remove the module dependency

2018-04-08 Thread Bill Yuan
commit 203ce8b50622e593b521593bfbf8137462fbebaf Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 08:18:12 2018 + ipfw3nat: remove the module dependency Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 1 - 1 file changed, 1 deletion(-) http://gitweb.dragonflyb

git: ipfw3nat: cleanup 3

2018-04-08 Thread Bill Yuan
commit f115460084f9ec3a428d1a792a072593feded661 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 07:54:02 2018 + ipfw3nat: cleanup 3 Summary of changes: sbin/ipfw3/ipfw3nat.c | 113 +++--- 1 file changed, 5 insertions(+

git: ipfw3nat: RB_tree to keep the translation records

2018-04-08 Thread Bill Yuan
commit c42f81665fcbc090645cfb05f13ee034789b2df8 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 07:50:55 2018 + ipfw3nat: RB_tree to keep the translation records Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.h | 111 ++---

git: ipfw3nat: cleanup 2

2018-04-08 Thread Bill Yuan
commit 825a5d275a1f16e1ff3a3a2d45afd4eef1f41271 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 07:37:54 2018 + ipfw3nat: cleanup 2 Summary of changes: sbin/ipfw3/ipfw3nat.c | 366 + sys/net/ipfw3_nat/ip_fw3_nat.h

git: ipfw3nat: delete the libalias 2

2018-04-08 Thread Bill Yuan
commit 947e484750f4d308ffe6eaa08040f2faac44761e Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 07:00:22 2018 + ipfw3nat: delete the libalias 2 Summary of changes: etc/mtree/BSD.include.dist | 2 -- include/Makefile | 2 +- 2 files changed, 1 insertion

git: ipfw3nat: delete the libalias 3

2018-04-08 Thread Bill Yuan
commit dc73a0a4a0b674d1426e3dcd239d2885c3ac2c82 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 07:04:17 2018 + ipfw3nat: delete the libalias 3 Summary of changes: sbin/ipfw3/ipfw3.c | 1 - sbin/ipfw3/ipfw3nat.c

git: ipfw3nat: delete the libalias 1

2018-04-08 Thread Bill Yuan
commit c0325b41bb008a939dc801fa2347c46283b296c0 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 06:54:50 2018 + ipfw3nat: delete the libalias 1 Summary of changes: sys/net/libalias/Makefile |7 - sys/net/libalias/alias.c

git: ipfw3nat: cleanup

2018-04-08 Thread Bill Yuan
commit fcca67e6e31c86105f5b3f175578068e63a0ff02 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Apr 8 06:41:43 2018 + ipfw3nat: cleanup Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 617 + 1 file changed, 12 insertions(+

git: ipfw3: use the headers in include folder

2018-03-21 Thread Bill Yuan
commit 59ea0e348e3404a33ecea8d286cd7aab66fbfab4 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Wed Mar 21 03:08:56 2018 + ipfw3: use the headers in include folder Summary of changes: lib/libipfw3/basic/ipfw3_basic.c | 2 +- lib/libipfw3/basic/ipfw3_basic.h

git: ipfw3: move the headers into include folder

2018-03-21 Thread Bill Yuan
commit 2190bf6aa45bf912462ba7ddadef1a1fbab61e5e Author: Bill Yuan <byc...@dragonflybsd.org> Date: Wed Mar 21 03:07:54 2018 + ipfw3: move the headers into include folder Summary of changes: etc/mtree/BSD.include.dist | 14 ++ include/Makefile | 2 ++ 2

git: ipfw3_nat: move housekeeping into callout func

2017-06-26 Thread Bill Yuan
commit 871caa53921d0b0a6790f841b2d120f78f848711 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 23:41:26 2017 +0800 ipfw3_nat: move housekeeping into callout func Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 11 ++- sys/net/libalias/alias.c

git: libalias: pointer for house keeping func

2017-06-26 Thread Bill Yuan
commit fe7c0b15ac0349d8c6a3e85b228b2193589dc3f1 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 23:31:59 2017 +0800 libalias: pointer for house keeping func Summary of changes: sys/net/libalias/alias.h| 15 +++ sys/net/libalias/alias_db.

git: ipfw3_nat: callout func for nat record cleaning

2017-06-26 Thread Bill Yuan
commit cfac6146223472114a510d09b0462b16e9db1ec5 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 23:18:38 2017 +0800 ipfw3_nat: callout func for nat record cleaning Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 30 ++ 1 file chang

git: ipfw3_nat: new sysctl node 'cleanup_interval'

2017-06-26 Thread Bill Yuan
commit 452fe3bb58b1f438cd0039be9bfd00dfb9f414f2 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 23:08:48 2017 +0800 ipfw3_nat: new sysctl node 'cleanup_interval' Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 5 + 1 file changed, 5 insertions(+)

git: libalias: cleanup

2017-06-26 Thread Bill Yuan
commit 966ba416a821973121a024a20b25a79365b2526f Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 22:56:16 2017 +0800 libalias: cleanup Summary of changes: sys/net/libalias/HISTORY | 145 --- sys/net/libalias/alias_cuseeme.c | 228 --- sys/net/li

git: ipfw3_nat: move func prototype into header

2017-06-26 Thread Bill Yuan
commit 981dc56d272ea4a59767f7ec8cda0e3d39ab847c Author: Bill Yuan <byc...@dragonflybsd.org> Date: Mon Jun 26 23:03:36 2017 +0800 ipfw3_nat: move func prototype into header Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 16 sys/net/ipfw3_nat/ip_fw3_nat.

git: ipfw3: seperate socreate & sobind to support socreate_fast

2017-06-10 Thread Bill Yuan
commit 874ea2a5e70217ca434d5bc07adbb69ce1d03ec6 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Jun 11 00:35:33 2017 +0800 ipfw3: seperate socreate & sobind to support socreate_fast Summary of changes: sys/net/ipfw3/ip_fw3_sync.c | 17 ++--- 1 file c

git: ipfw3_basic: keep-state is a pseudo filter

2017-06-10 Thread Bill Yuan
commit 1536582db14d39f46b96eaedc8b892e6ec5edadc Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Jun 11 00:25:46 2017 +0800 ipfw3_basic: keep-state is a pseudo filter Summary of changes: sys/net/ipfw3_basic/ip_fw3_basic.c | 10 +++--- 1 file changed, 3 insertions(+), 7 del

git: ipfw3sync: release mbuf after sync

2017-06-10 Thread Bill Yuan
commit 2032f72fa4bc9355fef4594376299c9aeb707530 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sun Jun 11 00:36:48 2017 +0800 ipfw3sync: release mbuf after sync Summary of changes: sys/net/ipfw3/ip_fw3_sync.c | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflyb

git: ipfw3sync: dont call the sync func when centre not running

2017-06-08 Thread Bill Yuan
commit 6750e63177f58c8f6753a0e9bab1095cdecf1ac7 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Jun 9 00:35:55 2017 +0800 ipfw3sync: dont call the sync func when centre not running Summary of changes: sys/net/ipfw3/ip_fw3_sync.c| 4 sys/net/ipfw3_basic/ip_fw3_b

git: ipfw3sync: comment out the printing

2017-06-07 Thread Bill Yuan
commit bcaa49627614459de43639779474351394d88aef Author: Bill Yuan <byc...@dragonflybsd.org> Date: Thu Jun 8 08:59:10 2017 +0800 ipfw3sync: comment out the printing Summary of changes: sys/net/ipfw3/ip_fw3_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: ipfw3: 'or' supports more filters

2016-11-25 Thread Bill Yuan
commit 5f62bb52012d078d0ea9d67144fad23d1a0c1834 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Sat Nov 26 11:51:21 2016 + ipfw3: 'or' supports more filters Summary of changes: lib/libipfw3/basic/ipfw3_basic.c | 85 - lib/libipfw3/

git: ipfw3_nat: kmalloc netmsg from M_LWKTMSG

2016-06-22 Thread Bill Yuan
commit c9b550c11b25dc25914d6c4377ad0b203e64a47c Author: Bill Yuan <byc...@dragonflybsd.org> Date: Wed Jun 22 19:42:20 2016 + ipfw3_nat: kmalloc netmsg from M_LWKTMSG Summary of changes: sys/net/ipfw3_nat/ip_fw3_nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: ipfw3: lockless in-kernel NAT

2016-06-21 Thread Bill Yuan
commit 9187b359203f12156672d8e1db35aaca69f1f482 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Tue Jun 21 18:13:10 2016 + ipfw3: lockless in-kernel NAT The libalias is used in kernel space for in-kernel NAT, and its alias_link entries are stored with LIST.

git: ipfw3: update rule in func skipto

2016-02-26 Thread Bill Yuan
commit f92842b053f70c6b321fc54c133ac74e6ec9c931 Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Feb 26 23:17:28 2016 + ipfw3: update rule in func skipto Summary of changes: sys/net/ipfw3_basic/ip_fw3_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: ipfw3: new feature 'ipfwsync'

2016-02-26 Thread Bill Yuan
commit e2124e7dbcbdb7c52dc235682e17c7c61befd3ee Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Feb 26 22:48:37 2016 + ipfw3: new feature 'ipfwsync' ipfwsync is a new feature to synchronize firewall states between machines which is running ipfw3 firewall fo

git: ipfw3: fix func lookup_host

2016-02-25 Thread Bill Yuan
commit dd95fb5d2d072deb8fe86a5823bf3efeab73c20e Author: Bill Yuan <byc...@dragonflybsd.org> Date: Fri Feb 26 00:26:11 2016 + ipfw3: fix func lookup_host Summary of changes: lib/libipfw3/basic/ipfw3_basic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

git: test commit

2016-02-22 Thread Bill Yuan
commit dcba280656038a6ae3018763dfdbc9594acfe70b Author: Bill Yuan <byc...@dragonflybsd.org> Date: Tue Feb 23 15:30:54 2016 + test commit Summary of changes: test/test/test123 | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git/comm