Subversion Repositories ALCASAR

Rev

Rev 2314 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2314 Rev 2316
Line 1... Line 1...
1
# $Id: CHANGELOG 2314 2017-06-28 10:26:30Z richard $
1
# $Id: CHANGELOG 2316 2017-06-30 11:40:00Z tom.houdayer $
2
 
2
 
3
********** ALCASAR CHANGELOG **********
3
********** ALCASAR CHANGELOG **********
4
 
4
 
5
-------------------- 3.1.3 --------------------
5
-------------------- 3.1.3 --------------------
6
NEWS
6
NEWS
7
	- Add Let's Encrypt integration.
7
	- Add Let's Encrypt integration.
8
	- Change the ALCASAR CA certificate extension to .crt (to be added more easily in Firefox).
8
	- Change the ALCASAR CA certificate extension to .crt (to be added more easily in Firefox).
9
	- Allow hostname different than "alcasar".
9
	- Allow hostname different than "alcasar".
10
	- Check/remove conf file of removed NIC.
10
	- Check/remove conf file of removed NIC.
11
	- move udev rule for huawei GSM modem in "/lib/udev" ("/etc/udev" will be deprecated)
11
	- move udev rule for huawei GSM modem in "/lib/udev" ("/etc/udev" will be deprecated)
12
	
12
 
13
ACC
13
ACC
-
 
14
	- New network configuration UI (dynamic user-friendly diagram form).
14
	- Print parsed log of Fail2Ban instead of raw log lines.
15
	- Print parsed log of Fail2Ban instead of raw log lines.
15
 
16
 
16
BUGS
17
BUGS
17
	- Display info field for DHCP static equipment 
18
	- Display info field for DHCP static equipment
18
 
19
 
19
SECU
20
SECU
20
	- Rename Fail2Ban rule "alcasar_acc-htdigest" to "alcasar_acc" (iptables does not support long name).
21
	- Rename Fail2Ban rule "alcasar_acc-htdigest" to "alcasar_acc" (iptables does not support long name).
21
	- Remove '/usr/bin/openssl' sudo privilege for 'apache' user.
22
	- Remove '/usr/bin/openssl' sudo privilege for 'apache' user.
22
	- Escape exec() parameters in ACC to prevent RCE attacks.
23
	- Escape exec() parameters in ACC to prevent RCE attacks.