Displaying 3 results from an estimated 3 matches for "audit_run_command".
2024 Jun 03
3
[Bug 3697] New: session.c:709:3: error: call to undeclared function 'PRIVSEP';
...AP-20240604.tar.gz on
macOS 14.5 23F79 arm64
Command Line Tools 15.3.0.0.1.1708646388
%make fails with:
session.c:709:3: error: call to undeclared function 'PRIVSEP'; ISO C99
and later do not support implicit function declarations
[-Wimplicit-function-declaration]
PRIVSEP(audit_run_command(command));
^
session.c:709:11: error: argument type 'void' is incomplete
PRIVSEP(audit_run_command(command));
^~~~~~~~~~~~~~~~~~~~~~~~~~
session.c:715:11: error: argument type 'void' is incomplete
PRIVSEP(audit_...
2007 Feb 13
0
[Bug 1284] allow sftp when rlogin=false
...h" */
+ if (!rlogin) {
+ if (!s->is_subsystem)
+ packet_disconnect("Remote login for account
%.100s is
not allowed.", s->pw->pw_name);
+ }
+
#ifdef SSH_AUDIT_EVENTS
if (command != NULL)
PRIVSEP(audit_run_command(command));
(Source:
http://sourceforge.net/project/showfiles.php?group_id=127997&package_id=144624&release_id=482265
)
I know that the above is an ugly solution and doesn't consider other
subsystem types (that may be session-like), but thought it would be
worth adding into bugzilla .....
2005 Jan 24
15
[Bug 125] add BSM audit support
http://bugzilla.mindrot.org/show_bug.cgi?id=125
alex.bell at bt.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex.bell at bt.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the