Commit Graph

8010 Commits

Author SHA1 Message Date
Ermal
04c528e72b Ticket #876. Actually the event to send is interface newip $ip rather interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block. 2010-09-15 19:47:39 +00:00
Ermal
0c452870cd Reload dns and interface properly on dynamic types. 2010-09-15 19:24:26 +00:00
Ermal
3befe730ff Cleanup code. 2010-09-15 18:46:46 +00:00
Warren Baker
cf6a1f80e8 Change windows.onLoad event to rely on DOM readiness instead, for enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX. 2010-09-15 14:32:25 +02:00
Ermal
c9cb32c4a3 Do not overwrite the redirurl parameter already taken care of. 2010-09-15 13:04:44 +00:00
Warren Baker
0c8cdb2571 Ensure $value is unset so that subsequent rowhelper fields, without <value/> don't have a previous $value set. 2010-09-14 21:31:01 +02:00
Warren Baker
b9d8c75d82 Add Save + Cancel buttons to be below advanced features section if advanced features is enabled. 2010-09-14 19:51:29 +02:00
Erik Fonnesbeck
331a89ca5b Fix the delete button and a couple other small errors. Ticket #891 2010-09-14 01:59:45 -06:00
Ermal
c65e1e0da7 Ticket #876. Actually use the friendly name for the key of the array returned by return_gateways_array() so the dynamic gateway and status pages work correctly. 2010-09-13 16:02:23 +00:00
Chris Buechler
4b4d550a5a fix text 2010-09-12 21:54:42 -04:00
smos
7d80239407 Disable the 12 hour graph for now, it appears to have defective math. 2010-09-12 22:30:02 +02:00
Warren Baker
d92b33116b Fix enablechange() js problem caused by converting print() to echo(). 2010-09-11 14:18:20 +02:00
Erik Fonnesbeck
3a134b5369 Fix regular expression to allow 10 for ping count. 2010-09-10 14:35:39 -06:00
Scott Ullrich
61ba386b8b Ensure count is valid. Submitted-by: Josh Little 2010-09-10 15:30:11 -04:00
Ermal
68f291ffe2 Ticket #876. Show all gateways even though apinger is not monitoring them, for various reasons, this removes user confusion in the status pages. 2010-09-09 21:25:49 +00:00
Ermal
3d471a14d4 Ticket #876. Add the ip to the respective files on ppp linkup event so the code of dynamic gateways finds them. Also reorganize/simplify/optimize the apinger config generation code. Do not use that 127.0.0.x hack anymore and avoid loops as much as possible. 2010-09-09 17:25:06 +00:00
Erik Fonnesbeck
7eaf04fd5b On vpn_pptp.php only unset variables that are set. 2010-09-08 17:37:48 -06:00
Warren Baker
e11aa16151 Converted all print() statements to echo() and also added 2 new XML tags for packages to create an 'Advanced Features' section.
Tags are <advanced_options/> and <advancedfield/> which when enabled will add the advanced field into the new advanced section and also gives it a shiny new 'Advanced' button to click.
2010-09-08 22:06:09 +02:00
jim-p
245da5436b Typo: choosen -> chosen 2010-09-08 08:49:43 -04:00
Erik Fonnesbeck
22d323b338 Fix variable name typo in status_services.php and fix return value of is_pid_running. Fixes #877 2010-09-07 22:06:48 -06:00
Erik Fonnesbeck
392687e563 Fix hyphen validation for host name on Services: DHCP: Edit static mapping page. 2010-09-07 19:47:23 -06:00
Ermal
c29ff7bd76 Provide a button to reload the filter at status->filter reload status. 2010-09-07 22:18:16 +00:00
Ermal
f4e8db1f82 Do the check regarding 'none' configured interfaces properly. This fixes breakage on VIP configuration. Reported-by: http://forum.pfsense.org/index.php/topic,28120.0.html 2010-09-07 20:37:43 +00:00
Ermal
0ae6daf834 Use the new events mechanisms to dispatch events. 2010-09-07 19:36:53 +00:00
Ermal
cfdf944442 Delete previous route if present. 2010-09-06 15:04:54 +00:00
Ermal
45611d02b8 Ticket #877. Some cleanup and fixes so that openvpn status works correctly. 2010-09-06 13:10:08 +00:00
Ermal
c89609705b Fix ntpd starting at boot time and also status->services checking/stop/start/restart display. Previously ntpd would not start at all either though it should. 2010-09-06 13:04:35 +00:00
Erik Fonnesbeck
aecbc33ef1 Fix "use system default" setting for reflection on NAT 1:1 rule edit page and remove reference to nonexistent "externalmask" field. 2010-09-05 02:16:20 -06:00
gnhb
8920455d1e Revert "Add missing break statement in input validation code."
This reverts commit 52bebb6f44.
2010-09-05 14:32:49 +07:00
gnhb
52bebb6f44 Add missing break statement in input validation code. 2010-09-05 13:39:29 +07:00
Ermal
b2a6623150 Ticket #873. Call write_config() before including file to avoid loosing already done modifications. While here do some code cleanup and formating to make it more readble. 2010-09-03 22:54:14 +00:00
Ermal
c12fb6cb54 Allow 1:1 rules to specify source and destination. This is almost the same as on Port Forward tab rules without protocol and ports. 2010-09-03 17:45:12 +00:00
Ermal
8fc0b2dcb8 Add missing break; 2010-09-03 17:28:11 +00:00
Warren Baker
08d97c590f Added wiki help page for Tables and removed help link for Bogons (now included in Tables). 2010-09-03 11:47:16 +02:00
Ermal
2fc2902022 Base64 encode passowrd fields for safer operations. Suggested-by: Efonne(IRC) 2010-09-03 11:36:59 +00:00
jim-p
7e91b28a66 We no longer need system_usermanager_addcert.php, its redundant functionality has been merged with system_certmanager.php 2010-09-02 16:56:08 -04:00
jim-p
ad9b5c6783 Allow creating a user certificate, pre-fill some info, direct back to user edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user. 2010-09-02 16:50:15 -04:00
jim-p
b0884cde4a Adjust add link. 2010-09-02 16:50:14 -04:00
jim-p
c25f73ae85 Adjust the user manager to use cert references on the user instead of the actual certs. 2010-09-02 16:50:13 -04:00
jim-p
3554c9f05c When generating a user cert, put it in with the rest of the certificates and store a reference in the user. 2010-09-02 16:50:13 -04:00
jim-p
0879599c4e Only allow a certificate to be deleted if it is not currently in use. 2010-09-02 16:50:11 -04:00
jim-p
d590fa20a9 Show was a certificate is used for, if anything. 2010-09-02 16:50:10 -04:00
Warren Baker
395ba5d1af Remove obsolete Bogons files 2010-09-02 22:42:12 +02:00
Warren Baker
1c9ed80d24 Added missing Save message. 2010-09-02 22:24:44 +02:00
Warren Baker
6c474eb8d3 Remove redundant 'Show Bogons' link and added Bogons list to Diagnostics -> Tables while preserving the same download functionality. 2010-09-02 22:19:54 +02:00
Vinicius Coque
f3ceee6eb9 Fix typo: s/write_confg/write_config/ 2010-09-02 14:11:28 -03:00
Ermal
60b8b58091 Add my copyright. 2010-09-02 17:34:01 +00:00
Ermal
b1e2b044b2 Forgot to add the new file for pppoe. 2010-09-02 17:32:20 +00:00
Ermal
0e642c78b4 Make possible to run multiple instances of pppoe server. Not yet switched to mpd4. 2010-09-02 17:27:14 +00:00
Erik Fonnesbeck
56c100ab34 Fix line endings on remaining files that did not have the same line endings as everything else. 2010-09-01 14:53:30 -06:00