summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a central location that shared wireless settings will sync to/from.Erik Fonnesbeck2010-07-281-0/+11
|
* Only output these messages when booting.jim-p2010-07-281-3/+6
|
* Move the required once in a more appropriate place.Ermal2010-07-281-1/+2
|
* Add an LED pattern function for assigning interfaces, and enable its use. ↵jim-p2010-07-282-0/+20
| | | | When finished, switch back to the bootup pattern.
* Don't maintain a membership for the 'all' group when it includes everyone. ↵jim-p2010-07-282-1/+7
| | | | 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
* Remove config.extra.xml, I will just merge the remote configuration areas ↵Scott Ullrich2010-07-281-21/+1
| | | | right into config.xml
* 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.
* bump to BETA4Chris Buechler2010-07-281-1/+1
|
* 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
|
* Comment out this line for now, since it was preventing config saving.Erik Fonnesbeck2010-07-271-1/+3
|
* use more efficient is_macaddr from bblacey on forumChris Buechler2010-07-271-16/+2
|
* partially fix Status>CARP enable/disableChris Buechler2010-07-271-0/+1
|
* add patch from vcoque to fix gettextChris Buechler2010-07-271-2/+4
|
* Remove trailing newlineScott Ullrich2010-07-272-2/+2
|
* If config.extra.xml exists parse and merge its contents into the array as ↵Scott Ullrich2010-07-271-4/+34
| | | | long as we are not writing out the config.
* 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.
* Require radius.inc if the webGUI is using radius as the method.Ermal2010-07-271-1/+2
|
* Do not blacklist radius for authentication method on the webGUI.Ermal2010-07-271-2/+0
|
* Add micro optimization.Ermal2010-07-271-0/+1
|
* Ticket #725. Before falling back to the default gw interface search even ↵Ermal2010-07-271-4/+26
| | | | static routes. Also catch up with routing code on how to find the default gw.
* Fixes #745. Validate group name against existing interfaces.Ermal2010-07-271-0/+5
|
* Fix variable name for consistency.jim-p2010-07-271-1/+1
|
* Fix test of preferoldsa to check the proper variable name.jim-p2010-07-271-1/+1
|
* 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
|
* Disable SSL peer verification in cURL. Also, explicitly set FOLLOWLOCATION ↵jim-p2010-07-261-0/+3
| | | | to make sure that we can redirect properly. Both of these are needed to fix snort rule downloads.
* Change this find to a chdir/glob.jim-p2010-07-261-2/+2
|
* partially fix linkup. ticket #656Chris Buechler2010-07-251-0/+6
|
* Use more appropriate advice here for community stringChris Buechler2010-07-251-1/+1
|
* Shift all the top fields by one, seems like top output has changed.smos2010-07-241-1/+1
|
* Correct my email address, adjust copyright to 2010smos2010-07-2415-15/+15
|
* 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.
* fix path to nsupdateChris Buechler2010-07-241-1/+1
|
* add apinger.log here too to silence error at bootChris Buechler2010-07-241-1/+4
|
* 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-233-236/+285
| | | | Graphing page doesn't know about openvpn users yet. But that's ok.
* Add OpenVPN traffic statistics for all configured OpenVPN serversmos2010-07-231-0/+9
| | | | instances, this adds traffic and packets.
* 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-223-2/+22
|
* Use correct boolean values as the logic implies.Ermal2010-07-221-1/+1
|
* Even on child queue honor when bandwidth is empty for HFSC this is valid.Ermal2010-07-221-9/+3
|
* If no bandwidth specified for root queue honor this decision and generate ↵Ermal2010-07-221-8/+7
| | | | proper rules.
* Ticket #655. Another try at this.Ermal2010-07-221-6/+6
|
* Fixes #463. Actually define the correct variable so the pptp rdr rules can ↵Ermal2010-07-221-12/+4
| | | | be added to the config.
* Fixes #741. Restore behaviour of CP in 1.2.x by allowing in ipfw rules ↵Ermal2010-07-221-33/+2
| | | | anything to the host ip on the interfaces configured for CP.
* only match with a space behind the IP, otherwise 10.0.0.6 CARP IP may match ↵Chris Buechler2010-07-212-3/+3
| | | | against interface IP 10.0.0.60, and show incorrect info on the CARP status page
OpenPOWER on IntegriCloud