Age | Commit message (Expand) | Author |
2001-02-08 | snprintf | Theo de Raadt |
2001-02-08 | memory leak fix, and snprintf throughout | Theo de Raadt |
2001-02-08 | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok | Jun-ichiro itojun Hagino |
2001-02-08 | allow sftp over ssh protocol 1; ok djm@ | Markus Friedl |
2001-02-07 | lowercase cmds[].c also; ok markus@ | Kevin Steves |
2001-02-07 | s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com | Markus Friedl |
2001-02-07 | portable; ok markus@ | Kevin Steves |
2001-02-07 | move k_setpag() to a central place; ok dugsong@ | Markus Friedl |
2001-02-07 | Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov | Damien Miller |
2001-02-07 | older servers reply with SSH2_FXP_NAME + count==0 instead of EOF | Markus Friedl |
2001-02-07 | more man page cleanup and sync of help text with man page; ok markus@ | Kevin Steves |
2001-02-07 | fix size_t -> int cast (use u_long). markus ok | Jun-ichiro itojun Hagino |
2001-02-07 | unsigned long long -> %llu, not %qu. markus ok | Jun-ichiro itojun Hagino |
2001-02-07 | typo in fatal() | Markus Friedl |
2001-02-07 | .Bl-.El mismatch. markus ok | Jun-ichiro itojun Hagino |
2001-02-07 | Check that target is a directory before doing ls; ok markus@ | Damien Miller |
2001-02-07 | pretty up significantly | Theo de Raadt |
2001-02-07 | Don't free handles before we are done with them. Based on work from | Damien Miller |
2001-02-07 | deal with new ANSI malloc stuff | Theo de Raadt |
2001-02-07 | indent | Theo de Raadt |
2001-02-07 | check for stat failures, too; ok djm@ | Markus Friedl |
2001-02-06 | dir==ls | Markus Friedl |
2001-02-06 | Fix -o option under getopt; ok markus@ | Damien Miller |
2001-02-06 | use lower case error messages similar to errno.h | Markus Friedl |
2001-02-06 | replace arc4random with counter for request ids; ok markus@ | Damien Miller |
2001-02-06 | reorder -{1,2,4,6} options. ok markus@ | Jakob Schlyter |
2001-02-06 | add missing -1 option | Jakob Schlyter |
2001-02-06 | add -1 option (force protocol version 1). ok markus@ | Jakob Schlyter |
2001-02-06 | remove confusing callback code | Markus Friedl |
2001-02-06 | Punctuation fix from Pekka Savola <pekkas@netcore.fi> | Damien Miller |
2001-02-06 | do not ask for passphrase in batch mode; report from ejb@ql.org | Markus Friedl |
2001-02-06 | stat target for remote chdir before doing chdir | Damien Miller |
2001-02-06 | enable sftp-server by default | Theo de Raadt |
2001-02-06 | fatal() if subsystem fails | Markus Friedl |
2001-02-06 | Wait for ssh subprocess at exit | Damien Miller |
2001-02-06 | Use getopt to process commandline arguments | Damien Miller |
2001-02-06 | cleanup get_pathname, fix pwd after failed cd. okay djm@ | Niels Provos |
2001-02-05 | ? == help | Theo de Raadt |
2001-02-04 | alpha happiness | Theo de Raadt |
2001-02-04 | sort commands, so that abbreviations work as expected | Theo de Raadt |
2001-02-04 | SSH2_FILEXFER_ATTR_UIDGID support; ok markus@ | Kevin Steves |
2001-02-04 | debugging sftp: precedence and missing break. chmod, chown, chgrp | Kevin Steves |
2001-02-04 | precedence; ok markus@ | Kevin Steves |
2001-02-04 | use base 8 for umask/chmod | Markus Friedl |
2001-02-04 | type: ok markus@ | Damien Miller |
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 | fix LCD | Markus Friedl |
2001-02-04 | make the alpha happy | Theo de Raadt |
2001-02-04 | typo; dpo@club-internet.fr | Markus Friedl |