summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-05-13Fix bad comma in header listMatt Johnston
2013-05-13Update config.guess and config.subMatt Johnston
2013-05-08Limit decompressed sizeMatt Johnston
2013-04-29Avoid segfault for locked accounts (invalid salt to crypt())Matt Johnston
2013-04-18Save with utf8 encodingMatt Johnston
2013-04-18Added signature for changeset f168962bab85Matt Johnston
2013-04-18Added tag DROPBEAR_2013.58 for changeset e76614145aeaMatt Johnston
2013-04-182013.58Matt Johnston
2013-04-18Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston
2013-04-17Use % rather than # for port delimiterMatt Johnston
2013-04-17Use '#' for host#port separator, document it. This fixes scpMatt Johnston
2013-04-17If running as non-root only allow that user to log inMatt Johnston
2013-04-16Fix build when zlib is disabled, fromMatt Johnston
2013-04-15Added signature for changeset 095b46180bbcMatt Johnston
2013-04-15Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017Matt Johnston
2013-04-15Fix error message for requirenext changeMatt Johnston
2013-04-15bump version to 2013.57Matt Johnston
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-14Document escape charsMatt Johnston
2013-04-14mergeMatt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-04-11Fix zlib for split newkeysMatt Johnston
2013-04-10run closehandlers on cleanupMatt Johnston
2013-04-10reset terminal modes before printing a messageMatt Johnston
2013-04-04setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-03Fix MAC bug which would prevent asymmetric hashesMatt Johnston
2013-04-03Just put the version string on the queue, don't use atomicioMatt Johnston
2013-04-03fix leftover kexguess debuggingMatt Johnston
2013-04-03Fix a few options and headersMatt Johnston
2013-04-03mergeMatt Johnston
2013-04-03merge kexguess branchMatt Johnston
2013-04-03Put some #ifdef options around first-follows options in case theyMatt Johnston
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
2013-04-03Add sentinel attributeMatt Johnston
2013-04-02add IUTF8Matt Johnston
2013-04-02fix tabsMatt Johnston
2013-04-02mergeMatt Johnston
2013-04-02Fix segfault when /dev/urandom isn't writableMatt Johnston
2013-04-02Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston
2013-04-01Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston
2013-04-01Try password before interactive - bit of a hackMatt Johnston
2013-04-01merge from head roundtrip changesMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2013-03-31Send an auth packet straight away, save another roundtripMatt Johnston
2013-03-31Fix incorrect logic for USE_VFORK and calling arg_setup()Matt Johnston
2013-03-31Try using writev() for writing packets out to tcpMatt Johnston
2013-03-31Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston
2013-03-31mergeMatt Johnston