Displaying 3 results from an estimated 3 matches for "process_setstat".
Did you mean:
process_fsetstat
2004 Oct 25
1
Bug in sftp's chmod
Hi,
I've discovered that on OpenSSH_3.6.1p1 (the latest SSH available on
OSX, but I've also tried a couple of different linux distributions),
when you 'sftp' to it, and try to 'chmod' some file or directory, only
last three octal digits do actually matter.
Example:
sftp sshtest at localhost
Connecting to localhost...
sshtest at localhost's password:
sftp> ls -l
2007 Apr 10
6
[PATCH 0/6] openssh V_4_6: minor fixes/cleanups
This patch series consists of minor fixes and cleanups I made during
update to openssh V_4_6 branch.
openssh/auth-pam.c | 9 ++++-----
openssh/auth2.c | 2 --
openssh/readconf.c | 7 ++++---
openssh/servconf.c | 14 ++++++++------
openssh/sftp-server.c | 9 ++++++---
openssh/sshd.c | 2 +-
6 files changed, 23 insertions(+), 20 deletions(-)
--
ldv
2001 Feb 01
0
warnings on aix325
...g: implicit declaration of function `setitimer'
scp.c: In function `foregroundproc':
scp.c:1132: warning: implicit declaration of function `ioctl'
scp.c: In function `progressmeter':
scp.c:1150: warning: implicit declaration of function `gettimeofday'
sftp-server.c: In function `process_setstat':
sftp-server.c:706: warning: implicit declaration of function `utimes'
sftp-server.c: In function `main':
sftp-server.c:1033: warning: implicit declaration of function `bzero'
Thanks for any help.
francesco