2011-12-03 |
Matt Johnston |
- Fix use-after-free if multiple command requests were sent. Move
|
2011-12-03 |
Matt Johnston |
- Remove unused variable/code
|
2011-12-03 |
Matt Johnston |
- Make sure we don't use channel-specific data after it has been freed
|
2011-12-03 |
Matt Johnston |
- Fix some format strings in TRACE()s
|
2011-12-03 |
Matt Johnston |
- We don't need to test for NULL before free()
|
2012-02-10 |
Matt Johnston |
Merge
|
2012-02-10 |
Matt Johnston |
Clear a few buffers when possible
|
2011-11-30 |
Matt Johnston |
- Fix constraints so we don't get warned about uninitialised
dropbear-tfm
|
2011-11-30 |
Matt Johnston |
- More asm constraint fixes. Now seems to build OK on 32-bit OS X.
dropbear-tfm
|
2011-11-30 |
Matt Johnston |
- Work around broken asm constraint behaviour on 32bit x86 OS X
dropbear-tfm
|
2011-11-23 |
Matt Johnston |
Somehow Makefile.in went missing
dropbear-tfm tomsfastmath
|
2011-11-23 |
Matt Johnston |
Add tomsfastmath from git rev bfa4582842bc3bab42e4be4aed5703437049502a
dropbear-tfm
|
2011-11-22 |
Matt Johnston |
A few build fixes
dropbear-tfm
|
2011-11-21 |
Matt Johnston |
- Update tfm changes to current default tip
dropbear-tfm
|
2011-11-21 |
Matt Johnston |
- Bring in original tomsfastmath patch against 0.52 from Peter Turczak
dropbear-tfm
|
2011-11-10 |
Matt Johnston |
Put better #if guards around IPv6 socket options for IPV6_TCLASS and
|
2011-11-08 |
Matt Johnston |
Added signature for changeset 3f12086c2ef2
|
2011-11-08 |
Matt Johnston |
Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2
|
2011-11-08 |
Matt Johnston |
Changelog and version bump for 2011.54
DROPBEAR_2011.54
|
2011-11-08 |
Matt Johnston |
Fix symlink target created by installdropbearmulti
|
2011-11-07 |
Matt Johnston |
Added signature for changeset aa2f51a6b81d
|
2011-11-07 |
Matt Johnston |
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
|
2011-11-06 |
Matt Johnston |
Fix crash with -R forwarding
|
2011-11-05 |
Matt Johnston |
Print the server allocated port when using dbclient -R 0:....
|
2011-11-03 |
convert-repo |
update tags
|
2011-10-26 |
Matt Johnston |
Set IPTOS_LOWDELAY for IPv6 too
|
2011-10-26 |
Matt Johnston |
- Add ALLOW_BLANK_PASSWORD option
|
2011-10-20 |
Matt Johnston |
Try bind IPV6_V6ONLY
|
2011-07-05 |
Matt Johnston |
list.c also has no trailing newline
|
2011-07-05 |
Matt Johnston |
Fix lost ending newline
|
2011-06-30 |
Matt Johnston |
Hopefully fix -lcrypt problem
|
2011-06-07 |
Matt Johnston |
Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
|
2011-06-07 |
Matt Johnston |
Mention that the value is in seconds
|
2011-04-07 |
Matt Johnston |
Clean up leaked FD if getnameinfo fails. From Klocwork
|
2011-04-07 |
Matt Johnston |
Fix crash when remote forwarding was requested
|
2011-04-07 |
Matt Johnston |
Fix leak found by Klocwork
|
2011-04-07 |
Matt Johnston |
Properly fix the bug found years ago by Klocwork, refound again.
|
2011-04-07 |
Matt Johnston |
Clean up fd on failure. Found by Klocwork
|
2011-04-07 |
Matt Johnston |
Define LTC_NO_FILE to avoid hmac_file() etc
|
2011-04-07 |
Matt Johnston |
Fix FD leak if connect() fails, found by Klocwork
|
2011-04-07 |
Matt Johnston |
Add noreturn and format attribute hints for some functions.
|
2011-04-07 |
Matt Johnston |
Fix memory leak found by Klocwork
|
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
|