git ssb

0+

cel / sslh



Tree: 80f76c6fc58f4ae5c3d25f42017a11d4918e1502

Files: 80f76c6fc58f4ae5c3d25f42017a11d4918e1502 / ChangeLog

2443 bytesRaw
1v1.8:
2 Changed log format to make it possible to link
3 connections to subsequent logs from other services.
4
5 Updated CentOS init.d script (Andre Krajnik).
6
7 Fixed zombie issue with OpenBSD (The SA_NOCLDWAIT flag is not
8 propagated to the child process, so we set up signals after
9 the fork.) (Fran�ois FRITZ)
10
11 Added -o "OpenVPN" and OpenVPN probing and support.
12
13 Added single-threaded, select(2)-based version.
14
15 Added support for "Bold" SSH clients (clients that speak first)
16 Thanks to Guillaume Ricaud for spotting a regression
17 bug.
18
19 Added -f "foreground" option.
20
21 Added test suite. (only tests connexions. No test for libwrap,
22 setsid, setuid and so on) and corresponding 'make
23 test' target.
24
25 Added README.MacOSX (thanks Aaron Madlon-Kay)
26
27 Documented use with proxytunnel and corkscrew in
28 README.
29
30
31v1.7: 01FEB2010
32 Added CentOS init.d script (Andre Krajnik).
33
34 Fixed default ssl address inconsistancy, now
35 defaults to "localhost:443" and fixed documentation
36 accordingly (pointed by Markus Schalke).
37
38 Children no longer bind to the listen socket, so
39 parent server can be stopped without killing an
40 active child (pointed by Matthias Buecher).
41
42 Inetd support (Dima Barsky).
43
44v1.6: 25APR2009
45 Added -V, version option.
46
47 Install target directory configurable in Makefile
48
49 Changed syslog prefix in auth.log to "sslh[%pid]"
50
51 Man page
52
53 new 'make install' and 'make install-debian' targets
54
55 PID file now specified using -P command line option
56
57 Actually fixed zombie generation (the v1.5 patch got
58 lost, doh!)
59
60
61v1.5: 10DEC2008
62 Fixed zombie generation.
63
64 Added support scripts (), Makefile.
65
66 Changed all 'connexions' to 'connections' to please
67 pesky users. Damn users.
68
69v1.4: 13JUL2008
70 Added libwrap support for ssh service (Christian Weinberger)
71 Only SSH is libwraped, not SSL.
72
73v1.3: 14MAY2008
74 Added parsing for local interface to listen on
75
76 Changed default SSL connection to port 442 (443 doesn't make
77 sense as a default as we're already listening on 443)
78
79 Syslog incoming connections
80
81v1.2: 12MAY2008
82 Fixed compilation warning for AMD64 (Thx Daniel Lange)
83
84v1.1: 21MAY2007
85 Making sslhc more like a real daemon:
86 * If $PIDFILE is defined, write first PID to it upon startup
87 * Fork at startup (detach from terminal)
88 (thanks to http://www.enderunix.org/docs/eng/daemon.php -- good checklist)
89 * Less memory usage (?)
90
91v1.0:
92 Basic functionality: privilege dropping, target hostnames and ports
93 configurable.
94
95
96

Built with git-ssb-web