Mercurial > dropbear
graph
-
Update config.guess and config.sub2013-05-13, by Matt Johnston
-
Limit decompressed size2013-05-08, by Matt Johnston
-
Avoid segfault for locked accounts (invalid salt to crypt())2013-04-29, by Matt Johnston
-
Save with utf8 encoding2013-04-18, by Matt Johnston
-
Added signature for changeset f168962bab852013-04-18, by Matt Johnston
-
Added tag DROPBEAR_2013.58 for changeset e76614145aea2013-04-18, by Matt Johnston
-
Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins2013-04-18, by Matt Johnston
-
Use % rather than # for port delimiter2013-04-17, by Matt Johnston
-
Use '#' for host#port separator, document it. This fixes scp2013-04-17, by Matt Johnston
-
If running as non-root only allow that user to log in2013-04-17, by Matt Johnston
-
Fix build when zlib is disabled, from2013-04-16, by Matt Johnston
-
Added signature for changeset 095b46180bbc2013-04-15, by Matt Johnston
-
Added tag DROPBEAR_2013.57 for changeset 96b8bcb880172013-04-15, by Matt Johnston
-
bump version to 2013.572013-04-15, by Matt Johnston
-
changelog updates for 2013.572013-04-15, by Matt Johnston
-
requirenext fixup for firstkexfollows2013-04-14, by Matt Johnston
-
Document escape chars2013-04-14, by Matt Johnston
-
merge2013-04-14, by Matt Johnston
-
-y -y to disable hostkey checking2013-04-14, by Matt Johnston
-
Fix zlib for split newkeys2013-04-11, by Matt Johnston
-
run closehandlers on cleanup2013-04-10, by Matt Johnston
-
reset terminal modes before printing a message2013-04-10, by Matt Johnston
-
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() ecc2013-04-08, by Matt Johnston
-
Make _sign and _verify functions take a buffer* rather than void* and int ecc2013-04-06, by Matt Johnston
-
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc2013-03-28, by Matt Johnston
-
setup tcp after requesting a channel - might hide some DNS latency2013-04-03, by Matt Johnston
-
Take transmit and receive keys into use separately2013-04-03, by Matt Johnston
-
Fix MAC bug which would prevent asymmetric hashes2013-04-03, by Matt Johnston
-
Just put the version string on the queue, don't use atomicio2013-04-03, by Matt Johnston
-
fix leftover kexguess debugging2013-04-02, by Matt Johnston
-
Fix a few options and headers2013-04-02, by Matt Johnston
-
merge2013-04-02, by Matt Johnston
-
merge kexguess branch2013-04-02, by Matt Johnston
-
Put some #ifdef options around first-follows options in case they kexguess2013-04-02, by Matt Johnston
-
Don't usually need to recalculate dh_e for the repeated kexdh_init packet kexguess2013-04-02, by Matt Johnston
-
add IUTF82013-04-02, by Matt Johnston
-
fix tabs2013-04-02, by Matt Johnston
-
merge2013-04-02, by Matt Johnston
-
Fix segfault when /dev/urandom isn't writable2013-04-02, by Matt Johnston
-
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE2013-04-01, by Matt Johnston
-
Run the cleanup handler also when we close due to TCP connection being closed2013-04-01, by Matt Johnston
-
Try password before interactive - bit of a hack2013-04-01, by Matt Johnston
-
Move the more verbose TRACE() statements into TRACE2()2013-03-31, by Matt Johnston
-
Send an auth packet straight away, save another roundtrip2013-03-31, by Matt Johnston
-
Fix incorrect logic for USE_VFORK and calling arg_setup()2013-03-31, by Matt Johnston
-
Try using writev() for writing packets out to tcp2013-03-31, by Matt Johnston
-
Don't bother waiting for a ssh-connection service reply - the server2013-03-31, by Matt Johnston
-
send out our kexinit packet before blocking to read the SSH version string2013-03-30, by Matt Johnston
-
Define _GNU_SOURCE for vasprintf2013-03-23, by Matt Johnston
-
rename configure.in -> configure.ac2013-03-23, by Mike Frysinger
-
Fix a few compile warnings2013-03-23, by Matt Johnston
-
Add ~. and ~^Z handling to exit/suspend dbclient2013-03-23, by Matt Johnston
-
Added signature for changeset 9b80981212fe2013-03-21, by Matt Johnston
-
Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e942013-03-21, by Matt Johnston
-
2013.56 changelog2013-03-21, by Matt Johnston
-
update text about authorized_keys options2013-03-21, by Matt Johnston
-
Add URL to usage text2013-03-21, by Matt Johnston
-
Make hmac-sha2-256 and hmac-sha2-512 work2013-03-21, by Matt Johnston
-
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings2013-03-21, by Matt Johnston
-
Fix "-c none" so that it allows aes during authentication2013-03-20, by Matt Johnston
-
Fix "-m none" case and ugly typo2013-03-20, by Matt Johnston
-
Fix "-m none" case where an entire packet fits in a block and can be2013-03-20, by Matt Johnston
-
Merge "none" cipher/MAC branch. Also adds sha256 and sha5122013-03-20, by Matt Johnston
-
use an empty writebuf rather than a NULL one2013-03-20, by Matt Johnston
-
document a few more changes2013-03-19, by Matt Johnston
-
Fix memory leak when direct TCP connections time out on connection.2013-03-19, by Matt Johnston
-
Allow specifying server "-p" options with ipv6 bracket notation,2013-03-19, by Matt Johnston
-
Android returns NULL for pw_crypt, set it to something else2013-03-19, by Matt Johnston
-
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger2013-03-19, by Matt Johnston
-
Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo2013-03-19, by Matt Johnston
-
Include /proc/vmstat as another random source2013-03-19, by Matt Johnston
-
link to Dropbear webpage2013-03-19, by Matt Johnston
-
Removed tag t:ltc-0.95-db-merge12013-03-19, by Matt Johnston
-
Removed tag t:ltc-0.95-orig2013-03-19, by Matt Johnston
-
fix signedness error in prototype2013-03-11, by Matt Johnston
-
improve subsystem/sftp documentation, and multi-hop manual formatting2013-03-03, by Matt Johnston
-
fix typo2013-02-23, by Matt Johnston
-
DSS_PROTOK is not necessary now that private keys are included2013-02-23, by Matt Johnston
-
add loadavg and entropy_avail as sources2013-02-23, by Matt Johnston
-
Allow configuring "allow blank password option" at runtime2013-02-12, by Paul Eggleton
-
Some changes since 2012.552013-02-22, by Matt Johnston
-
Document "-m" and "-c"2013-02-22, by Matt Johnston
-
/dev/random blocks on busy servers too.2012-07-19, by Matt Johnston
-
Add a few more files in /proc for Linux2012-06-30, by Matt Johnston
-
Improve RNG seeding.2012-06-29, by Matt Johnston
-
- Only request "none" cipher after auth has succeeded insecure-nocrypto2012-05-17, by Matt Johnston
-
ENABLE_USER_ALGO_LIST should work for the client2012-05-16, by Matt Johnston
-
Add rough support for choosing ciphers/hashes with "-c" or "-m"2012-05-16, by Matt Johnston
-
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be sha22012-05-10, by Matt Johnston
-
Don't TRACE() the pw_passwd2012-05-09, by Matt Johnston
-
Fix empty password immediate login2012-05-09, by Matt Johnston
-
Return immediate success for blank passwords if allowed2012-05-09, by Matt Johnston
-
Server shouldn't return "localhost" in response to -R forward connections2012-05-09, by Matt Johnston
-
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)2012-05-09, by Matt Johnston
-
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD2012-05-09, by Matt Johnston
-
Ignore -q if SCP_PROGRESS isn't set2012-04-24, by Matt Johnston
-
Split listening port argument at the rightmost colon, allows binding to2012-04-12, by Matt Johnston
-
Improve comment about sha1-962012-04-12, by Matt Johnston
-
Slight formatting change for ENABLE_CLI_AGENTFWD if statement2012-04-09, by Matt Johnston
-
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.2012-03-26, by Andrey Mazo
-
Rename HAVE_FORK to USE_VFORK2012-04-09, by Matt Johnston
-
check for fork() and not __uClinux__2012-04-08, by Mike Frysinger
-
fix out-of-tree cleaning2012-04-08, by Mike Frysinger
-
Added signature for changeset 85f835f2fe0a2012-02-23, by Matt Johnston
-
Added tag DROPBEAR_2012.55 for changeset d354464b2aa62012-02-23, by Matt Johnston
-
2012.552012-02-22, by Matt Johnston
-
- Fix minor leak2012-02-22, by Matt Johnston
-
Fix accidentally committed change2012-02-22, by Matt Johnston
-
- Initialise sa_mask properly2011-12-03, by Matt Johnston
-
- Merge2012-02-21, by Matt Johnston
-
- Make sure sa_mask is set2012-02-21, by Matt Johnston
-
- Burn buffers to 0x00 instead2012-02-21, by Matt Johnston
-
- Fix use-after-free if multiple command requests were sent. Move2011-12-03, by Matt Johnston
-
- Remove unused variable/code2011-12-03, by Matt Johnston
-
- Make sure we don't use channel-specific data after it has been freed2011-12-03, by Matt Johnston
-
- Fix some format strings in TRACE()s2011-12-03, by Matt Johnston
-
- We don't need to test for NULL before free()2011-12-03, by Matt Johnston
-
Merge2012-02-10, by Matt Johnston
-
Clear a few buffers when possible2012-02-10, by Matt Johnston
-
- 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
-
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
-
- Add option to change zlib windowBits/memLevel2009-07-26, by Matt Johnston
-
Disable Blowfish by default, it has inefficient key memory use2009-07-24, by Matt Johnston
-
- For uclinux, only cleanup on exit for the main process. This avoids2009-07-09, by Matt Johnston