Skip to content

Commit e28131b

Browse files
committed
Update ChangeLog
1 parent 1f08c17 commit e28131b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

ChangeLog

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1+
2014-09-04 Pierre Schweitzer <[email protected]>
2+
3+
* Allow the daemon to be packaged for Ubuntu (precise, so far)
4+
* Makefile.am: Make the daemon a sbin executable
5+
6+
2014-08-27 Pierre Schweitzer <[email protected]>
7+
8+
* Renamed project to ForbidHosts
9+
10+
2014-08-26 Pierre Schweitzer <[email protected]>
11+
12+
* ForbidHostsv6.cpp: Fix performance issue with HostIPv6 initialization
13+
* ForbidHostsv6.cpp: Reduce a variable scope
14+
* ForbidHostsv6.cpp: Add optional support for IPv4 adresses.
15+
To enable it, use --enable-ipv4 during configure phase.
16+
* ForbidHostsv6.cpp: Also implement support for zombies. This will prevent daemon from leaking child processes.
17+
* ForbidHostsv6.cpp: Rewrite signals management to more up to date API.
18+
* ForbidHostsv6.cpp: Add missing header
19+
120
2012-05-13 Pierre Schweitzer <[email protected]>
221

322
* ForbidHostsv6.cpp: Fix a bug with syslog output
423
* ForbidHostsv6.cpp: Add new functions and associated macros to have asserts that write their result to syslog.
524
Those assert can be either soft or hard, if hard the deamon quits.
625
* ForbidHostsv6.cpp: Use them instead of ignoring the return of some functions.
7-
8-
2012-05-13 Pierre Schweitzer <[email protected]>
9-
1026
* ForbidHostsv6.cpp: Fix a bug in connections attempts count
1127
* ForbidHostsv6.cpp: Fix a bug in line parsing
1228
* ForbidHostsv6.cpp: Add support for the line repetitions in auth log

0 commit comments

Comments
 (0)