Renato Botelho
6f657dfd8a
sqlite module is now called sqlite3
2014-04-30 16:47:09 -03:00
Renato Botelho
0c4ecb0d50
Obsolete old php modules
2014-04-30 16:47:09 -03:00
Ermal
31dbd433e4
Take care of interfaces that have no ip but might be part of the bridge as done for openvpn to avoid loops
2014-04-30 18:42:38 +00:00
Ermal
fd2fe87dea
Oops specify mode of operation to fopen
2014-04-30 07:27:01 +00:00
Ermal
e45bae3494
Make the alias url processing functions not memory hungry!
2014-04-30 07:26:34 +00:00
Ermal
8422cdd583
Rewrite update_alias_url_data to be with small memory footprint. Also return the status if an update is performed to callers and remove the write_config call embedded here since its not good to have this by default.
2014-04-30 07:07:56 +00:00
Ermal
0ad946164c
Signal a reload if anything got updated
2014-04-30 06:50:21 +00:00
Ermal
26d060bc8b
Merge the patch suggested in Ticket #3629 . It also Fixes #3629 . The question is why this is using config lock? Also where is filter configure called here?
2014-04-30 06:46:57 +00:00
Renato Botelho
9caf5eca2c
Check the right field here
2014-04-29 15:33:42 -03:00
Renato Botelho
2f7f11900a
Unbreak 'add rule on top of the list' allowing after param to be -1
2014-04-29 14:56:37 -03:00
Renato Botelho
cd79de00a4
Merge pull request #1124 from ExolonDX/master
2014-04-29 14:36:21 -03:00
jim-p
6316efd305
Expose all p0f OS types that it supports so that subtypes of various Operating Systems can be detected
2014-04-29 11:52:11 -04:00
jim-p
4845d642de
Fix kldstat match/output to check for a running module. It was claiming all modules were loaded so none were being loaded.
2014-04-29 09:16:56 -04:00
Colin Fleming
0f8af922c0
Tidy up "services_igmpproxy.php" XHTML
...
Move NOWRAP to class statement
2014-04-29 00:40:27 +01:00
Colin Fleming
38505a803c
Tidy up "services_ntpd_gps.php" XHTML
...
Update " "
2014-04-29 00:38:51 +01:00
Ermal
66201c9617
Send HUP to restart syslogd rather than trying to restart it, thus loosing messages
2014-04-28 21:12:38 +00:00
Warren Baker
3f06e5383f
make sure unbound is included here
2014-04-28 22:36:48 +02:00
Warren Baker
37d4cbf3be
Include Unbound in logic here
2014-04-28 22:26:03 +02:00
Warren Baker
3453affc39
Reconfigure unbound on dhcpv4 edit
2014-04-28 22:22:09 +02:00
Warren Baker
d939c1d4b6
Reconfigure unbound on dhcp edit
2014-04-28 22:20:51 +02:00
Warren Baker
ed225b4c9c
Reconfigure unbound on dhcp edit
2014-04-28 22:20:38 +02:00
Warren Baker
1e2c88215a
Also reconfigure Unbound here
2014-04-28 22:16:22 +02:00
Warren Baker
9c54ed898b
Reconfigure Unbound for Rebind admin checks
2014-04-28 22:15:12 +02:00
Warren Baker
d1116f3b4d
Ensure config is global here
2014-04-28 22:12:53 +02:00
Warren Baker
137460a706
Ensure to reconfigure Unbound for filter configuration on XMLRPC
2014-04-28 22:12:16 +02:00
Warren Baker
50b2851b7e
Handle 0MQ filter configure
2014-04-28 22:07:56 +02:00
Warren Baker
ad750d3b85
If unbound is configured then assign it for the vpn service
2014-04-28 22:05:42 +02:00
Warren Baker
f624877441
If Unbound is been used then make sure to reload when system_hosts_generate() is called
2014-04-28 22:00:25 +02:00
Warren Baker
9a51bb644c
Make sure unbound is reconfigured when interfaces are
2014-04-28 21:27:33 +02:00
Warren Baker
7a19fd77a9
Add space between configile and switch
2014-04-28 20:51:02 +02:00
Warren Baker
f2bc186f31
Make sure domain+host overrides are deleted
2014-04-28 20:37:59 +02:00
Ermal
02d674e08c
Put .hushlogin even here to not be done from tools repo. Maybe some people would like to have that on rmlist.
2014-04-28 18:22:51 +00:00
Ermal
46decea7f5
Move the sh/profile files here as a more natural place to live in.
2014-04-28 18:16:02 +00:00
Renato Botelho
2a50fd8ac8
Move clog from /usr to /usr/local
2014-04-28 11:54:22 -03:00
Ermal
ebf45d96e1
Add filterlog to separatefacilitylog to avoid logs going elsewhere
2014-04-28 13:41:38 +00:00
Ermal
3ffae79bde
Change log level to error for php-fpm
2014-04-28 13:36:43 +00:00
Ermal
4a4fc162e5
Another dir to be created
2014-04-28 13:02:37 +00:00
Ermal
3ad5fd276a
Correct the definitions of certificate path to correct place to allow the daemon to start
2014-04-28 13:01:26 +00:00
Ermal
9e5dfe47cc
Update binaries used
2014-04-28 12:44:51 +00:00
Ermal
1c73248c4f
Put this here for easier troubleshooting and code reading. Helps with Ticket #3619
2014-04-28 12:37:41 +00:00
Ermal
f2c34876ab
Use php module calls here to speedup things
2014-04-28 12:36:36 +00:00
Ermal
fb0c2bd61b
Correct the ridirection URL to unbreak ones passed through Radius attributes and repsect user choices. Reported-by: Antoine Guillemot
2014-04-28 08:27:35 +00:00
Ermal
686777c419
Use the daemon name to send the filter logs
2014-04-28 08:08:59 +00:00
Ermal
759a6fcf51
Merge pull request #1032 from fichtner/contributions manually since it does not apply cleanly
2014-04-28 08:00:01 +00:00
Ermal
244741aa8f
Merge pull request #1040 from fichtner/pw_userdel manually since it does not apply cleanly
2014-04-28 07:25:33 +00:00
Ermal
9d63fe5bbc
Merge pull request #1082 from PiBa-NL/console_ssh_rules_reload
2014-04-28 07:20:38 +00:00
Ermal
8227e80115
Merge pull request #1098 from camlin/master
2014-04-28 07:19:35 +00:00
Ermal
c6f7dce8d7
Merge pull request #1117 from derelict-pf/nohttpsforwards
2014-04-28 07:16:46 +00:00
Ermal
2f965ba739
Merge pull request #1123 from razzfazz/miniupnp_listen_on_interface_master
2014-04-28 07:14:09 +00:00
Daniel Becker
3f986e2dc9
make miniupnpd listen on interface instead of IP
...
The 'listening_ip' option in miniupnpd.conf can accept an interface name
directly instead of having to translate it to an IPv4 address first. (This is
actually required if IPv6 support is enabled.)
2014-04-27 16:20:01 -07:00