summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-06-25Fall back to stat+rename if filesystem doesn't doesn't support hardDarren Tucker
2004-06-25only perform tcp wrappers checks when the incoming connection is on a socket.Damien Miller
2004-06-25cleanup.Mathieu Sauve-Frankel
2004-06-24re-exec sshd on accept(); initial work, final debugging and ok markus@Damien Miller
2004-06-24When given multiple processes to kill, keep going if we are unable to killTodd C. Miller
2004-06-23Fix counting in master/slave when passing environment variables; ok djm@Darren Tucker
2004-06-23-Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@mouring
2004-06-22why should . and .. be the first two entries of any dir ?Marc Espie
2004-06-22Do not generate floating point exception followed by a core dumpOtto Moerbeek
2004-06-22Change login->username, will prevent -Wshadow errors in Portable; ok markus@Darren Tucker
2004-06-22don't show .files by default in ls, add -a option to turn them back on;Damien Miller
2004-06-21document sort optionsDamien Miller
2004-06-21prefix ls option flags with LS_Damien Miller
2004-06-21introduce sorting for ls, same options as /bin/ls; ok markus@Damien Miller
2004-06-21mark fatal and cleanup exit as __dead; ok markus@Damien Miller
2004-06-21comment out -Wshadow for now, gcc2 sucks. noticed by markusAnil Madhavapeddy
2004-06-21fix fd leak for multiple subsystem connections; with markus@Damien Miller
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2004-06-21Actually commit right (r&b tree) version, instead of hash tableOtto Moerbeek
2004-06-20mention new -n flagDamien Miller
2004-06-20make "ls -l" listings print user/group names, add "ls -n" to show uid/gidDamien Miller
2004-06-20Implement -I option: ignore changes matching a set of regexes. FromOtto Moerbeek
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@Damien Miller
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;Robert Nagy
2004-06-18Unbreak handling of standard diffs (which have an empty context).Otto Moerbeek
2004-06-18clientloop.cDamien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-18If a new hunk immediately follows the previous one, merge themOtto Moerbeek
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17Remove trailing whitespace and, for printf, uid/gid are unsignedTodd C. Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-16Add a new -n option that replaces the old -number option (which nowTodd C. Miller
2004-06-15missed one unset_nonblock; spotted by Tim RiceDamien Miller
2004-06-14Teach patch(1) to detect if a diff creating a file (or one addingOtto Moerbeek
2004-06-14- use fmt_scaled(3) instead of home grown function to print -h numbersOtto Moerbeek
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-06-14remove debug messageTheo de Raadt
2004-06-14let vmstat -i still work on older kernels; spotted by tholoTheo de Raadt
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
2004-06-131-byte overflow; ryo@nerv.org, otto okTheo de Raadt
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien Miller
2004-06-12make M-x gid try to guess the symbol name to look up by looking at theVincent Labrecque
2004-06-11div etime by ncpuTheo de Raadt
2004-06-11handle the KI_NOCPU case, pointed out by markusTheo de Raadt