2011-04-07 |
Matt Johnston |
Tidy error handling and get rid of some commented out code
|
2011-04-07 |
Matt Johnston |
Change comparison to be more paranoid (and perhaps avoid Klocwork false
|
2011-04-07 |
Matt Johnston |
Fix check of wrong variable found by Klocwork
|
2011-03-31 |
Matt Johnston |
Avoid segfault when handling childpid race
|
2011-03-18 |
Matt Johnston |
Use mp_init_size() to avoid some mp_grow()s
|
2011-03-02 |
Matt Johnston |
Update changelog for 0.53.1
DROPBEAR_0.53.1
|
2011-02-28 |
Matt Johnston |
merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'
|
2011-02-28 |
Matt Johnston |
- Don't allow setting memLevel since that doesn't work properly
|
2011-02-28 |
Matt Johnston |
Compile fix for when both client and server agent forwarding is disabled
|
2011-02-27 |
Matt Johnston |
Refer to RFCs rather than drafts, update some section references
|
2011-02-27 |
Matt Johnston |
- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()
|
2011-02-25 |
Matt Johnston |
Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53
|
2011-02-25 |
Matt Johnston |
-lcrypt needs to be before object files when static linking
|
2011-02-24 |
Matt Johnston |
- Set debian version to 0.53
DROPBEAR_0.53
|
2011-02-24 |
Matt Johnston |
Changelog for 0.53, bump version
|
2011-02-24 |
Matt Johnston |
Mention -L/-R listenaddress argument in manpage
|
2011-02-24 |
Matt Johnston |
It happened to sony
|
2011-02-24 |
Matt Johnston |
Add diffie-hellman-group14-sha1 KEX method
|
2011-02-23 |
Matt Johnston |
Improve capitalisation for all logged strings
|
2011-02-23 |
Matt Johnston |
merge of '8849ec659cb45b924158cc3322390a1d3d48daef'
|
2011-02-23 |
Matt Johnston |
Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packets
|
2010-07-21 |
Matt Johnston |
remove unused variable
|
2010-07-21 |
Matt Johnston |
merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'
|
2010-07-21 |
Matt Johnston |
- Update fake-rfc2553.{c,h} from OpenSSH 5.5p1
|
2010-07-21 |
Matt Johnston |
Fix bug in primality testing, see
|
2010-07-21 |
Matt Johnston |
Work properly again with bundled libtom*. autoconf is a hassle.
|
2010-07-21 |
Matt Johnston |
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
|
2010-07-21 |
Matt Johnston |
Use system libtomcrypt/libtommath if available. Doesn't currently
|
2010-07-20 |
Matt Johnston |
Comment public/private parts
|
2010-03-21 |
Matt Johnston |
merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'
|
2010-03-21 |
Matt Johnston |
- make structure static
|
2010-03-04 |
Matt Johnston |
don't #include "utmp.h"
|
2010-02-27 |
Matt Johnston |
- fixes for listenaddr
|
2010-02-27 |
Matt Johnston |
merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'
|
2010-02-27 |
Matt Johnston |
- tcpfwd bindaddr support against trunk. needs merging.
|
2010-02-24 |
Matt Johnston |
- Progress for allowing specifying a listenaddr for tcp forwards
|
2009-09-13 |
Matt Johnston |
Mention -p's address argument in manpage synopsis
|
2009-09-11 |
Matt Johnston |
- Disable compression for non-final multihops
|
2009-09-10 |
Matt Johnston |
Remove extraneous semicolon
|
2009-09-08 |
Matt Johnston |
- Test for pam_fail_delay() function in configure
|
2009-09-05 |
Matt Johnston |
Move remotehost into svr_ses structure since we can't look it up
|
2009-09-02 |
Matt Johnston |
- Remove options that dbclient won't know about
|
2009-09-02 |
Matt Johnston |
- scp progressbar needs strlcat(), so add compat.o
|
2009-09-02 |
Matt Johnston |
- Set $SSH_CONNECTION
|
2009-09-01 |
Matt Johnston |
Rearrange getaddrstring() etc
|
2009-08-31 |
Matt Johnston |
- set $SSH_TTY environment variable
|
2009-08-26 |
Matt Johnston |
- set $SSH_ORIGINAL_COMMAND if a command is forced, and log it
|
2009-08-25 |
Matt Johnston |
merge of '0d7a9127af37d6e74efc5ec031a7001ce63d334d'
|
2009-08-25 |
Matt Johnston |
- Move netcat struct to where it stays in scope.
|
2009-08-13 |
Matt Johnston |
- Don't print warning if SSH_AUTH_SOCK is unset
|
2009-07-31 |
Matt Johnston |
- Handle failure to connect to forwarding socket
|
2009-07-30 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e243ba37a897beb7ba81a4f637d8b3)
|
2009-07-30 |
Matt Johnston |
Agent forwarding works
agent-client
|
2009-07-29 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a722600eb4a4020b6fdf3)
agent-client
|
2009-07-28 |
Matt Johnston |
Use /usr/bin/X11/xauth default path instead
|
2009-07-26 |
Matt Johnston |
Turn off DEBUG_TRACE accidentally committed
|
2009-07-26 |
Matt Johnston |
- Payload length doesn't include macsize.
|
2009-07-26 |
Matt Johnston |
- Add option to change zlib windowBits/memLevel
|
2009-07-24 |
Matt Johnston |
Disable Blowfish by default, it has inefficient key memory use
|
2009-07-09 |
Matt Johnston |
- For uclinux, only cleanup on exit for the main process. This avoids
|
2009-07-06 |
Matt Johnston |
- Client auth using an agent's key works. Still need to implement client
agent-client
|
2009-07-06 |
Matt Johnston |
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
agent-client
|
2009-07-01 |
Matt Johnston |
Talking to the agent works now. Can't interpret the pubkeys.
agent-client
|
2009-07-01 |
Matt Johnston |
merge of '3450609f92928775614418f40dd44ed5393d9de4'
maemo
|
2009-07-01 |
Matt Johnston |
Some uncommitted changes
maemo
|
2009-07-01 |
Matt Johnston |
Make it compile, update for changes in channel structure.
agent-client
|
2009-07-01 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d)
agent-client
|
2009-06-16 |
Matt Johnston |
- Print banner to stderr. Probably the right way, and avoids
|
2009-06-12 |
Matt Johnston |
- Make -i and -W pass through multihop arguments
|
2009-06-09 |
Matt Johnston |
- Don't memcpy() in place with void_encrypt
|
2009-06-08 |
Matt Johnston |
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
|
2009-06-08 |
Matt Johnston |
disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'
|
2009-06-08 |
Matt Johnston |
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
|
2009-06-08 |
Matt Johnston |
use memset() rather than bzero()
|
2009-03-17 |
Matt Johnston |
merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'
|
2009-03-17 |
Matt Johnston |
- Add the signal pipe to maxfd
|
2009-03-03 |
Matt Johnston |
- Turn DROPBEAR_SMALL_CODE off by default
|
2009-03-03 |
Matt Johnston |
Remove extraneous debugging
|
2009-03-01 |
Matt Johnston |
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
|
2009-03-01 |
Matt Johnston |
Encrypt in-place, avoid an extra malloc
|
2009-02-26 |
Matt Johnston |
merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'
|
2009-02-26 |
Matt Johnston |
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
|
2009-02-26 |
Matt Johnston |
merge of 'a101cbd046507cf723e6362a49196dbd4b924042'
|
2009-02-26 |
Matt Johnston |
- Try to write out as much as we can
|
2009-02-25 |
Matt Johnston |
- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??
|
2008-11-19 |
Matt Johnston |
- 0.52-2, put key utils into -server package
maemo
|
2008-11-19 |
Matt Johnston |
- Set section to user/network
maemo
|
2008-11-19 |
Matt Johnston |
- Bump version, add description in control file
maemo
|
2008-11-18 |
Matt Johnston |
- Make it do the postinst files etc for dropbear-server
maemo
|
2008-11-18 |
Matt Johnston |
- dropbear-server doesn't have anything in /usr/lib/dropbear
maemo
|
2008-11-18 |
Matt Johnston |
- Split into separate debs
maemo
|
2008-11-18 |
Matt Johnston |
- Allow building with neither server nor client specified
|
2008-11-18 |
Matt Johnston |
- Use the right variable notation
|
2008-11-17 |
Matt Johnston |
Only use -lcrypt for Dropbear server binary
|
2008-11-12 |
Matt Johnston |
- Add a date for the release
DROPBEAR_0.52
|
2008-11-11 |
Matt Johnston |
PAM shouldn't be on by default
|
2008-11-11 |
Matt Johnston |
- Bump to 0.52
|
2008-11-11 |
Matt Johnston |
- Document idle_timeout
|
2008-11-09 |
Matt Johnston |
Mention DSS and DSA being the same thing
|
2008-11-07 |
Matt Johnston |
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
|
2008-11-06 |
Matt Johnston |
Update nocrypto branch to current head
insecure-nocrypto
|
2008-11-06 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a)
insecure-nocrypto
|
2008-11-05 |
Matt Johnston |
- Update manuals, include section on authorized_keys
|
2008-11-05 |
Matt Johnston |
LICENSE - Update copyright to 2008
|
2008-11-05 |
Matt Johnston |
- Set a default path, since bash won't export one otherwise (though it will set
|
2008-11-05 |
Matt Johnston |
Give a umask argument to open() in loginrec
|
2008-11-02 |
Matt Johnston |
- use vfork()/_exit() for uclinux
|
2008-11-02 |
Matt Johnston |
Report errors if a remote request fails
|
2008-11-02 |
Matt Johnston |
Don't use // style comments
|
2008-09-29 |
Matt Johnston |
- Get rid of blowfish and twofish CTR since they weren't likely
|
2008-09-29 |
Matt Johnston |
- Add Counter Mode support
|
2008-09-29 |
Matt Johnston |
Add support for zlib@openssh.com delayed compression.
|
2008-09-23 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c)
agent-client
|
2008-09-23 |
Matt Johnston |
Split options.h out into sysoptions.h for options that aren't usually
|
2008-09-23 |
Matt Johnston |
merge of '6fd2597077a4e2421bf45388e058d15606f6dd74'
|
2008-09-23 |
Matt Johnston |
- Enable -s for specifying a subsystem (such as sftp)
|
2008-09-23 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)
|
2008-09-23 |
Matt Johnston |
Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have
|
2008-09-22 |
Matt Johnston |
- Work around rsync and scp parsing and modifying the user@host argument,
|
2008-09-22 |
Matt Johnston |
Idle-timeout patch from Farrell Aultman, need to figure whether to only
idle-timeout
|