Mercurial > dropbear
graph
-
- Fix constraints so we don't get warned about uninitialised dropbear-tfm2011-11-30, by Matt Johnston
-
- More asm constraint fixes. Now seems to build OK on 32-bit OS X. dropbear-tfm2011-11-30, by Matt Johnston
-
- Work around broken asm constraint behaviour on 32bit x86 OS X dropbear-tfm2011-11-30, by Matt Johnston
-
Add tomsfastmath from git rev bfa4582842bc3bab42e4be4aed5703437049502a dropbear-tfm2011-11-23, by Matt Johnston
-
- Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm2011-11-21, by Matt Johnston
-
Put better #if guards around IPv6 socket options for IPV6_TCLASS and2011-11-10, by Matt Johnston
-
Added signature for changeset 3f12086c2ef22011-11-08, by Matt Johnston
-
Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef22011-11-08, by Matt Johnston
-
Fix symlink target created by installdropbearmulti2011-11-08, by Matt Johnston
-
Added signature for changeset aa2f51a6b81d2011-11-07, by Matt Johnston
-
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the2011-11-07, by Matt Johnston
-
Fix crash with -R forwarding2011-11-06, by Matt Johnston
-
Print the server allocated port when using dbclient -R 0:....2011-11-05, by Matt Johnston
-
update tags2011-11-03, by convert-repo
-
Set IPTOS_LOWDELAY for IPv6 too2011-10-26, by Matt Johnston
-
- Add ALLOW_BLANK_PASSWORD option2011-10-26, by Matt Johnston
-
Try bind IPV6_V6ONLY2011-10-20, by Matt Johnston
-
list.c also has no trailing newline2011-07-05, by Matt Johnston
-
Fix lost ending newline2011-07-05, by Matt Johnston
-
Hopefully fix -lcrypt problem2011-06-30, by Matt Johnston
-
Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent2011-06-07, by Matt Johnston
-
Mention that the value is in seconds2011-06-07, by Matt Johnston
-
Clean up leaked FD if getnameinfo fails. From Klocwork2011-04-07, by Matt Johnston
-
Fix crash when remote forwarding was requested2011-04-07, by Matt Johnston
-
Fix leak found by Klocwork2011-04-07, by Matt Johnston
-
Properly fix the bug found years ago by Klocwork, refound again.2011-04-07, by Matt Johnston
-
Clean up fd on failure. Found by Klocwork2011-04-07, by Matt Johnston
-
Define LTC_NO_FILE to avoid hmac_file() etc2011-04-07, by Matt Johnston
-
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