summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade user data too for new pppoe world.Ermal2010-09-031-0/+11
|
* Correct function name. Pointy-hat: jimp@Ermal2010-09-032-2/+2
|
* We no longer need system_usermanager_addcert.php, its redundant ↵jim-p2010-09-023-294/+1
| | | | 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.
* Update sync code since CERT/CA have moved.jim-p2010-09-021-4/+8
|
* Only allow a certificate to be deleted if it is not currently in use.jim-p2010-09-021-1/+7
|
* Remove two unused functions (now useless) and add a few more utility functions.jim-p2010-09-021-12/+48
|
* Show was a certificate is used for, if anything.jim-p2010-09-021-2/+20
|
* Upgrade code to merge user certificates with normal certificates.jim-p2010-09-021-0/+25
|
* Remove obsolete Bogons filesWarren Baker2010-09-022-110/+1
|
* 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.
* These are obsolete now.Ermal2010-09-021-0/+2
|
* Fix typo: s/write_confg/write_config/Vinicius Coque2010-09-021-1/+1
|
* Upgrade code for pppoe.Ermal2010-09-023-2/+13
|
* 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-027-787/+150
| | | | mpd4.
* Bump 7.1 -> 8.1Warren Baker2010-09-022-2/+2
|
* keep src-nodes the same as states, as it is by default. in some ↵Chris Buechler2010-09-021-0/+2
| | | | circumstances this can limit per-host connections
* Revert "Since IPFW is redirecting to the captive portal running on 127.0.0.1:"Scott Ullrich2010-09-011-1/+0
| | | | This reverts commit d624c7902cf71d8fe739fd68595784949902a948.
* Since IPFW is redirecting to the captive portal running on 127.0.0.1:Scott Ullrich2010-09-011-0/+1
| | | | | | | | | | | | 65531 11375 1820680 fwd 127.0.0.1,8000 tcp from any to any in We need to permit traffic from the Captive Portal interface to 127.0.0.1. Otherwise the portal will not come up without a seperate rule allowing it or a allow all rule. How to reproduce: Set your captive portal interface rule to allow traffic from its subnet to it's subnet. IE: * OPT1 net * OPT1 net * * none Try using the captive portal. Now add in this commit and the portal should work without a dedicated user rule permitting traffic to 127.0.0.1. The other solution is to change the IPFW fwd to redirect to the Captive Portal interface IP address in question but this is much easier and just as clean.
* Add even carp ips to the sloppy state filter rules of CP.Ermal2010-09-011-1/+12
|
* Fix line endings on remaining files that did not have the same line endings ↵Erik Fonnesbeck2010-09-0111-3781/+3781
| | | | as everything else.
* CA/CERT Movejim-p2010-09-018-25/+25
|
* CA/CERT Movejim-p2010-09-012-15/+15
|
* CA/CERT Movejim-p2010-09-013-19/+19
|
* Bump version of config so upgrade code will run.jim-p2010-09-011-1/+1
|
* Moving certs and ca out from under system. Provide upgrade code to move ↵jim-p2010-09-011-23/+33
| | | | existing certs.
* And some safe belts to prevent wrong lines in inetd.confErmal2010-09-011-2/+4
|
* 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-015-40/+54
| | | | 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.
* Ticket #867. Do not destory interfaces other than preventing a loop for ppp ↵Ermal2010-09-011-1/+5
| | | | interfaces during interface configuration.
* also include split_dns, as Cisco VPN clients won't query across the VPN ↵Chris Buechler2010-09-011-2/+4
| | | | without it.
* There are no interfaces stored in static routes. Correct code for that.Ermal2010-08-311-3/+1
|
* 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-312-6/+20
| | | | sure why). Also handle captiveportal specially and use proper function to start/stop it.
* More fixes to status services.Ermal2010-08-312-9/+6
|
* Correct binaries and find_dhclient_processErmal2010-08-312-3/+5
|
* $g is needed here.Ermal2010-08-311-0/+2
|
* Ticket #485. Correct code and use pkill/pgrep to match or kill process. ↵Ermal2010-08-312-62/+58
| | | | Since these utilities know how to handle pidfiles and exact matches on process names.
* Namecheap doesn't need a username, just hostname+password.jim-p2010-08-312-9/+10
|
* Improve Namecheap DynDNS update response parsing.jim-p2010-08-311-3/+6
|
* 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
|
OpenPOWER on IntegriCloud