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
|