summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* We no longer need system_usermanager_addcert.php, its redundant ↵jim-p2010-09-022-294/+0
| | | | functionality has been merged with system_certmanager.php
* Allow creating a user certificate, pre-fill some info, direct back to user ↵jim-p2010-09-022-57/+138
| | | | edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
* Adjust add link.jim-p2010-09-021-1/+1
|
* Adjust the user manager to use cert references on the user instead of the ↵jim-p2010-09-021-7/+12
| | | | actual certs.
* When generating a user cert, put it in with the rest of the certificates and ↵jim-p2010-09-021-2/+5
| | | | store a reference in the user.
* Only allow a certificate to be deleted if it is not currently in use.jim-p2010-09-021-1/+7
|
* Show was a certificate is used for, if anything.jim-p2010-09-021-2/+20
|
* Remove obsolete Bogons filesWarren Baker2010-09-021-110/+0
|
* Added missing Save message.Warren Baker2010-09-021-0/+1
|
* Remove redundant 'Show Bogons' link and added Bogons list to Diagnostics -> ↵Warren Baker2010-09-022-3/+23
| | | | Tables while preserving the same download functionality.
* Fix typo: s/write_confg/write_config/Vinicius Coque2010-09-021-1/+1
|
* Add my copyright.Ermal2010-09-021-0/+1
|
* Forgot to add the new file for pppoe.Ermal2010-09-021-0/+610
|
* Make possible to run multiple instances of pppoe server. Not yet switched to ↵Ermal2010-09-024-745/+105
| | | | mpd4.
* Fix line endings on remaining files that did not have the same line endings ↵Erik Fonnesbeck2010-09-0110-2859/+2859
| | | | as everything else.
* CA/CERT Movejim-p2010-09-018-25/+25
|
* CA/CERT Movejim-p2010-09-012-15/+15
|
* Just take action when there is a file otherwise just call filter_reload.Ermal2010-09-011-25/+25
|
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ↵Ermal2010-09-014-37/+49
| | | | a route/vip on a tmp file and make use that information when apply settings buttons is clicked. This makes the gui behave as expected.
* Ticket #568. Do not show the save/cancel buttons on the edit page of ↵Ermal2010-09-013-43/+45
| | | | firewall rules if that are advanced options set.
* Make a refid even for user certs.jim-p2010-08-312-0/+2
|
* Use exec() for is_process_running since system() displays command output(not ↵Ermal2010-08-311-5/+18
| | | | sure why). Also handle captiveportal specially and use proper function to start/stop it.
* More fixes to status services.Ermal2010-08-312-9/+6
|
* Namecheap doesn't need a username, just hostname+password.jim-p2010-08-311-0/+1
|
* No functional changes just remove redundant code.Ermal2010-08-311-5/+0
|
* More fixes to openvpn to catch up with latest changes.Ermal2010-08-311-5/+5
|
* Correctly pass parameters for openvpn.Ermal2010-08-311-4/+4
|
* Better require_once.Ermal2010-08-311-1/+1
|
* Bring up openvpn up to speed and try to bring this file near to useful/readable.Ermal2010-08-311-23/+27
|
* Forced commit to note that should have read RFC952Scott Ullrich2010-08-311-2/+2
|
* Forced commit to note that should have read RFC952Scott Ullrich2010-08-311-1/+1
|
* Do not allow a numeric starting character or an ending hyphen in DHCP ↵Scott Ullrich2010-08-311-0/+6
| | | | hostnames according to RFC1123
* Fixes #862. Check if we have filter rules or nat rules.Ermal2010-08-311-16/+20
|
* Ticket #777. Use Base64 encoding for file content so javascript/php does not ↵Ermal2010-08-311-3/+3
| | | | get confused!
* Ticket #733. Provide a description that custom bandwidths cannot exceed 30% ↵Ermal2010-08-314-4/+12
| | | | of entered bandwidths for interfaces/links.
* Ticket #543. Do not allow to change an interface already configured to a ↵Ermal2010-08-312-2/+11
| | | | type none if it is referenced by VIPs and also do not allow VIPs to be configured on an interface with type none. Maybe the latest should be relaxed to only disallow this for ipaliases?!
* Ticket #834. Check if the passed value is an url too. Seem they are valid ↵Ermal2010-08-311-1/+1
| | | | inputs for tftp cases.
* Ticket #859. Remove strange character at the end of the xml. Also fix my ↵Ermal2010-08-311-3/+1
| | | | name partially since our parser does not allow my special character there.
* First try at a dyndns update type for Namecheap.com servers.jim-p2010-08-302-7/+11
|
* Fix text for the source port note on firewall rules.Erik Fonnesbeck2010-08-301-1/+1
|
* Move to javascript/Scott Ullrich2010-08-301-0/+0
|
* Adding base64 js codeScott Ullrich2010-08-301-0/+142
|
* Restart dnsmasq on change in case of dns rebinding changes -Scott Ullrich2010-08-301-0/+2
|
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-302-3/+1
| | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-302-1/+3
|
* Add a note about pressing cancel if user does not want to recreate the vouchersScott Ullrich2010-08-301-1/+1
|
* Avoid the error: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2010-08-301-3/+4
| | | | /usr/local/www/services_dhcp.php on line 256
* Use complete path to call bottom-loader.js because we have chdir on some ↵Renato Botelho2010-08-301-1/+1
| | | | places that break it (e.g. status -> rrd_graph)
* Correct checking if a ppp is in use to not allow accidental deletions.Ermal2010-08-301-1/+1
|
* Add Captive Portal voucher database sync to secondary nodes. How this ↵Scott Ullrich2010-08-301-262/+450
| | | | | | works is you designate one of your access points with a voucher database as the master and then on the slave nodes you setup the 4 fields on the voucher edit screen. This will then sync the voucher database and anytime someone attempts to authenticate the slave nodes will use XMLRPC over to the master node to ensure that the voucher has not been used, etc. Add generate certificate option on the voucher edit screen
OpenPOWER on IntegriCloud