Franco Fichtner
|
3ba6fecf5d
|
filter: redoing commits zapped pass by reference
|
2015-11-27 08:47:49 +01:00 |
|
Franco Fichtner
|
1c2ea23086
|
authgui: remove obsolete mention of filter_generate_optcfg_array
|
2015-11-27 08:43:51 +01:00 |
|
Franco Fichtner
|
e2b1f6441f
|
openvpn: ok to call filter_generate_optcfg_array here
|
2015-11-27 08:42:20 +01:00 |
|
Franco Fichtner
|
3df63a5dbe
|
filter: try to not call filter_generate_optcfg_array from...
everywhere, anytime, just for fun... first of many :(
|
2015-11-27 08:42:15 +01:00 |
|
Ad Schellevis
|
9bbca9c2ad
|
(captiveportal, new) change rc script to use cp instead of rsync (which is not installed by default) and change file ownership to chroot user
|
2015-11-26 08:50:48 +00:00 |
|
Ad Schellevis
|
f9451641bc
|
(legacy) auth: fix crash reporter warning
|
2015-11-25 17:02:15 +00:00 |
|
Franco Fichtner
|
608dbd9a45
|
auth: fix crash reporter warning
|
2015-11-25 17:41:51 +01:00 |
|
Ad Schellevis
|
06a7ea4808
|
(legacy/ipsec) fix esp/ah options on multiple phase2 entries
|
2015-11-25 15:42:35 +00:00 |
|
Ad Schellevis
|
3e0e936bdb
|
(legacy/ipsec) remove use of reqid in ipsec conf
|
2015-11-25 14:01:56 +00:00 |
|
Franco Fichtner
|
877ad26586
|
filter: improve status reload page
|
2015-11-24 17:41:47 +01:00 |
|
Franco Fichtner
|
6514a161c4
|
logs: ignores ppp in system log
|
2015-11-23 23:26:14 +01:00 |
|
Franco Fichtner
|
358cfb0203
|
openvpn: translate verbose descriptions
I know, gettext('2') et al looks stupid, but not having a complete
gettext() wrapping only leads to bugs later on...
|
2015-11-23 09:33:39 +01:00 |
|
Ad Schellevis
|
eb29c78292
|
(legacy) remove isAjax function
|
2015-11-22 19:01:07 +00:00 |
|
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 |
|