index
:
delta/dropbear.git
agent-client
asm
authpam
channel-fix
contrib-blacklist
coverity
dbclient-netcat-alike
debug-unrandom
dropbear-tfm
ecc
fastopen
fuzz
idle-timeout
insecure-nocrypto
kexguess
keyondemand
libtomcrypt
libtomcrypt-dropbear
libtomcrypt-orig
libtommath
libtommath-dropbear
libtommath-orig
maemo
master
nocircbuffer
nonblock-stdout-stderr
pam
private-rez
pubkey-options
sha2
ucc-axis-hack
hg.ucc.asn.au: dropbear
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix empty C prototypes
Francois Perrad
2016-01-01
1
-10
/
+10
*
A few minor style fixes
Matt Johnston
2015-12-15
1
-1
/
+1
*
Client: kill proxy command when exiting application.
Konstantin Tokarev
2015-12-03
1
-1
/
+3
*
fix build when ENABLE_CLI_INTERACT_AUTH is disabled
Mike Frysinger
2015-10-21
1
-2
/
+1
*
Fix problem where auth timeout wasn't checked when waiting for ident
Matt Johnston
2015-08-03
1
-5
/
+5
*
Turn sshsession's remoteident attribute into char *
Ga?l PORTAY
2015-05-02
1
-1
/
+1
*
Turn cleantext()'s dirtytext argument into char *
Ga?l PORTAY
2015-05-02
1
-1
/
+1
*
Make main socket nonblocking. Limit writequeue size.
Matt Johnston
2015-03-20
1
-0
/
+1
*
Fix pubkey auth after change to reuse ses.readbuf as ses.payload
Matt Johnston
2015-03-01
1
-1
/
+4
*
A bit of a bodge to avoid memcpy if zlib is disabled
Matt Johnston
2015-03-01
1
-0
/
+1
*
merge from default
Matt Johnston
2015-02-28
1
-6
/
+6
|
\
|
*
Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
Matt Johnston
2015-02-24
1
-3
/
+3
|
*
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2015-02-24
1
-3
/
+3
*
|
Move generic network routines to netio.c
Matt Johnston
2015-02-20
1
-0
/
+1
*
|
In theory TFO should work. Needs platform cleanup and testing
Matt Johnston
2015-02-19
1
-1
/
+1
*
|
async connections working
Matt Johnston
2015-02-18
1
-0
/
+1
*
|
work in progress for async connect
Matt Johnston
2015-02-18
1
-0
/
+2
|
/
*
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2014-08-19
1
-1
/
+1
*
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Matt Johnston
2014-08-13
1
-0
/
+1
*
Make sure the check_close() handler runs when a server child process exits
Matt Johnston
2014-07-28
1
-0
/
+1
*
Set tcp priority as follows:
Matt Johnston
2014-07-16
1
-1
/
+5
*
Fix auth timeout regression
Matt Johnston
2014-07-09
1
-5
/
+5
*
Make -K keepalive behave like OpenSSH's ServerAliveInterval
Matt Johnston
2014-07-09
1
-5
/
+8
*
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2014-03-13
1
-3
/
+4
*
requirenext doesn't need two values
Matt Johnston
2014-01-23
1
-3
/
+2
*
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Matt Johnston
2014-01-17
1
-0
/
+2
*
use oldstyle comments
Matt Johnston
2013-11-14
1
-1
/
+1
*
curve25519
Matt Johnston
2013-11-08
1
-0
/
+1
*
merge in HEAD
Matt Johnston
2013-05-21
1
-16
/
+16
|
\
|
*
requirenext fixup for firstkexfollows
Matt Johnston
2013-04-14
1
-2
/
+3
|
*
Take transmit and receive keys into use separately
Matt Johnston
2013-04-04
1
-0
/
+1
|
*
merge kexguess branch
Matt Johnston
2013-04-03
1
-3
/
+2
|
|
\
|
|
*
Run the cleanup handler also when we close due to TCP connection being closed
Matt Johnston
2013-04-01
1
-2
/
+2
|
*
|
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
Matt Johnston
2013-04-03
1
-0
/
+1
|
*
|
merge from head roundtrip changes
Matt Johnston
2013-04-01
1
-4
/
+0
|
|
\
\
|
|
|
/
|
|
*
Don't bother waiting for a ssh-connection service reply - the server
Matt Johnston
2013-03-31
1
-4
/
+0
|
*
|
merge
Matt Johnston
2013-03-31
1
-2
/
+5
|
|
\
\
|
|
|
/
|
|
*
send out our kexinit packet before blocking to read the SSH version string
Matt Johnston
2013-03-31
1
-2
/
+5
|
*
|
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
2013-03-30
1
-7
/
+0
|
*
|
Add kexguess2 behaviour
Matt Johnston
2013-03-29
1
-0
/
+1
|
*
|
first_kex_packet_follows working, needs tidying
Matt Johnston
2013-03-29
1
-0
/
+2
|
|
/
*
|
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-07
1
-1
/
+1
*
|
More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,
Matt Johnston
2013-03-29
1
-3
/
+3
*
|
more bits on ecc branch
Matt Johnston
2013-03-27
1
-1
/
+1
*
|
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston
2013-03-26
1
-5
/
+5
|
/
*
Add ~. and ~^Z handling to exit/suspend dbclient
Matt Johnston
2013-03-23
1
-0
/
+3
*
Make hmac-sha2-256 and hmac-sha2-512 work
Matt Johnston
2013-03-21
1
-1
/
+1
*
Fix "-m none" case and ugly typo
Matt Johnston
2013-03-20
1
-2
/
+2
*
- Only request "none" cipher after auth has succeeded
insecure-nocrypto
Matt Johnston
2012-05-17
1
-0
/
+3
*
Rename HAVE_FORK to USE_VFORK
Matt Johnston
2012-04-09
1
-1
/
+1
[next]