2015-08-03 |
Matt Johnston |
Don't try to send data on first ack packet of 3way handshake.
|
2015-08-03 |
Matt Johnston |
remove extraneous semicolon from m_free #define
|
2015-08-03 |
Matt Johnston |
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
|
2015-06-23 |
Matt Johnston |
merge
coverity
|
2015-06-13 |
Matt Johnston |
coverity shouldn't have a matrix
coverity
|
2015-06-13 |
Matt Johnston |
fix travis coverity matrix?
coverity
|
2015-06-13 |
Matt Johnston |
fiddle with coverity travis
coverity
|
2015-06-12 |
Matt Johnston |
merge up to date, attempt to fix travis.yml
coverity
|
2015-06-23 |
Matt Johnston |
check ecc key return, fix null pointer crash
|
2015-06-12 |
Matt Johnston |
Merge pull request #11 from nshopik/patch-2
|
2015-03-12 |
Nikolay Shopik |
Prepend DROPBEAR for scp.c
|
2015-06-12 |
Matt Johnston |
a bit more changelog
|
2015-06-04 |
Matt Johnston |
merge
|
2015-06-04 |
Matt Johnston |
buf_getstring and buf_putstring now use non-unsigned char*
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-05-05 |
Gaël PORTAY |
Merge branch 'fix-pointer-sign-warnings' into fix-warnings
|
2015-05-02 |
Gaël PORTAY |
Turn modptr local variable into unsigned char *
|
2015-05-02 |
Gaël PORTAY |
Turn name and instruction local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn type and term local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
|
2015-05-02 |
Gaël PORTAY |
Turn banner, methods and tok local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn many local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn signame local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn ChanSess's cmd attribute into char *
|
2015-05-02 |
Gaël PORTAY |
Turn send_msg_service_accept()'s name argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn addr local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn sshsession's remoteident attribute into char *
|
2015-05-02 |
Gaël PORTAY |
Turn dropbear_ecc_curve's name into const char *
|
2015-05-02 |
Gaël PORTAY |
Turn Algo_Type's name attribute into const char *
|
2015-05-02 |
Gaël PORTAY |
Turn local key_indent variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn get_response()'s return type and prompt argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn type local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn ChanSess's tty and term attributes into char *
|
2015-05-02 |
Gaël PORTAY |
Turn cleantext()'s dirtytext argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn username, servicename and methodname local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn sendaddr, listenaddr and request_listenaddr local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn send_msg_channel_open_failure()'s text and lang into const char *
|
2015-05-02 |
Gaël PORTAY |
Turn start_send_channel_request()'s type argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn addrandom()'s buf argument into unsigned char *
|
2015-05-02 |
Gaël PORTAY |
Expect len to be a type of socklen_t [-Werror=pointer-sign]
|
2015-05-02 |
Gaël PORTAY |
Fix pointer differ in signess warnings [-Werror=pointer-sign]
|
2015-05-02 |
Gaël PORTAY |
Fix unused make_connection_string() warning [-Werror=unused-function]
|
2015-05-02 |
Gaël PORTAY |
Fix unused but set variable warnings [-Werror=unused-but-set-variable]
|
2015-05-02 |
Gaël PORTAY |
Fix unused parameters warnings [-Werror=unused-parameter]
|
2015-05-02 |
Gaël PORTAY |
Uses abort() instead of raising a SIGABRT signal [-Werror]
|
2015-05-02 |
Gaël PORTAY |
Uses k_size as an signed integer
|
2015-05-02 |
Gaël PORTAY |
Test struct existance against sizeof() operator
|
2015-06-03 |
Matt Johnston |
Disable twofish-ctr by default, add config option
|
2015-06-03 |
Matt Johnston |
note about constant_time_strcmp and lengths
|
2015-06-03 |
Matt Johnston |
Fix building when ENABLE_CLI_PUBKEY_AUTH is unset
|
2015-05-29 |
Matt Johnston |
separate client/server fastopen options
|
2015-05-02 |
Matt Johnston |
Make sure kexfirstinitialise is called early enough
|
2015-05-02 |
Matt Johnston |
fix travis more
|
2015-05-02 |
Matt Johnston |
bad travis syntax
|
2015-05-02 |
Matt Johnston |
add no-writev build
|
2015-05-02 |
Matt Johnston |
Fix no-writev fallback
|
2015-04-17 |
Matt Johnston |
Should be AF_UNSPEC not PF_UNSPEC
|
2015-04-14 |
Matt Johnston |
merge main
coverity
|
2015-04-14 |
Matt Johnston |
fastopen code was totally broken
|
2015-03-21 |
Matt Johnston |
Avoid channel writev() when there is nothing to write
|
2015-03-20 |
Matt Johnston |
Make main socket nonblocking. Limit writequeue size.
|
2015-03-20 |
Matt Johnston |
Fix when iov queue is large
|
2015-03-20 |
Matt Johnston |
avoid malloc for iovec
|
2015-03-17 |
Matt Johnston |
Remove ATTRIB_NORETURN from session_loop() since it returns.
pam
|
2015-03-16 |
Matt Johnston |
Fix merge again. ses.loop_handler is required for PAM
pam
|
2015-03-16 |
Matt Johnston |
merge pam branch up to date
pam
|
2015-01-23 |
Matt Johnston |
resolve merge properly
pam
|
2015-03-16 |
Matt Johnston |
dropbear_assert() rather than assert()
|
2015-03-11 |
Matt Johnston |
strdup strerror
|
2015-03-03 |
Matt Johnston |
Fix error handling for dbclient async connect
|
2015-03-02 |
Matt Johnston |
more changes
|
2015-03-02 |
Matt Johnston |
changes (also testing hg bookmarks)
|
2015-03-02 |
Matt Johnston |
merge
coverity
|
2015-03-01 |
Matt Johnston |
merge
|
2015-03-01 |
Matt Johnston |
reword comment for clarity
nocircbuffer
|
2015-03-01 |
Matt Johnston |
Fix pubkey auth after change to reuse ses.readbuf as ses.payload
nocircbuffer
|
2015-03-01 |
Matt Johnston |
Fix some memory leaks in ecc code
|
2015-03-01 |
Matt Johnston |
allocate buffer and data in a single allocation
nocircbuffer
|
2015-03-01 |
Matt Johnston |
Avoid malloc in hmac
nocircbuffer
|
2015-02-28 |
Matt Johnston |
A bit of a bodge to avoid memcpy if zlib is disabled
nocircbuffer
|
2015-02-28 |
Matt Johnston |
Avoid copying data into circular buffer
nocircbuffer
|
2015-02-28 |
Matt Johnston |
Better failure handling
|
2015-02-28 |
Matt Johnston |
merge
coverity
|
2015-02-28 |
Matt Johnston |
merge tcp fastopen
|
2015-02-28 |
Matt Johnston |
Add cleanup
fastopen
|
2015-02-28 |
Matt Johnston |
merge from default
fastopen
|
2015-02-26 |
Matt Johnston |
EINPROGRESS for sendmsg() means it's working OK
fastopen
|
2015-02-26 |
Matt Johnston |
ignore any sendmsg() errors
fastopen
|
2015-02-24 |
Matt Johnston |
merge
coverity
|
2015-02-24 |
Thorsten Horstmann |
Use m_burn rather than memset
|
2015-02-24 |
Thorsten Horstmann |
Avoid cppcheck warning
|
2015-02-24 |
Matt Johnston |
Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
|
2015-02-24 |
Matt Johnston |
Revert accidental commented out signal handlers
|
2015-02-24 |
Matt Johnston |
Some additional cleanup functions
|
2015-02-24 |
Matt Johnston |
Free memory before exiting. Based on patch from Thorsten Horstmann.
|
2015-02-24 |
Matt Johnston |
Use m_close() which will avoid close(-1)
|
2015-02-24 |
Thorsten Horstmann |
Fix for old compilers, variable declarations at beginning of functions
|
2015-02-24 |
Thorsten Horstmann |
Some minor typo fixes, found by codespell.
|
2015-02-24 |
Thorsten Horstmann |
DROPBEAR_ prefix for include guards to avoid collisions
|
2015-02-20 |
Matt Johnston |
get rid of some unnecessary code
fastopen
|
2015-02-20 |
Matt Johnston |
avoid some warnings
fastopen
|
2015-02-20 |
Matt Johnston |
Fixes for backwards compatibility
fastopen
|
2015-02-20 |
Matt Johnston |
Move generic network routines to netio.c
fastopen
|
2015-02-20 |
Matt Johnston |
Update priority once the socket is open
fastopen
|
2015-02-19 |
Matt Johnston |
merge
fastopen
|
2015-02-19 |
Matt Johnston |
Add the missing second half of iov code
fastopen
|
2015-02-19 |
Matt Johnston |
fallback for old glibc and fastopen
fastopen
|
2015-02-18 |
Matt Johnston |
In theory TFO should work. Needs platform cleanup and testing
fastopen
|
2015-02-18 |
Matt Johnston |
generalise write iovec handling
fastopen
|
2015-02-18 |
Matt Johnston |
async connections working
fastopen
|
2015-02-17 |
Matt Johnston |
work in progress for async connect
fastopen
|
2015-02-15 |
Matt Johnston |
tcp fastopen for the server
fastopen
|
2015-02-14 |
Matt Johnston |
connect_remote() is now always non-blocking
|
2015-02-13 |
Matt Johnston |
Add envirnonment variable for debug timestamps to roughly match
|
2015-02-13 |
Matt Johnston |
Fix print that no longer works since we're not using fourCCs
|
2015-02-13 |
Matt Johnston |
merge
|
2015-02-13 |
Matt Johnston |
Make it compile
|
2015-01-28 |
Matt Johnston |
Keep sha1 default
|
2015-02-13 |
Matt Johnston |
piggyback data on acks when making connections on linux
|
2015-02-13 |
Matt Johnston |
debug should be off by default
|
2015-02-10 |
Matt Johnston |
merge
coverity
|
2015-02-10 |
Matt Johnston |
Tighten validation of DH values. Odds of x==0 being generated are
|
2015-02-04 |
Matt Johnston |
twofish ctr modes
|
2015-01-29 |
Matt Johnston |
Added signature for changeset 1d2d81b1b7c1
|
2015-01-28 |
Matt Johnston |
sha256
|
2015-01-28 |
Matt Johnston |
bump version
|
2015-01-28 |
Matt Johnston |
Added tag DROPBEAR_2015.67 for changeset cbd674d63cd4
|
2015-01-28 |
Matt Johnston |
changelog for 2015.67
DROPBEAR_2015.67
|
2015-01-28 |
Matt Johnston |
merge
coverity
|
2015-01-28 |
Matt Johnston |
merge
|
2015-01-28 |
Matt Johnston |
changes for 2015.67
|
2015-01-28 |
Matt Johnston |
Fix bad multi-statement define for m_free(), detected by Coverity
|
2015-01-28 |
Christian Engelmayer |
When clearing the memory of 'key' in function openssh_read(), only the size
|
2015-01-28 |
Matt Johnston |
Initialise sa_mask
|
2015-01-28 |
Matt Johnston |
Fix memory leak of ecdsa structure, found by Coverity
|
2015-01-28 |
Matt Johnston |
Document ~/.ssh/id_dropbear
|
2015-01-28 |
Elan Ruusamäe |
Allow configure with libtomcrypt/libtommath directories missing
|
2015-01-28 |
Matt Johnston |
merge
coverity
|
2015-01-28 |
Matt Johnston |
Disable non-delayed zlib for server
|
2015-01-23 |
Matt Johnston |
Default client key path ~/.ssh/id_dropbear
|
2015-01-23 |
Fedor Brunner |
Prefer stronger algorithms in algorithm negotiation.
|
2015-01-23 |
Like Ma |
Fix installing dropbear.8 error when building in a separate directory.
|
2015-01-23 |
Matt Johnston |
Add config option to disable cbc. Disable twofish by default
|
2015-01-23 |
Like Ma |
Fix variables may be uninitialized.
|
2015-01-23 |
Fedor Brunner |
Integrity error (bad packet size %u) negative length
|
2015-01-23 |
Matt Johnston |
Merge up to date
pam
|
2015-01-13 |
Matt Johnston |
Enable sha2 HMACs by default, they're required for ecdsa already
|
2015-01-04 |
Matt Johnston |
clear hash state memory after use
|
2015-01-04 |
Matt Johnston |
merge
coverity
|
2015-01-04 |
Matt Johnston |
clarify bad/unknown
|
2015-01-01 |
Catalin Patulea |
Handle invalid agent keys by skipping rather than exiting.
|
2015-01-04 |
Matt Johnston |
Open directories O_RDONLY for fsync, add debugging if it fails
|
2014-11-08 |
Matt Johnston |
Make sure hostkeys are flushed to disk to avoid empty files if the power
|
2014-10-23 |
Matt Johnston |
Added signature for changeset 2d421bc0545d
|
2014-10-23 |
Matt Johnston |
Added tag DROPBEAR_2014.66 for changeset 735511a4c761
|
2014-10-23 |
Matt Johnston |
changelog, version number bump
DROPBEAR_2014.66
|
2014-10-23 |
Matt Johnston |
Remove -o from scp help
|
2014-10-23 |
Matt Johnston |
increae MAX_STRING_LEN for sun ssh
|
2014-10-21 |
Steven Honeyman |
Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
|
2014-10-21 |
Matt Johnston |
merge to coverity
coverity
|
2014-10-21 |
Matt Johnston |
Combine code for SSH_CONNECTION and SSH_CLIENT
|
2014-10-21 |
Matt Johnston |
Merge pull request #5 from rcleere/ssh_client
|
2014-10-20 |
Ryan Cleere |
Add SSH_CLIENT environment variable
|
2014-08-19 |
Matt Johnston |
merge
coverity
|
2014-08-19 |
Matt Johnston |
Make keepalive handling more robust, this should now match what OpenSSH does
|
2014-08-13 |
Whoopie |
Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
|
2014-08-13 |
Matt Johnston |
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
|
2014-08-08 |
Matt Johnston |
Added signature for changeset caac692b366c
|
2014-08-08 |
Matt Johnston |
Added tag DROPBEAR_2014.65 for changeset e9579816f20e
|
2014-08-08 |
Matt Johnston |
2014.64
DROPBEAR_2014.65
|
2014-08-08 |
Matt Johnston |
merge
coverity
|
2014-08-01 |
Mike Frysinger |
use xauth in /usr/bin
|
2014-08-06 |
Matt Johnston |
Don't warn about ENOTSOCK when setting priority
|
2014-08-06 |
Matt Johnston |
Be a bit safer in case pw_name doesn't exist
|
2014-08-06 |
Matt Johnston |
merge
|
2014-08-06 |
Matt Johnston |
Merge pull request #2 from iquaba/patch-1
|
2014-08-06 |
iquaba |
Try without identifying current user
|
2014-08-06 |
Matt Johnston |
Test for EAGAIN too
|
2014-07-28 |
Matt Johnston |
merge
coverity
|
2014-07-28 |
Matt Johnston |
Make sure the check_close() handler runs when a server child process exits
|
2014-07-28 |
Matt Johnston |
merge
coverity
|
2014-07-28 |
Matt Johnston |
Fix some format string warnings
|
2014-07-28 |
Matt Johnston |
Fix clock_gettime handling
|
2014-07-27 |
Matt Johnston |
Added signature for changeset 96584b934d04
|
2014-07-27 |
Matt Johnston |
Added tag DROPBEAR_2014.64 for changeset 0d2d39957c02
|
2014-07-27 |
Matt Johnston |
Archive should be bz2 nor gz
DROPBEAR_2014.64
|
2014-07-27 |
Matt Johnston |
- Don't use multichar constants since recent gcc complains
|
2014-07-27 |
Matt Johnston |
Version 2014.64
|
2014-07-27 |
Matt Johnston |
Add '-V' for version
|
2014-07-26 |
Matt Johnston |
merge
coverity
|
2014-07-26 |
Matt Johnston |
Avoid use-after-free when channel inithandler fails. Thanks to Coverity
|
2014-07-25 |
Matt Johnston |
merge
coverity
|
2014-07-25 |
Matt Johnston |
changes for 2014.64
|
2014-07-16 |
Matt Johnston |
Set tcp priority as follows:
|
2014-07-09 |
Matt Johnston |
Fix auth timeout regression
|
2014-07-08 |
Matt Johnston |
Make -K keepalive behave like OpenSSH's ServerAliveInterval
|
2014-07-08 |
Matt Johnston |
Make sure client exit messages don't get lost
|
2014-07-08 |
Matt Johnston |
Send a failure response if a client receives a global request
|
2014-06-25 |
Matt Johnston |
Improve handling lots of concurrent forwarded connections. Increase
|
2014-06-25 |
Matt Johnston |
Fix compiling with ECDSA and DSS disabled
|
2014-05-20 |
Matt Johnston |
Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
|
2014-05-20 |
Ronny Meeus |
Limit size of the iovect passed to writev in packet.c
|
2014-05-20 |
Ronny Meeus |
Print errno information in write_packet
|
2014-04-23 |
Matt Johnston |
Fix pubkey auth if the first key presented fails (infinite loop of
|
2014-03-21 |
Matt Johnston |
Fix monotonic_now() on OS X
|
2014-03-15 |
Matt Johnston |
Experiment of always writing data if available. Might waste a writev() with
|
2014-03-13 |
Matt Johnston |
Add new monotonic_now() wrapper so that timeouts are unaffected by
|
2014-03-13 |
Matt Johnston |
Fix typo
|
2014-03-13 |
Yousong Zhou |
Use AUTH_TIMEOUT only before authdone != 1.
|
2014-03-12 |
Matt Johnston |
Better PAM through recursion
pam
|
2014-03-08 |
Matt Johnston |
merge
coverity
|
2014-03-08 |
Matt Johnston |
Don't need to mkdir
|
2014-03-08 |
Matt Johnston |
Don't 'make install' for coverity
coverity
|
2014-03-08 |
Matt Johnston |
Fix the right build line
coverity
|
2014-03-08 |
Matt Johnston |
Fix quoting for coverity
coverity
|
2014-03-08 |
Matt Johnston |
More for coverity
coverity
|
2014-03-08 |
Matt Johnston |
Add coverity bits
coverity
|
2014-03-07 |
Matt Johnston |
Fix env vars for travis again
|
2014-03-07 |
Matt Johnston |
Fix "make install" dependency so that it works without prior "make"
|
2014-03-07 |
Matt Johnston |
Add some tests for multi
|
2014-03-07 |
Matt Johnston |
Install system libtom libs, run dropbearkey when it's done
|
2014-03-07 |
Matt Johnston |
The arguments are for configure, not make!
|
2014-03-07 |
Matt Johnston |
Add Travis CI autobuilder config
|
2014-02-27 |
Matt Johnston |
Include license information for Cryptogams routines
asm
|
2014-02-27 |
Matt Johnston |
merge up to 2013.63, improve ASM makefile rules a bit
asm
|
2013-10-06 |
Matt Johnston |
- Call the asm with multiple blocks
asm
|
2013-10-06 |
Matt Johnston |
aes and sha1 for arm
asm
|
2014-02-24 |
Matt Johnston |
Make some debug info conditional
|
2014-02-22 |
Matt Johnston |
A few fixes for cases where compression increases payload sizes, and
|
2014-02-19 |
Matt Johnston |
Fix typo in Catalin's name
|
2014-02-19 |
Matt Johnston |
Added signature for changeset 277429102f13
|
2014-02-19 |
Matt Johnston |
Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0d
|
2014-02-19 |
Matt Johnston |
2014.63
DROPBEAR_2014.63
|
2014-02-09 |
Catalin Patulea |
README: fix ecdsa key generation command
|
2014-02-19 |
Matt Johnston |
CHANGES for 2014.63
|
2014-02-18 |
Matt Johnston |
- Fix dbclient with port 0 for server-allocated
|
2014-02-18 |
Matt Johnston |
Fix building with system libtomcrypt/libtommath
|
2014-02-17 |
Steve Dover |
Add linux/types.h to includes to avoid missing ___u64 etc
|
2014-02-17 |
Matt Johnston |
Read (and enqueue) packets from interactive input even when
|
2014-02-15 |
Matt Johnston |
Change port separator to ^ since % is used in ipv6 addresses
|
2014-02-15 |
Matt Johnston |
Disable immediate auth for delayed-zlib mode
|
2014-02-15 |
Matt Johnston |
- Save errno in signal handlers
|
2014-02-14 |
Matt Johnston |
generate RSA keys of exact length
|
2014-02-12 |
Matt Johnston |
cleanup before clearing keys
|
2014-02-06 |
Nicolas Boos |
Fix linking -lcrypt for systems without libcrypt in /usr/lib
|
2014-02-06 |
Nicolas Boos |
Avoid linking dropbearconvert and dropbearkey to libz or libutil
|
2014-01-28 |
Matt Johnston |
Fix check for EINTR
|
2014-01-23 |
Matt Johnston |
Back out accidentally committed files
|
2014-01-23 |
Matt Johnston |
requirenext doesn't need two values
|
2014-01-23 |
Matt Johnston |
Fix failing rekeying when we receive a still-in-flight packet
|
2014-01-17 |
Matt Johnston |
Forgot to save the change
|
2014-01-17 |
Matt Johnston |
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
|
2013-12-11 |
Mike Frysinger |
Fix so that "make install" for multi target won't fail on scp which doesn't
|
2013-12-11 |
Mike Frysinger |
Turn dropbearmulti into a real target so we don't constantly re-link it
|
2013-12-03 |
Matt Johnston |
Added signature for changeset 3d1d7d151c0c
|
2013-12-03 |
Matt Johnston |
Added tag DROPBEAR_2013.62 for changeset 3d1d7d151c0c
|
2013-12-03 |
Matt Johnston |
2013.62
DROPBEAR_2013.62
|
2013-12-03 |
Matt Johnston |
Update to 2013-10-01
|
2013-12-03 |
Matt Johnston |
Fix disabling DSS key
|
2013-12-03 |
Matt Johnston |
Log when generating a hostkey
|
2013-12-03 |
Matt Johnston |
Update README
|
2013-12-03 |
Matt Johnston |
Exit if we don't have keys and -R wasn't specified
|
2013-12-02 |
Catalin Patulea |
Fix TRACEs of cli_send_netcat_request
|
2013-12-02 |
Matt Johnston |
- Sockets are set to lowdelay priority initially to improve conneciton setup
|
2013-12-02 |
Catalin Patulea |
Set IPTOS_LOWDELAY on PTY sessions only
|
2013-12-02 |
Matt Johnston |
Only define LTM_DESC if it isn't already
|
2013-11-27 |
Matt Johnston |
merge
|
2013-11-27 |
Matt Johnston |
- Increase buffer size, fixes converting 521bit ECC key
|
2013-11-25 |
Matt Johnston |
Fix library order of libtom*
|
2013-11-25 |
Matt Johnston |
Try and fix utmp handling
|
2013-11-25 |
Matt Johnston |
Fix some warnings
|
2013-11-14 |
Matt Johnston |
Added signature for changeset 9ec083a21adf
|
2013-11-14 |
Matt Johnston |
Added tag DROPBEAR_2013.61test for changeset e894dbc015ba
|
2013-11-14 |
Matt Johnston |
2013.61test
DROPBEAR_2013.61test
|
2013-11-14 |
Matt Johnston |
docs for ecdsa
|
2013-11-14 |
Matt Johnston |
another new config.guess 2013-06-10
|
2013-11-14 |
Matt Johnston |
rename random.h to dbrandom.h since some OSes have a system random.h
|
2013-11-14 |
Matt Johnston |
use oldstyle comments
|
2013-11-14 |
Matt Johnston |
Replace some deprecated macros with other ones, from Daniel Richard G.
|
2013-11-14 |
Matt Johnston |
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
|
2013-11-14 |
Matt Johnston |
merge ecc again
|
2013-11-12 |
Matt Johnston |
Don't exit fatally if authorized_keys has a line like
ecc
|
2013-11-12 |
Matt Johnston |
Various cleanups and fixes for warnings
ecc
|
2013-11-08 |
Matt Johnston |
comments, turn off debugging options
ecc
|
2013-11-08 |
Matt Johnston |
- Make curve25519 work after fixing a typo, interoperates with OpenSSH
ecc
|
2013-11-08 |
Matt Johnston |
Merge
ecc
|
2013-11-08 |
Matt Johnston |
curve25519
ecc
|
2013-11-07 |
Matt Johnston |
Add '-R' for delayed hostkey option
keyondemand
|
2013-11-06 |
Matt Johnston |
refactor key generation, make it generate as required.
keyondemand
|
2013-10-31 |
Matt Johnston |
merge yet again
|
2013-10-31 |
Matt Johnston |
merge again
|
2013-10-21 |
Matt Johnston |
Fix shadowed "ret" variable
ecc
|
2013-10-31 |
Matt Johnston |
Merge
|
2013-10-31 |
Matt Johnston |
Fix specifying a keysize for key generation, fix key name arguments
ecc
|
2013-10-31 |
Matt Johnston |
Default to some larger key sizes
ecc
|
2013-10-21 |
Matt Johnston |
Merge in ECC
|
2013-10-21 |
Matt Johnston |
A few small fixes for ECC compilation
ecc
|
2013-10-20 |
Matt Johnston |
merge
ecc
|
2013-10-20 |
Matt Johnston |
writing out openssh ecc keys works
ecc
|
2013-10-18 |
Matt Johnston |
Merge in changes from the past couple of releases
ecc
|
2013-10-16 |
Matt Johnston |
Added signature for changeset a50a1dc74331
|
2013-10-16 |
Matt Johnston |
Added signature for changeset 025237c9f0a1
|
2013-10-16 |
Matt Johnston |
Added tag DROPBEAR_2013.60 for changeset a50a1dc74331
|
2013-10-16 |
Matt Johnston |
Update debian changelog for 2013.60 too
DROPBEAR_2013.60
|
2013-10-16 |
Matt Johnston |
- 2013.60, update CHANGES
|
2013-10-15 |
Matt Johnston |
Make --disable-bundled-libtom work, based on patch from Mike Frysinger
|
2013-10-09 |
Matt Johnston |
- Fix "inst_scp" target since there isn't a manpage
|
2013-10-09 |
Matt Johnston |
Add @exec_prefix@ that was missing
|
2013-10-04 |
Matt Johnston |
Added signature for changeset deb211f75ca1
|
2013-10-04 |
Matt Johnston |
Added tag DROPBEAR_2013.59 for changeset 7b68e581985f
|
2013-10-04 |
Matt Johnston |
Fix up debian build
DROPBEAR_2013.59
|
2013-10-04 |
Matt Johnston |
Fix debian installation of manpages
|
2013-10-04 |
Matt Johnston |
Version 2013.59
|
2013-10-03 |
Matt Johnston |
Don't say "SSH 2" any more since protocol version 1 is irrelevant
|
2013-10-03 |
Matt Johnston |
Add manpage for dropbearconvert
|
2013-10-03 |
Matt Johnston |
Get rid of spurious newlines in pam log messages
|
2013-10-03 |
Matt Johnston |
Send PAM error messages as a banner messages
|
2013-10-03 |
Matt Johnston |
Constant time memcmp for the hmac and password crypt
|
2013-09-20 |
Matt Johnston |
Only send a failure response to a channel request if wantreply is set.
|
2013-09-20 |
Matt Johnston |
Improve EOF handling for half-close. Patch from Catalin Patulea
|
2013-08-12 |
Matt Johnston |
Remove accidental one second sleep leftover from debugging
|
2013-07-08 |
Matt Johnston |
merge
|
2013-07-08 |
Matt Johnston |
strdup the proxycmd to avoid crash when freeing, from Lluís Batlle i Rossell
|
2013-05-28 |
Matt Johnston |
limit how much we read from rt_cache etc
|
2013-05-26 |
Matt Johnston |
merge
|
2013-05-26 |
Matt Johnston |
merge
|
2013-05-26 |
Matt Johnston |
improve auth failure delays to avoid indicating which users exist
|
2013-05-24 |
Matt Johnston |
have separate ecdsa keys for each size
ecc
|
2013-05-23 |
Matt Johnston |
hackish ECC import code from OpenSSH
ecc
|
2013-05-23 |
Matt Johnston |
Add m_mp_alloc_init_multi() helper
ecc
|
2013-05-21 |
Matt Johnston |
Enable SMALL_CODE by default
ecc
|
2013-05-21 |
Matt Johnston |
Fix static library order, libtomcrypt depends on libtommath
ecc
|
2013-05-21 |
Matt Johnston |
Fix broken disablekey()
ecc
|
2013-05-21 |
Matt Johnston |
merge in HEAD
ecc
|
2013-05-13 |
Matt Johnston |
Fix bad comma in header list
|
2013-05-09 |
Matt Johnston |
quieten the compiler
ecc
|
2013-05-09 |
Matt Johnston |
merge
ecc
|
2013-05-09 |
Matt Johnston |
Fix build for dropbearkey and ecdsa with certain options
ecc
|
2013-05-09 |
Matt Johnston |
Fix ecdsa verification
ecc
|
2013-05-03 |
Matt Johnston |
ecdsa is working
ecc
|
2013-04-28 |
Matt Johnston |
more ecdsa signkey work, not correct
ecc
|
2013-04-13 |
Matt Johnston |
A bit of work on ecdsa for host/auth keys
ecc
|
2013-05-13 |
Matt Johnston |
Update config.guess and config.sub
|
2013-05-08 |
Matt Johnston |
Limit decompressed size
|
2013-04-29 |
Matt Johnston |
Avoid segfault for locked accounts (invalid salt to crypt())
|
2013-04-18 |
Matt Johnston |
Save with utf8 encoding
|
2013-04-18 |
Matt Johnston |
Added signature for changeset f168962bab85
|
2013-04-18 |
Matt Johnston |
Added tag DROPBEAR_2013.58 for changeset e76614145aea
|
2013-04-18 |
Matt Johnston |
2013.58
DROPBEAR_2013.58
|
2013-04-18 |
Matt Johnston |
Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
|
2013-04-17 |
Matt Johnston |
Use % rather than # for port delimiter
|
2013-04-17 |
Matt Johnston |
Use '#' for host#port separator, document it. This fixes scp
|
2013-04-17 |
Matt Johnston |
If running as non-root only allow that user to log in
|
2013-04-16 |
Matt Johnston |
Fix build when zlib is disabled, from
|
2013-04-15 |
Matt Johnston |
Added signature for changeset 095b46180bbc
|
2013-04-15 |
Matt Johnston |
Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017
|
2013-04-15 |
Matt Johnston |
Fix error message for requirenext change
DROPBEAR_2013.57
|
2013-04-15 |
Matt Johnston |
bump version to 2013.57
|
2013-04-15 |
Matt Johnston |
changelog updates for 2013.57
|
2013-04-14 |
Matt Johnston |
requirenext fixup for firstkexfollows
|
2013-04-14 |
Matt Johnston |
Document escape chars
|
2013-04-14 |
Matt Johnston |
merge
|
2013-04-14 |
Matt Johnston |
-y -y to disable hostkey checking
|
2013-04-11 |
Matt Johnston |
Fix zlib for split newkeys
|
2013-04-10 |
Matt Johnston |
run closehandlers on cleanup
|
2013-04-10 |
Matt Johnston |
reset terminal modes before printing a message
|
2013-04-09 |
Matt Johnston |
A bit of debugging output
ecc
|
2013-04-09 |
Matt Johnston |
Be safer with how we handle ltc_ecc_sets[] (particularly with
ecc
|
2013-04-08 |
Matt Johnston |
start on ecdsa keys
ecc
|
2013-04-08 |
Matt Johnston |
- Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()
ecc
|
2013-04-08 |
Matt Johnston |
add printmpint() for debugging
ecc
|
2013-04-08 |
Matt Johnston |
ecdh works against OpenSSH
ecc
|
2013-04-07 |
Matt Johnston |
- Fix various hardcoded uses of SHA1
ecc
|
2013-04-06 |
Matt Johnston |
ecc kind of works, needs fixing/testing
ecc
|
2013-04-06 |
Matt Johnston |
Make _sign and _verify functions take a buffer* rather than void* and int
ecc
|
2013-03-28 |
Matt Johnston |
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
ecc
|
2013-03-28 |
Matt Johnston |
Set LTC_SOURCE for proper ltm_desc etc
ecc
|
2013-03-27 |
Matt Johnston |
ecc key import function
ecc
|
2013-03-26 |
Matt Johnston |
more bits on ecc branch
ecc
|
2013-03-25 |
Matt Johnston |
refactor kexdh code a bit, start working on ecdh etc
ecc
|
2013-04-03 |
Matt Johnston |
setup tcp after requesting a channel - might hide some DNS latency
|
2013-04-03 |
Matt Johnston |
Take transmit and receive keys into use separately
|
2013-04-03 |
Matt Johnston |
Fix MAC bug which would prevent asymmetric hashes
|
2013-04-03 |
Matt Johnston |
Just put the version string on the queue, don't use atomicio
|
2013-04-02 |
Matt Johnston |
fix leftover kexguess debugging
|
2013-04-02 |
Matt Johnston |
Fix a few options and headers
|
2013-04-02 |
Matt Johnston |
merge
|
2013-04-02 |
Matt Johnston |
merge kexguess branch
|
2013-04-02 |
Matt Johnston |
Put some #ifdef options around first-follows options in case they
kexguess
|
2013-04-02 |
Matt Johnston |
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
kexguess
|
2013-04-02 |
Matt Johnston |
Add sentinel attribute
kexguess
|
2013-03-31 |
Matt Johnston |
merge from head roundtrip changes
kexguess
|
2013-03-30 |
Matt Johnston |
merge
kexguess
|
2013-03-30 |
Matt Johnston |
Get rid of client/server specific buf_match_algo, use single
kexguess
|
2013-03-29 |
Matt Johnston |
Add kexguess2 behaviour
kexguess
|
2013-03-29 |
Matt Johnston |
first_kex_packet_follows working, needs tidying
kexguess
|
2013-04-02 |
Matt Johnston |
add IUTF8
|
2013-04-02 |
Matt Johnston |
fix tabs
|
2013-04-02 |
Matt Johnston |
merge
|
2013-04-02 |
Matt Johnston |
Fix segfault when /dev/urandom isn't writable
|
2013-04-01 |
Matt Johnston |
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
|
2013-04-01 |
Matt Johnston |
Run the cleanup handler also when we close due to TCP connection being closed
|
2013-04-01 |
Matt Johnston |
Try password before interactive - bit of a hack
|
2013-03-31 |
Matt Johnston |
Move the more verbose TRACE() statements into TRACE2()
|
2013-03-31 |
Matt Johnston |
Send an auth packet straight away, save another roundtrip
|
2013-03-31 |
Matt Johnston |
Fix incorrect logic for USE_VFORK and calling arg_setup()
|
2013-03-31 |
Matt Johnston |
Try using writev() for writing packets out to tcp
|
2013-03-31 |
Matt Johnston |
Don't bother waiting for a ssh-connection service reply - the server
|
2013-03-30 |
Matt Johnston |
send out our kexinit packet before blocking to read the SSH version string
|
2013-03-23 |
Matt Johnston |
Define _GNU_SOURCE for vasprintf
|
2013-03-23 |
Mike Frysinger |
rename configure.in -> configure.ac
|
2013-03-23 |
Matt Johnston |
Fix a few compile warnings
|
2013-03-23 |
Matt Johnston |
Add ~. and ~^Z handling to exit/suspend dbclient
|
2013-03-21 |
Matt Johnston |
Added signature for changeset 9b80981212fe
|
2013-03-21 |
Matt Johnston |
Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
|
2013-03-21 |
Matt Johnston |
Forgot date in CHANGES
DROPBEAR_2013.56
|
2013-03-21 |
Matt Johnston |
2013.56 changelog
|
2013-03-21 |
Matt Johnston |
update text about authorized_keys options
|
2013-03-21 |
Matt Johnston |
Add URL to usage text
|
2013-03-21 |
Matt Johnston |
Make hmac-sha2-256 and hmac-sha2-512 work
|
2013-03-21 |
Matt Johnston |
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
|
2013-03-20 |
Matt Johnston |
Fix "-c none" so that it allows aes during authentication
|
2013-03-20 |
Matt Johnston |
Fix "-m none" case and ugly typo
|
2013-03-20 |
Matt Johnston |
Fix "-m none" case where an entire packet fits in a block and can be
|
2013-03-20 |
Matt Johnston |
Merge "none" cipher/MAC branch. Also adds sha256 and sha512
|
2013-03-20 |
Matt Johnston |
use an empty writebuf rather than a NULL one
|
2013-03-19 |
Matt Johnston |
document a few more changes
|
2013-03-19 |
Matt Johnston |
Fix memory leak when direct TCP connections time out on connection.
|
2013-03-19 |
Matt Johnston |
Allow specifying server "-p" options with ipv6 bracket notation,
|
2013-03-19 |
Matt Johnston |
Android returns NULL for pw_crypt, set it to something else
|
2013-03-19 |
Matt Johnston |
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger
|
2013-03-19 |
Matt Johnston |
Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo
|
2013-03-19 |
Matt Johnston |
Include /proc/vmstat as another random source
|
2013-03-19 |
Matt Johnston |
link to Dropbear webpage
|
2013-03-19 |
Matt Johnston |
Removed tag t:ltc-0.95-db-merge1
|
2013-03-19 |
Matt Johnston |
Removed tag t:ltc-0.95-orig
|
2013-03-11 |
Matt Johnston |
fix signedness error in prototype
|
2013-03-03 |
Matt Johnston |
improve subsystem/sftp documentation, and multi-hop manual formatting
|
2013-02-23 |
Matt Johnston |
fix typo
|
2013-02-23 |
Matt Johnston |
DSS_PROTOK is not necessary now that private keys are included
|
2013-02-23 |
Matt Johnston |
add loadavg and entropy_avail as sources
|
2012-06-29 |
Matt Johnston |
increase MAX_MAC_LEN for sha2
sha2
|
2013-02-12 |
Paul Eggleton |
Allow configuring "allow blank password option" at runtime
|
2013-02-22 |
Matt Johnston |
Some changes since 2012.55
|
2013-02-22 |
Matt Johnston |
Document "-m" and "-c"
|
2012-07-19 |
Matt Johnston |
/dev/random blocks on busy servers too.
|
2012-06-30 |
Matt Johnston |
Add a few more files in /proc for Linux
|
2012-06-29 |
Matt Johnston |
Improve RNG seeding.
|
2012-05-17 |
Matt Johnston |
- Only request "none" cipher after auth has succeeded
insecure-nocrypto
|
2012-05-17 |
Matt Johnston |
Add ALLOW_NONE_PASSWORD_AUTH option
insecure-nocrypto
|
2012-05-17 |
Matt Johnston |
Merge in "-m"/"-c" code
insecure-nocrypto
|
2012-05-16 |
Matt Johnston |
ENABLE_USER_ALGO_LIST should work for the client
|
2012-05-16 |
Matt Johnston |
Add rough support for choosing ciphers/hashes with "-c" or "-m"
|
2012-05-16 |
Matt Johnston |
Update insecure-nocrypto to current head
insecure-nocrypto
|
2012-05-16 |
Matt Johnston |
Disable SHA256 and SHA512 by default in options.h
sha2
|
2012-05-10 |
Matt Johnston |
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
sha2
|
2012-05-09 |
Matt Johnston |
Don't TRACE() the pw_passwd
|
2012-05-09 |
Matt Johnston |
Fix empty password immediate login
|
2012-05-09 |
Matt Johnston |
Return immediate success for blank passwords if allowed
|
2012-05-09 |
Matt Johnston |
Server shouldn't return "localhost" in response to -R forward connections
|
2012-05-09 |
Matt Johnston |
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
|
2012-05-09 |
Matt Johnston |
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
|
2012-04-24 |
Matt Johnston |
Ignore -q if SCP_PROGRESS isn't set
|
2012-04-12 |
Matt Johnston |
Split listening port argument at the rightmost colon, allows binding to
|
2012-04-12 |
Matt Johnston |
Improve comment about sha1-96
|
2012-04-09 |
Matt Johnston |
Slight formatting change for ENABLE_CLI_AGENTFWD if statement
|
2012-03-26 |
Andrey Mazo |
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
|
2012-04-09 |
Matt Johnston |
Rename HAVE_FORK to USE_VFORK
|
2012-04-08 |
Mike Frysinger |
check for fork() and not __uClinux__
|
2012-04-08 |
Mike Frysinger |
fix out-of-tree cleaning
|
2012-02-23 |
Matt Johnston |
Added signature for changeset 85f835f2fe0a
|
2012-02-23 |
Matt Johnston |
Added tag DROPBEAR_2012.55 for changeset d354464b2aa6
|
2012-02-23 |
Matt Johnston |
- Improve CHANGES description
DROPBEAR_2012.55
|
2012-02-22 |
Matt Johnston |
2012.55
|
2012-02-22 |
Matt Johnston |
- Fix minor leak
|
2012-02-22 |
Matt Johnston |
Fix accidentally committed change
|
2011-12-03 |
Matt Johnston |
- Initialise sa_mask properly
|
2012-02-21 |
Matt Johnston |
- Merge
|