summaryrefslogtreecommitdiffhomepage
path: root/svr-chansession.c
AgeCommit message (Expand)Author
2007-02-12Revert to default sigchld handler after forking, don't exitMatt Johnston
2007-02-12- Fix bug in child-exit handling where the wrong pid was being matched.Matt Johnston
2007-02-09Improve behaviour when flushing out after a process has exited.Matt Johnston
2007-02-03propagate from branch 'au.asn.ucc.matt.dropbear' (head b1dd3b94e60a07a176dba2...Matt Johnston
2007-02-03merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'Matt Johnston
2007-02-03disapproval of revision '2186a678a5f79ef432f6593a10e3e13df2a313d5'Matt Johnston
2006-12-06merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston
2006-11-02comment about putenv() leaking malloced variablesMatt Johnston
2006-11-02make code clearer and more robust (from Klocwork)Matt Johnston
2006-10-09Passes most test cases nowMatt Johnston
2006-10-02Rearranged some more bits, marked some areas that need work.Matt Johnston
2006-10-01just shuffle some variables names about, a brief commentMatt Johnston
2006-08-07merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'Matt Johnston
2006-08-07Add (disabled by default) LOG_COMMANDS option to log the commands executedMatt Johnston
2006-07-07Make flow of execution clearer for getting process exit statusMatt Johnston
2006-06-11progress towards exiting on writefd closure rather thanMatt Johnston
2006-03-27send success message for successful window change requestMatt Johnston
2006-03-08merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2006-02-28merge of 50848a51c2f9867bc10e81826190dbc326ea16b9Matt Johnston
2006-02-28Merge of the uClinux-dist patch, should work in inetd modeMatt Johnston
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2005-12-08 * fix incorrect array sizingMatt Johnston
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-06-02* fix off-by-one closing open FDsMatt Johnston
2005-05-27Seperate out exit errors from setgid()/initgroups(), and errors from setuid(),Matt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-19put back 'return;' on empty terminal mode strings which was erroneouslyMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-10-17Initialise the "lastexit" variable so that we don't get session channelsMatt Johnston
2004-09-21propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe...Matt Johnston
2004-08-31WCOREDUMP finallyMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-18Mention the race condition between setting the childpid entry, andMatt Johnston
2004-08-17fix for AIX not having WCOREDUMPMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-10just checkpointingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-03Mostly done with the listener changeoverMatt Johnston
2004-06-03- Reworked non-channel fd handling to listener.cMatt Johnston
2004-06-02Chantype handling is sortedMatt Johnston
2004-06-01Sorted out the first channel init issues.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston