Age | Commit message (Expand) | Author |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-08-23 | typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller |
2004-08-23 | fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus | Damien Miller |
2004-08-16 | 3.9 | Markus Friedl |
2004-08-13 | Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr | Darren Tucker |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller |
2004-08-13 | kill whitespace at eol; | Jason McIntyre |
2004-08-12 | improve SSHFP documentation; ok deraadt@ | Jakob Schlyter |
2004-08-12 | typo in error message, spotted by moritz AT jodeit.org | Damien Miller |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-08-11 | make store_lastlog_message() static to appease -Wall; ok markus | Damien Miller |
2004-08-11 | check that lseek went were we told it to; ok markus@ | Damien Miller |
2004-08-11 | Don't try to close startup_pipe if it's not open; ok djm@ | Darren Tucker |
2004-08-11 | Fix minor leak; "looks right" deraadt@ | Darren Tucker |
2004-08-04 | return group14 when no primes found - fixes hang on empty /etc/moduli; | Damien Miller |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-28 | call setsid() _before_ re-exec | Markus Friedl |
2004-07-21 | bz#902: cache remote port so we don't fatal() in auth_log when remote | Damien Miller |
2004-07-21 | fix function declaration | Damien Miller |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker |
2004-07-12 | Fix incorrect macro, .I -> .Em | Brad Smith |
2004-07-11 | spaces | Theo de Raadt |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker |
2004-07-03 | Use '\0' not 0 for string; ok djm@, deraadt@ | Darren Tucker |
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller |
2004-06-26 | initialise some fd variables to -1, djm@ ok | Anil Madhavapeddy |
2004-06-26 | new sentence, new line; | Jason McIntyre |
2004-06-26 | punctuation and grammar fixes. also, keep the options in order. | Jason McIntyre |
2004-06-26 | - remove double word | Jason McIntyre |
2004-06-25 | bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de | Damien Miller |
2004-06-25 | fix broken fd handling in the re-exec fallback path, particularly when | Damien Miller |
2004-06-25 | Fall back to stat+rename if filesystem doesn't doesn't support hard | Darren Tucker |
2004-06-25 | only perform tcp wrappers checks when the incoming connection is on a socket. | Damien Miller |
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller |
2004-06-23 | Fix 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-22 | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ | Darren Tucker |
2004-06-22 | don't show .files by default in ls, add -a option to turn them back on; | Damien Miller |
2004-06-21 | document sort options | Damien Miller |
2004-06-21 | prefix ls option flags with LS_ | Damien Miller |
2004-06-21 | introduce sorting for ls, same options as /bin/ls; ok markus@ | Damien Miller |
2004-06-21 | mark fatal and cleanup exit as __dead; ok markus@ | Damien Miller |
2004-06-21 | comment out -Wshadow for now, gcc2 sucks. noticed by markus | Anil Madhavapeddy |
2004-06-21 | fix fd leak for multiple subsystem connections; with markus@ | Damien Miller |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-06-20 | mention new -n flag | Damien Miller |