986 Commits

Author SHA1 Message Date
Ad Schellevis
8cccf2e838 (legacy) remove isAjax 2015-11-22 19:00:34 +00:00
Franco Fichtner
d89465456b src: fix more auth server foo for translations; refs #467 2015-11-19 22:54:58 +01:00
Ad Schellevis
6acd498082 (legacy) quite obscure, return_gateways_array, but it's probably better to return an ip if we know the gateway... 2015-11-19 21:05:18 +00:00
Franco Fichtner
9b8db23330 make: add a bootstrap target 2015-11-17 19:59:08 +01:00
Ad Schellevis
71f7dbc3d0 (legacy) kill max_procs / memory foo and set new defaults 2015-11-17 10:34:15 +00:00
Ad Schellevis
d1842a5657 (legacy) set php workers to more sane defaults, more workers, less recycling.
I would rather kill the whole max_procs stuff, but that's for an other day....
2015-11-17 09:48:26 +00:00
Ad Schellevis
5cf5ef0c62 (legacy) combine session start and close 2015-11-16 21:09:09 +00:00
Ad Schellevis
d382709157 (legacy) align session_start and close in config.lib.inc 2015-11-16 19:59:30 +00:00
Ad Schellevis
5e5ac2a011 (legacy) remove session var page-match 2015-11-16 19:41:11 +00:00
Ad Schellevis
15da65581c (legacy) remove unused 2015-11-16 19:09:48 +00:00
Ad Schellevis
472a914349 (legacy) remove unused isAllowed 2015-11-16 18:49:54 +00:00
Franco Fichtner
41479a3dfb console: fix access test of gateways array 2015-11-16 07:47:35 +01:00
Franco Fichtner
435e47e156 config: don't use notices in early/low level code 2015-11-12 21:31:51 +01:00
Franco Fichtner
50d01becf9 src: do not reorder sprintf arguments by default
(Already had issues in the code that were obvious, some may still
linger in there.  Also uselessly confuses our dedicated translators.)
2015-11-10 13:22:52 +01:00
Franco Fichtner
c6880a2422 inc: s/printf/sprintf, message fixup 2015-11-10 12:53:55 +01:00
Franco Fichtner
2ef52e06af inc: remove two unused functions 2015-11-10 07:19:26 +01:00
Ad Schellevis
93e50c3f2b (legacy) fix some uninitialized vars in auth.inc 2015-11-09 19:26:37 +00:00
Ad Schellevis
38f5c05678 (legacy) fix uninitialized var 2015-11-09 18:06:55 +00:00
Franco Fichtner
4a8b6cae9c src: unify php opening tags, ze part nummer 1 of two 2015-11-09 09:08:06 +01:00
Ad Schellevis
78eadf3174 (legacy) alias url issue, https://github.com/opnsense/core/issues/457 2015-11-08 14:34:50 +00:00
Franco Fichtner
1b03f583a7 www: transform $input_error strings to gettext()
Spotted by: @fabianfrz
2015-11-07 21:52:56 +01:00
Ad Schellevis
2cb7dc042c (legacy) url alias doesn't contain an address, closes https://github.com/opnsense/core/issues/457 2015-11-06 18:21:39 +00:00
Ad Schellevis
94a2da6028 (legacy) kill ipsec_smp_dump_status 2015-11-06 17:20:27 +00:00
Ad Schellevis
48995d12e8 (legacy) remove cache stuff from find_interface_subnetv6 2015-11-04 16:45:50 +00:00
Ad Schellevis
c10fb5458b (legacy) remove cache stuff from find_interface_subnet 2015-11-04 16:42:04 +00:00
Ad Schellevis
8da3237894 (legacy) remove cache stuff from find_interface_ipv6_ll 2015-11-04 16:38:36 +00:00
Ad Schellevis
154b9a29b0 (legacy) remove cache stuff from find_interface_ipv6 2015-11-04 16:27:31 +00:00
Ad Schellevis
c73d86fe0b (legacy) remove cache stuff from find_interface_ip 2015-11-04 15:46:56 +00:00
Ad Schellevis
6d916416cd (legacy) kill "interface cache", let's not try to cache things that may change during the session... all for saving a ifconfig call.
related to, https://github.com/opnsense/core/issues/451 (try to avoid smilar issues)
2015-11-04 14:39:13 +00:00
Ad Schellevis
50dc2e5791 (legacy) remove global, cleanup for https://github.com/opnsense/core/issues/451 2015-11-04 14:26:17 +00:00
Ad Schellevis
ca4cf5538b (legacy) ipsec, obey force nat travesal 2015-11-04 09:54:29 +00:00
Ad Schellevis
38d70ed73e (legacy) style cleanup rc.newwanip, don't try to loop back to configd if not needed. loosly related to https://github.com/opnsense/core/issues/451 2015-11-03 21:49:15 +00:00
Ad Schellevis
fdc754e426 (legacy) cleanup, loosly related to https://github.com/opnsense/core/issues/451 2015-11-03 21:48:21 +00:00
Ad Schellevis
288bc8cb80 (legacy) remove caching of filter interfaces, likely suspect of https://github.com/opnsense/core/issues/451 2015-11-03 21:45:03 +00:00
Ad Schellevis
f94ecfa39e (legacy) fixup code style for filter.inc before performing actual change (missing curly braces, indents, etc) 2015-11-03 21:40:30 +00:00
Ad Schellevis
cd537c7b1c listen to disabled ipsec nat entries, closes https://github.com/opnsense/core/issues/439 2015-11-01 12:24:32 +00:00
Ad Schellevis
3604b4220c (legacy, alias) fix mising url table items 2015-11-01 11:13:43 +00:00
Franco Fichtner
9ee05bc3e8 Revert "ntp: work around recent ntpd crashes"
This reverts commit a193049d5236c5914fa8858a9f56a537996ddbaa.
Was solved in FreeBSD kernel...
2015-11-01 10:41:28 +01:00
Franco Fichtner
ec7936c141 login: rights are always reserved, no need to be flashy :) 2015-10-31 13:37:55 +01:00
Ad Schellevis
2278a4fad8 (ipsec) fix issue when using both tunnels and roadwarrior in the same config 2015-10-30 17:50:16 +00:00
Franco Fichtner
a193049d52 ntp: work around recent ntpd crashes 2015-10-30 08:43:56 +01:00
Ad Schellevis
f1bb36eee9 (theme) remove width boundary for theme icons 2015-10-29 09:18:20 +00:00
Ad Schellevis
80e666bba4 (auth, legacy) rename "Local Auth" => "local" 2015-10-28 09:50:59 +00:00
Ad Schellevis
95dc50c25e (auth, legacy) fix gettext on local auth issues 2015-10-28 09:46:22 +00:00
Ad Schellevis
e868dc56d8 (auth, legacy) proper error handling 2015-10-28 09:24:15 +00:00
Ad Schellevis
b4dc36887d (legacy) remove radius.inc and references 2015-10-28 08:53:09 +00:00
Franco Fichtner
7691b75e5f rc: zap invoke for previously deleted file 2015-10-28 08:14:37 +01:00
Franco Fichtner
ecf405ad36 rc: add rc.syshook with early, start and stop hooks; closes #409 2015-10-28 07:47:24 +01:00
Franco Fichtner
18e1e7bb81 src: whitespace sweep 2015-10-28 06:50:51 +01:00
Ad Schellevis
355f08fb14 (rc.d) forgot to scan /etc/rc.d/ (ipfw not loaded automatically) 2015-10-26 13:00:14 +00:00