summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Improve CHANGES descriptionDROPBEAR_2012.55Matt Johnston2012-02-231-5/+7
* 2012.55Matt Johnston2012-02-223-1/+24
* - Fix minor leakMatt Johnston2012-02-221-13/+4
* Fix accidentally committed changeMatt Johnston2012-02-221-3/+3
* - Initialise sa_mask properlyMatt Johnston2011-12-043-5/+6
* - MergeMatt Johnston2012-02-213-1/+3
|\
| * - Make sure sa_mask is setMatt Johnston2012-02-212-0/+2
| * - Burn buffers to 0x00 insteadMatt Johnston2012-02-211-1/+1
* | - Fix use-after-free if multiple command requests were sent. MoveMatt Johnston2011-12-044-11/+19
* | - Remove unused variable/codeMatt Johnston2011-12-041-2/+1
* | - Make sure we don't use channel-specific data after it has been freedMatt Johnston2011-12-042-7/+18
* | - Fix some format strings in TRACE()sMatt Johnston2011-12-042-3/+3
* | - We don't need to test for NULL before free()Matt Johnston2011-12-042-8/+1
|/
* MergeMatt Johnston2012-02-102-0/+6
|\
| * Clear a few buffers when possibleMatt Johnston2012-02-102-0/+6
* | Put better #if guards around IPv6 socket options for IPV6_TCLASS andMatt Johnston2011-11-101-2/+2
* | Added signature for changeset 3f12086c2ef2Matt Johnston2011-11-081-0/+1
* | Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2Matt Johnston2011-11-080-0/+0
* | Changelog and version bump for 2011.54DROPBEAR_2011.54Matt Johnston2011-11-083-1/+41
* | Fix symlink target created by installdropbearmultiMatt Johnston2011-11-081-2/+4
|/
* Added signature for changeset aa2f51a6b81dMatt Johnston2011-11-081-0/+1
* Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have theMatt Johnston2011-11-071-1/+1
* Fix crash with -R forwardingMatt Johnston2011-11-061-0/+3
* Print the server allocated port when using dbclient -R 0:....Matt Johnston2011-11-051-2/+13
* update tagsconvert-repo2011-11-030-0/+0
* Set IPTOS_LOWDELAY for IPv6 tooMatt Johnston2011-10-261-2/+4
* - Add ALLOW_BLANK_PASSWORD optionMatt Johnston2011-10-263-24/+26
* Try bind IPV6_V6ONLYMatt Johnston2011-10-201-0/+10
* list.c also has no trailing newlineMatt Johnston2011-07-051-1/+1
* Fix lost ending newlineMatt Johnston2011-07-051-1/+1
* Hopefully fix -lcrypt problemMatt Johnston2011-06-301-3/+3
* Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sentMatt Johnston2011-06-072-3/+9
* Mention that the value is in secondsMatt Johnston2011-06-071-2/+2
* Clean up leaked FD if getnameinfo fails. From KlocworkMatt Johnston2011-04-071-0/+1
* Fix crash when remote forwarding was requestedMatt Johnston2011-04-071-2/+1
* Fix leak found by KlocworkMatt Johnston2011-04-071-5/+3
* Properly fix the bug found years ago by Klocwork, refound again.Matt Johnston2011-04-071-1/+1
* Clean up fd on failure. Found by KlocworkMatt Johnston2011-04-071-6/+2
* Define LTC_NO_FILE to avoid hmac_file() etcMatt Johnston2011-04-071-1/+1
* Fix FD leak if connect() fails, found by KlocworkMatt Johnston2011-04-071-0/+1
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-074-10/+27
* Fix memory leak found by KlocworkMatt Johnston2011-04-071-0/+1
* Tidy error handling and get rid of some commented out codeMatt Johnston2011-04-071-10/+12
* Change comparison to be more paranoid (and perhaps avoid Klocwork falseMatt Johnston2011-04-072-2/+2
* Fix check of wrong variable found by KlocworkMatt Johnston2011-04-071-1/+1
* Avoid segfault when handling childpid raceMatt Johnston2011-03-311-0/+3
* Use mp_init_size() to avoid some mp_grow()sMatt Johnston2011-03-184-6/+6
* Update changelog for 0.53.1DROPBEAR_0.53.1Matt Johnston2011-03-023-2/+14
* merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston2011-02-283-15/+23
|\
| * - Don't allow setting memLevel since that doesn't work properlyMatt Johnston2011-02-283-15/+23