summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2006-03-21A hack to make dbclient to tcp forwarding netcat style.Matt Johnston
eg ./dbclient -i testkey -L 1234:remotehost:remoteport tunnelhost will ssh to tunnelhost (using testkey, there's no way to ask for a password) and then tcpfwd to remotehost:remoteport on stdin/stdout. There's no way to give a cmdline password, so -i for a keyfile will have to do. Yet another reason for agent forwarding. The 1234 is a dummy var, I think it has to be a valid portnumber though. --HG-- branch : dbclient-netcat-alike extra : convert_revision : d1f69334581dc4c35f9ca16aa5355074c9dd315d
2006-03-110.48.1Matt Johnston
--HG-- extra : convert_revision : 0501e6f661b5415eb76f3b312d183c3adfbfb712
2006-03-11put back the TIMEVAL_TO_TIMESPEC and timersub macros for LinuxMatt Johnston
--HG-- extra : convert_revision : 8036b55441ef217824185b87697c3d68c849fe7a
2006-03-090.48 bumpMatt Johnston
--HG-- extra : convert_revision : 7ad1775ed65e75dbece27fe6b65bf1a234db386a
2006-03-090.48 progressMatt Johnston
--HG-- extra : convert_revision : 23abf9a27f91b8191c12b24a8b2557e5e8750c21
2006-03-08code was untested and wrong.Matt Johnston
--HG-- extra : convert_revision : bd8c4eb7071bb69f5cf17715072ae625a5267324
2006-03-08removed some large informational filesMatt Johnston
--HG-- extra : convert_revision : 0f28afbb0c45c95898886ac570b8d29e4333fbd2
2006-03-08Update to scp from OpenSSH portable 4.3p2Matt Johnston
--HG-- extra : convert_revision : e2bccdd6ba49edd575b1d0272c7dfee5f9f7acf6
2006-03-08some minor cleanups to the uClinux partsMatt Johnston
--HG-- extra : convert_revision : cc8371d4710386987a5e587e4d4ea7f379398b4b
2006-03-08propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head ↵Matt Johnston
20dccfc09627970a312d77fb41dc2970b62689c3) to branch 'au.asn.ucc.matt.dropbear' (head fdf4a7a3b97ae5046139915de7e40399cceb2c01) --HG-- extra : convert_revision : dc4809882e1b9f2dcd3f8bbe38c74a0a52c39ce4
2006-03-08propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head ↵Matt Johnston
6c790cad5a7fa866ad062cb3a0c279f7ba788583) to branch 'au.asn.ucc.matt.dropbear' (head fff0894a0399405a9410ea1c6d118f342cf2aa64) --HG-- extra : convert_revision : fdf4a7a3b97ae5046139915de7e40399cceb2c01
2006-03-08* Changes imported from Dropbear 0.47.Matt Johnston
* bn_mp_clear.c is changed so that some vars are volatile, so that the compiler won't optimise away --HG-- branch : libtommath-dropbear extra : convert_revision : 6c790cad5a7fa866ad062cb3a0c279f7ba788583
2006-03-08Import of libtommath 0.35Matt Johnston
From ltm-0.35.tar.bz2 SHA1 of 3f193dbae9351e92d02530994fa18236f7fde01c --HG-- branch : libtommath-orig extra : convert_revision : 2b4b13ac88b2a81e5c86ba868c92c6a452630e02
2006-03-08Just import the Dropbear 0.47 libtomcrypt changesMatt Johnston
--HG-- branch : libtomcrypt-dropbear extra : convert_revision : 20dccfc09627970a312d77fb41dc2970b62689c3
2006-03-08Re-import libtomcrypt 1.05 for cleaner propagating.Matt Johnston
From crypt-1.05.tar.bz2, SHA1 of 88250202bb51570dc64f7e8f1c943cda9479258f --HG-- branch : libtomcrypt-orig extra : convert_revision : 5c0c50e93111636ccf8deb758a689ad713797baf
2006-03-08merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston
and bed6155e95a293c9fce7e889d283b5958f3035dc --HG-- extra : convert_revision : fff0894a0399405a9410ea1c6d118f342cf2aa64
2006-03-08merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3Matt Johnston
and 5d396842815593611f0d61762440145d1fc74d5a --HG-- extra : convert_revision : 4c883eb469d2d251ee8abddbc11ae4005db6da17
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
* m_close() exits fatally on failure * other cleanups --HG-- extra : convert_revision : bed6155e95a293c9fce7e889d283b5958f3035dc
2006-03-08Stomp on some minor warningsMatt Johnston
--HG-- extra : convert_revision : 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
2006-03-04Exit with a message if the ssh protocol version is incompatibleMatt Johnston
--HG-- extra : convert_revision : 5d396842815593611f0d61762440145d1fc74d5a
2006-02-28merge of 50848a51c2f9867bc10e81826190dbc326ea16b9Matt Johnston
and 84e3597daa468534c4a34231ae8761f841a0f5ae --HG-- extra : convert_revision : 11ad05bc47809dbfe9510b78805f6ce52896d884
2006-02-28Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston
--HG-- extra : convert_revision : 976bfa569f133be97d6f57c89bffa0311a142be3
2006-02-11Only read /dev/random once when the program startsMatt Johnston
rather than for every connection, to "conserve entropy". --HG-- extra : convert_revision : 21df240b71c0af8454725dec9abb428dd4bb97a2
2006-02-01Fix up #ifdefs for tcp forwardingMatt Johnston
--HG-- extra : convert_revision : a2d35689310c70ea6eaab017d8c38b8fb6044c2b
2006-01-25merge of c9dc9c734d4724866a86987356e6aedeed1c93ddMatt Johnston
and fe38e5c38c2e7d5a4bb76aee511d345f1c2d5ac2 --HG-- extra : convert_revision : 8f25eab3ed6221e164894808fbb8bc461b5cbdaf
2006-01-25Check that the output circular buffer is actually empty beforeMatt Johnston
closing the channel (thanks to Tomas Vanek for his help). --HG-- extra : convert_revision : 7fb3ca52f21072127c9615a5bdbc054c24669e51
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
Enter still has to be pressed since glibc blocks ctrl-c in getpass() --HG-- extra : convert_revision : 1c8128fba89431f2460dd5914f0614850d529b76
2006-01-15 * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt Johnston
--HG-- extra : convert_revision : f3f6f865b6d723add601feabf155a1fcc084b0aa
2005-12-09 * options.h: bump the version numberMatt Johnston
--HG-- extra : convert_revision : dd57a0c1e42c1680a9572bdec9d6eed04fa970c5
2005-12-08 * Update changelogs for 0.47 releaseMatt Johnston
--HG-- extra : convert_revision : b16d02c98cac64d67e300b9beca3b61b49ce4ae3
2005-12-08 * fix incorrect array sizingMatt Johnston
--HG-- extra : convert_revision : e1322d52370db709625e024975f7c97fb8ed58c7
2005-12-08 * Update to debian 0.46-2Matt Johnston
--HG-- extra : convert_revision : 0ab0820424fd8636ca4aa120bce2ff6f0d5e9fa0
2005-12-06 * workaround for systems such as glibc 2.1 that haveMatt Johnston
sockaddr_storage.__ss_family rather than sockaddr_storage.ss_family --HG-- extra : convert_revision : 702c67055040d451a946e8c6aadbb6f7af1d3999
2005-12-06 * common-channel.c: get rid of the read()-from-writefd codeMatt Johnston
which caused problems when redirecting to or from /dev/null --HG-- extra : convert_revision : a4c1a9be4db326f8f7adcf30f876fadedf87b203
2005-12-06 * fix -L forwarding on the client, broke last revMatt Johnston
--HG-- extra : convert_revision : 826db75f8001f7da7b0b8c91dcf66a44bf107b49
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
hosts to connect to forwarded ports. Rearranged various some of the tcp listening code. * changed to /* */ style brackets in svr-authpam.c --HG-- extra : convert_revision : c1e04e648867db464fe9818c4910e4320cd50c32
2005-11-30 * options.h, common-kex.c: fix support of 4096 byte host keysMatt Johnston
--HG-- extra : convert_revision : 096f29c430c23f0140f0cf272942a13046483ec6
2005-11-30 * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston
--HG-- extra : convert_revision : 54840316c94733a793222ad54331ab207b4097e5
2005-11-08* common-algo.c: use zlib for dbclientMatt Johnston
--HG-- extra : convert_revision : 71c8d2ac84129e8aa204e7e35a44066fd1bea584
2005-10-31* include netinet/in_systm.h if available before netinet/ip.h, sinceMatt Johnston
netbsd seems to require it for some reason. hooray for many unices. --HG-- extra : convert_revision : 762eefb16551bf355cbaffb85453a34221c7a2ff
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
--HG-- extra : convert_revision : e3e7dc2cf75ad60c83a5b4307c210fee2fe90434
2005-09-21- new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston
(can help significantly over some links) --HG-- extra : convert_revision : 685c1004b66533aebbd45810533de698a786a4ea
2005-09-20Forgot to revert echo flagMatt Johnston
--HG-- extra : convert_revision : edab4eafef0717badd628115fac4f4e2793ba22d
2005-09-20added keyboard-interactive client supportMatt Johnston
--HG-- extra : convert_revision : 3df738e42f4fc8b7f0f3ff9ca767386f54edb1ea
2005-09-20Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston
--HG-- extra : convert_revision : 43e1a0c8365776577acd814d708027fcddcb02ef
2005-09-06add note about compiling for 386Matt Johnston
--HG-- extra : convert_revision : 1928fd3c473e77b946eab289a1f4209d20a59af2
2005-09-06- add explicit check that correct keytype exists for pubkey verificationMatt Johnston
--HG-- extra : convert_revision : 8d86185c9b7efcedc1d640208c03bb1b377cc502
2005-09-05* ensure that we only handle open confirmation/failureMatt Johnston
for channels where it is expected --HG-- extra : convert_revision : acc1ba014aae08ecb3159282fe87defe67899a40
2005-09-05merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston
and fb45ddf51e20f0ff007eb8abc737de3c024f45cc --HG-- extra : convert_revision : 2b620b0819e95e4181aa50b645a94e3a7f4d4840
2005-09-05* use own assertions which should get logged properlyMatt Johnston
--HG-- extra : convert_revision : 3dc365619f0840ab5781660b1257a9f22c05d3fe