Home
last modified time | relevance | path

Searched refs:wtmp (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c51 struct utmpx wtmp; variable
53 struct utmp wtmp; variable
1159 strncpy(wtmp.ut_user, "LOGIN", sizeof(wtmp.ut_user)); in startslave()
1160 strncpy(wtmp.ut_host, utmp_host, sizeof(wtmp.ut_host)); in startslave()
1163 strncpy(wtmp.ut_id, wtmp.ut_line + 3, sizeof(wtmp.ut_id)); in startslave()
1467 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name)); in rmut()
1469 strncpy(wtmp.ut_host, "", sizeof(wtmp.ut_host)); in rmut()
1472 write(f, &wtmp, sizeof(wtmp)); in rmut()
1526 strncpy(wtmp.ut_name, "", sizeof(wtmp.ut_name)); in rmut()
1528 strncpy(wtmp.ut_host, "", sizeof(wtmp.ut_host)); in rmut()
[all …]
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase_win32.c75 wchar_t* wtmp = NULL; in readpassphrase() local
84 wtmp = utf8_to_utf16(prompt); in readpassphrase()
85 if (wtmp == NULL) in readpassphrase()
88 _cputws(wtmp); in readpassphrase()
89 free(wtmp); in readpassphrase()
/freebsd/usr.bin/last/
H A Dlast.c101 static void wtmp(void);
207 wtmp(); in main()
216 wtmp(void) in wtmp() function
/freebsd/sbin/init/
H A DNOTES96 init is responsible for utmp and wtmp maintenance (ick)
98 init only removes utmp and closes out wtmp entries...
/freebsd/contrib/ntp/
H A DTODO14 970301: Implement the utmp/wtmp timestamping on time steps.
H A DChangeLog2550 accidentally record into wtmp where utmp was intended.
H A DCommitLog133925 accidentally record into wtmp where utmp was intended.
133932 accidentally record into wtmp where utmp was intended.
133938 record into wtmp where utmp was intended.
133989 record into wtmp where utmp was intended.
/freebsd/crypto/openssh/
H A DTODO48 - utmp/wtmp get corrupted (something in loginrec?)
H A DOVERVIEW117 login.c. This includes things such as updating the utmp, wtmp,
H A Dconfigure.ac720 AC_DEFINE([DISABLE_WTMP], [1], [Define if you don't want to use wtmp])
1083 conf_wtmp_location=/usr/adm/wtmp
1119 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x])
1125 [Define if you don't want to use wtmp])
1179 conf_wtmp_location=/var/adm/wtmp
5418 AC_ARG_ENABLE([wtmp], optenable
5419 [ --disable-wtmp disable use of wtmp even if detected [no]],
5565 dnl wtmp detection
5573 ]], [[ char *wtmp = WTMP_FILE; ]])],
5580 for f in /usr/adm/wtmp /var/log/wtmp; do
[all …]
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok602 wtmp
/freebsd/crypto/heimdal/appl/login/
H A DChangeLog5 * login_locl.h: If cygwin doesnt have WTMPX_FILE, it uses wtmp for
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog15 * ftpd/logwtmp.c: Use asl for logging ftpd wtmp messages.
/freebsd/
H A DObsoleteFiles.inc15708 OLD_FILES+=usr/share/man/man5/wtmp.5.gz