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
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
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston
2008-01-13
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-02-16
Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Matt Johnston
2007-02-03
Fix potential null pointer dereference found by Klokwork
Matt Johnston
2006-02-11
Only read /dev/random once when the program starts
Matt Johnston
2004-12-23
Log the IP along with auth success/fail attempts
Matt Johnston
2004-12-22
Rearrange preprocessor parts so that compilation with various options
Matt Johnston
2004-08-22
Fix for printing out things with inetd mode when we have DEBUG_TRACE
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-08-03
Pubkey auth is mostly there for the client. Something strange with
Matt Johnston
2004-07-29
set the isserver flag (oops)
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-23
merge of abac2150ee4f4031a98016241fbd136d24fed127
Matt Johnston
2004-06-22
- Port restriction code back in
Matt Johnston
2004-06-07
Don't bother printing errno in exit messages (the code wasn't valid anyway)
Matt Johnston
2004-06-03
- Reworked non-channel fd handling to listener.c
Matt Johnston
2004-06-02
Chantype handling is sorted
Matt Johnston
2004-06-01
Sorted out the first channel init issues.
Matt Johnston
2004-06-01
syntactical fixups - it compiles, but channel handling code requires fixing.
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston