summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dropbear_log to stderr since it works nowucc-axis-hackMatt Johnston2006-04-012-2/+2
* smaller yet againMatt Johnston2006-03-289-27/+71
* *hack hack hack*matt-ucc2006-03-276-14/+40
* fix up newlines for the serial bitmatt-ucc2006-03-261-0/+2
* serial works better. enable DSS.matt-ucc2006-03-263-2/+20
* add a comment on usageMatt Johnston2006-03-261-0/+15
* add inetd server modeMatt Johnston2006-03-265-3/+186
* add break handlermatt-ucc2006-03-251-1/+38
* progress for serial loginsmatt-ucc2006-03-252-31/+25
* Use password file, add serial optionMatt Johnston2006-03-253-4/+61
* A few changes for the 0.48 mergematt-ucc2006-03-253-12/+29
* added README.axisMatt Johnston2006-03-251-0/+36
* printf not fprintf for scp stuffMatt Johnston2006-03-252-11/+11
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 11034278bd1917bebcbdc6...Matt Johnston2006-03-2526-132/+157
|\
| * Various changes to compile+kind of run on UCC's axis board.Matt Johnston2006-03-2527-139/+210
* | merge of 6ace12c71fc2773210f2f3d374c96622ca54fe48Matt Johnston2006-03-254-2/+28
|\ \
| * | minor cleanups for some warningsMatt Johnston2006-03-222-2/+3
| * | 0.48.1DROPBEAR_0.48.1Matt Johnston2006-03-111-0/+4
| * | put back the TIMEVAL_TO_TIMESPEC and timersub macros for LinuxMatt Johnston2006-03-111-0/+21
* | | Some cleanups/fixes for various TRACE statementsMatt Johnston2006-03-254-7/+8
|/ /
* | 0.48 bumpDROPBEAR_0.48Matt Johnston2006-03-093-2/+9
* | 0.48 progressMatt Johnston2006-03-096-10824/+26
* | code was untested and wrong.Matt Johnston2006-03-081-9/+9
* | removed some large informational filesMatt Johnston2006-03-082-18266/+0
* | Update to scp from OpenSSH portable 4.3p2Matt Johnston2006-03-085-184/+351
* | some minor cleanups to the uClinux partsMatt Johnston2006-03-081-6/+6
* | propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a31...Matt Johnston2006-03-08296-0/+61502
|\ \
| * | Just import the Dropbear 0.47 libtomcrypt changesMatt Johnston2006-03-089-9301/+66
| * | Re-import libtomcrypt 1.05 for cleaner propagating.libtomcrypt-1.05Matt Johnston2006-03-08298-0/+70737
| /
* | propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad...Matt Johnston2006-03-08327-172/+29218
|\ \
| * \ merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston2006-03-085-52/+80
| |\ \
| | * | * Per-IP connection unauthed connection limitsMatt Johnston2006-03-085-52/+80
| | |/
| * | merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3Matt Johnston2006-03-083-3/+1
| |\ \
| | * | Stomp on some minor warningsMatt Johnston2006-03-083-3/+1
| | |/
| * | Exit with a message if the ssh protocol version is incompatibleMatt Johnston2006-03-041-4/+8
| * | merge of 50848a51c2f9867bc10e81826190dbc326ea16b9Matt Johnston2006-02-282-0/+45
| |\ \
| | * | Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston2006-02-282-0/+45
| | |/
| * | Only read /dev/random once when the program startsMatt Johnston2006-02-116-13/+39
| * | Fix up #ifdefs for tcp forwardingMatt Johnston2006-02-011-2/+6
| * | merge of c9dc9c734d4724866a86987356e6aedeed1c93ddMatt Johnston2006-01-255-6/+19
| |\ \
| | * | Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston2006-01-154-5/+18
| | * | * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt Johnston2006-01-151-1/+1
| | |/
| * | Check that the output circular buffer is actually empty beforeMatt Johnston2006-01-251-1/+1
| |/
| * * options.h: bump the version numberDROPBEAR_0.47Matt Johnston2005-12-091-1/+1
| * * Update changelogs for 0.47 releaseMatt Johnston2005-12-082-0/+43
| * * fix incorrect array sizingMatt Johnston2005-12-081-1/+1
| * * Update to debian 0.46-2Matt Johnston2005-12-083-7/+20
| * * workaround for systems such as glibc 2.1 that haveMatt Johnston2005-12-062-1/+9
| * * common-channel.c: get rid of the read()-from-writefd codeMatt Johnston2005-12-061-29/+1
| * * fix -L forwarding on the client, broke last revMatt Johnston2005-12-064-9/+24