Age | Commit message (Expand) | Author |
2001-02-08 | plug a memory leak | Theo de Raadt |
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 | spelling | Todd T. Fries |
2001-02-07 | spelling | Todd T. Fries |
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 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
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 | Change host width to 24 so last produces one line per user; deraadt ok. | Federico G. Schwindt |
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 | If sdl type is ISO88025, print the address using `:' as well. | Federico G. Schwindt |
2001-02-06 | cleanup get_pathname, fix pwd after failed cd. okay djm@ | Niels Provos |
2001-02-05 | default to 8 wide for user names | Theo de Raadt |
2001-02-05 | Don't bother checking username length, we trust pw_name | Todd C. Miller |
2001-02-05 | KNF cleanup; tomo | Theo de Raadt |
2001-02-05 | short names by default; danh@wzrd.com | Theo de Raadt |
2001-02-05 | please alpha gcc | Theo de Raadt |
2001-02-05 | please binutils in the absence of perfect weak symbols | Theo de Raadt |
2001-02-05 | ? == help | Theo de Raadt |