75 Commits

Author SHA1 Message Date
Franco Fichtner
566fe52edc etc: last batch for #1733 2017-07-22 18:10:00 +02:00
Ad Schellevis
cd4b958840 fix some more config handling for php 7.1, https://github.com/opnsense/core/issues/1733 2017-07-21 17:43:32 +02:00
Franco Fichtner
24403a5122 rc: correct prompt for #1606 2017-05-14 08:47:46 +02:00
Franco Fichtner
67fc3c2709 rc: need $fp for manual DNS server 2017-05-14 08:42:05 +02:00
Franco Fichtner
601bca94b0 rc: reconfigure dns #1606 2017-05-14 08:23:02 +02:00
Franco Fichtner
124a869d4a rc: allow to set dns if default gateway is choosen 2017-05-14 07:50:33 +02:00
Franco Fichtner
c39ea487c8 rc: remove a few unimportant prints #1606 2017-05-12 18:48:23 +02:00
Franco Fichtner
21bffecd67 rc: address missing newline after default gw question #1606 2017-05-12 18:24:17 +02:00
Franco Fichtner
27490d7ad2 rc: if we replace, replace all #1606 2017-05-12 18:18:03 +02:00
Franco Fichtner
0a339af995 rc: should delete that #1606 2017-05-12 18:10:38 +02:00
Franco Fichtner
43467751b4 rc: small fixes and improvements #1606 2017-05-12 18:05:22 +02:00
Franco Fichtner
f6a38f36ce rc: allow to override the default gateway #1606 2017-05-12 17:52:39 +02:00
Franco Fichtner
c60c29bf57 rc: allow to select far gateway for #1606 2017-05-12 17:22:26 +02:00
Franco Fichtner
3a2758a942 rc: include for previous 2017-05-11 23:37:02 +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
a6d7bec4b0 another stray occurrence of $g 2017-04-12 10:51:46 +02:00
Franco Fichtner
4ca71c3234 interfaces: one sweep through the file 2017-03-28 00:39:53 +02:00
Franco Fichtner
8ccff0a515 rc: drop a spurious comment 2017-03-26 21:14:04 +02:00
Franco Fichtner
9b694b705d start to hide IPsec and OpenVPN for pluginification 2017-03-11 17:51:54 +01:00
Franco Fichtner
c48cf61f4a rc: remove translations from console 2016-12-19 07:41:47 +01:00
Franco Fichtner
d3376f7f10 src: webConfigurator -> web GUI 2016-12-19 07:16:08 +01:00
Franco Fichtner
715b636793 unbound: clean up includes and function usage
o consolidate "unbound_" prefix for unbound.inc for pluginification
o services.inc includes unbound.inc rightfully, a bit like a
  plugin would do in the future, but this also means we can
  zap all requires from top pages, which are entirely spurious.
o get_dns_servers() moves to system.inc because it is used by
  status_interfaces.php
o RIP read_hosts()
2016-11-14 11:28:01 +01:00
Franco Fichtner
5585e10967 src: strip gettext() from write_config(); closes #1158 2016-08-29 09:18:17 +02:00
Franco Fichtner
081415d4fa rc: remove IP checks for PPTP and L2TP servers
The console would refuse to assign an IP that was used by the
PPTP or L2TP server (surprisingly not PPPoE).  This rule changed
during the MPD4 -> MDP5 migration, so remove that code.  Also,
the subnet check was never executed, good time to remove it as
well.
2016-08-13 15:18:06 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Franco Fichtner
6a6f7f3ba4 src: strip excessive name placement 2016-02-25 23:10:33 +01:00
Franco Fichtner
c9b7076609 plugins: don't need so many includes 2016-02-21 20:09:07 +01:00
Franco Fichtner
d7df9ecf10 src: move ipsec.inc require to top pages
For now plugins.inc and ipsec.inc will coexist on pages that
may need only one or none to avoid unefined function errors.
This will be pruned after investigating the contents of both
files...
2016-02-21 20:09:07 +01:00
Franco Fichtner
f79fac8f25 src: first shuffling for splitting off plugins from core 2016-02-21 20:09:07 +01:00
Franco Fichtner
6ee8eb7812 src: remove a whole lotta nop
Lookie how far we've come...
2016-02-03 08:43:06 +01:00
Franco Fichtner
41479a3dfb console: fix access test of gateways array 2015-11-16 07:47:35 +01:00