- (djm) Use full release (e.g. 6.5p1) in debug output rather than just
version. From des@des.no
This commit is contained in:
parent
14928b7492
commit
c2e49062fa
|
@ -1,6 +1,8 @@
|
||||||
20140401
|
20140401
|
||||||
- (djm) On platforms that support it, use prctl() to prevent sftp-server
|
- (djm) On platforms that support it, use prctl() to prevent sftp-server
|
||||||
from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net
|
from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net
|
||||||
|
- (djm) Use full release (e.g. 6.5p1) in debug output rather than just
|
||||||
|
version. From des@des.no
|
||||||
|
|
||||||
20140317
|
20140317
|
||||||
- (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
|
- (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to
|
||||||
|
|
2
ssh.c
2
ssh.c
|
@ -876,7 +876,7 @@ main(int ac, char **av)
|
||||||
SYSLOG_FACILITY_USER, !use_syslog);
|
SYSLOG_FACILITY_USER, !use_syslog);
|
||||||
|
|
||||||
if (debug_flag)
|
if (debug_flag)
|
||||||
logit("%s, %s", SSH_VERSION, SSLeay_version(SSLEAY_VERSION));
|
logit("%s, %s", SSH_RELEASE, SSLeay_version(SSLEAY_VERSION));
|
||||||
|
|
||||||
/* Parse the configuration files */
|
/* Parse the configuration files */
|
||||||
process_config_files(pw);
|
process_config_files(pw);
|
||||||
|
|
Loading…
Reference in New Issue