summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch these back to no state until sloppy is fixedChris Buechler2010-04-031-4/+4
|
* Use ipfw for deleting unused pipes too.Ermal2010-04-021-1/+2
|
* Use ipfw to create the pipes/queues for pf dummynet rules, until we can ↵Ermal2010-04-022-6/+11
| | | | catch up with dummynet v3.
* fix textChris Buechler2010-04-011-2/+2
|
* Remove update_dns_cache.sh it seems to have been used for hostnames in the ↵Ermal2010-03-312-32/+0
| | | | filter ruleset which now is handled quite differently.
* Micro-optimization, no need to fork here just to get the file contents.Ermal2010-03-311-2/+1
|
* Use stristr as a microoptimization.Ermal2010-03-311-4/+4
|
* Remove now unused code.Ermal2010-03-311-16/+0
|
* Fix packages rule generation.Ermal2010-03-311-1/+1
|
* Do not create faulty gateway entires with just defaultgw set it breaks logic.Ermal2010-03-311-4/+2
|
* Use new arguments passing style for dhcpleases. Ticket #374.Ermal2010-03-311-1/+1
|
* Ticket #462. Remove references to slbd it is not used anymore.Ermal2010-03-315-107/+2
|
* Fix hosts file generation.Ermal2010-03-291-2/+1
|
* This is of no use. Disable until its writer shows up.Ermal2010-03-291-1/+1
|
* Ticket #449. Teach OpenVPN to reload only tunnels for the specified ↵Ermal2010-03-292-6/+15
| | | | interface. Use this is rc.newwanip script to reload only these tunnels.
* Simplify code.Ermal2010-03-291-4/+3
|
* Remove PPP tab these all go to the system log now.Ermal2010-03-2916-146/+2
|
* Remove bogus char. Spotted-by:gnoahb@Ermal2010-03-291-1/+1
|
* Restore tun interface because it is still used by openvpn.Ermal2010-03-291-1/+1
|
* Do not enable fastforwarding with ipsec. Silence command because default gw ↵Ermal2010-03-291-2/+2
| | | | might not exist yet.
* Merge remote branch 'mainline/master'gnhb2010-03-293-5/+8
|\
| * Fix file names.Ermal2010-03-291-2/+2
| |
| * Be more strict on validations.Ermal2010-03-291-2/+2
| |
| * Make sure we do not error out and silence some errors.Ermal2010-03-291-1/+4
| |
* | Changes to make PPP work again. mpd5 fails to establish a ppp link withoutgnhb2010-03-295-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | *some* username and password, so defaults are set if user enters nothing. Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was useless there with the new structure, and it caused all PPP links to attempt to connect when user presses "Save" even before they are assigned to LAN/WAN, etc. Also, fix up pfsense-utils.inc and status_interfaces.php to display more info on status_interfaces.php. Changed util.inc to allow cua* interfaces to be recognized as real interfaces as pfSense got "interface mismatch" at boot and forced user to reassign. Maybe someone else has a better way to do this.
* | Fix a few small bugs in new PPP code, and one type in pfsense-utils.incgnhb2010-03-292-7/+5
|/
* Remove bougs (.Ermal2010-03-281-1/+1
|
* Propperly choose interface name from correct variable.Ermal2010-03-281-4/+4
|
* Forgot re-editing.Ermal2010-03-281-6/+8
|
* Fix interface assignment and re-editErmal2010-03-282-7/+4
|
* Fix displaying ppp ports.Ermal2010-03-281-4/+1
|
* Fix PPP assignment.Ermal2010-03-281-2/+2
|
* Don't need the rm -f statement when using > redirect to overwrite thegnhb2010-03-281-4/+2
| | | | file, and add the "then" to the if statements
* Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN ↵gnhb2010-03-281-4/+10
| | | | | | setting routine so we don't have to set the pin every time if it's already set.
* Be safer use the remote-ip address for adding route.Ermal2010-03-271-2/+2
|
* Explicitly set the exit status of the script to not make mpd fail.Ermal2010-03-271-0/+1
|
* Use full patch to command and fix route add command parameter is -iface and ↵Ermal2010-03-271-4/+4
| | | | not -if.
* Tell that the interface is down.Ermal2010-03-271-0/+1
|
* Ticket #447. Handle multiple instances propperly.Ermal2010-03-271-1/+2
|
* Ticket #447. Allow multiple innstances to be run.Ermal2010-03-271-2/+2
|
* Only sync on the wireless clones that were reassigned.Erik Fonnesbeck2010-03-261-2/+4
|
* A location where the shared wireless configuration should have been synced ↵Erik Fonnesbeck2010-03-261-0/+1
| | | | had been missed (reassigning interfaces).
* Kill hostapd and wpa_supplicant when bringing the interface down.Erik Fonnesbeck2010-03-261-0/+7
|
* Always kill both hostapd and wpa_supplicant, or they may stay running when ↵Erik Fonnesbeck2010-03-261-7/+3
| | | | WPA is disabled or even both can end up running when switching between AP and station modes.
* Fix whitespace.Erik Fonnesbeck2010-03-261-7/+7
|
* Enable WAN and LAN in the default configuration.Erik Fonnesbeck2010-03-261-0/+2
|
* Fix killing mpd process for ppp.Ermal2010-03-271-3/+2
|
* Add enable bits.Ermal2010-03-271-0/+2
|
* Make lan/wan behave as all other interfaces.Ermal2010-03-274-15/+11
|
* Close console and web services for mpd.Ermal2010-03-271-2/+12
|
OpenPOWER on IntegriCloud