Age | Commit message (Expand) | Author |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <dirent.h> out of includes.h; ok markus@ | Kevin Steves |
2006-01-02 | use a common max. packet length, no binary change | Damien Miller |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2004-06-25 | Fall back to stat+rename if filesystem doesn't doesn't support hard | Darren Tucker |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-02-19 | switch to new license.template | Markus Friedl |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-26 | one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net, | Theo de Raadt |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-02-06 | fix races in rename/symlink; from Tony Finch; ok djm@ | Markus Friedl |
2002-09-11 | support for short/long listings and globbing in "ls"; ok markus@ | Damien Miller |
2002-06-24 | explicit (u_int) for uid and gid | Theo de Raadt |
2002-06-23 | bunch of u_int vs int stuff | Theo de Raadt |
2002-06-06 | use get_int() macro (hide iqueue) | Markus Friedl |
2002-06-06 | discard remaining bytes of current request; ok provos@ | Markus Friedl |
2002-02-13 | handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ | Markus Friedl |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-07-31 | avoid paths beginning with "//"; <vinschen@redhat.com> | Jakob Schlyter |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-22 | allow long usernames/groups in readdir | Markus Friedl |
2001-05-12 | readlink does not NULL-terminate; mhe@home.se | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
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 |
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 |
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 |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl |