Thu, 17 Mar 2016 00:06:26 +0800 |
Matt Johnston |
use m_burn for mp_clear
|
Wed, 16 Mar 2016 23:39:39 +0800 |
Matt Johnston |
Use memset_s or explicit_bzero
|
Wed, 16 Mar 2016 23:04:55 +0800 |
Matt Johnston |
add CVE
|
Wed, 16 Mar 2016 22:53:27 +0800 |
Matt Johnston |
merge
|
Thu, 31 Dec 2015 17:34:17 +0100 |
Francois Perrad |
add the idiomatic do/while(0) in the macro SCREWUP
|
Fri, 01 Jan 2016 16:30:31 +0100 |
Francois Perrad |
fix empty C prototypes
|
Fri, 01 Jan 2016 09:46:09 +0100 |
Francois Perrad |
add static in function definition
|
Fri, 01 Jan 2016 09:40:24 +0100 |
Francois Perrad |
add parentheses to macro
|
Fri, 01 Jan 2016 09:20:50 +0100 |
Francois Perrad |
const variables
|
Fri, 01 Jan 2016 09:15:41 +0100 |
Francois Perrad |
explicitly initialization of static variables
|
Fri, 01 Jan 2016 09:03:55 +0100 |
Francois Perrad |
Suspicious use of ;
|
Thu, 31 Dec 2015 18:47:51 +0100 |
Francois Perrad |
rename loop variable
|
Thu, 31 Dec 2015 17:16:39 +0100 |
Francois Perrad |
Suspicious use of &
|
Thu, 31 Dec 2015 18:36:34 +0100 |
Francois Perrad |
add comment FALLTHROUGH which recognize by many lint tools
|
Thu, 31 Dec 2015 18:02:21 +0100 |
Francois Perrad |
put default in switch/case
|
Thu, 31 Dec 2015 17:33:36 +0100 |
Francois Perrad |
remove unreachable code
|
Thu, 31 Dec 2015 17:22:58 +0100 |
Francois Perrad |
use #ifdef like everywhere
|
Tue, 15 Mar 2016 23:23:31 +0800 |
Matt Johnston |
merge
|
Tue, 15 Mar 2016 21:55:11 +0800 |
Matt Johnston |
Merge pull request #23 from Chocobo1/travis_fix
|
Wed, 20 Jan 2016 21:56:39 +0800 |
Chocobo1 |
TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b
|
Tue, 15 Mar 2016 23:20:40 +0800 |
Matt Johnston |
merge
coverity
|
Tue, 15 Mar 2016 23:20:01 +0800 |
Matt Johnston |
assertion for case that shouldn't happen
|
Tue, 15 Mar 2016 23:03:59 +0800 |
Matt Johnston |
m_close() rather than close()
|
Tue, 15 Mar 2016 23:03:43 +0800 |
Matt Johnston |
ignore return value from fcntl()
|
Tue, 15 Mar 2016 23:03:31 +0800 |
Matt Johnston |
Fix truncated type for getc() at confirmation prompt
|
Tue, 15 Mar 2016 22:45:43 +0800 |
Matt Johnston |
merge up to date
coverity
|
Tue, 15 Mar 2016 22:40:15 +0800 |
Matt Johnston |
cast return type to enum
|
Tue, 15 Mar 2016 22:04:13 +0800 |
Matt Johnston |
remove unused loginrec_set_addr()
|
Tue, 15 Mar 2016 22:03:23 +0800 |
Matt Johnston |
update CHANGES
|
Tue, 15 Mar 2016 21:41:22 +0800 |
Matt Johnston |
Merge branch 'fperrad-20151231_indent'
|
Tue, 15 Mar 2016 21:41:06 +0800 |
Matt Johnston |
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
|
Fri, 01 Jan 2016 15:02:09 +0100 |
Francois Perrad |
more hard tab
|
Thu, 31 Dec 2015 15:59:01 +0100 |
Francois Perrad |
refactor indentation with hard tab
|
Sat, 12 Mar 2016 16:21:13 +0800 |
Matt Johnston |
Get rid of group15, move group16 to sha512.
|
Thu, 10 Mar 2016 21:37:35 +0800 |
Matt Johnston |
merge github master
|
Wed, 20 Jan 2016 21:36:58 +0800 |
Matt Johnston |
Merge pull request #22 from Chocobo1/travis
|
Mon, 11 Jan 2016 13:31:41 +0800 |
Chocobo1 |
TravisCI: fix linux + clang compile
|
Tue, 05 Jan 2016 15:27:18 +0800 |
Chocobo1 |
TravisCI: use `if` block
|
Tue, 05 Jan 2016 14:19:58 +0800 |
Chocobo1 |
TravisCI: enable osx builds
|
Tue, 05 Jan 2016 14:13:34 +0800 |
Chocobo1 |
TravisCI: enable build with clang
|
Tue, 05 Jan 2016 14:12:38 +0800 |
Chocobo1 |
TravisCI: enable parallel build
|
Tue, 05 Jan 2016 14:09:25 +0800 |
Chocobo1 |
TravisCI: modify to run builds in container
|
Wed, 20 Jan 2016 21:24:36 +0800 |
Matt Johnston |
Merge pull request #21 from Chocobo1/fix
|
Tue, 05 Jan 2016 12:49:04 +0800 |
Chocobo1 |
Fix parentheses weird placement
|
Tue, 05 Jan 2016 12:32:33 +0800 |
Chocobo1 |
Fix print format specifier
|
Tue, 05 Jan 2016 12:25:10 +0800 |
Chocobo1 |
Fix "Pointer to local array variable returned"
|
Thu, 10 Mar 2016 21:35:23 +0800 |
Matt Johnston |
allow specifying dropbearmulti command as an argument
|
Thu, 10 Mar 2016 20:57:47 +0800 |
Matt Johnston |
merge 2016.72
|