summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-23 19:45:51 +1000
committerDamien Miller <djm@mindrot.org>2011-06-23 19:45:51 +1000
commitdcbd41e7aff4c7ef10dd13d8833a8cba82f9a794 (patch)
treee4201b8d9d2ad65fb70c34b9de1265702ef26806 /ChangeLog
parent80b62e37384b14187b6d9fa5eb3cf6bf04a3cf3a (diff)
- djm@cvs.openbsd.org 2011/06/23 09:34:13
[sshd.c ssh-sandbox.h sandbox.h sandbox-rlimit.c sandbox-systrace.c] [sandbox-null.c] rename sandbox.h => ssh-sandbox.h to make things easier for portable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a6724225..f9f9efcef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,10 @@
27 [channels.c channels.h clientloop.c clientloop.h mux.c ssh.c] 27 [channels.c channels.h clientloop.c clientloop.h mux.c ssh.c]
28 hook up a channel confirm callback to warn the user then requested X11 28 hook up a channel confirm callback to warn the user then requested X11
29 forwarding was refused by the server; ok markus@ 29 forwarding was refused by the server; ok markus@
30 - djm@cvs.openbsd.org 2011/06/23 09:34:13
31 [sshd.c ssh-sandbox.h sandbox.h sandbox-rlimit.c sandbox-systrace.c]
32 [sandbox-null.c]
33 rename sandbox.h => ssh-sandbox.h to make things easier for portable
30 - (djm) [sandbox-null.c] Dummy sandbox for platforms that don't support 34 - (djm) [sandbox-null.c] Dummy sandbox for platforms that don't support
31 setrlimit(2) 35 setrlimit(2)
32 36