HomeSort by: relevance | last modified time | path
    Searched defs:log_success (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/rshd/
rshd.c 137 static int log_success; /* If TRUE, log all successful accesses */ variable in typeref:typename:int
180 log_success = 1;
704 if (log_success || pwd->pw_uid == 0) {
  /src/libexec/rlogind/
rlogind.c 126 static int log_success = 0; variable in typeref:typename:int
171 log_success = 1;
636 if (log_success)

Completed in 13 milliseconds