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).
Fix sortable to handle sorting of IP address columns properly. Resolves #469
fix text
must use -f with pkill to find updaterrd.sh
fix editing of PARP ranges reverting to single entries, and duplicate "selected" in subnet_bits
Add iPad support
switch these back to no state until sloppy is fixed
Use ipfw for deleting unused pipes too.
Use ipfw to create the pipes/queues for pf dummynet rules, until we can catch up with dummynet v3.
Remove update_dns_cache.sh it seems to have been used for hostnames in the filter ruleset which now is handled quite differently.
Micro-optimization, no need to fork here just to get the file contents.
Use stristr as a microoptimization.
Remove now unused code.
Fix packages rule generation.
Do not create faulty gateway entires with just defaultgw set it breaks logic.
Use new arguments passing style for dhcpleases. Ticket #374.
Ticket #462. Remove references to slbd it is not used anymore.
Fix hosts file generation.
This is of no use. Disable until its writer shows up.
Ticket #449. Teach OpenVPN to reload only tunnels for the specified interface. Use this is rc.newwanip script to reload only these tunnels.
Simplify code.
Remove PPP tab these all go to the system log now.
Remove bogus char. Spotted-by:gnoahb@
Restore tun interface because it is still used by openvpn.
Do not enable fastforwarding with ipsec. Silence command because default gw might not exist yet.
Merge remote branch 'mainline/master'
Changes to make PPP work again. mpd5 fails to establish a ppp link withoutsome username and password, so defaults are set if user enters nothing.Removed interface_ppp_configure call from interfaces_ppp_edit.php. It wasuseless there with the new structure, and it caused all PPP links to attempt...
Fix file names.
Be more strict on validations.
Make sure we do not error out and silence some errors.
Fix a few small bugs in new PPP code, and one type in pfsense-utils.inc
Remove bougs (.
Propperly choose interface name from correct variable.
Forgot re-editing.
Fix interface assignment and re-edit
Fix displaying ppp ports.
Fix PPP assignment.
Don't need the rm -f statement when using > redirect to overwrite thefile, and add the "then" to the if statements
Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN setting routineso 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.
Explicitly set the exit status of the script to not make mpd fail.
Use full patch to command and fix route add command parameter is -iface and not -if.
Tell that the interface is down.
Ticket #447. Handle multiple instances propperly.
Ticket #447. Allow multiple innstances to be run.
Only sync on the wireless clones that were reassigned.
A location where the shared wireless configuration should have been synced had been missed (reassigning interfaces).
Kill hostapd and wpa_supplicant when bringing the interface down.
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.
Fix whitespace.
Enable WAN and LAN in the default configuration.
Fix killing mpd process for ppp.
Add enable bits.
Make lan/wan behave as all other interfaces.
Close console and web services for mpd.
Redo most of the ppp interface handling to be consistent with the other mpd5 configurations. This way there is no more special handling for ppp around.
Remove nonsense.
Trivial change in position of counter.
Fixed error in command to send the PIN to the SIM card. Missing double quotes.
I have PPP with mpd5 working really well now, including setting the APN and APNNumber, and the SIM PIN and wait time for the SIM to settle after the PIN isentered.
Still no work on multilink PPP with serial port links.
Right now the code creates the mpd.secret file. I tested it using the set auth...
Send signal to the dhcpleases daemon using its pidfile if it is running to reload.
Correct MATCH name.
Actually pass the parameter to the dnsmasq where to read its hosts file from.
Fix parameters
Use the new tool to monitor active leases.
Fix code to show warnings properly.
Catch up with php5
Fix typo.
Upps use correct variable. Reported-by: kaarposoft(forum)
Fix checks. Reported-by: Efonne
Catch up with php5. Reported-by: http://forum.pfsense.org/index.php/topic,23860.0.html
Ticket #318. Add an option to updater settings to allow updates for images with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
Prevent upgrade/spurious errors from happening.
Generate hosts entries for all ips configured.
'@' Is also a valid PPPoE username character.
Redirect to the correct page after deleting an item.
Actually its dns2 for the second entry.
backup_config() does not need to be wrapped with conf_mount_rw().
Unbreak ACB
Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
Resolve problems with dns server setup when allow override is set. Also add static routes for all nameservers to be friendly with multiwan.
Remove duplicate proxy entry
The user owner of /dev/pf is root the group will be left to proxy to allow packages to become member of this group to modify firewall.
Rename import to bulk import. Suggested-by: Chris Horn
Ticket #313. Use $myurl when calling fixup_string to get the URL for the image link.
To pick the starting tab on Services: DHCP server, use the same logic as used for creating tabs to make sure the first tab really gets selected.
Adding alias updater
Use url consistently
Add unzip support if unzip binary exists
Fix text
Disable update freqency
Use URL
Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.
Add needed includes.
Do not output twice the same text
Unbreak aliases generation in the ruleset. Yesterday fixing large aliases broke shorter ones.
Fix parsign of packages xml.