summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-278-267/+164
| | | | configurations. This way there is no more special handling for ppp around.
* Remove nonsense.Ermal2010-03-261-1/+1
|
* Trivial change in position of counter.gnhb2010-03-261-1/+1
|
* Fixed error in command to send the PIN to the SIM card. Missing double quotes.gnhb2010-03-261-1/+1
|
* I have PPP with mpd5 working really well now, including setting the APN and APNgnhb2010-03-267-189/+1970
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Number, and the SIM PIN and wait time for the SIM to settle after the PIN is entered. 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 password <password> syntax in the mpd.conf file and got errors so I kept the mpd.secret file generation. PPP for modems does need the mpd.script file. It's the chat script file for the link establishment. Right now it has to be in /usr/local/sbin/mpd.script, and it's linked to /var/etc/ at boot time when ppp is first configured. I also took away the "Dialcmd" field in the PPP setup page (and a couple others) because the script is rather comprehensive and is designed to handle many modems. My two 3G modems worked without modification to the script. I did have to modify the scrip to handle the setting of APN and SIM PINs. I made the Init String field work, and the default init commands in the ATT&T, Verizion, and Sprint defaults now come up in the Init String field. You also no longer should put an "AT" at the beginning of modem commands entered in the web page because the script does that for you. I implemented interface renaming and that simplified the new code a lot, so that's nice. Now ppp interfaces start with ppp0 and go up as you add more. This patch refers to the ppp-linkup and linkdown scripts in the /usr/local/sbin/ directory so custom PPP linkup and linkdown scripts are not needed anymore. The persistent uptime tracking is still an open issue, but it works within each connected session. I'm already experiencing much smother conditions with mpd5 for PPP on 3G than I was with userland ppp. It's very nice.
* Send signal to the dhcpleases daemon using its pidfile if it is running to ↵Ermal2010-03-261-2/+10
| | | | reload.
* Correct MATCH name.Ermal2010-03-261-1/+1
|
* Actually pass the parameter to the dnsmasq where to read its hosts file from.Ermal2010-03-261-4/+3
|
* Fix parametersErmal2010-03-261-2/+2
|
* Use the new tool to monitor active leases.Ermal2010-03-263-72/+5
|
* Fix code to show warnings properly.Ermal2010-03-251-19/+14
|
* Catch up with php5Ermal2010-03-251-1/+1
|
* Fix typo.Ermal2010-03-251-1/+1
|
* Upps use correct variable. Reported-by: kaarposoft(forum)Ermal2010-03-241-1/+1
|
* Fix checks. Reported-by: EfonneErmal2010-03-241-3/+3
|
* Catch up with php5. Reported-by: ↵Ermal2010-03-241-7/+10
| | | | http://forum.pfsense.org/index.php/topic,23860.0.html
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-243-4/+30
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Prevent upgrade/spurious errors from happening.Ermal2010-03-241-1/+1
|
* Generate hosts entries for all ips configured.Ermal2010-03-241-10/+7
|
* '@' Is also a valid PPPoE username character.jim-p2010-03-241-1/+1
|
* Redirect to the correct page after deleting an item.Erik Fonnesbeck2010-03-241-1/+1
|
* Actually its dns2 for the second entry.Ermal2010-03-231-1/+1
|
* backup_config() does not need to be wrapped with conf_mount_rw().Ermal2010-03-231-3/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-2317-24/+65
| | | | 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.
* Unbreak ACBScott Ullrich2010-03-231-0/+3
|
* Resolve problems with dns server setup when allow override is set. Also add ↵Ermal2010-03-234-20/+17
| | | | static routes for all nameservers to be friendly with multiwan.
* Remove duplicate proxy entryErmal2010-03-231-1/+0
|
* The user owner of /dev/pf is root the group will be left to proxy to allow ↵Ermal2010-03-231-1/+1
| | | | packages to become member of this group to modify firewall.
* fix textChris Buechler2010-03-221-1/+1
|
* fix textChris Buechler2010-03-221-1/+1
|
* Rename import to bulk import. Suggested-by: Chris HornScott Ullrich2010-03-202-2/+2
|
* Ticket #313. Use $myurl when calling fixup_string to get the URL for the ↵Erik Fonnesbeck2010-03-201-1/+1
| | | | image link.
* To pick the starting tab on Services: DHCP server, use the same logic as ↵Erik Fonnesbeck2010-03-201-4/+8
| | | | used for creating tabs to make sure the first tab really gets selected.
* Adding alias updaterScott Ullrich2010-03-191-0/+41
|
* Use url consistentlyScott Ullrich2010-03-191-1/+1
|
* Add unzip support if unzip binary existsScott Ullrich2010-03-191-0/+21
|
* Fix textScott Ullrich2010-03-191-1/+1
|
* Disable update freqencyScott Ullrich2010-03-191-2/+2
|
* Use URLScott Ullrich2010-03-191-1/+1
|
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-193-19/+74
| | | | update the data every 24 hours. Adding this as well.
* Add needed includes.Ermal2010-03-191-0/+2
|
* Do not output twice the same textErmal2010-03-191-2/+0
|
* Unbreak aliases generation in the ruleset. Yesterday fixing large aliases ↵Ermal2010-03-191-0/+1
| | | | broke shorter ones.
* Fix parsign of packages xml.Ermal2010-03-191-1/+4
|
* Use alias style when creating aliases in wizards.Ermal2010-03-192-12/+5
|
* Ticket #434. Do not die when parsing config since we know how to recover. ↵Ermal2010-03-193-8/+13
| | | | Only die during packages.
OpenPOWER on IntegriCloud