HomeSort by relevance Sort by last modified time
    Searched full:lastlog (Results 151 - 168 of 168) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
paths.h 49 #define _PATH_LASTLOG "/var/log/lastlog"
  /external/openssh/contrib/cygwin/
ssh-host-config 379 if ! chown "${run_service_as}".544 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
381 csih_warning "Couldn't change owner of ${LOCALSTATEDIR}/log/lastlog!"
655 # Create /var/log/lastlog if not already exists
656 if [ -e ${LOCALSTATEDIR}/log/lastlog -a ! -f ${LOCALSTATEDIR}/log/lastlog ]
659 csih_error_multi "${LOCALSTATEDIR}/log/lastlog exists, but is not a file." \
662 if [ ! -e ${LOCALSTATEDIR}/log/lastlog ]
664 /usr/bin/cat /dev/null > ${LOCALSTATEDIR}/log/lastlog
665 if ! /usr/bin/chmod 644 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
667 csih_warning "Can't set permissions on ${LOCALSTATEDIR}/log/lastlog!"
    [all...]
  /external/openssh/
configure.ac 433 # lastlog.h requires sys/time.h to be included first on Solaris
434 AC_CHECK_HEADERS([lastlog.h], [], [], [
552 dnl AIX handles lastlog as part of its login message
553 AC_DEFINE([DISABLE_LASTLOG], [1], [Define if you don't want to use lastlog])
628 [Define if pututxline updates lastlog too])
832 conf_lastlog_location="/usr/adm/lastlog"
872 # hardwire lastlog location (can't detect it on some versions)
873 conf_lastlog_location="/var/adm/lastlog"
912 conf_lastlog_location=/var/adm/lastlog
1009 [Define if you don't want to use lastlog in session.c]
    [all...]
includes.h 77 # include <lastlog.h>
OVERVIEW 120 Logging in (updating utmp, lastlog, etc.)
124 and lastlog files. Some of the code is in sshd.c.
sshlogin.c 85 * login_login() is called and lastlog is updated.
servconf.h 79 int print_lastlog; /* If true, print lastlog */
config.h 84 /* Define if you want to specify the path to your lastlog file */
99 /* Define if you don't want to use lastlog */
601 /* Define to 1 if you have the <lastlog.h> header file. */
    [all...]
config.h.in 90 /* Define if you want to specify the path to your lastlog file */
105 /* Define if you don't want to use lastlog */
670 /* Define to 1 if you have the <lastlog.h> header file. */
    [all...]
defines.h 724 /* pick up the user's location for lastlog if given */
configure     [all...]
session.c 627 * lastlog, and other such operations.
    [all...]
ChangeLog     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h 38 struct lastlog struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h 38 struct lastlog struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h 38 struct lastlog struct
  /external/ppp/pppd/
session.c 379 * Enter the user in lastlog only if he has been authenticated using
381 * UID might be, and lastlog is indexed by UID.
384 struct lastlog ll;
auth.c 87 #include <lastlog.h>
    [all...]

Completed in 1033 milliseconds

1 2 3 4 5 67