-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
76 lines (50 loc) · 1.67 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# CHANGELOG
## v1.4.4
* Remove unneeded RANDFILE configuration (can break, removed from default config in 2.3.18)
## v1.4.3
* Use the server's config_file_mode for client configs
## v1.4.2
* Make server RedHat-compatible
## v1.4.1
* Added log rotation (requires module rodjek/logrotate)
## v1.4.0
* Parameter to configure service name. Thanks to @kronos-pbrideau
* User, group and mode configuration for several files
* Several permission fixes
* Allow local changes to config files and scripts. Thanks to @cbergmann
## v1.3.1
* Change timer_script to allow ensuring backups even if time-bands
have run out
## v1.3.0
* Quote file mode specifications for Puppet 4
* Move server logs from /var/log/burp.log to /var/log/burp/burp.log
## v1.2.1
* Bump version in metadata
## v1.2.0
* Apply explicit file and directory permissions:
- /etc/burp: 0750
- /etc/burp/burp-server.conf: 0600
- /etc/burp/CA.cnf: 0600
- /etc/burp/clients: 0750
- /etc/burp/clients/$client: 0600
- /etc/burp/$name.conf: 0600
- /etc/burp/$name-extra.conf: 0600
- /usr/local/bin/burp_notify_script: 0755 (before: 0775)
- /usr/local/bin/burp_ssl_extra_checks_script: 0755 (before: 0775)
- /usr/local/bin/burp_summary_script: 0755 (before: 0775)
- /usr/local/bin/burp_timer_script: 0755 (before: 0775)
- /var/lib/burp: 0750
- /var/lib/burp-$name: 0750
- /var/lib/burp-$name/ssl: 0700
## v1.1.0
* New parameters on burp::client
** `ensure` to completely remove a client
** `cron_ensure` to manage cron job behaviour
## v1.0.2
* More granular cron configuration
## v1.0.1
* Do not run cron so often
* Set stdout to 0 by default
* Syslog parameter configurable
## v1.0.0
* Initial release