Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-14 | note no getopt() | Theo de Raadt | |
2001-03-07 | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | Damien Miller | |
functions and small protocol change. | |||
2001-03-03 | KNF | Theo de Raadt | |
2001-03-03 | Dynamically allocate fd_set; deraadt@ OK | Todd C. Miller | |
2001-02-21 | careful with & and &&; markus ok | Theo de Raadt | |
2001-02-07 | unsigned long long -> %llu, not %qu. markus ok | Jun-ichiro itojun Hagino | |
2001-02-04 | SSH2_FILEXFER_ATTR_UIDGID support; ok markus@ | Kevin Steves | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-04 | make gcc on the alpha even happier | Theo de Raadt | |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-16 | remove some statics. simpler handles; idea from nisse@lysator.liu.se | Markus Friedl | |
2001-01-15 | readable long listing for sftp-server, ok deraadt@ | Markus Friedl | |
2001-01-15 | rename must fail if newpath exists, debug off by default | Markus Friedl | |
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl | |
add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED messages use #defines from the draft. move #definitions to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt | |||
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl | |
2000-12-09 | "" -> "." for realpath; from vinschen@redhat.com | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-05 | cleanup | Markus Friedl | |
2000-09-04 | more cast fixes; from mouring@pconline.com | Markus Friedl | |
2000-09-01 | fix cast; mouring@pconline.com | Markus Friedl | |
2000-09-01 | portability fixes | Markus Friedl | |
2000-08-31 | implement a SFTP server. interops with sftp2, scp2 and the windows | Markus Friedl | |
client from ssh.com |