forked from dlundquist/sniproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
79 lines (53 loc) · 2.5 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
77
78
79
sniproxy (0.3.6) unstable; urgency=medium
* Improve logging:
Fix negative connection duration in access log
Include log rotate script
Reopen log files on SIGHUP
Share file handle to same log file between listeners
Avoid unnecessary reconnection to syslog socket
Cache timestamp string for current second
* Man page
* Packaging improvements:
passes lintian and rpm-lint
-- Dustin Lundquist <[email protected]> Fri, 26 Sep 2014 19:52:38 -0700
sniproxy (0.3.5) unstable; urgency=medium
* Configuration reloading on SIGHUP
* SSL 2.0 connection handling: do not treat as an error, use fallback
address if configured.
* Fix buffer_coalesce error
* Spawn privileged child to bind sockets to privileged ports on reload
* Add -V flag to return sniproxy version
* Use libev for timestamps to improve portability
* Include several for BSD compatibility
-- Dustin Lundquist <[email protected]> Wed, 13 Aug 2014 18:25:53 -0700
sniproxy (0.3.4) unstable; urgency=medium
* Add source address specification configuration option.
* Line buffer log files.
* Fix segfault when no hostname included in TLS extensions.
* Fix erroneously report of invalid TLS client handshake.
-- Dustin Lundquist <[email protected]> Sun, 18 May 2014 14:38:33 -0700
sniproxy (0.3.3) unstable; urgency=medium
* Fix format argument segfault in buffer full warning.
* Add sniproxy-dbg package.
* File descriptor limit: raise limit and improve handling when limit is
reached.
-- Dustin Lundquist <[email protected]> Tue, 22 Apr 2014 17:35:59 -0700
sniproxy (0.3.2-1) unstable; urgency=high
* Fix use after free when client closes connection before DNS response is
received.
* Fix two DNS query memory leaks.
-- Dustin Lundquist <[email protected]> Fri, 11 Apr 2014 16:32:06 -0700
sniproxy (0.3.1-1) unstable; urgency=high
* Fix bug when client completely fills the buffer before the DNS query is
answered.
* Fix handling of invalid hostnames in client requests.
-- Dustin Lundquist <[email protected]> Wed, 09 Apr 2014 21:08:55 -0700
sniproxy (0.3-1) unstable; urgency=medium
* Nonblocking connect and DNS resolution
-- Dustin Lundquist <[email protected]> Tue, 08 Apr 2014 17:03:37 -0700
sniproxy (0.2) unstable; urgency=low
* Moving pidfile
-- Dustin Lundquist <[email protected]> Thu, 30 Jan 2014 13:51:02 -0800
sniproxy (0.1-1) unstable; urgency=low
* Initial release
-- Andreas Loibl <[email protected]> Tue, 18 Jun 2013 17:55:43 +0200