summaryrefslogtreecommitdiff
path: root/svr-session.c
Commit message (Expand)AuthorAgeFilesLines
* merge in HEADMatt Johnston2013-05-211-6/+10
|\
| * merge kexguess branchMatt Johnston2013-04-031-4/+9
| |\
| | * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-4/+9
| * | mergeMatt Johnston2013-03-311-1/+1
| |\ \ | | |/
| | * send out our kexinit packet before blocking to read the SSH version stringMatt Johnston2013-03-311-1/+1
| * | Get rid of client/server specific buf_match_algo, use singleMatt Johnston2013-03-301-1/+0
| |/
* | ecdsa is workingMatt Johnston2013-05-031-1/+0
* | start on ecdsa keysMatt Johnston2013-04-091-0/+1
|/
* Improve RNG seeding.Matt Johnston2012-06-291-1/+0
* - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston2012-05-091-2/+0
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-5/+3
* check for fork() and not __uClinux__Mike Frysinger2012-04-081-2/+2
* Properly fix the bug found years ago by Klocwork, refound again.Matt Johnston2011-04-071-1/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-4/+4
* Move remotehost into svr_ses structure since we can't look it upMatt Johnston2009-09-051-0/+3
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-6/+12
* - For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston2009-07-091-4/+17
* propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...Matt Johnston2008-09-231-4/+6
|\
| * - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-4/+6
* | * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+3
|/
* Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-3/+3
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-7/+1
* Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston2007-02-161-1/+1
* Fix potential null pointer dereference found by KlokworkMatt Johnston2007-02-031-3/+8
* Only read /dev/random once when the program startsMatt Johnston2006-02-111-3/+3
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-1/+3
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-221-0/+6
* Fix for printing out things with inetd mode when we have DEBUG_TRACEMatt Johnston2004-08-221-1/+1
* cleaning up the pubkey definesMatt Johnston2004-08-121-2/+1
* just checkpointingMatt Johnston2004-08-101-3/+3
* Pubkey auth is mostly there for the client. Something strange withMatt Johnston2004-08-031-6/+5
* set the isserver flag (oops)Matt Johnston2004-07-291-0/+2
* Progressing client supportMatt Johnston2004-07-271-6/+7
* snapshot of stuffMatt Johnston2004-07-261-75/+7
* switching to global varsMatt Johnston2004-07-201-6/+6
* merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston2004-06-231-4/+28
|\
| * Don't bother printing errno in exit messages (the code wasn't valid anyway)Matt Johnston2004-06-071-6/+0
* | - Port restriction code back inMatt Johnston2004-06-221-6/+0
|/
* - Reworked non-channel fd handling to listener.cMatt Johnston2004-06-031-1/+1
* Chantype handling is sortedMatt Johnston2004-06-021-0/+2
* Sorted out the first channel init issues.Matt Johnston2004-06-011-0/+7
* syntactical fixups - it compiles, but channel handling code requires fixing.Matt Johnston2004-06-011-17/+12
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+238