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
|