Commit Graph

13519 Commits

Author SHA1 Message Date
jim-p
a2a7f74df4 Check for an empty <config/> as the first setting for a given package's config. When present, this breaks saving for certain packages (namely Squid's caching tab). 2010-04-04 00:58:08 -04:00
jim-p
bef28e2d56 Fix sortable to handle sorting of IP address columns properly. Resolves #469 2010-04-03 18:18:48 -04:00
Chris Buechler
8b69a3e14f fix text 2010-04-03 17:27:51 -04:00
Chris Buechler
12980094ca must use -f with pkill to find updaterrd.sh 2010-04-03 17:12:54 -04:00
Chris Buechler
0ad76ac860 fix editing of PARP ranges reverting to single entries, and duplicate "selected" in subnet_bits 2010-04-03 16:38:39 -04:00
Scott Ullrich
af5d9af284 Add iPad support 2010-04-03 16:03:44 -04:00
Chris Buechler
c42276dbdd switch these back to no state until sloppy is fixed 2010-04-03 15:10:49 -04:00
Ermal
3f115d0ed3 Use ipfw for deleting unused pipes too. 2010-04-02 15:28:29 +00:00
Ermal
d41e63b6ee Use ipfw to create the pipes/queues for pf dummynet rules, until we can catch up with dummynet v3. 2010-04-02 01:24:03 +00:00
Chris Buechler
703539b6ae fix text 2010-04-01 12:45:43 -04:00
Ermal
33c017b25a Remove update_dns_cache.sh it seems to have been used for hostnames in the filter ruleset which now is handled quite differently. 2010-03-31 23:08:17 +00:00
Ermal
87f2868788 Micro-optimization, no need to fork here just to get the file contents. 2010-03-31 21:16:36 +00:00
Ermal
9af4b31b7a Use stristr as a microoptimization. 2010-03-31 21:16:36 +00:00
Ermal
b42edc09fa Remove now unused code. 2010-03-31 17:45:59 +00:00
Ermal
534e5344ad Fix packages rule generation. 2010-03-31 17:43:38 +00:00
Ermal
2f678757bf Do not create faulty gateway entires with just defaultgw set it breaks logic. 2010-03-31 10:33:54 +00:00
Ermal
79afe4e471 Use new arguments passing style for dhcpleases. Ticket #374. 2010-03-31 09:51:20 +00:00
Ermal
d432ed925a Ticket #462. Remove references to slbd it is not used anymore. 2010-03-31 09:16:37 +00:00
Ermal
b97d85c029 Fix hosts file generation. 2010-03-29 19:01:43 +00:00
Ermal
547340c4b4 This is of no use. Disable until its writer shows up. 2010-03-29 17:28:25 +00:00
Ermal
c7f6019359 Ticket #449. Teach OpenVPN to reload only tunnels for the specified interface. Use this is rc.newwanip script to reload only these tunnels. 2010-03-29 17:22:32 +00:00
Ermal
9a985f9e4b Simplify code. 2010-03-29 16:48:10 +00:00
Ermal
62e74b4261 Remove PPP tab these all go to the system log now. 2010-03-29 16:08:05 +00:00
Ermal
e18f70ea97 Remove bogus char. Spotted-by:gnoahb@ 2010-03-29 16:00:19 +00:00
Ermal
1d4aca27fe Restore tun interface because it is still used by openvpn. 2010-03-29 14:57:56 +00:00
Ermal
c64d502893 Do not enable fastforwarding with ipsec. Silence command because default gw might not exist yet. 2010-03-29 14:45:02 +00:00
gnhb
68465fab8c Merge remote branch 'mainline/master' 2010-03-29 20:15:02 +07:00
gnhb
c90f247117 Changes to make PPP work again. mpd5 fails to establish a ppp link without
*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.
2010-03-29 20:03:55 +07:00
Ermal
3da49dc3ae Fix file names. 2010-03-29 11:10:53 +00:00
Ermal
051b178ac4 Be more strict on validations. 2010-03-29 11:00:30 +00:00
Ermal
92dd6a83f3 Make sure we do not error out and silence some errors. 2010-03-29 10:52:57 +00:00
gnhb
a216a03a00 Fix a few small bugs in new PPP code, and one type in pfsense-utils.inc 2010-03-29 14:29:15 +07:00
Ermal
a728d6f91e Remove bougs (. 2010-03-28 21:49:20 +00:00
Ermal
b28e084296 Propperly choose interface name from correct variable. 2010-03-28 21:13:28 +00:00
Ermal
c107a2ac27 Forgot re-editing. 2010-03-28 21:11:47 +00:00
Ermal
da75413def Fix interface assignment and re-edit 2010-03-28 21:11:22 +00:00
Ermal
822263b772 Fix displaying ppp ports. 2010-03-28 20:10:04 +00:00
Ermal
8dac2d1b86 Fix PPP assignment. 2010-03-28 20:05:19 +00:00
gnhb
5ca41f8b4f Don't need the rm -f statement when using > redirect to overwrite the
file, and add the "then" to the if statements
2010-03-28 22:04:13 +07:00
gnhb
158b5cc3fb Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN setting routine
so we don't have to set the pin every time if it's already set.
2010-03-28 22:00:33 +07:00
Ermal
29533e50b8 Be safer use the remote-ip address for adding route. 2010-03-27 08:17:01 +00:00
Ermal
1f0ddd30a8 Explicitly set the exit status of the script to not make mpd fail. 2010-03-27 08:09:02 +00:00
Ermal
8f4f1e3081 Use full patch to command and fix route add command parameter is -iface and not -if. 2010-03-27 08:02:43 +00:00
Ermal
9a4147d4a3 Tell that the interface is down. 2010-03-27 07:18:37 +00:00
Ermal
877fb374ab Ticket #447. Handle multiple instances propperly. 2010-03-27 07:10:47 +00:00
Ermal
f11237659b Ticket #447. Allow multiple innstances to be run. 2010-03-27 07:07:48 +00:00
Erik Fonnesbeck
b13efb0303 Only sync on the wireless clones that were reassigned. 2010-03-26 23:02:15 -06:00
Erik Fonnesbeck
003c0512bd A location where the shared wireless configuration should have been synced had been missed (reassigning interfaces). 2010-03-26 21:25:53 -06:00
Erik Fonnesbeck
b5582f49d2 Kill hostapd and wpa_supplicant when bringing the interface down. 2010-03-26 20:55:13 -06:00
Erik Fonnesbeck
c8178bb7dd Always kill both hostapd and wpa_supplicant, or they may stay running when WPA is disabled or even both can end up running when switching between AP and station modes. 2010-03-26 20:12:52 -06:00