index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
Age
Commit message (
Collapse
)
Author
2001-02-08
nuke sprintf, ok deraadt@
Markus Friedl
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
2001-02-08
drop references to ssl(8). markus ok
Jun-ichiro itojun Hagino
2001-02-08
strict checking
Markus Friedl
2001-02-08
update to 2.3.2
Markus Friedl
2001-02-08
fix typo
Markus Friedl
2001-02-08
typo
Kevin Steves
2001-02-08
%i -> %d
Kevin Steves
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
<roumen.petrov@skalasoft.com>
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
Corinna Vinschen <vinschen@redhat.com>. ok markus@
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
[next]