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
|
2008-09-22 |
Matt Johnston |
Replace calls to strtoul() with a helper m_str_to_uint()
|
2008-09-22 |
Matt Johnston |
Remove an unused variable
|
2008-09-18 |
Matt Johnston |
- Improve DNS failure message to include lookup host
|
2008-09-18 |
Matt Johnston |
- Allow specifying a port with host/port.
|
2008-09-18 |
Matt Johnston |
Print "Login for user@host" for keyboard interactive, since it probably
|
2008-09-18 |
Matt Johnston |
Add multihop 'onion-forwarding' mode. Needs refinement, works.
|
2008-09-17 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553)
|
2008-09-17 |
Matt Johnston |
Rework netcat-alike to be a proper mode, with -B argument.
dbclient-netcat-alike
|
2008-09-17 |
Matt Johnston |
Don't capture stderr from spawned processes in proxycommand mode
|
2008-09-15 |
Matt Johnston |
- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
|
2008-09-15 |
Matt Johnston |
- Add run_shell_command() function to run a "sh -c" command, handling
|
2008-09-15 |
Matt Johnston |
- Generalise spawn_command function
|
2008-09-15 |
Matt Johnston |
- Get rid of some ugly #defines
|
2008-09-15 |
Matt Johnston |
- Split main socket var into ses.sock_in/ses.sock_out in preparation
|
2008-09-14 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2)
dbclient-netcat-alike
|
2008-09-12 |
Matt Johnston |
Remove workaround forcing rsa mpint to exactly a 8 bits multiple for putty (see
|
2008-09-12 |
Matt Johnston |
- Rework pubkey options to be more careful about buffer lengths. Needs review.
pubkey-options
|
2008-09-08 |
Matt Johnston |
* Patch from Frédéric Moulins adding options to authorized_keys.
pubkey-options
|
2008-07-12 |
Matt Johnston |
fill_passwd() doesn't have a return value
|
2008-03-27 |
Matt Johnston |
Forgot to bump actual version number
DROPBEAR_0.51
|
2008-03-27 |
Matt Johnston |
Add SSH_ASKPASS and DROPBEAR_PASSWORD to the dbclient manpage
|
2008-03-27 |
Matt Johnston |
0.51
|
2008-03-27 |
Matt Johnston |
merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'
|
2008-03-27 |
Matt Johnston |
Update to debian 0.50-4 diff
|
2008-03-01 |
Matt Johnston |
Mention 0.51-test2 changes
|
2008-02-21 |
Matt Johnston |
Don't return until the shell has quit. This will ensure that an exit status
|
2008-01-13 |
Matt Johnston |
fix up after merge
|
2008-01-13 |
Matt Johnston |
merge of '295b11312e327fe6c4f33512674ea4a1a9790344'
|
2008-01-13 |
Matt Johnston |
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
|
2007-11-29 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59)
agent-client
|
2007-11-02 |
Matt Johnston |
Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.
|
2007-10-18 |
Matt Johnston |
Fix to allow building from a separate directory, patch from Ricardo Martins
|
2007-09-14 |
Matt Johnston |
Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If it
|
2007-09-11 |
Matt Johnston |
Make sure declarations of variables are at the top of function,
|
2007-08-16 |
Matt Johnston |
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739)
agent-client
|
2007-08-08 |
Matt Johnston |
Make dropbearkey only generate 1024 bit keys
DROPBEAR_0.50
|
2007-08-08 |
Matt Johnston |
Fix delayed packet queue handling
|
2007-08-08 |
Matt Johnston |
Prepare for 0.50 release
|
2007-08-08 |
Matt Johnston |
- Add -K keepalive flag for dropbear and dbclient
|
2007-07-28 |
Matt Johnston |
Stop scp passing arguments that dbclient doesn't understand
|
2007-07-27 |
Matt Johnston |
Prevent invalid packets being sent during key-exchange, instead queue
|
2007-07-25 |
Matt Johnston |
Add default argument for receive window
|