summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | do the symlinks for multi-binary compilesMatt Johnston2004-08-171-20/+35
* | | dbclient works as "ssh" tooMatt Johnston2004-08-161-2/+2
* | | create known_hosts properlyMatt Johnston2004-08-161-2/+9
* | | - don't crash when trying to add to known_hosts if it doesn't existMatt Johnston2004-08-162-1/+5
* | | Added changelog entryDROPBEAR_0.44test1Matt Johnston2004-08-151-0/+14
* | | filelist.txtMatt Johnston2004-08-141-0/+4
* | | - It'll be called 0.44test1Matt Johnston2004-08-143-1/+9
* | | Some documentation touchupsMatt Johnston2004-08-143-8/+19
* | | License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-1421-12/+413
* | | Dropbearkey can now print out pubkey portionsMatt Johnston2004-08-145-53/+145
* | | Some doc changesMatt Johnston2004-08-133-69/+64
* | | adding inetd mode back from 0.43Matt Johnston2004-08-124-39/+123
* | | Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-1237-236/+554
* | | Simple text changesMatt Johnston2004-08-124-15/+74
* | | cleaning up the pubkey definesMatt Johnston2004-08-1216-105/+38
* | | fake-rfc stuffMatt Johnston2004-08-125-7/+100
* | | Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston2004-08-123-14/+54
* | | Oops, forgot to call the actual code.Matt Johnston2004-08-124-5/+10
* | | TCP forwarding works.Matt Johnston2004-08-1215-140/+777
* | | - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-119-49/+77
* | | just checkpointingMatt Johnston2004-08-1024-651/+673
* | | Write the correct termcodes lengthMatt Johnston2004-08-091-1/+1