summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2005-09-05common session initialiser doesn't need to callMatt Johnston
chansessioninnitialise(), fix up header definition --HG-- extra : convert_revision : 580bc5e6e1413daf46156a181259c244ce1ab174
2005-09-05add a missing freeaddrinfo()Matt Johnston
--HG-- extra : convert_revision : 861515d7429c76542803c49a1fc972cba6a760b4
2005-09-02use a buffer rather than raw char array for creatingMatt Johnston
the comma-seperated algorithm lists --HG-- extra : convert_revision : bd00bc1e914dc1a816e9a2cca38c7bd3b6865dd0
2005-09-02merge of 57902417ad22502b79c63fcabb7f4a8c8449e682Matt Johnston
and 92bb4dd3f6f212342a5c991f738b987d7a07a6b2 --HG-- extra : convert_revision : f4bf35030bf75c46ab649774ebaf7bcf8e545b04
2005-09-02disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Matt Johnston
--HG-- extra : convert_revision : f90dd77112802d0d9252e4c124a14d0f4fcd9011
2005-09-02Change the preferred algorithm orderMatt Johnston
--HG-- extra : convert_revision : ae8391fa550707447ac60d661eb07bab82e4b53f
2005-09-02Increase algorithm list buffer lengthMatt Johnston
--HG-- extra : convert_revision : c821fb2723909e932bb390b2eb46a9e0c6f28c30
2005-08-30bytes/bits in a comment.Matt Johnston
--HG-- extra : convert_revision : e21a3d00c4ec3bede096484bb813940fe68cc259
2005-08-30trans, not recv for macsizeMatt Johnston
--HG-- extra : convert_revision : 39c4f7320b3a10ef7ef5a41406fe014cc9040ee9
2005-08-30- register AES and Twofish even if just the 256 bit key variants are usedMatt Johnston
--HG-- extra : convert_revision : 6a05bc31e3e23ebb4c75cc18c69af7a4977e2313
2005-08-30- "twofish-cbc" is an alias for "twofish256-cbc"Matt Johnston
- increase the maximum key length constant --HG-- extra : convert_revision : 8e534d4002dc8572041e6c7091ca3c694ce680fa
2005-08-30- Fixed twofish algorithm naming so it actually works.Matt Johnston
- Added support for aes256, twofish256 and sha1-96 - Fixed some debugging statements --HG-- extra : convert_revision : 598835dadaddb1e95d4ac99f8a1be4ba51639000
2005-08-24Make a variables staticMatt Johnston
- Patch from Andreas Mohr --HG-- extra : convert_revision : de230e99968203f63995d49e9123b3ac45feab71
2005-07-29channel.h: make definition externMatt Johnston
svr-authpam.c: be smarter comparing pam prompts --HG-- extra : convert_revision : 6962b52a31b14eb017c838d5242f476e1726f84c
2005-07-08* ... and a bit more for the CHANGESMatt Johnston
--HG-- extra : convert_revision : 872862335240c15a3ea844cc799224ae1c826cfd
2005-07-08* 0.46 CHANGES doneMatt Johnston
--HG-- extra : convert_revision : 1e0a4afd5e8b0193aaee2aff003deadcf76188e6
2005-07-08* close a file descriptor after we've shutdown() both sides, to avoid a leakMatt Johnston
--HG-- extra : convert_revision : 06fda32c634cf16a4c75797441ec2bd533f571c6
2005-07-08* preparing for 0.46 releaseMatt Johnston
--HG-- extra : convert_revision : 26128a06f1c223f8bd4a26bcdf2f34c9103cab5e
2005-07-08merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbbMatt Johnston
and b11630c15bc4d0649dba51c3572cac6f44e0ab0e --HG-- extra : convert_revision : e0686662cdbee8c0b06e72e6105a390ea4f4c007
2005-07-08* patch up to date with debian 0.45-3 diffMatt Johnston
--HG-- extra : convert_revision : d0935a5d91dac334274693f8d9cd7ae6fd8c2c31
2005-07-08merge of 197e1bd25c1741218fbe0d73a1e37d4082054216Matt Johnston
and 4dc12a3e22d2e0c63f65a9d48b07b37db7567899 --HG-- extra : convert_revision : dda1c40ce86d3ab6f27279669a5174c945eb7eed
2005-07-08* move RSA_BLINDING to options.hMatt Johnston
--HG-- extra : convert_revision : e3f32a86aafc1d806b2bee9405020368f9706d85