summaryrefslogtreecommitdiff
path: root/svr-agentfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-1/+0
* Support servers without multiple user support (#76)Patrick Stewart2019-03-201-0/+8
* fix some gcc warnings (#73)Fran?ois Perrad2019-03-201-1/+1
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-0/+1
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-2/+2
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* Some minor typo fixes, found by codespell.Thorsten Horstmann2015-02-241-1/+1
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Clean up fd on failure. Found by KlocworkMatt Johnston2011-04-071-6/+2
* Compile fix for when both client and server agent forwarding is disabledMatt Johnston2011-02-281-1/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-4/+4
* Agent forwarding worksagent-clientMatt Johnston2009-07-301-4/+8
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-2/+2
|\
| * - progress towards client agent forwardingMatt Johnston2005-07-181-2/+2
* | * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-0/+5
* | Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-4/+4
|/
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-1/+1
* merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-271-3/+1
* - added circular buffering for channelsMatt Johnston2004-08-261-1/+1
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-2/+2
* just checkpointingMatt Johnston2004-08-101-4/+4
* Progressing client supportMatt Johnston2004-07-271-4/+4
* Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston2004-06-031-1/+2
* Mostly done with the listener changeoverMatt Johnston2004-06-031-47/+67
* syntactical fixups - it compiles, but channel handling code requires fixing.Matt Johnston2004-06-011-4/+4
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+247