6532 Commits

Author SHA1 Message Date
Franco Fichtner
55efecb4ab webgui: restructure previous for clarity 2017-05-11 23:16:13 +02:00
Alexander Graf
0b528dc3a4 Generate ssl options for IPv6 web configurator
In lighttpd < 1.4.46 ssl options like ssl.use-sslv2 and
ssl.cipher-list have to be included twice.
2017-05-11 22:36:38 +02:00
Franco Fichtner
677ef9c0fe rc: user should know what he configured, banner shows it too 2017-05-11 22:26:51 +02:00
Franco Fichtner
88ca69b160 rc: get dhcp server out of the way for quick setups... 2017-05-11 22:22:07 +02:00
Franco Fichtner
c17aa040f1 rc: make IPv6 a no -> no -> yes please static transition 2017-05-11 22:20:26 +02:00
Franco Fichtner
cfaf933e57 rc: ask for tracking, then dhcp, then static 2017-05-11 22:18:27 +02:00
Franco Fichtner
5cfe9d049a rc: show config regardless of if we can handle it or not 2017-05-11 22:13:31 +02:00
Franco Fichtner
1cf41f3f4d rc: proper sprintf 2017-05-11 22:10:59 +02:00
Franco Fichtner
d2f61e75c1 rc: ask for tracking, too 2017-05-11 22:09:19 +02:00
Franco Fichtner
04fb94b46c rc: show that config is being saved 2017-05-11 21:55:16 +02:00
Franco Fichtner
919d6a28c0 rc: can't be unconditional 2017-05-11 21:49:30 +02:00
Franco Fichtner
32bc30aacf rc: further 2017-05-11 21:48:13 +02:00
Franco Fichtner
021940976a rc: get ip address from interface, it helps with dhcp display 2017-05-11 21:43:13 +02:00
Franco Fichtner
a4a26bac70 rc: handle garbage input 2017-05-11 21:38:53 +02:00
Franco Fichtner
1cbddf4048 src: setlanip progressing 2017-05-11 21:35:03 +02:00
Franco Fichtner
0ace3542e1 rc: more tweaks 2017-05-11 21:26:51 +02:00
Franco Fichtner
b5505cb4d3 rc: allow dhcp for !wan 2017-05-11 21:19:05 +02:00
Franco Fichtner
ed90ebd56d rc: improve print 2017-05-11 21:12:40 +02:00
Franco Fichtner
100b1b46b9 rc: moderate spacing 2017-05-11 21:08:50 +02:00
Franco Fichtner
aaa15968f9 rc: some defaults for the questions... 2017-05-11 21:06:20 +02:00
Franco Fichtner
e9dbd8fd2a rc: rework yes/no answer for default value 2017-05-11 20:56:20 +02:00
Franco Fichtner
bb3c2cd456 rc: who knew about dry mode? exactly 2017-05-11 20:36:49 +02:00
Franco Fichtner
044d519f43 config: change migration a tiny bit 2017-05-11 13:55:54 +02:00
Franco Fichtner
0f551f0943 config: funny, like previous 2017-05-11 13:30:56 +02:00
Franco Fichtner
b306aaae5b config: migration could be stripped, global vars are always global 2017-05-11 13:24:15 +02:00
Franco Fichtner
983b11f3e3 interfaces: keep dhcp6 config, seems to have been a typo 2017-05-11 12:24:13 +02:00
Franco Fichtner
d0a94a5bb1 interfaces: track6 edge case requires HUP for either reload or linkup 2017-05-11 12:04:23 +02:00
Franco Fichtner
42214674d5 rc: err, sorry, how long has this been wrong? 2017-05-11 10:25:28 +02:00
Franco Fichtner
a99ed3ee7e rc: $configip for unified reload code later... 2017-05-11 10:04:15 +02:00
Franco Fichtner
f305ecafe4 rc: make renewal code more address-family-agnostic 2017-05-11 09:49:31 +02:00
Franco Fichtner
16ad45f8d5 rc: specifically set $oldipv6 to be empty, need to test 2017-05-10 18:11:01 +02:00
Franco Fichtner
43fa1b861a rc: refactor loop avoidance again, fix typo from historic commit
https://github.com/pfsense/pfsense/commit/46a7c9aae#diff-9f6cbcc34208589ed90d936a29cbe8c9R120
2017-05-10 17:59:16 +02:00
Franco Fichtner
0c514cee09 Revert "Allow CNAME overrides for unbound (#1617)"
This reverts commit d3492abdef2798716abfb65ece46b3ff758b14d2.
Per author request: CNAME does not fully work in unbound at
this point.
2017-05-10 17:37:47 +02:00
Franco Fichtner
dd0d8ed8fd gateways: fix regression #1594 2017-05-10 17:15:45 +02:00
Franco Fichtner
ce98d5f4d8 rc: before it's forgotten, extensive rework in progress 2017-05-10 14:56:14 +02:00
Franco Fichtner
a5937f8fed rc: cluster more, PPP loop avoidance earlier... 2017-05-10 07:12:47 +02:00
Franco Fichtner
92f7c3fc3d rc: experimental try to only reload filter when we really do 2017-05-10 06:45:27 +02:00
Ad Schellevis
575f804a53 vpn_openvpn_client.php fix typo 2017-05-09 21:37:38 +02:00
Ad Schellevis
ad5ad50e7d vpn_openvpn_server.php, fix typo 2017-05-09 21:07:50 +02:00
Franco Fichtner
b0d08d500d rc: put back PPP loop avoidance 2017-05-09 18:31:20 +02:00
Franco Fichtner
a84f3c0df2 dyndns: add support for STRATO 2017-05-09 18:03:17 +02:00
Franco Fichtner
45e043b103 rc: use rc.syshook for some for our important tasks 2017-05-09 08:10:10 +02:00
Franco Fichtner
23c2cce667 rc: 20/start corresponds with 80/stop 2017-05-09 07:57:49 +02:00
Franco Fichtner
9c88e64134 system: always use reload except for deferred startup
PR: https://forum.opnsense.org/index.php?topic=5140.0
2017-05-09 07:49:27 +02:00
Franco Fichtner
32a8adb78d rc: beep for previous 2017-05-09 07:47:38 +02:00
Franco Fichtner
b2ea63317e beep: move beep to syshook (mostly) 2017-05-09 07:18:56 +02:00
Franco Fichtner
9939ff2832 rc: fetching bogons shouldn't use auto-retry as we retry manually
PR: https://forum.opnsense.org/index.php?topic=5099.0
2017-05-08 20:24:39 +02:00
Franco Fichtner
f12c505a7d gateways: always show the same precision; closes #1594 2017-05-08 17:14:13 +02:00
Franco Fichtner
e438bfc902 rc: use $name from rc scripts to name vars #1628 2017-05-08 12:51:48 +02:00
Ad Schellevis
f8547f27cd rc.freebsd, escape - sign 2017-05-08 11:32:52 +02:00