summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-279-36/+65
| | | | | | | | and 69b007796063cb5f042be7cca2d479e90db869c3
* | - added circular buffering for channelsMatt Johnston2004-08-2619-64/+302
| | | | | | | | | | | | - added stderr support for the client - cleaned up a bunch of "unused" warnings, duplicated header definitions - added exit-status support for the client
* | 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
|\ \ | | | | | | | | | and c84edf4a78416c5c3172871d3c74d7fd64afab2d
| * | Just a test for merging headsMatt Johnston2004-08-091-0/+2
| | |
| * | merge of 3b1edf7489e1de452e30aaaec37d647db44e4328Matt Johnston2004-08-0910-119/+268
| |\ \ | | |/ | | | | | | and 6cdb6b2c0e0e0a600eeb5975e499c9303fe2d4d4
| * | 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
| | | | | | | | | | | | socket.
* | | 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
| | | | | | | | | | | | always gets hit.
* | | Fix for printing out things with inetd mode when we have DEBUG_TRACEMatt Johnston2004-08-221-1/+1
| | | | | | | | | | | | | | | compiled in but no -v: we don't want to print messages out since it goes to the socket (and over the wire - bad).
* | | Remove obselete documentationMatt Johnston2004-08-196-140/+0
| | |
* | | Mention the race condition between setting the childpid entry, andMatt Johnston2004-08-181-2/+4
| | | | | | | | | | | | the child exiting.
* | | 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
| | | | | | | | | | | | and 42c7bdf484b16e279a0f68604a4346d8fa5ed70c
* | | 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
| | |