Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add sshd_config ChrootDirectory option to chroot(2) users to a directory and | 2008-02-08 | 1 | -10/+3 | ||
| | | | | | tweak internal sftp server to work with it (no special files in chroot required). ok markus@ | |||||
* | link sftp-server into sshd; feedback and ok djm@ | 2008-02-04 | 1 | -18/+26 | ||
| | ||||||
* | Remove the fixed 100 handle limit in sftp-server and allocate as many | 2008-01-21 | 1 | -26/+31 | ||
| | | | | | as we have available file descriptors. Patch from miklos AT szeredi.hu; ok dtucker@ markus@ | |||||
* | fix incorrect test when setting syslog facility; from Jan Pechanec | 2007-09-13 | 1 | -2/+2 | ||
| | ||||||
* | bz#1286 stop reading and processing commands when input or output buffer | 2007-05-17 | 1 | -6/+19 | ||
| | | | | | | | is nearly full, otherwise sftp-server would happily try to grow the input/output buffers past the maximum supported by the buffer API and promptly fatal() based on patch from Thue Janus Kristensen; feedback & ok dtucker@ | |||||
* | cast "%llu" format spec to (unsigned long long); do not assume a | 2007-04-18 | 1 | -4/+7 | ||
| | | | | | | | | u_int64_t arg is the same as 'unsigned long long'. from Dmitry V. Levin <ldv@altlinux.org> ok markus@ 'Yes, that looks correct' millert@ | |||||
* | spaces | 2007-01-03 | 1 | -2/+2 | ||
| | ||||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -6/+6 | ||
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | |||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | ||
| | ||||||
* | move #include <stdlib.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | ||
| | ||||||
* | move #include <sys/param.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | ||
| | ||||||
* | move #include <sys/time.h> out of includes.h | 2006-07-25 | 1 | -1/+2 | ||
| | ||||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | ||
| | ||||||
* | move #include <time.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | ||
| | ||||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -1/+2 | ||
| | ||||||
* | move #include <errno.h> out of includes.h; ok markus@ | 2006-07-11 | 1 | -1/+2 | ||
| | ||||||
* | don't log variables that aren't yet set | 2006-07-10 | 1 | -2/+2 | ||
| | ||||||
* | remove optind - it isn't used here | 2006-07-10 | 1 | -2/+1 | ||
| | ||||||
* | move #include <fcntl.h> out of includes.h | 2006-07-09 | 1 | -1/+2 | ||
| | ||||||
* | add commandline options to enable logging of transactions; ok markus@ | 2006-07-06 | 1 | -51/+260 | ||
| | ||||||
* | replace {GET,PUT}_XXBIT macros with functionally similar functions, | 2006-03-30 | 1 | -5/+4 | ||
| | | | | | | silencing a heap of lint warnings. also allows them to use __bounded__ checking which can't be applied to macros; requested by and feedback from deraadt@ | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | ||
| | | | | Theo nuked - our scripts to sync -portable need them in the files | |||||
* | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | 2006-03-25 | 1 | -1/+1 | ||
| | | | | | | | | xrealloc(p, new_nmemb, new_itemsize). realloc is particularly prone to integer overflows because it is almost always allocating "n * size" bytes, so this is a far safer API; ok deraadt@ | |||||
* | introduce xcalloc() and xasprintf() failure-checked allocations functions | 2006-03-25 | 1 | -1/+1 | ||
| | | | | | | | | | | and use them throughout openssh xcalloc is particularly important because malloc(nmemb * size) is a dangerous idiom (subject to integer overflow) and it is time for it to die feedback and ok deraadt@ | |||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | ||
| | ||||||
* | move #include <sys/stat.h> out of includes.h; ok markus@ | 2006-02-20 | 1 | -1/+4 | ||
| | ||||||
* | move #include <dirent.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -1/+3 | ||
| | ||||||
* | use a common max. packet length, no binary change | 2006-01-02 | 1 | -2/+2 | ||
| | ||||||
* | ensure that stdio fds are attached; ok deraadt@ | 2005-09-13 | 1 | -1/+5 | ||
| | ||||||
* | make this -Wsign-compare clean; ok avsm@ markus@ | 2005-06-17 | 1 | -6/+6 | ||
| | ||||||
* | Fall back to stat+rename if filesystem doesn't doesn't support hard | 2004-06-25 | 1 | -4/+20 | ||
| | | | | links. bz#823, ok djm@ | |||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -9/+9 | ||
| | | | | markus@ ok | |||||
* | switch to new license.template | 2004-02-19 | 1 | -20/+12 | ||
| | ||||||
* | constify. ok markus@ & djm@ | 2003-11-10 | 1 | -8/+8 | ||
| | ||||||
* | Typo police: attribute is better written with an 'r'. | 2003-06-25 | 1 | -2/+2 | ||
| | ||||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -3/+3 | ||
| | ||||||
* | one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net, | 2003-03-26 | 1 | -9/+20 | ||
| | | | | help from djm | |||||
* | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | 2003-03-05 | 1 | -4/+6 | ||
| | ||||||
* | fix races in rename/symlink; from Tony Finch; ok djm@ | 2003-02-06 | 1 | -14/+14 | ||
| | ||||||
* | support for short/long listings and globbing in "ls"; ok markus@ | 2002-09-11 | 1 | -44/+2 | ||
| | ||||||
* | explicit (u_int) for uid and gid | 2002-06-24 | 1 | -3/+3 | ||
| | ||||||
* | bunch of u_int vs int stuff | 2002-06-23 | 1 | -27/+27 | ||
| | ||||||
* | use get_int() macro (hide iqueue) | 2002-06-06 | 1 | -2/+2 | ||
| | ||||||
* | discard remaining bytes of current request; ok provos@ | 2002-06-06 | 1 | -3/+15 | ||
| | ||||||
* | handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ | 2002-02-13 | 1 | -2/+12 | ||
| | ||||||
* | remove unneeded casts and some char->u_char cleanup; ok markus@ | 2001-12-29 | 1 | -2/+2 | ||
| | ||||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -5/+5 | ||
| | ||||||
* | avoid paths beginning with "//"; <vinschen@redhat.com> | 2001-07-31 | 1 | -3/+3 | ||
| | | | | ok markus@ | |||||
* | update copyright for 2001 | 2001-06-25 | 1 | -2/+2 | ||
| | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -45/+45 | ||
| | | | | TODO; cleanup headers |