summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct function name. Pointy-hat: jimp@Ermal2010-09-032-2/+2
|
* We no longer need system_usermanager_addcert.php, its redundant ↵jim-p2010-09-021-0/+1
| | | | functionality has been merged with system_certmanager.php
* Update sync code since CERT/CA have moved.jim-p2010-09-021-4/+8
|
* Remove two unused functions (now useless) and add a few more utility functions.jim-p2010-09-021-12/+48
|
* Upgrade code to merge user certificates with normal certificates.jim-p2010-09-021-0/+25
|
* Remove obsolete Bogons filesWarren Baker2010-09-021-0/+1
|
* These are obsolete now.Ermal2010-09-021-0/+2
|
* Upgrade code for pppoe.Ermal2010-09-022-1/+12
|
* Make possible to run multiple instances of pppoe server. Not yet switched to ↵Ermal2010-09-023-42/+45
| | | | 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-011-922/+922
| | | | as everything else.
* 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
|
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ↵Ermal2010-09-011-3/+5
| | | | 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 #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
|
* Use exec() for is_process_running since system() displays command output(not ↵Ermal2010-08-311-1/+2
| | | | sure why). Also handle captiveportal specially and use proper function to start/stop it.
* 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-311-9/+9
|
* Improve Namecheap DynDNS update response parsing.jim-p2010-08-311-3/+6
|
* Bring up openvpn up to speed and try to bring this file near to useful/readable.Ermal2010-08-311-4/+5
|
* Check for 0.0.0.0/0 to not be added to the table. It breaks stuff as in ↵Ermal2010-08-311-2/+2
| | | | http://forum.pfsense.org/index.php/topic,27963.0.html
* Check for 0.0.0.0/0 to not be added to the table. It breaks stuff as in ↵Ermal2010-08-311-1/+4
| | | | http://forum.pfsense.org/index.php/topic,27963.0.html
* Fix spelling error. Thanks-to: wagnoza (IRC)Ermal2010-08-311-1/+1
|
* Do proper checking on the interval used for dnswatch. Otherwise might pass ↵Ermal2010-08-311-1/+1
| | | | wrong parameters to dnswatch.
* Ticket #777. Allow long length of variables content to make happy ↵Ermal2010-08-311-1/+7
| | | | suhosin(whoever he his)!
* Make this more readble.Ermal2010-08-311-1/+1
|
* Ticket #860. Honor the parameter if passed.Ermal2010-08-311-0/+3
|
* Ticket #860. Correct code for proxyarp/choparp starting. Not sure why php ↵Ermal2010-08-311-5/+10
| | | | did not bail at some code here missing curlies :).
* Fix success test.jim-p2010-08-311-2/+5
|
* First try at a dyndns update type for Namecheap.com servers.jim-p2010-08-301-0/+28
|
* Check for less time available on remote nodeScott Ullrich2010-08-301-4/+4
|
* Only make one XMLRPC callScott Ullrich2010-08-301-101/+59
|
* Sync rolls if needed. This might be required if the operator removed/added ↵Scott Ullrich2010-08-301-0/+51
| | | | or changed the rolls on the master node
* Use enable voucher variableScott Ullrich2010-08-301-1/+1
|
* Revert "Restart dnsmasq on change in case of dns rebinding changes"Scott Ullrich2010-08-301-1/+0
| | | | This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.
* Restart dnsmasq on change in case of dns rebinding changesScott Ullrich2010-08-301-0/+1
|
* Add crl as a listtagjim-p2010-08-302-2/+2
|
* Fix formatting in if()Scott Ullrich2010-08-301-2/+2
|
* Detect and use a sample voucher page when vouchers are defined. Otherwise ↵Scott Ullrich2010-08-301-42/+119
| | | | default to the user/pass default page.
* Actually it should test the other way.Ermal2010-08-301-1/+1
|
OpenPOWER on IntegriCloud