summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* fix textChris Buechler2010-01-011-1/+1
|
* fix up textChris Buechler2009-12-311-3/+3
|
* fix racoon restartChris Buechler2009-12-311-0/+1
|
* Do not output prototype.js twiceScott Ullrich2009-12-311-1/+0
|
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-312-3/+36
|
* fix RRD graphs for queuesChris Buechler2009-12-311-0/+1
|
* When exec_php is called detect i the variable toreturn is present and if so ↵Scott Ullrich2009-12-301-1/+5
| | | | forumulate it into a xmlresponse in order to return structured data.
* Use _REQUESTScott Ullrich2009-12-301-2/+2
|
* fix textChris Buechler2009-12-301-1/+1
|
* Ticket #261 Do not consider ports as hostnames. This changes the is_port ↵Ermal Luçi2009-12-301-7/+2
| | | | function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
* Ticket #258 fix regression.Ermal Luçi2009-12-291-2/+7
|
* These patches give you a display of the uptime of the active PPP linkScott Ullrich2009-12-291-0/+7
| | | | | | | | | | | | | | on the "Status-> Interfaces" page, and also logging on /conf (to survive reboot) of uptimes of each session after it is closed. In addition, the status_interfaces.php page displays the cumulative uptime total so users can manage their links that are on pay by the minute arrangements. Shortcomings: partial minutes are just added as cumulative seconds where most providers probably charge you for a minute after you're 1 second into that minute. I may fix this later. Submitted-by: Gabriel B
* Do not skip lan on the multi lan wizard.Ermal Luçi2009-12-291-2/+0
|
* Use propper field names.Ermal Luçi2009-12-292-4/+4
|
* correct function nameChris Buechler2009-12-261-1/+1
|
* fix imagesChris Buechler2009-12-261-2/+2
|
* fix roll imagesChris Buechler2009-12-261-3/+3
|
* display + image, clean up white spaceChris Buechler2009-12-261-7/+9
|
* fix typoChris Buechler2009-12-261-1/+1
|
* use theme image, not hard coded oneChris Buechler2009-12-261-1/+1
|
* fix typo and text alignmentChris Buechler2009-12-261-2/+2
|
* Add graphing for 3G cellular modems.thompsa2009-12-272-1/+30
|
* Do not mark non-required fields as required.Ermal Luçi2009-12-261-3/+3
|
* Simplify a lot the code of rate extracting.Ermal Luçi2009-12-251-24/+3
|
* Nuke pkg_build_filter_rules();. It would have never covered reinstallation ↵Scott Ullrich2009-12-241-3/+1
| | | | cases.
* Fix webgui protocol detection here, too.jim-p2009-12-241-1/+1
|
* Fix wizard webgui URL usage so it chooses https/http properly for refresh ↵jim-p2009-12-241-3/+3
| | | | link and logo link
* Fix the quotes on this line.jim-p2009-12-241-1/+1
|
* Add another ID so password confirmation fields also get this style applied ↵jim-p2009-12-241-1/+1
| | | | (Fixes PPTP user edit screen, possibly others)
* Remove pptp_subnet from page as it isn't used or set, and breaks saving. ↵jim-p2009-12-241-20/+2
| | | | Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.
* Do not automatically save the monitor if it is not explicitly filled in. ↵Seth Mos2009-12-242-7/+50
| | | | | | Leave the monitor field empty when it is not filled in. Show a configured monitor address on the system_gateways.php page.
* Style fixes for the interfaces page, use switch instead of a large if,elseif ↵Seth Mos2009-12-241-104/+178
| | | | | | | | procedure. Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to manually add one.
* Adding latest dom_TT. Fixes #202 Thanks to RobisCoolScott Ullrich2009-12-233-23/+225
|
* Updating to 1.8.3Scott Ullrich2009-12-239-1065/+1623
|
* Add advacnced custom options box Ticket #234Scott Ullrich2009-12-231-1/+16
|
* Remove debugging alertScott Ullrich2009-12-231-1/+0
|
* Unbreak adding gateway #238Scott Ullrich2009-12-232-1/+3
|
* Add FreeBSD handbook to Help menuScott Ullrich2009-12-231-0/+1
|
* Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The ↵Ermal Luçi2009-12-231-0/+2
| | | | other clones are handled half way but should work ok.
* Commit fix present in Ticket #244.Ermal Luçi2009-12-231-0/+2
|
* Bind to correct fields for the PPPoE/PPTP credentials.Ermal Luçi2009-12-221-4/+4
|
* Unbreak remote-ip box. Mpd is now starting for ppptp serverScott Ullrich2009-12-221-14/+1
|
* Add forgotten curly.Ermal Luçi2009-12-221-1/+1
|
* * Fix alias handling around the repo.Ermal Luçi2009-12-221-9/+5
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* show proper commasChris Buechler2009-12-211-1/+1
|
* Fix status page to correctly itterate the gateways arraySeth Mos2009-12-211-5/+8
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-211-12/+19
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* fix for disabled theme selectionChris Buechler2009-12-211-1/+3
|
* increase the default cert lifetimeChris Buechler2009-12-213-3/+3
|
OpenPOWER on IntegriCloud