Mercurial > dropbear
graph
-
Fix FD leak if connect() fails, found by Klocwork2011-04-07, by Matt Johnston
-
Add noreturn and format attribute hints for some functions.2011-04-07, by Matt Johnston
-
Fix memory leak found by Klocwork2011-04-07, by Matt Johnston
-
Tidy error handling and get rid of some commented out code2011-04-07, by Matt Johnston
-
Change comparison to be more paranoid (and perhaps avoid Klocwork false2011-04-07, by Matt Johnston
-
Fix check of wrong variable found by Klocwork2011-04-07, by Matt Johnston
-
Avoid segfault when handling childpid race2011-03-31, by Matt Johnston
-
Use mp_init_size() to avoid some mp_grow()s2011-03-18, by Matt Johnston
-
merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'2011-02-28, by Matt Johnston
-
- Don't allow setting memLevel since that doesn't work properly2011-02-28, by Matt Johnston
-
Compile fix for when both client and server agent forwarding is disabled2011-02-28, by Matt Johnston
-
Refer to RFCs rather than drafts, update some section references2011-02-27, by Matt Johnston
-
- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()2011-02-27, by Matt Johnston
-
Updates changelog. Mention diffie-hellman-group14-sha1 in 0.532011-02-25, by Matt Johnston
-
-lcrypt needs to be before object files when static linking2011-02-25, by Matt Johnston
-
Changelog for 0.53, bump version2011-02-24, by Matt Johnston
-
Mention -L/-R listenaddress argument in manpage2011-02-24, by Matt Johnston
-
It happened to sony2011-02-24, by Matt Johnston
-
Add diffie-hellman-group14-sha1 KEX method2011-02-24, by Matt Johnston
-
Improve capitalisation for all logged strings2011-02-23, by Matt Johnston
-
merge of '8849ec659cb45b924158cc3322390a1d3d48daef'2011-02-23, by Matt Johnston
-
Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packets2011-02-23, by Matt Johnston
-
remove unused variable2010-07-21, by Matt Johnston
-
merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'2010-07-21, by Matt Johnston
-
- Update fake-rfc2553.{c,h} from OpenSSH 5.5p12010-07-21, by Matt Johnston
-
Fix bug in primality testing, see2010-07-21, by Matt Johnston
-
Work properly again with bundled libtom*. autoconf is a hassle.2010-07-21, by Matt Johnston
-
Rename rsa_key to dropbear_rsa_key (and same for dss too) so2010-07-21, by Matt Johnston
-
Use system libtomcrypt/libtommath if available. Doesn't currently2010-07-21, by Matt Johnston
-
Comment public/private parts2010-07-20, by Matt Johnston
-
merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'2010-03-21, by Matt Johnston
-
- make structure static2010-03-21, by Matt Johnston
-
don't #include "utmp.h"2010-03-04, by Matt Johnston
-
- fixes for listenaddr2010-02-27, by Matt Johnston
-
merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'2010-02-27, by Matt Johnston
-
- tcpfwd bindaddr support against trunk. needs merging.2010-02-27, by Matt Johnston
-
- Progress for allowing specifying a listenaddr for tcp forwards2010-02-24, by Matt Johnston
-
Mention -p's address argument in manpage synopsis2009-09-13, by Matt Johnston
-
- Disable compression for non-final multihops2009-09-11, by Matt Johnston
-
Remove extraneous semicolon2009-09-10, by Matt Johnston
-
- Test for pam_fail_delay() function in configure2009-09-08, by Matt Johnston
-
Move remotehost into svr_ses structure since we can't look it up2009-09-05, by Matt Johnston
-
- Remove options that dbclient won't know about2009-09-02, by Matt Johnston
-
- scp progressbar needs strlcat(), so add compat.o2009-09-02, by Matt Johnston
-
- Set $SSH_CONNECTION2009-09-02, by Matt Johnston
-
Rearrange getaddrstring() etc2009-09-01, by Matt Johnston
-
- set $SSH_TTY environment variable2009-08-31, by Matt Johnston
-
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it2009-08-26, by Matt Johnston
-
merge of '0d7a9127af37d6e74efc5ec031a7001ce63d334d'2009-08-25, by Matt Johnston
-
- Move netcat struct to where it stays in scope.2009-08-25, by Matt Johnston
-
- Don't print warning if SSH_AUTH_SOCK is unset2009-08-13, by Matt Johnston
-
- Handle failure to connect to forwarding socket2009-07-31, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e243ba37a897beb7ba81a4f637d8b3)2009-07-30, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a722600eb4a4020b6fdf3) agent-client2009-07-29, by Matt Johnston
-
Use /usr/bin/X11/xauth default path instead2009-07-28, by Matt Johnston
-
Turn off DEBUG_TRACE accidentally committed2009-07-26, by Matt Johnston
-
- Payload length doesn't include macsize.2009-07-26, by Matt Johnston