summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Make item a globalsullrich2009-12-031-1/+2
|
* Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all ↵sullrich2009-12-032-106/+155
| | | | advanced type buttons simplifying the firewall rule edit form for 99% of the cases
* Resolves #146 Add propper validation on alias usage. Allow port type aliases ↵Ermal Luçi2009-12-032-10/+10
| | | | only on port side and other aliases in ip specifications and similar. Introduce a new function is_portoralias to ressemble the is_ipaddroralias to check for the cases.
* Include priv.incsullrich2009-12-031-0/+1
|
* Add carp support for OpenVPN. Ticket #69pierrepomes2009-12-022-1/+7
|
* Show all widgets. Remove - button as there is no save mechanism at all for ↵sullrich2009-12-021-11/+2
| | | | this widget.
* Formatting cleanups. Increase buffer sizesullrich2009-12-023-96/+82
|
* Unbreak auto ugprade. Resolves #181sullrich2009-12-021-1/+1
|
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* Restore lost code. Noticed-by: Ermalsullrich2009-12-021-3/+20
|
* Disallow virtual IP addresses withing the range Ticket #50sullrich2009-12-021-4/+9
|
* Restore the external port range to. Resolves #192sullrich2009-12-021-0/+2
|
* Correctly set vtable classsullrich2009-12-021-1/+1
|
* Show correct availavble usable range and disallow using network or broadcast ↵sullrich2009-12-021-6/+15
| | | | address. Ticket #145
* Do not allow broadcast or the network address in the rangesullrich2009-12-021-26/+19
|
* Move { and } to same line.sullrich2009-12-021-6/+3
|
* Combine PPTP Server subnet and clients. Code imported from m0n0wall. ↵sullrich2009-12-021-35/+27
| | | | Ticket #139
* Put back a wrongly removed line.Ermal Luçi2009-12-021-0/+2
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-1/+0
|
* Reload dnsmasq after domain changes. Ticket #201sullrich2009-12-011-12/+13
|
* Ticket #146. Fix the autocompletion of ports aliases only for the ports and ↵Ermal Luçi2009-11-302-18/+17
| | | | host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)
* Ticket #146. Fix the autocompletion of ports aliases only for the ports and ↵Ermal Luçi2009-11-302-15/+13
| | | | host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this.
* Resolves #138 Add propper input validation to aliases. Do not allow to ↵Ermal Luçi2009-11-301-5/+14
| | | | nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
* Define full path to binariessullrich2009-11-291-2/+2
|
* Remove Headersullrich2009-11-291-1/+0
|
* Post against reboot.php and reboot instead of reinventing the wheel. Ticket ↵sullrich2009-11-291-6/+9
| | | | #191
* Do not show reboot notices twice. Resolves #191sullrich2009-11-291-10/+7
|
* Fix ' in alias description. Confirmed working fix for ticket #143jim-p2009-11-291-1/+2
|
* Notate what code does and remove XXXsullrich2009-11-291-1/+4
|
* clarify what is valid for input errors on hostnameChris Buechler2009-11-283-3/+3
|
* Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. ↵jim-p2009-11-2810-87/+7
| | | | Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
* include priv.incsullrich2009-11-288-0/+8
|
* Add select all buttonsullrich2009-11-281-0/+20
|
* Disabled is not a required fieldsullrich2009-11-281-1/+1
|
* Include priv.defs.incsullrich2009-11-288-2/+10
|
* Add listtopic. Remove tabsullrich2009-11-281-7/+5
|
* Automatically select the last known vhid + 1 when creating new entriessullrich2009-11-281-0/+14
|
* Verify carp VHIDS no matter what and compare to current id if needed ↵sullrich2009-11-281-8/+6
| | | | Resolves #189
* Search for <m0n0wall> not m0n0wallsullrich2009-11-281-1/+1
|
* Add openvpn client custom option. Ticket #103sullrich2009-11-281-1/+23
|
* Slow down updates for rate utilsullrich2009-11-281-1/+1
|
* Unbreak configuration sync. Resolves #182sullrich2009-11-281-9/+9
|
* Do not dedicate 16 characters to interface namesullrich2009-11-281-3/+3
|
* Add radius mac formatting GUI bits. The backend bits where already present. ↵sullrich2009-11-281-0/+26
| | | | Resolves #178
* Seperate diffserv box into a <select> dropdown. Hide item behind advanced ↵sullrich2009-11-283-8/+38
| | | | button. Move down one section near other advanced items. Resolves #60
* Diffserv code point is not a reqired fieldsullrich2009-11-281-1/+1
|
* Remove GMT time zone items which are actually reversed and confusing. ↵sullrich2009-11-281-0/+1
| | | | Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
* Use propper name for interface groups.Ermal Luçi2009-11-281-1/+1
|
* Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for ↵Ermal Luçi2009-11-282-17/+15
| | | | the second Q in QinQ.
OpenPOWER on IntegriCloud