summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2006-10-01just shuffle some variables names about, a brief commentMatt Johnston
about the "bad writefd" problem --HG-- branch : channel-fix extra : convert_revision : f0b407c3d3e047ed83174e6f4ebd85a19352df5b
2006-09-11Forgot variable declaration.Matt Johnston
--HG-- extra : convert_revision : 08a0ab6d3e7efefaa07f3d428e9fe8a503f670ac
2006-08-20Handle failure reading a file (such as a key file)Matt Johnston
--HG-- extra : convert_revision : 3219ab5642c86615c6ffb30eb93f573a73415d2f
2006-08-07merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'Matt Johnston
and 'bea3887a5875cf3ab8a1331e15e698b37b61fe37' --HG-- extra : convert_revision : d05a6820ef6a95047d07edf66390e03afa32d556
2006-08-07Add (disabled by default) LOG_COMMANDS option to log the commands executedMatt Johnston
by clients. --HG-- extra : convert_revision : bea3887a5875cf3ab8a1331e15e698b37b61fe37
2006-07-27Just use the normal "remote closed" handler when reading ident stingsMatt Johnston
--HG-- extra : convert_revision : 9a4e042fd565f46141e81e0c1ab90260303348fe
2006-07-09CHECKCLEARTOWRITE() can normally be defined blankMatt Johnston
--HG-- extra : convert_revision : b59d9b3648d8fc72e8702a1013a1c6926d46ab2e
2006-07-07From Erik HovlandMatt Johnston
- Check for valid cipher independently to starting encryption - Use failure-checking m_mp_init for initialising mpint value --HG-- extra : convert_revision : a72c49d2d031aa3b6fe34b61fd5ce0315f35ec72
2006-07-07Make flow of execution clearer for getting process exit statusMatt Johnston
--HG-- extra : convert_revision : 9a15e5205a3fd8ac4d23118f1857db9fa9d58a90
2006-07-07Fixes from Erik Hovland:Matt Johnston
cli-authpubkey.c: fix leak of keybuf cli-kex.c: fix leak of fingerprint fp cli-service.c: remove commented out code dropbearkey.c: don't attepmt to free NULL key on failure common-kex.c: only free key if it is initialised keyimport.c: remove dead encrypted-key code don't leak a FILE* loading OpenSSH keys rsa.c, dss.c: check return values for some libtommath functions svr-kex.c: check return value retrieving DH kex mpint svr-tcpfwd.c: fix null-dereference if remote tcp forward request fails tcp-accept.c: don't incorrectly free the tcpinfo var --HG-- extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193
2006-07-07BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston
but are only freed if the length of the string is greater then zero. They should always be freed. FIX: take the m_free(<string>) out of the conditional From Erik Hovland --HG-- extra : convert_revision : 13227a7365411821cb194fb45ccb23a9b9fb98cc
2006-07-07BUG: mp_div_2d returns status and it isn't checked.Matt Johnston
FIX: Check and return status. From Erik Hovland --HG-- extra : convert_revision : 5ffd8cbe12baca17918527c8e8e626600849ad10
2006-06-120.49 is close to done.Matt Johnston
--HG-- extra : convert_revision : 4c32ad8064e93b83c6d635d193b34d5f9112d1ae
2006-06-12Can't check for ss_family without #including sys/socket.hMatt Johnston
--HG-- extra : convert_revision : a047eadc375aecf23fc72659d4ae19a7a572bcda
2006-06-12Another stab at getting ss_family happy on older glibcMatt Johnston
--HG-- extra : convert_revision : 7a1e9b08a576d794c28275e1bf54cb603372a4a6
2006-06-12Make the dbclient password prompt more usefulMatt Johnston
--HG-- extra : convert_revision : 3bcfb35f7a6065dafbd695d943b95d64efff1c99
2006-06-12mention a command in the helpMatt Johnston
--HG-- extra : convert_revision : 27696753417cda4b57875adab53c0b3c12d341b8
2006-06-11fix accidentally changed == vs != operatorsMatt Johnston
--HG-- extra : convert_revision : a2345a9e53fcb35bde9f3701406e285c1ef80481
2006-06-11progress towards exiting on writefd closure rather thanMatt Johnston
on process exit - dbclient hangs with scp, so requires work. --HG-- extra : convert_revision : 2186a678a5f79ef432f6593a10e3e13df2a313d5
2006-06-10merge of 332f709a4cb39cde4cedab7c3be89e05f3023067Matt Johnston
and ca4ca78b82c5d430c69ce01bf794e8886ce81431 --HG-- extra : convert_revision : 74020525425a1de06739c6c3bed9ef35e4ad867e
2006-06-10disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'Matt Johnston
--HG-- extra : convert_revision : 332f709a4cb39cde4cedab7c3be89e05f3023067
2006-06-10increase the size of listening sockets if the port count increasesMatt Johnston
--HG-- extra : convert_revision : ca4ca78b82c5d430c69ce01bf794e8886ce81431
2006-06-07Bring in changes from Debian 0.48.1-1Matt Johnston
--HG-- extra : convert_revision : 3f4f459f96e821b16461b85b98a3cfd81c916786
2006-06-07add -f background option to dbclientMatt Johnston
--HG-- extra : convert_revision : 5ef61c30c0a634ac0da22a8c694ce235690e8170
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
Document -N in dbclient.1 and -P in dropbear.8 --HG-- extra : convert_revision : 7cada79bf8f61e09a72e5d492170bd10ab0acee3
2006-06-07Include user@host in the pubkey line, since it's sometimes very usefulMatt Johnston
--HG-- extra : convert_revision : c3d6444f31a3b583e6405e1b99e666d020e89eac
2006-06-07Add -P pidfile patch from Swen SchilligMatt Johnston
--HG-- extra : convert_revision : 2dd1bf9162d8fc4c14b33c5b3c6ca3cbe2ecd587
2006-06-07Look at HOME before /etc/passwd when looking for ~/.ssh/known_hostsMatt Johnston
file, so people can workaround broken /etc/passwds. Print the full path in error messages. --HG-- extra : convert_revision : d777688369ee21011625a3f1fe79ddbe3d5b5c93
2006-06-07change AC_MSG_RESULT to AC_MSG_NOTICE in configure.in, add AC_SYS_LARGEFILEMatt Johnston
--HG-- extra : convert_revision : a3ca1bfef7f4fb65d0d82fce1dff6a19add68f46
2006-04-18Include CPPFLAGS in CFLAGSMatt Johnston
--HG-- extra : convert_revision : 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11
2006-04-12don't fail fatally if the client can't get homedir from getpwuid(), fallbackMatt Johnston
to $HOME. --HG-- extra : convert_revision : 279bd16a3e639764df14dce868fdeea7d6a0f317
2006-03-27send success message for successful window change requestMatt Johnston
--HG-- extra : convert_revision : 2a6c9eb6a9c0f8a0b7b479aaf075c8a195339fcd
2006-03-26A few more fixups, make sure that variable declarations are theMatt Johnston
first thing in a function --HG-- extra : convert_revision : 5e475ab869513f9ce5baff42838a656f99300487
2006-03-25merge of 6ace12c71fc2773210f2f3d374c96622ca54fe48Matt Johnston
and 84eb6fedc6df0666f8053b9018bf16635dbfb257 --HG-- extra : convert_revision : 11034278bd1917bebcbdc69cf53b1891ce9db121
2006-03-25Some cleanups/fixes for various TRACE statementsMatt Johnston
--HG-- extra : convert_revision : 84eb6fedc6df0666f8053b9018bf16635dbfb257
2006-03-22minor cleanups for some warningsMatt Johnston
--HG-- extra : convert_revision : 6ace12c71fc2773210f2f3d374c96622ca54fe48
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