| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 51 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 D | readpassphrase_win32.c | 75 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 D | vpsm4-armv8.pl | 589 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 D | vpsm4_ex-armv8.pl | 589 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 D | last.c | 100 static void wtmp(void); 208 wtmp(); in main() 219 wtmp(void) in wtmp() function
|
| /freebsd/sbin/init/ |
| H A D | NOTES | 96 init is responsible for utmp and wtmp maintenance (ick) 98 init only removes utmp and closes out wtmp entries...
|
| /freebsd/contrib/ntp/ |
| H A D | TODO | 14 970301: Implement the utmp/wtmp timestamping on time steps.
|
| H A D | ChangeLog | 2550 accidentally record into wtmp where utmp was intended.
|
| H A D | CommitLog | [all...] |
| /freebsd/crypto/openssh/ |
| H A D | TODO | 48 - utmp/wtmp get corrupted (something in loginrec?)
|
| H A D | OVERVIEW | 117 login.c. This includes things such as updating the utmp, wtmp,
|
| H A D | configure.ac | 789 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 D | ChangeLog | 7437 Add wtmpdb support as Y2038 safe wtmp replacement
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 602 wtmp
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | ChangeLog | 5 * login_locl.h: If cygwin doesnt have WTMPX_FILE, it uses wtmp for
|
| /freebsd/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 15 * ftpd/logwtmp.c: Use asl for logging ftpd wtmp messages.
|