Skip to content
Snippets Groups Projects
Select Git revision
  • DROPBEAR_2016.73
  • bugfix
  • coverity
  • fuzz
  • main
  • master default
  • DROPBEAR_2017.75
  • DROPBEAR_2016.74
  • DROPBEAR_2016.73
  • DROPBEAR_2016.72
  • DROPBEAR_2015.71
  • DROPBEAR_2015.70
  • DROPBEAR_2015.69
  • DROPBEAR_2015.68
  • DROPBEAR_2015.67
  • DROPBEAR_2014.66
  • DROPBEAR_2014.65
  • DROPBEAR_2014.64
  • DROPBEAR_2014.63
  • DROPBEAR_2013.62
  • DROPBEAR_2013.61test
  • DROPBEAR_2013.60
  • DROPBEAR_2013.59
  • DROPBEAR_2013.58
  • DROPBEAR_2013.57
  • DROPBEAR_2013.56
26 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.030Jun77Apr31Mar18228Feb2725242321Jul2021Mar427Feb2413Sep1110852131Aug26251331Jul302928262496116Jun129817Mar3126Feb2518Nov1712119765229Sep23221817151412812Jul27Mar121Feb13Jan29Nov218Oct14Sep1116Aug828Jul2725241916Apr17Mar25Feb22161312119643211Jan46Dec52Nov12Oct11972111Sep20Aug727Jul9712Jun11107618Apr1227Mar26252221111098428Feb11125Jan159Dec86430Nov831Oct2023Sep212065230Aug2429Jul1882Jun127May1095424Apr2213Mar7228Feb19Jan1173227Dec232220191727Nov317Oct21Sep161412231Aug30274Sep27Aug2624232219184Sep17Aug16151413121110987632130Jul292827262023Jun227321Hopefully fix -lcrypt problemFix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sentMention that the value is in secondsClean up leaked FD if getnameinfo fails. From KlocworkFix crash when remote forwarding was requestedFix leak found by KlocworkProperly fix the bug found years ago by Klocwork, refound again.Clean up fd on failure. Found by KlocworkDefine LTC_NO_FILE to avoid hmac_file() etcFix FD leak if connect() fails, found by KlocworkAdd noreturn and format attribute hints for some functions.Fix memory leak found by KlocworkTidy error handling and get rid of some commented out codeChange comparison to be more paranoid (and perhaps avoid Klocwork falseFix check of wrong variable found by KlocworkAvoid segfault when handling childpid raceUse mp_init_size() to avoid some mp_grow()sUpdate changelog for 0.53.1DROPBEAR_0.53.1DROPBEAR_0.53.1merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'- Don't allow setting memLevel since that doesn't work properlyCompile fix for when both client and server agent forwarding is disabledRefer to RFCs rather than drafts, update some section references- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53-lcrypt needs to be before object files when static linking- Set debian version to 0.53DROPBEAR_0.53DROPBEAR_0.53Changelog for 0.53, bump versionMention -L/-R listenaddress argument in manpageIt happened to sonyAdd diffie-hellman-group14-sha1 KEX methodImprove capitalisation for all logged stringsmerge of '8849ec659cb45b924158cc3322390a1d3d48daef'Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsremove unused variablemerge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'- Update fake-rfc2553.{c,h} from OpenSSH 5.5p1Fix bug in primality testing, seeWork properly again with bundled libtom*. autoconf is a hassle.Rename rsa_key to dropbear_rsa_key (and same for dss too) soUse system libtomcrypt/libtommath if available. Doesn't currently