Makefile.in | 8 ++-- debian/changelog | 7 +++ externs.h | 3 + jobs.c | 1 logging.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ logmessage.h | 16 ++++++++ shell.c | 2 + 7 files changed, 132 insertions(+), 3 deletions(-)
New commits: commit 26f0c1e6171b5426c9760c01c9e43a3fb9f67496 Author: Stephen Hemminger <[email protected]> Date: Fri Jun 18 15:17:59 2010 -0700 3.2-4-vyatta-3 commit 5414692efe92a9fb87cbcb374493102bca7424bc Author: Stephen Hemminger <[email protected]> Date: Fri Jun 18 11:25:16 2010 -0700 Shell command logging support Log command exit to message queue for use by command logging daemons. commit 770e38401ae5489d58d7dd1f45cf27813d100d5e Author: Stephen Hemminger <[email protected]> Date: Thu Jun 17 10:05:01 2010 -0700 Remove AUDIT_SHELL option The concept of logging shell commands through audit subsystem is not useful because it is too hard to configure, requires special privledges, doesn't handle background commands, and is missing the necessary information... http://suva.vyatta.com/git/?p=vyatta-bash.git;a=commitdiff;h=26f0c1e6171b5426c9760c01c9e43a3fb9f67496 http://suva.vyatta.com/git/?p=vyatta-bash.git;a=commitdiff;h=5414692efe92a9fb87cbcb374493102bca7424bc http://suva.vyatta.com/git/?p=vyatta-bash.git;a=commitdiff;h=770e38401ae5489d58d7dd1f45cf27813d100d5e _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
