bcyrill
ec18e696a3
correct closing tags
2012-05-15 21:22:48 +03:00
jim-p
e37eeb4973
Only process this if it's an array
2012-05-15 13:45:56 -04:00
jim-p
29c2c1db15
Fix quoting - can't use ' if we want to expand a variable inside the string.
2012-05-15 11:11:51 -04:00
jim-p
25890c507b
Use a text description instead of a code.
2012-05-15 10:35:45 -04:00
jim-p
e078c88207
Add NTP status page using ntpq.
2012-05-14 16:30:07 -04:00
jim-p
a8543b59bd
With FreeBSD's ntpd, the current options are irrelevant, but we can have a nice status page
2012-05-14 14:50:44 -04:00
jim-p
ffc7d2c416
Fix ntp name here too
2012-05-14 14:17:11 -04:00
jim-p
ae2c143a70
s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch)
2012-05-14 14:11:01 -04:00
jim-p
547c56c4fb
Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing.
2012-05-14 12:39:56 -04:00
smos
e32cb5d08d
Make the ppp-linkup script understand both address families.
2012-05-14 14:54:04 +02:00
jim-p
e6b16f8945
Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard.
2012-05-14 10:02:21 -04:00
Darren Embry
bbdc5919f7
remove the stuff triggering display of relay protocol row
2012-05-11 12:49:39 -04:00
Darren Embry
06d84cf398
allow port in virtual servers to be left blank
...
in which case listening port would be inherited from the pool
2012-05-11 12:49:38 -04:00
Darren Embry
183ea34ce0
allow aliases for the ipaddr field in virtual servers (PEV-394754)
2012-05-11 12:49:37 -04:00
Darren Embry
937cec84c0
fix for bug #2422 could not remove entries from CP Allowed Hostnames
2012-05-11 11:04:52 -04:00
Darren Embry
4dfd930ee9
cleanup: code for building arrays for autocompleted fields
2012-05-10 15:17:18 -04:00
Darren Embry
5b84bd652e
add autocomplete for port (PEV-394754)
2012-05-10 14:00:23 -04:00
Darren Embry
04d4bcdf93
use get_alias_list for port field in load_balancer_pool_edit
2012-05-10 13:51:41 -04:00
Darren Embry
a1f7723876
add autocomplete to load_balancer_pool_edit.php (PEV-394754)
...
we also enable the json extension here.
2012-05-10 12:39:15 -04:00
Darren Embry
9b420daf9b
fix a bug in anti-clickjack that made all pages blank
...
babac37a3b
2012-05-10 12:05:35 -04:00
Darren Embry
f3d7f30e0c
update help text in port fields to Firewall -> Aliases (PEV-394754)
2012-05-10 11:54:25 -04:00
Scott Ullrich
babac37a3b
Add click jacking support. Ticket #2419
2012-05-10 11:51:09 -04:00
Warren Baker
06f746c35c
Add _ to the list of are allowed characters
2012-05-10 09:02:08 +02:00
Chris Buechler
b1aa904f77
fix typo
2012-05-09 21:57:00 -04:00
jim-p
2f65de893d
Add initial support for subjectAltName - still needs some select love for the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName).
2012-05-09 16:55:43 -04:00
jim-p
ca88c37ed5
Include TCP flags in CLI filter parser output (if present)
2012-05-09 13:25:50 -04:00
jim-p
23b1fc49ec
Update zoneinfo using latest zones from FreeBSD
2012-05-08 15:42:51 -04:00
jim-p
76ac460bd4
$realif only exists on apply, which this code path would never touch. Change to use the configured interface instaed. Fixes #2212
2012-05-08 12:49:13 -04:00
jim-p
76db94c28d
Add last check timestamp to gateway status (actually just fix it, since the code was there, but not functional) Fixes #1155
2012-05-08 11:37:10 -04:00
Chris Buechler
89341b505e
fix vouchers
2012-05-06 14:07:42 -04:00
Lorenz Schori
85d1b51b1a
Fix whitespace: use spaces in services_dnsmasq_edit.php in order to match coding style of surrounding html
2012-05-05 21:47:55 +02:00
Lorenz Schori
5a2a83493c
Add support for aliases in DNS Forwarder, fixes #2410
2012-05-05 13:07:04 +02:00
Darren Embry
470d24a39d
implement #2407 : create config option for captive portal listening port
2012-05-03 12:34:12 -04:00
Darren Embry
6b2d4b5a05
fix for #2356 'track interface'
...
convert pulldown for ipv6 prefix id to a textbox. validation is
implemented.
2012-05-03 10:54:38 -04:00
jim-p
aa11af0768
When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
2012-05-02 08:29:31 -04:00
jim-p
e0c45357b2
Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times.
2012-05-01 16:00:10 -04:00
jim-p
3a1e12cfd9
Add some safety belt checks to status_queues.php to prevent exec blocking or infinite redirection loops. Better error display when things go wrong.
2012-05-01 14:25:28 -04:00
Chris Buechler
eedd093a38
correct hostname variable, and use FQDN
2012-05-01 01:32:50 -04:00
Chris Buechler
a1a0cd4622
fix saving of hard timeout
2012-05-01 00:41:56 -04:00
Chris Buechler
402ffa9687
fix text
2012-05-01 00:29:57 -04:00
Erik Fonnesbeck
3f76f90e65
Add note to NAT Reflection helper indicating where it works.
2012-04-28 02:30:04 -06:00
Erik Fonnesbeck
8c06bd69b0
Change description of 1:1 NAT Reflection setting to be more accurate.
2012-04-28 02:12:40 -06:00
Erik Fonnesbeck
43fd29dfa2
Fix preservation of the selection of interfaces on input errors for floating rules.
2012-04-27 21:59:22 -06:00
Erik Fonnesbeck
f122c1a3d7
Add a space between Note: and the message. Also move the period into the gettext string, since punctuation is not language-independent.
2012-04-26 19:37:03 -06:00
Darren Embry
0637b0a989
fix for Bug #2253 Quality Graphs not generated after 'Reset RRD Data'
...
Seth Mos wrote:
> This needs to call setup_gateways_monitor() in after
> enable_rrd_graphing() to fix.
Also note: $retval of enable_rrd_graphing() at this point in the code
was never used, to my knowledge.
2012-04-26 18:04:15 -04:00
Andrew Lowther
b30e3be44f
options for auto-summary/supernet
2012-04-25 17:51:59 -04:00
Warren Baker
0cfaf2c830
Revert "Use 'Packet Loss or High Latency' as the default option when creating a new gateway group"
...
This reverts commit 6ee04b69c8 .
2012-04-25 08:39:21 +02:00
Warren Baker
8de4a8bc4d
Revert "Use 'Packet Loss or High Latency' - use a fullstop, fixes #2397 "
...
This reverts commit 1cc71979e4 .
2012-04-25 08:39:12 +02:00
Chris Buechler
f81398b074
Merge pull request #96 from irvingpop/master
...
Simple OpenVPN bridge wording fix
2012-04-24 22:03:07 -07:00
Irving Popovetsky
850ae59e82
Correct wording "Server Bridge DHCP Start" is shown instead of "Server Bridge DHCP End"
2012-04-25 13:00:45 +08:00