summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Do not create blank entriesScott Ullrich2010-07-301-4/+6
|
* Oops, add /32 to addressScott Ullrich2010-07-301-2/+2
|
* Do not prompt to create an alias for items that cannot be resolvedScott Ullrich2010-07-301-8/+14
|
* Default to network and use /32 to make it easier to expand these into ↵Scott Ullrich2010-07-301-2/+2
| | | | blocking entire netblock rules, etc
* Indent checksScott Ullrich2010-07-301-20/+20
|
* Add option to create an alias from a dns lookup. If the alias exists it ↵Scott Ullrich2010-07-301-0/+56
| | | | will prompt to overwtrite
* Handle cases when source or destination is not enabled and you end up with ↵Scott Ullrich2010-07-301-0/+3
| | | | an offset error
* Ooops, uncomment test caseScott Ullrich2010-07-301-2/+4
|
* Set ipaddr to first array entryScott Ullrich2010-07-301-1/+1
|
* Teach the DNS Lookup util to grok multiple host entriesScott Ullrich2010-07-301-2/+20
|
* Show all tables present in the tables ruleset on the diag overload tables.Ermal2010-07-291-7/+10
|
* Fixes #768. Do not show twice the table that is selected.Ermal2010-07-291-3/+2
|
* Adding utility to show and maintain overflow tablesScott Ullrich2010-07-281-1/+1
|
* Fix ps command in packet capture screen. Ticket #766pierrepomes2010-07-281-1/+1
|
* fix text, use more sane default snaplen, remove bunk bridge check. Still one ↵Chris Buechler2010-07-281-4/+4
| | | | problem here, it doesn't display anything in the output box in the web interface though it's running the correct command and the pcap file is fine.
* Sync wireless settings first to be sure it displays the actual settings that ↵Erik Fonnesbeck2010-07-281-0/+2
| | | | will be used when the interface is configured.
* Add a checkbox to make syncing shared wireless settings to a central area ↵Erik Fonnesbeck2010-07-281-1/+14
| | | | optional.
* Change wireless configuration heading to be more specific.Erik Fonnesbeck2010-07-281-1/+1
|
* Don't maintain a membership for the 'all' group when it includes everyone. ↵jim-p2010-07-281-1/+4
| | | | Just return it for everyone if the 'all' group is requested. For the count of the 'all' group, just return a count of all the users on the system. Fixes #613
* Fixes #761. Remove some wrong copy/pasto code.Ermal2010-07-281-23/+19
|
* Fixes #761. Correctly bring down/up all vips based on the button click in ↵Ermal2010-07-281-7/+34
| | | | the webGUI.
* fix several cosmetic issues. add an icon type for the "both" direction, fix ↵Chris Buechler2010-07-282-8/+22
| | | | icons for other directions
* clarify textChris Buechler2010-07-281-1/+1
|
* add patch from vcoque to fix gettextChris Buechler2010-07-271-2/+4
|
* Allow setting <remote_managed_pages><item> page items such as ↵Scott Ullrich2010-07-271-0/+13
| | | | /services_captiveportal.php which signals the GUI that the contents of the page are being controlled from a remote machine and disallow the GUI page from being edited.
* Do not blacklist radius for authentication method on the webGUI.Ermal2010-07-271-2/+0
|
* Fixes #745. Validate group name against existing interfaces.Ermal2010-07-271-0/+5
|
* Fix test for checking the prefer old IPsec SA box.jim-p2010-07-271-1/+1
|
* Fix path to dhcpd.conf in status.phpjim-p2010-07-271-1/+1
|
* Use more appropriate advice here for community stringChris Buechler2010-07-251-1/+1
|
* Correct my email address, adjust copyright to 2010smos2010-07-2413-13/+13
|
* Add the openvpn users graph, add the colors to all the themes colors ↵smos2010-07-249-2/+34
| | | | | | include. Add vpn tab on the settings page, it didn't show although it should.
* remove empty note, redirect to correct pageChris Buechler2010-07-231-3/+3
|
* Add OpenVPN users database, sync the tabs on the settings page.smos2010-07-232-31/+38
| | | | Graphing page doesn't know about openvpn users yet. But that's ok.
* The custom graph option now works, this needs for a certain someone tosmos2010-07-231-47/+79
| | | | | | integrate a nice date picker that updates the fields with the correct seconds. Add tab for VPN databases which we don't have yet.
* Further correct week graph, weeks start at monday, not sunday. Makesmos2010-07-231-3/+11
| | | | previous week work too.
* Fix the glob() to return only the files, not the pathnames, use chdir()smos2010-07-232-8/+10
| | | | | | before. Fix a possible injection of ../ in the database path by using basename() Fix the week graph math so it is correct.
* Add a subnet option to allowed ip addresses on CP.Ermal2010-07-222-0/+17
|
* Use correct boolean values as the logic implies.Ermal2010-07-221-1/+1
|
* only match with a space behind the IP, otherwise 10.0.0.6 CARP IP may match ↵Chris Buechler2010-07-211-1/+1
| | | | against interface IP 10.0.0.60, and show incorrect info on the CARP status page
* Remove priority from HFSC it is a null config option. Center most of the ↵Ermal2010-07-211-5/+5
| | | | text in the center of a <td> and add some space between objects.
* Fix typosjim-p2010-07-201-2/+2
|
* Replace this exec to find with a glob(). Fixes #751.jim-p2010-07-201-3/+1
|
* Only perform this check if the group being created actually has members.jim-p2010-07-191-4/+6
|
* Commit first stab at a custom graph tab. Doesn't do anything yet, shouldn't ↵smos2010-07-181-11/+59
| | | | break any existing graphs.
* fix double click to editChris Buechler2010-07-171-1/+1
|
* correctly add new pass-through MAC entriesChris Buechler2010-07-171-4/+5
|
* Do not allow "0" for PPTP users. Default to 16 clients.jim-p2010-07-151-2/+3
|
* round the date calculation result so that it results in 1 month insteadsmos2010-07-152-6/+6
| | | | of 4 weeks which looks strange.
* Fix the calculus so the date goes backwardssmos2010-07-151-13/+14
|
OpenPOWER on IntegriCloud