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.030Jul2928262496116Jun129817Mar3126Feb2518Nov1712119765229Sep23221817151412812Jul27Mar121Feb13Jan29Nov218Oct14Sep1116Aug828Jul2725241916Apr17Mar25Feb22161312119643211Jan46Dec52Nov12Oct11972111Sep20Aug727Jul9712Jun11107618Apr1227Mar26252221111098428Feb11125Jan159Dec86430Nov831Oct2023Sep212065230Aug2429Jul1882Jun127May1095424Apr2213Mar7228Feb19Jan1173227Dec232220191727Nov317Oct21Sep161412231Aug30274Sep27Aug2624232219184Sep17Aug16151413121110987632130Jul292827262023Jun227321Agent forwarding workspropagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a722600eb4a4020b6fdf3)Use /usr/bin/X11/xauth default path insteadTurn off DEBUG_TRACE accidentally committed- Payload length doesn't include macsize.- Add option to change zlib windowBits/memLevelDisable Blowfish by default, it has inefficient key memory use- For uclinux, only cleanup on exit for the main process. This avoids- Client auth using an agent's key works. Still need to implement clientNew standard linked list to use, rather than adhoc SignKeyList or TCPFwdListTalking to the agent works now. Can't interpret the pubkeys.Make it compile, update for changes in channel structure.propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d)- Print banner to stderr. Probably the right way, and avoids- Make -i and -W pass through multihop arguments- Don't memcpy() in place with void_encryptWrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefdisapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefuse memset() rather than bzero()merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'- Add the signal pipe to maxfd- Turn DROPBEAR_SMALL_CODE off by defaultRemove extraneous debugging- Get rid of decryptreadbuf, just decrypt in-place with readbufEncrypt in-place, avoid an extra mallocmerge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'merge of 'a101cbd046507cf723e6362a49196dbd4b924042'- Try to write out as much as we can- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??- Allow building with neither server nor client specified- Use the right variable notationOnly use -lcrypt for Dropbear server binary- Add a date for the releaseDROPBEAR_0.52DROPBEAR_0.52PAM shouldn't be on by default- Bump to 0.52- Document idle_timeoutMention DSS and DSA being the same thingIdle timeout patch from Farrell Aultman. Needs testing, unsure if server