Mercurial > dropbear
comparison options.h @ 349:dba106bf6b34
Add (disabled by default) LOG_COMMANDS option to log the commands executed
by clients.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 07 Aug 2006 13:41:16 +0000 |
parents | 55a99934db87 |
children | 01e4180895ba |
comparison
equal
deleted
inserted
replaced
295:03f65e461915 | 349:dba106bf6b34 |
---|---|
197 | 197 |
198 /* This is used by the scp binary when used as a client binary. If you're | 198 /* This is used by the scp binary when used as a client binary. If you're |
199 * not using the Dropbear client, you'll need to change it */ | 199 * not using the Dropbear client, you'll need to change it */ |
200 #define _PATH_SSH_PROGRAM "/usr/bin/dbclient" | 200 #define _PATH_SSH_PROGRAM "/usr/bin/dbclient" |
201 | 201 |
202 /* Multi-purpose binary configuration has now moved. Look at the top | 202 /* Whether to log commands executed by a client. This only logs the |
203 * of the Makefile for instructions, or INSTALL */ | 203 * (single) command sent to the server, not what a user did in a |
204 * shell/sftp session etc. */ | |
205 /* #define LOG_COMMANDS */ | |
204 | 206 |
205 /******************************************************************* | 207 /******************************************************************* |
206 * You shouldn't edit below here unless you know you need to. | 208 * You shouldn't edit below here unless you know you need to. |
207 *******************************************************************/ | 209 *******************************************************************/ |
208 | 210 |