summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-12-01 12:01:21 +1100
committerDamien Miller <djm@mindrot.org>2010-12-01 12:01:21 +1100
commita232792783655659395f445c0f265d4f9444bb7c (patch)
tree93051bddb29ca4a185be61bf92ba889efb515a66 /ChangeLog
parent2cd629349d9fc4067985fec04b23bfb5ff7aa8d8 (diff)
- djm@cvs.openbsd.org 2010/11/21 10:57:07
[authfile.c] Refactor internals of private key loading and saving to work on memory buffers rather than directly on files. This will make a few things easier to do in the future; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e5ee805..1b1cd5242 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 [clientloop.c misc.c misc.h ssh-agent.1 ssh-agent.c] 7 [clientloop.c misc.c misc.h ssh-agent.1 ssh-agent.c]
8 honour $TMPDIR for client xauth and ssh-agent temporary directories; 8 honour $TMPDIR for client xauth and ssh-agent temporary directories;
9 feedback and ok markus@ 9 feedback and ok markus@
10 - djm@cvs.openbsd.org 2010/11/21 10:57:07
11 [authfile.c]
12 Refactor internals of private key loading and saving to work on memory
13 buffers rather than directly on files. This will make a few things
14 easier to do in the future; ok markus@
10 15
1120101124 1620101124
12 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and 17 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and