forked from dlundquist/sniproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
98 lines (72 loc) · 2.55 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
2023-01-31 Renaud Allard <[email protected]>
0.6.8 Release
* Fix buffer overflow in address module
* Fix tests in Debian 11
2023-01-31 Renaud Allard <[email protected]>
0.6.7 Release
* Fix a warning with clang15 and update old functions
2023-01-30 Renaud Allard <[email protected]>
0.6.6 Release
* Make proper error codes for unveil
2021-03-11 Renaud Allard <[email protected]>
0.6.5 Release
* Add cpath and unix to plegde call for OpenBSD
* Add unveil protections for OpenBSD
* Remove -Wpedantic as it fails on OpenBSD base-gcc
2021-03-01 Renaud Allard <[email protected]>
0.6.4 Release
* Add wpath and unix to plegde call for OpenBSD
* fix ipv6 transparent proxy
2021-02-24 Renaud Allard <[email protected]>
0.6.3 Release
* Accept CRLF and LF in HTTP headers, fix buffer overflow error.
* Add plegde call for OpenBSD
2021-02-20 Renaud Allard <[email protected]>
0.6.2 Release
* Change the default user/group
2021-02-20 Renaud Allard <[email protected]>
0.6.1 Release
* Fixes for some security issues
* Fix for compilation with modern compilers
2018-12-05 Dustin Lundquist <[email protected]>
0.6.0 Release
* PROXY v1 protocol support
* SO_REUSEPORT support on Linux 3.9 and later
* Listener ipv6_only directive to accept only IPv6 connections
* TCP keepalive
2017-04-26 Dustin Lundquist <[email protected]>
0.5.0 Release
* Transparent proxy support
* Use accept4() on Linix
* Run as group specified in config
2015-04-07 Dustin Lundquist <[email protected]>
0.4.0 release
* Improve DNS resolver:
Support for AAAA records
Configuration options
* Global access log
* Man page for sniproxy.conf
* Reject IP literals as hostnames for wildcard backends
2014-09-26 Dustin Lundquist <[email protected]>
0.3.6 release
* 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
2014-08-13 Dustin Lundquist <[email protected]>
0.3.5 release
* 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
* Large file support (for log files)