summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* strdup() variables correctly for the PAM conversation functionprivate-rezMatt Johnston2004-09-211-13/+19
* propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe...Matt Johnston2004-09-213-36/+74
* merge of cc7d47b52fc39dc6940ea8fff5b782fbd44a2f6cDROPBEAR_0.44test4Matt Johnston2004-09-161-0/+4
|\
| * 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
* calloc memory rather than mallocing it - can't hurt too much, and isMatt Johnston2004-09-141-1/+1
* propagate of f51a272341ee12268fe7028bc2f2bad66c603069 and ab35ee4292ea910d487...Matt Johnston2004-09-141-8/+9
|\
| * 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 717950f4061f1123659...Matt Johnston2004-09-126-184/+175
* | propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...Matt Johnston2004-09-126-1/+273
|\ \ | |/ |/|
| * 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
* | Add help text that a symlink to "ssh" worksMatt Johnston2004-08-271-1/+1
* | merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-279-36/+65
* | - added circular buffering for channelsMatt Johnston2004-08-2619-64/+302
* | Nasty.Matt Johnston2004-08-2411-78/+191
* | Fix if the first write failsMatt Johnston2004-08-241-6/+9
* | Fix for "-l" scp optionMatt Johnston2004-08-242-8/+10
* | Default port is now set as a stringMatt Johnston2004-08-242-2/+2
* | Allow leading lines before the ident banner when connectingMatt Johnston2004-08-241-5/+19
* | merge of 5c31199418631253a3d311fe3b1ff87351e1c9caMatt Johnston2004-08-241-3/+2
|\ \
| * | Just a test for merging headsMatt Johnston2004-08-091-0/+2
| * | merge of 3b1edf7489e1de452e30aaaec37d647db44e4328Matt Johnston2004-08-0910-119/+268
| |\ \ | | |/
| * | Remove unused printbuf which prevented large DSS keys from being generated.Matt Johnston2004-08-061-3/+0
* | | Change the way we load keys/ports so we don't print error messages into ourMatt Johnston2004-08-233-66/+44
* | | oops, the fcntl() was commented outMatt Johnston2004-08-231-2/+1
* | | Move the revert-to-non-blocking-stdin code to cli-session so itMatt Johnston2004-08-222-9/+12
* | | Fix for printing out things with inetd mode when we have DEBUG_TRACEMatt Johnston2004-08-221-1/+1
* | | Remove obselete documentationMatt Johnston2004-08-196-140/+0
* | | Mention the race condition between setting the childpid entry, andMatt Johnston2004-08-181-2/+4
* | | Don't try to remove non-eixtant listenersMatt Johnston2004-08-181-2/+6
* | | DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston2004-08-187-5/+45
* | | Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.Matt Johnston2004-08-182-0/+11
* | | Auth doesn't timeout after 5 minutes.Matt Johnston2004-08-181-0/+2
* | | Stupid DSS hostkey bug fixed.Matt Johnston2004-08-181-1/+1
* | | merge of 00b67a11e33c3ed390556805ed6d1078528bee70DROPBEAR_0.44test2Matt Johnston2004-09-045-25/+46
* | | Some small fixes for unused vars, and old messagesMatt Johnston2004-08-172-12/+3
* | | Small fixesMatt Johnston2004-08-173-3/+6
* | | #ifdef for PENDINMatt Johnston2004-08-171-0/+4
* | | default initialisers for mp_intsMatt Johnston2004-08-178-22/+46
* | | fix for AIX not having WCOREDUMPMatt Johnston2004-08-171-0/+2