index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-session.c
Age
Commit message (
Expand
)
Author
2018-02-28
Fix to be able to compile normal(ish) binaries with --enable-fuzz
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-02-26
merge from main
Matt Johnston
2018-02-26
make group1 client-only
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-14
make signal flags volatile, simplify handling
Matt Johnston
2017-06-14
merge from main
Matt Johnston
2017-06-01
Add a flag whether to longjmp, missed that last commit
Matt Johnston
2017-06-02
when pointer, use NULL instead of 0
Francois Perrad
2017-05-20
glaring wrapfd problems fixed
Matt Johnston
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-07-21
merge 2016.74
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-07-11
Improve exit message formatting
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-01-05
Fix print format specifier
Chocobo1
2015-12-15
A few minor style fixes
Matt Johnston
2015-12-15
Moved usingsyslog from svr_runopts to runopts.
Konstantin Tokarev
2015-08-03
Fix problem where auth timeout wasn't checked when waiting for ident
Matt Johnston
2015-05-03
Make sure kexfirstinitialise is called early enough
Matt Johnston
2015-02-24
Some additional cleanup functions
Matt Johnston
2015-02-24
Free memory before exiting. Based on patch from Thorsten Horstmann.
Matt Johnston
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
Matt Johnston
2014-08-13
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Matt Johnston
2014-07-09
Fix auth timeout regression
Matt Johnston
2014-07-09
Make -K keepalive behave like OpenSSH's ServerAliveInterval
Matt Johnston
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2013-12-03
Fix disabling DSS key
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-03
merge kexguess branch
Matt Johnston
2013-04-01
Run the cleanup handler also when we close due to TCP connection being closed
Matt Johnston
2013-03-31
merge
Matt Johnston
2013-03-31
send out our kexinit packet before blocking to read the SSH version string
Matt Johnston
2013-03-30
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
2012-06-29
Improve RNG seeding.
Matt Johnston
2012-05-09
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Matt Johnston
2012-04-09
Rename HAVE_FORK to USE_VFORK
Matt Johnston
2012-04-08
check for fork() and not __uClinux__
Mike Frysinger
2011-04-07
Properly fix the bug found years ago by Klocwork, refound again.
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-05
Move remotehost into svr_ses structure since we can't look it up
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-07-09
- For uclinux, only cleanup on exit for the main process. This avoids
Matt Johnston
2008-09-23
propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...
Matt Johnston
2008-09-15
- Split main socket var into ses.sock_in/ses.sock_out in preparation
Matt Johnston
[next]