Mercurial > dropbear
graph
-
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
-
- Client auth using an agent's key works. Still need to implement client agent-client2009-07-06, by Matt Johnston
-
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client2009-07-06, by Matt Johnston
-
Talking to the agent works now. Can't interpret the pubkeys. agent-client2009-07-01, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d) agent-client2009-07-01, by Matt Johnston
-
- Print banner to stderr. Probably the right way, and avoids2009-06-16, by Matt Johnston
-
- Make -i and -W pass through multihop arguments2009-06-12, by Matt Johnston
-
- Don't memcpy() in place with void_encrypt2009-06-09, by Matt Johnston
-
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef2009-06-08, by Matt Johnston
-
disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'2009-06-08, by Matt Johnston
-
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef2009-06-08, by Matt Johnston
-
use memset() rather than bzero()2009-06-08, by Matt Johnston
-
merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'2009-03-17, by Matt Johnston
-
- Add the signal pipe to maxfd2009-03-17, by Matt Johnston
-
- Turn DROPBEAR_SMALL_CODE off by default2009-03-03, by Matt Johnston
-
Remove extraneous debugging2009-03-03, by Matt Johnston
-
- Get rid of decryptreadbuf, just decrypt in-place with readbuf2009-03-01, by Matt Johnston
-
Encrypt in-place, avoid an extra malloc2009-03-01, by Matt Johnston
-
merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'2009-02-26, by Matt Johnston
-
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'2009-02-26, by Matt Johnston
-
merge of 'a101cbd046507cf723e6362a49196dbd4b924042'2009-02-26, by Matt Johnston
-
- Try to write out as much as we can2009-02-26, by Matt Johnston
-
- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??2009-02-25, by Matt Johnston
-
- Allow building with neither server nor client specified2008-11-18, by Matt Johnston
-
- Use the right variable notation2008-11-18, by Matt Johnston
-
Only use -lcrypt for Dropbear server binary2008-11-17, by Matt Johnston
-
PAM shouldn't be on by default2008-11-11, by Matt Johnston
-
- Bump to 0.522008-11-11, by Matt Johnston
-
- Document idle_timeout2008-11-11, by Matt Johnston
-
Mention DSS and DSA being the same thing2008-11-09, by Matt Johnston
-
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server2008-11-07, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) insecure-nocrypto2008-11-06, by Matt Johnston
-
- Update manuals, include section on authorized_keys2008-11-05, by Matt Johnston
-
LICENSE - Update copyright to 20082008-11-05, by Matt Johnston
-
- Set a default path, since bash won't export one otherwise (though it will set2008-11-05, by Matt Johnston
-
Give a umask argument to open() in loginrec2008-11-05, by Matt Johnston
-
- use vfork()/_exit() for uclinux2008-11-02, by Matt Johnston
-
Report errors if a remote request fails2008-11-02, by Matt Johnston
-
Don't use // style comments2008-11-02, by Matt Johnston
-
- Get rid of blowfish and twofish CTR since they weren't likely2008-09-29, by Matt Johnston
-
- Add Counter Mode support2008-09-29, by Matt Johnston
-
Add support for zlib@openssh.com delayed compression.2008-09-29, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c) agent-client2008-09-23, by Matt Johnston
-
Split options.h out into sysoptions.h for options that aren't usually2008-09-23, by Matt Johnston
-
merge of '6fd2597077a4e2421bf45388e058d15606f6dd74'2008-09-23, by Matt Johnston
-
- Enable -s for specifying a subsystem (such as sftp)2008-09-23, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)2008-09-23, by Matt Johnston
-
Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have2008-09-23, by Matt Johnston
-
- Work around rsync and scp parsing and modifying the user@host argument,2008-09-22, by Matt Johnston
-
Idle-timeout patch from Farrell Aultman, need to figure whether to only idle-timeout2008-09-22, by Matt Johnston
-
Replace calls to strtoul() with a helper m_str_to_uint()2008-09-22, by Matt Johnston
-
Remove an unused variable2008-09-22, by Matt Johnston
-
- Improve DNS failure message to include lookup host2008-09-18, by Matt Johnston
-
- Allow specifying a port with host/port.2008-09-18, by Matt Johnston
-
Print "Login for user@host" for keyboard interactive, since it probably2008-09-18, by Matt Johnston
-
Add multihop 'onion-forwarding' mode. Needs refinement, works.2008-09-18, by Matt Johnston
-
Rework netcat-alike to be a proper mode, with -B argument. dbclient-netcat-alike2008-09-17, by Matt Johnston
-
Don't capture stderr from spawned processes in proxycommand mode2008-09-17, by Matt Johnston
-
- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.2008-09-15, by Matt Johnston
-
- Add run_shell_command() function to run a "sh -c" command, handling2008-09-15, by Matt Johnston
-
- Generalise spawn_command function2008-09-15, by Matt Johnston
-
- Get rid of some ugly #defines2008-09-15, by Matt Johnston
-
- Split main socket var into ses.sock_in/ses.sock_out in preparation2008-09-15, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) dbclient-netcat-alike2008-09-14, by Matt Johnston
-
Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see2008-09-12, by Matt Johnston
-
- Rework pubkey options to be more careful about buffer lengths. Needs review. pubkey-options2008-09-12, by Matt Johnston
-
* Patch from Frédéric Moulins adding options to authorized_keys. pubkey-options2008-09-08, by Matt Johnston
-
fill_passwd() doesn't have a return value2008-07-12, by Matt Johnston
-
Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage2008-03-27, by Matt Johnston
-
0.512008-03-27, by Matt Johnston
-
merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'2008-03-27, by Matt Johnston
-
Update to debian 0.50-4 diff2008-03-27, by Matt Johnston
-
Mention 0.51-test2 changes2008-03-01, by Matt Johnston
-
Don't return until the shell has quit. This will ensure that an exit status2008-02-21, by Matt Johnston
-
fix up after merge2008-01-13, by Matt Johnston
-
merge of '295b11312e327fe6c4f33512674ea4a1a9790344'2008-01-13, by Matt Johnston
-
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep2008-01-13, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59) agent-client2007-11-29, by Matt Johnston
-
Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.2007-11-02, by Matt Johnston
-
Fix to allow building from a separate directory, patch from Ricardo Martins2007-10-18, by Matt Johnston
-
Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If it2007-09-14, by Matt Johnston
-
Make sure declarations of variables are at the top of function,2007-09-11, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client2007-08-16, by Matt Johnston
-
Fix delayed packet queue handling2007-08-08, by Matt Johnston
-
Prepare for 0.50 release2007-08-08, by Matt Johnston
-
- Add -K keepalive flag for dropbear and dbclient2007-08-08, by Matt Johnston
-
Stop scp passing arguments that dbclient doesn't understand2007-07-28, by Matt Johnston
-
Prevent invalid packets being sent during key-exchange, instead queue2007-07-27, by Matt Johnston
-
Add default argument for receive window2007-07-25, by Matt Johnston
-
Use the -W <windowsize> argument in startup scripts, with a default of 64kB2007-07-25, by Matt Johnston
-
Add -W <windowsize> argument and document it.2007-07-25, by Matt Johnston