[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Apr 26 15:20:18 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=125





------- Additional Comments From dtucker at zip.com.au  2004-04-26 15:20 -------
I've been playing with it some more, and the hooks currently look like this:

enum sshaudit_event_type {
        AUTH_PASSWORD,
        AUTH_PUBKEY,
        AUTH_HOSTBASED,
        LOGIN_INTERACTIVE,
        LOGIN_NONINTERACT,
        NOLOGIN,
        EXCEED_MAXTRIES,
        ROOT_NOT_CONSOLE,
        LOGOUT
};
typedef enum sshaudit_event_type sshaudit_event_t;

void sshaudit_init(Authctxt *);
void sshaudit_connect_from(const char *, int);
void sshaudit_event(sshaudit_event_t);




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list