index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-07-01
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...
Matt Johnston
2009-06-16
- Print banner to stderr. Probably the right way, and avoids
Matt Johnston
2009-06-12
- Make -i and -W pass through multihop arguments
Matt Johnston
2009-06-09
- Don't memcpy() in place with void_encrypt
Matt Johnston
2009-06-08
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
Matt Johnston
2009-06-08
disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'
Matt Johnston
2009-06-08
Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdef
Matt Johnston
2009-06-08
use memset() rather than bzero()
Matt Johnston
2009-03-17
merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'
Matt Johnston
2009-03-17
- Add the signal pipe to maxfd
Matt Johnston
2009-03-03
- Turn DROPBEAR_SMALL_CODE off by default
Matt Johnston
2009-03-03
Remove extraneous debugging
Matt Johnston
2009-03-01
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
Matt Johnston
2009-03-01
Encrypt in-place, avoid an extra malloc
Matt Johnston
2009-02-26
merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'
Matt Johnston
2009-02-26
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
Matt Johnston
2009-02-26
merge of 'a101cbd046507cf723e6362a49196dbd4b924042'
Matt Johnston
2009-02-26
- Try to write out as much as we can
Matt Johnston
2009-02-25
- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??
Matt Johnston
2008-11-18
- Allow building with neither server nor client specified
Matt Johnston
2008-11-18
- Use the right variable notation
Matt Johnston
2008-11-17
Only use -lcrypt for Dropbear server binary
Matt Johnston
2008-11-12
- Add a date for the release
Matt Johnston
2008-11-11
PAM shouldn't be on by default
Matt Johnston
2008-11-11
- Bump to 0.52
Matt Johnston
2008-11-11
- Document idle_timeout
Matt Johnston
2008-11-09
Mention DSS and DSA being the same thing
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-11-05
- Update manuals, include section on authorized_keys
Matt Johnston
2008-11-05
LICENSE - Update copyright to 2008
Matt Johnston
2008-11-05
- Set a default path, since bash won't export one otherwise (though it will set
Matt Johnston
2008-11-05
Give a umask argument to open() in loginrec
Matt Johnston
2008-11-02
- use vfork()/_exit() for uclinux
Matt Johnston
2008-11-02
Report errors if a remote request fails
Matt Johnston
2008-11-02
Don't use // style comments
Matt Johnston
2008-09-29
- Get rid of blowfish and twofish CTR since they weren't likely
Matt Johnston
2008-09-29
- Add Counter Mode support
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2008-09-23
propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...
Matt Johnston
2008-09-23
Split options.h out into sysoptions.h for options that aren't usually
Matt Johnston
2008-09-23
merge of '6fd2597077a4e2421bf45388e058d15606f6dd74'
Matt Johnston
2008-09-23
- Enable -s for specifying a subsystem (such as sftp)
Matt Johnston
2008-09-23
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...
Matt Johnston
2008-09-23
Don't send anything in response to a SSH_MSG_CHANNEL_REQUEST if we have
Matt Johnston
2008-09-22
- Work around rsync and scp parsing and modifying the user@host argument,
Matt Johnston
2008-09-22
Replace calls to strtoul() with a helper m_str_to_uint()
Matt Johnston
2008-09-22
Remove an unused variable
Matt Johnston
2008-09-18
- Improve DNS failure message to include lookup host
Matt Johnston
2008-09-18
- Allow specifying a port with host/port.
Matt Johnston
2008-09-18
Print "Login for user@host" for keyboard interactive, since it probably
Matt Johnston
[next]