OpengateM History
- Ver.0.1.0 at 2011.6.22
-
Initial Version for daemon (opengatemd).
- Ver.0.1.1 at 2011.6.22
-
Added -e option.
- Ver.0.1.2 at 2011.6.23
-
Refined -e option.
- Ver.0.1.3 at 2011.6.28
-
Changed mysql field.
- Ver.0.1.4 at 2011.7.1
-
Added router/nat detection.
- Ver.0.1.5 at 2011.7.1
-
Added code to ignore packets from me.
- Ver.0.1.6 at 2011.7.4
-
Added pcap filter setting in conf file.
- Ver.0.1.7 at 2011.7.5
-
Added table suspectnat to management db.
- Ver.0.1.8 at 2011.7.6
-
Added log output at deleting unmatched session.
Changed key of suspectnat to unique.
Added gateway name to the entry of session log.
- Ver.0.1.9 at 2011.7.6
-
Added -r option.
- Ver.0.1.10 at 2011.7.8
-
Modified update code for table suspectnat.
Moved some code between main and sub.
Added useless check in no packet interval.
Removed code for extra set from getparam.c.
- Ver.0.1.11 at 2011.7.8
-
Modified code for checking useless sessions.
Fixed bug in getMyMacAddress.
- Ver.0.1.12 at 2011.7.15
-
Removed suspectnat and add macinfo table to workdb.
- Ver.0.1.13 at 2011.7.16
-
Added user restrict mode.
Fixed bug on reload.
- Ver.0.1.14 at 2011.7.19
-
Fixed bug on reload.
- Ver.0.1.15 at 2011.7.20
-
Modified file mode of files and others.
- Ver.0.1.16 at 2011.7.20
-
Allowed rules for same ip to avoid interaction with opengate.
- Ver.0.1.17 at 2011.7.21
-
Fixed privilege control.
- Ver.0.1.18 at 2011.7.21
-
Removed check of rules inserted by opengate.
- Ver.0.2.0 at 2011.7.22
-
Added mac address registration cgi (opengatemr.cgi).
- Ver.0.2.1 at 2011.7.23
-
Added mac modification limit count per day and related table.
- Ver.0.2.2 at 2011.7.25
-
Modified message.
- Ver.0.2.3 at 2011.7.26
-
Changed mysql auto-reconnect as true.
- Ver.0.2.4 at 2011.7.26
-
Added rc.d script.
- Ver.0.2.5 at 2011.7.27
-
Added include file. Modified file mode.
- Ver.0.2.6 at 2011.7.28
-
Modified code to create db table. Removed BOM in file.
- Ver.0.2.7 at 2011.7.28
-
Modified code to free memory.
Added link in document top.
- Ver.0.2.8 at 2011.7.28
-
Modified charset for macregdeny page.
- Ver.0.2.9 at 2011.7.29
-
Modified code to execute without cookie and others.
- Ver.0.2.10 at 2011.8.2
-
Added link to other language in macreg.html.
Changed isNat flag from false to true when db access failed.
- Ver.0.2.11 at 2011.8.3
-
Added shibboleth in opengatemr.cgi
- Ver.0.3.0 at 2011.8.29
-
Exrtacted MySql setting and reconstructed.