Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c51 struct utmpx wtmp; variable
53 struct utmp wtmp; variable
57 int utmp_len = sizeof(wtmp.ut_host);
739 extern struct utmp wtmp;
1156 wtmp.ut_time = time(NULL); in startslave()
1157 wtmp.ut_type = LOGIN_PROCESS; in startslave()
1158 wtmp.ut_pid = pid; in startslave()
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()
1161 strncpy(wtmp.ut_line, clean_ttyname(line), sizeof(wtmp.ut_line)); in startslave()
[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/crypto/openssl/crypto/sm4/asm/
H A Dvpsm4-armv8.pl589 my ($pointer,$schedules,$wtmp,$roundkey)=("x5","x6","w7","w8");
615 mov $wtmp,$vkey.s[1]
617 eor $roundkey,$roundkey,$wtmp
618 mov $wtmp,$vkey.s[2]
619 eor $roundkey,$roundkey,$wtmp
620 mov $wtmp,$vkey.s[3]
621 eor $roundkey,$roundkey,$wtmp
631 mov $wtmp,@vtmp[1].s[0]
632 eor $roundkey,$wtmp,$wtmp,ror #19
633 eor $roundkey,$roundkey,$wtmp,ror #9
[all …]
H A Dvpsm4_ex-armv8.pl589 my ($pointer,$schedules,$wtmp,$roundkey)=("x5","x6","w7","w8");
615 mov $wtmp,$vkey.s[1]
617 eor $roundkey,$roundkey,$wtmp
618 mov $wtmp,$vkey.s[2]
619 eor $roundkey,$roundkey,$wtmp
620 mov $wtmp,$vkey.s[3]
621 eor $roundkey,$roundkey,$wtmp
633 mov $wtmp,@vtmp[0].s[0]
634 eor $roundkey,$wtmp,$wtmp,ror #19
635 eor $roundkey,$roundkey,$wtmp,ror #9
[all …]
/freebsd/usr.bin/last/
H A Dlast.c100 static void wtmp(void);
208 wtmp(); in main()
219 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 DCommitLog[all...]
/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.ac789 AC_DEFINE([DISABLE_WTMP], [1], [Define if you don't want to use wtmp])
1178 conf_wtmp_location=/usr/adm/wtmp
1233 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x])
1239 [Define if you don't want to use wtmp])
1293 conf_wtmp_location=/var/adm/wtmp
5676 AC_ARG_ENABLE([wtmp], optenable
5677 [ --disable-wtmp disable use of wtmp even if detected [no]],
5783 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx
5823 dnl wtmp detection
5831 ]], [[ char *wtmp = WTMP_FILE; ]])],
[all …]
H A DChangeLog7437 Add wtmpdb support as Y2038 safe wtmp replacement
/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.