summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f...contrib-blacklistMatt Johnston2006-03-10535-488/+93244
|\
| * 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
| | * * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-0412-56/+111
| | * * options.h, common-kex.c: fix support of 4096 byte host keysMatt Johnston2005-11-302-24/+32
| | * * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston2005-11-301-0/+2
| | * * common-algo.c: use zlib for dbclientMatt Johnston2005-11-081-1/+1
| | * * include netinet/in_systm.h if available before netinet/ip.h, sinceMatt Johnston2005-10-312-5/+11
| | * * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-206-87/+83
| | * - new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston2005-09-212-4/+27
| | * Forgot to revert echo flagMatt Johnston2005-09-201-1/+1
| | * added keyboard-interactive client supportMatt Johnston2005-09-209-18/+282
| | * Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston2005-09-202-3/+16
| * | * Changes imported from Dropbear 0.47.Matt Johnston2006-03-088-99/+26
| * | Import of libtommath 0.35libtommath-0.35Matt Johnston2006-03-08200-0/+59681
| /
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head c9347a030ac9ef5454b7a8...Matt Johnston2005-09-0622-137/+234
|\ \ | |/
| * add note about compiling for 386Matt Johnston2005-09-061-0/+5
| * - add explicit check that correct keytype exists for pubkey verificationMatt Johnston2005-09-061-0/+6
| * * ensure that we only handle open confirmation/failureMatt Johnston2005-09-052-0/+17
| * merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston2005-09-053-2/+10
| |\
| | * common session initialiser doesn't need to callMatt Johnston2005-09-052-2/+1
| | * add a missing freeaddrinfo()Matt Johnston2005-09-051-0/+9