summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use the new events mechanisms to dispatch events.Ermal2010-09-0711-18/+44
|
* Ticket #876. Remove old status file of apinger before restarting because it ↵Ermal2010-09-061-1/+2
| | | | might confuse gui.
* Actually there is a script that will run ntpd on bootup. Revert partially ↵Ermal2010-09-061-0/+3
| | | | the change to fix ntp.
* Fix ntpd starting at boot time and also status->services ↵Ermal2010-09-061-5/+2
| | | | checking/stop/start/restart display. Previously ntpd would not start at all either though it should.
* Add upgrade code for NAT 1:1 rules and bump config version.Erik Fonnesbeck2010-09-052-1/+24
|
* Fix reflection on 1:1 rules and properly reinitialize the variable holding ↵Erik Fonnesbeck2010-09-051-4/+9
| | | | the CIDR mask on each iteration of the loop since having none specified is allowed.
* Do this check earlier rather than later, instead of moving the ↵Erik Fonnesbeck2010-09-031-1/+12
| | | | interface_bring_down call.
* Revert "Rearrange function calls for wireless to prevent killing ↵Erik Fonnesbeck2010-09-031-6/+5
| | | | | | hostapd/wpa_supplicant at the wrong time." This reverts commit e93385d06ddf0e2888b3f5ee5764992a19f99120.
* Revert "Ticket #867. Do not destory interfaces other than preventing a loop ↵Erik Fonnesbeck2010-09-031-5/+1
| | | | | | for ppp interfaces during interface configuration." This reverts commit 990fb7a9a9b03f744c56792011f1c1e2950ce764.
* Protect against wpa_supplicant dying when bringing down interfaces to change ↵Erik Fonnesbeck2010-09-031-0/+14
| | | | wireless regulatory configuration.
* Ticket #873. Call write_config() before including file to avoid loosing ↵Ermal2010-09-031-110/+149
| | | | already done modifications. While here do some code cleanup and formating to make it more readble.
* Rearrange function calls for wireless to prevent killing ↵Erik Fonnesbeck2010-09-031-5/+6
| | | | | | | hostapd/wpa_supplicant at the wrong time. - Moved interface_wireless_configure call to after the new location of the interface_bring_down call to prevent it from killing hostapd and wpa_supplicant right after they start. - Replaced the original interface_wireless_configure call with the call to the wireless cloning function so that the interface still exists soon enough in the function.
* Ticket #843. Disable for now bringing down the interface unless we want to ↵Ermal2010-09-031-2/+4
| | | | destroy it. While this is not all correct this seems to help alleviate problems when the parent is shared on cloned types.
* Allow 1:1 rules to specify source and destination. This is almost the same ↵Ermal2010-09-031-26/+42
| | | | as on Port Forward tab rules without protocol and ports.
* Actually decode before writing to mpd.secret. Alos correct variable names. ↵Ermal2010-09-031-1/+1
| | | | Discovered-by: Efonne(IRC)
* Base64 encode passowrd fields for safer operations. Suggested-by: Efonne(IRC)Ermal2010-09-031-1/+1
|
* 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-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
|
OpenPOWER on IntegriCloud