diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-15 11:45:33 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-15 11:45:33 +1100 |
commit | a788de206647e1ffa51b0a95bac1951a02880f76 (patch) | |
tree | 5f7f15b3b01c15218848f042689a45f9035a275f /ChangeLog | |
parent | 94881d8dbb228e170d476d35fb523425c0c4c001 (diff) |
- dtucker@cvs.openbsd.org 2010/01/14 23:41:49
[sftp-common.c]
use user_from{uid,gid} to lookup up ids since it keeps a small cache.
ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ | |||
11 | when using ChrootDirectory, make sure we test for the existence of the | 11 | when using ChrootDirectory, make sure we test for the existence of the |
12 | user's shell inside the chroot; bz #1679, patch from alex AT rtfs.hu; | 12 | user's shell inside the chroot; bz #1679, patch from alex AT rtfs.hu; |
13 | ok dtucker | 13 | ok dtucker |
14 | - dtucker@cvs.openbsd.org 2010/01/14 23:41:49 | ||
15 | [sftp-common.c] | ||
16 | use user_from{uid,gid} to lookup up ids since it keeps a small cache. | ||
17 | ok djm | ||
14 | 18 | ||
15 | 20100114 | 19 | 20100114 |
16 | - (djm) [platform.h] Add missing prototype for | 20 | - (djm) [platform.h] Add missing prototype for |