Commit Graph

6696 Commits

Author SHA1 Message Date
Scott Ullrich
9d44f462bc Wrap grep around double quotes so it doesn't bomb out on the shell. 2006-07-11 00:45:07 +00:00
Scott Ullrich
f3b064aa35 Line up entries better. 2006-07-10 01:35:38 +00:00
Scott Ullrich
71b06262d2 Version bump 2006-07-10 00:33:07 +00:00
Scott Ullrich
333f8ef0b7 Enable SSH Lockout. I really thought this was there before. 2006-07-09 23:48:33 +00:00
Scott Ullrich
4e7b2b276e Launch UNIONFS script if /dist/uniondirs exist 2006-07-08 21:50:44 +00:00
Scott Ullrich
e30a5970dd Add entries for optional interfaces ip address
Ticket #1041
2006-07-08 19:34:46 +00:00
Scott Ullrich
cbff71a1e1 Add entries for optional interfaces ip address
Ticket #1041
2006-07-08 19:14:48 +00:00
Scott Ullrich
ec0249eccb Remove width and height changing knobs, it breaks the traffic graph.
Reported-by: http://forum.pfsense.org/index.php?topic=1605.0;topicseen
2006-07-08 18:28:57 +00:00
Scott Ullrich
ae09f96242 MFC
Fix jabber on TS.
http://www.pfsense.org/~billm/patches/ticket-1042.patch
2006-07-08 00:45:57 +00:00
Scott Ullrich
fbaafc07b7 Version bump from outter space 2006-07-07 22:54:49 +00:00
Scott Ullrich
3af54e4809 Use is_dhcp_server_enabled() and fix DHCP Server from not displaying. 2006-07-07 22:43:29 +00:00
Scott Ullrich
879811c6c2 Add is_dhcp_server_enabled() function which returns true or false if the dhcp server is enabled. This will start to remove code duplication. 2006-07-07 22:42:20 +00:00
Scott Ullrich
4ef5ea89b7 Do not include enc with interface list. 2006-07-07 22:36:00 +00:00
Scott Ullrich
d0f467b732 Version bump 2006-07-06 19:18:19 +00:00
Scott Ullrich
8f525719cc Do not print errors to console, output them to syslog. 2006-07-06 15:58:39 +00:00
Scott Ullrich
bca8e0eca2 While I am nitpciking this form to all get out, move the description to the bottom where it should be. 2006-07-05 03:21:21 +00:00
Scott Ullrich
3906617bcb s/gettext// 2006-07-05 03:17:45 +00:00
Scott Ullrich
f6970b2fdf Keep state really wants to be an advanced option, too. Let him join the party. 2006-07-05 03:11:25 +00:00
Scott Ullrich
be812936b9 Make other button consistent now with a - 2006-07-05 02:56:46 +00:00
Scott Ullrich
581a46c865 - Show advanced options 2006-07-05 02:54:59 +00:00
Scott Ullrich
197b2a47a9 Turn advanced option are into a default to no show area as well. 2006-07-05 02:52:10 +00:00
Scott Ullrich
47042140c9 Move state timeout to advanced options row, its the same as the other options as you leave it blank for default. 2006-07-05 01:52:26 +00:00
Scott Ullrich
5896157c59 Remove debugging alert() 2006-07-05 01:34:54 +00:00
Scott Ullrich
60bc190ac5 Correct check to 2 2006-07-05 01:34:19 +00:00
Scott Ullrich
a68bd38b42 Only foreach if lb pool is an array 2006-07-05 01:25:00 +00:00
Scott Ullrich
b62c654848 Repopulate advanced <div> after changes 2006-07-05 01:18:06 +00:00
Scott Ullrich
292d54c81f Sync sprtable 2006-07-05 01:11:42 +00:00
Scott Ullrich
9bd15edf36 Sync sprtable 2006-07-05 01:08:44 +00:00
Scott Ullrich
3de8af0e40 MFC
Hide source and destination port boxes when protocol is not tcp, udp or tcp/udp
2006-07-05 01:07:08 +00:00
Scott Ullrich
13c2a81220 Set style.display = '' to display hidden table row 2006-07-05 00:16:50 +00:00
Scott Ullrich
1b2a766f70 Convert to button so page does not shift after url being pressed 2006-07-04 23:56:38 +00:00
Scott Ullrich
22abf2ef70 Hide Show advanced option button when user clicks on the option 2006-07-04 23:49:45 +00:00
Scott Ullrich
7f5136cb46 MFC
Require the user to have a brain to see the Source port range for a firewall rule by adding a link in the source box that says Advanced - Show source port range.
2006-07-04 23:41:36 +00:00
Scott Ullrich
8c84fe438e MFC
Require the user to have a brain to see the Source port range for a firewall rule by adding a link in the source box that says Advanced - Show source port range.
2006-07-04 23:35:59 +00:00
Scott Ullrich
769c5c761d Add $force_ftp_source_ip option
Ticket #1037
2006-07-04 18:37:20 +00:00
Scott Ullrich
7a6c350f05 Ticket #1036 - Correctly display LAN interface on port forward screen 2006-07-04 18:19:07 +00:00
Scott Ullrich
0260caecde Ticket #1034 - racoon & OpenVPN log never sent to remote syslog server 2006-07-04 18:09:41 +00:00
Scott Ullrich
9bbf0b4ec0 When booting and conf_mount_rw() is run, if it decides to run fsck -y alert to user of this fact. 2006-07-04 00:27:10 +00:00
Scott Ullrich
a6d2fbbef9 Version bump 2006-07-03 22:43:45 +00:00
Scott Ullrich
dd932fa17e RELENG_1 does not use an array for page titles 2006-07-03 22:41:59 +00:00
Scott Ullrich
d269563b39 MFC 12872
Fix the date parsing so it works properly on single digit days of the month.
This was a presentation issue and caused incorrect display of the change date.
Also display when we have no changes on log.
2006-07-03 19:40:28 +00:00
Scott Ullrich
1ed2947caa MFC 12867
s/interfaces_array/iface_array/ fix display of previously selected interfaces this changes where the config option is stored WARNING: OLSR configs will need to be updated (reselecting interface only)
2006-07-03 04:12:19 +00:00
Scott Ullrich
ea35697228 Add gettext() function 2006-07-02 00:29:53 +00:00
Scott Ullrich
85c4a20c19 MFC 12835
validate bandwith inputs to at least ensure that user doesn't put in bad values (allocating more than 100% isn't validated not happening, sorry)
2006-07-02 00:27:42 +00:00
Scott Ullrich
b8014f9d70 MFC 12834
create is_valid_shaperbw function - to be used shortly
2006-07-02 00:25:47 +00:00
Scott Ullrich
a5dd0b540c * Lock config before and unlock after processing
* Mount configuration directory rw and ro
2006-07-01 23:24:08 +00:00
Scott Ullrich
314a612f82 * Add port 5223
* Make sure upload and download values are numeric
2006-07-01 22:39:52 +00:00
Scott Ullrich
353b7c6f15 Fix description 2006-07-01 22:26:05 +00:00
Scott Ullrich
97449b9a07 Add Jabber IM. It is the standard on the internet so we should support it out of the box if we do not support editing of the default generated traffic shaper configuration. 2006-07-01 22:23:45 +00:00
Scott Ullrich
6a997de8a4 Restore previous rc.banner behavior. 2006-07-01 21:56:20 +00:00