summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Reset the non-blocking status of stdout and stderr as well on exitnonblock-stdout-stderrMatt Johnston2005-03-022-4/+14
|
* * don't add a 'static' prefix to binary namesMatt Johnston2005-03-021-26/+21
|
* * add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston2005-02-283-4/+111
| | | | | * don't exit if setnonblocking() fails with "not supported by device" (allows redirection from /dev/null)
* * respect DO_HOST_LOOKUP config optionMatt Johnston2005-02-282-4/+8
|
* put back 'return;' on empty terminal mode strings which was erroneouslyMatt Johnston2005-01-191-0/+1
| | | | removed in 3a6c6eeefe450a64e244ee39030938ddaacb8987
* Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston2005-01-112-1/+14
| | | | will work with scp.
* Removed obselete (and incorrect) comment.Matt Johnston2005-01-071-2/+0
|
* Version number needs munging so that comparison works correctlyDROPBEAR_0.44Matt Johnston2005-01-031-1/+1
|
* Forgot to increment the version numberMatt Johnston2005-01-031-1/+1
|
* Make debian/rules executableMatt Johnston2005-01-031-0/+0
|
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-0241-456/+456
|
* 0.44 release changesMatt Johnston2005-01-028-25/+66
|
* Fix so that getnameinfo() is passed the address-specific structure size. ThisMatt Johnston2005-01-021-0/+20
| | | | lets it work on Solaris (and probably other platforms)
* random.c: fix missed instance of DROPBEAR_EGD_SOCKETMatt Johnston2004-12-271-1/+1
|
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-237-25/+37
|
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-227-9/+26
| | | | disabled works OK.
* loginrec.c: replaced erroneously removed function definitionMatt Johnston2004-12-201-0/+1
|
* Cleaning out various dead wood found with -dead_stripMatt Johnston2004-12-208-180/+25
| | | | | | | | bignum.c: mptobytes now resides in dss.c loginrec.c: remove lastlog code since it isn't used. dbutil.c: removed obselete usingsyslog variable channel.h: client channel type only defined for client compile common-algo.c: s/rijndael/aes/
* Cleaned up the random code, use /dev/random by default,Matt Johnston2004-12-202-39/+29
| | | | and remove the addrandom() function which wasn't used.
* includes.h: include mycrypt.h rather than mycrypt_custom.hMatt Johnston2004-12-191-1/+1
|
* configure.in: fix a status messageMatt Johnston2004-12-191-1/+1
|
* atomicio.c: one less compile warningMatt Johnston2004-12-191-4/+3
|
* Pristine compilation works.Matt Johnston2004-12-172-1/+6
|
* - Fixed a couple of compile warningsMatt Johnston2004-11-272-3/+3
| | | | - First public monotone import
* Initialise the outgoing packet queueMatt Johnston2004-11-031-0/+2
|
* -i works with scp now.Matt Johnston2004-10-172-1/+20
|
* Initialise the "lastexit" variable so that we don't get session channelsMatt Johnston2004-10-171-0/+1
| | | | terminating prematurely.
* use inst_ rather than inst, so it doesn't try to install "all".Matt Johnston2004-09-211-3/+3
|
* strdup() variables correctly for the PAM conversation functionprivate-rezMatt Johnston2004-09-211-13/+19
|
* propagate of 82bb923d0154750ef716b66b498561f882891946 and ↵Matt Johnston2004-09-213-36/+74
| | | | f51a272341ee12268fe7028bc2f2bad66c603069 from branch 'matt.dbclient.work' to 'matt.dbclient.rez'
* merge of cc7d47b52fc39dc6940ea8fff5b782fbd44a2f6cDROPBEAR_0.44test4Matt Johnston2004-09-161-0/+4
|\ | | | | | | and f697d6be3bdf1a59bfd78dc1239ea417d52904a7
| * put the #ifdefs back in for authpamMatt Johnston2004-09-141-0/+4
| |
* | Added dropbear.8 and dropbearkey.8 back inMatt Johnston2004-09-142-0/+128
|/
* Oops, PAM was on by default in options.hMatt Johnston2004-09-141-2/+2
|
* 0.44test4 probablyMatt Johnston2004-09-144-3/+28
| | | | also bumped the channel recv window sizing
* calloc memory rather than mallocing it - can't hurt too much, and isMatt Johnston2004-09-141-1/+1
| | | | probably a bit safer
* propagate of f51a272341ee12268fe7028bc2f2bad66c603069 and ↵Matt Johnston2004-09-141-8/+9
|\ | | | | | | ab35ee4292ea910d4871c3609d6100fe34300720 from branch 'matt.dbclient.rez' to 'matt.dbclient.work'
| * Don't need to burn the payload buffer since process-packet.c does itMatt Johnston2004-09-121-4/+0
| |
* | PAM improvementsMatt Johnston2004-09-144-28/+44
| |
* | propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and ↵Matt Johnston2004-09-126-184/+175
| | | | | | | | 717950f4061f1123659ee87c7c168805af920ab7 from branch 'matt.dbclient.rez' to 'matt.dbclient.authpam'
* | propagate of 717950f4061f1123659ee87c7c168805af920ab7 and ↵Matt Johnston2004-09-126-1/+273
|\ \ | |/ |/| | | 839f98f136788cc1466e4641bf796f96040a085d from branch 'matt.dbclient.authpam' to 'matt.dbclient.rez'
| * svr-authpam code merged and works. needs tidying a logauthpamMatt Johnston2004-08-086-4/+273
| |
* | Read the last line of a file without a finishing '\n' correctlyMatt Johnston2004-09-021-4/+3
| |
* | Check for non-matching algos properlyMatt Johnston2004-09-021-6/+8
| |
* | WCOREDUMP finallyMatt Johnston2004-08-311-1/+1
| |
* | Leak found with MallocDebug - it's kinda usefulMatt Johnston2004-08-301-0/+2
| |
* | Load the hostkeys for inetd too - oopsMatt Johnston2004-08-301-3/+4
| |
* | options.hMatt Johnston2004-08-271-1/+1
| |
* | merge of 00b67a11e33c3ed390556805ed6d1078528bee70DROPBEAR_0.44test3Matt Johnston2004-09-044-7/+45
| | | | | | | | and a3e68842a71eaba22c23468ff95fded952acb973
* | Add help text that a symlink to "ssh" worksMatt Johnston2004-08-271-1/+1
| |