Searched refs:wtmp (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| 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-12-stable/contrib/opie/ |
| D | configure.in | 18 dnl for ut_id and ut_syslen. Make disable-wtmp disable wtmp not utmp. 25 dnl Modified by cmetz for OPIE 2.31. Put back manual utmp[x]/wtmp[x] 30 dnl setutent. Added options to disable use of utmp/wtmp. Replace 43 dnl Modified by cmetz for OPIE 2.21. Filename must be in utmp[x]/wtmp[x] 82 AC_ARG_ENABLE(wtmp, [ --disable-wtmp Disable wtmp logging], AC_DEFINE(DISABLE_WTMP, 1) ec… optenable 356 AC_MSG_CHECKING(where your system puts the wtmp file) 360 if test $EXISTS $i/wtmp 370 AC_DEFINE_UNQUOTED(PATH_WTMP_AC, "$wtmp_path/wtmp")
|
| D | INSTALL | 112 --disable-wtmp Disable wtmp logging 113 On some systems, logging to the utmp and/or wtmp files is just a lost
|
| D | README | 124 OPIE's utmp/wtmp handling has been completely re-written. This should solve 125 many of the utmp/wtmp problems people have been having. 392 utmp and wtmp handling in OPIE has been a very, very sore subject. 395 only thing that is standard about utmp and wtmp handling is that it will be 397 *a lot* of time on trying to make utmp and wtmp handling work for everybody; 399 hearing about fixes for utmp/wtmp on systems where they don't work, I'm not 400 likely to go out of my way to fix utmp/wtmp handling. If you want it fixed,
|
| D | config.h.in | 86 /* The path to the wtmp file, if we know it */ 167 /* Defined if you want to disable wtmp support */
|
| D | configure | 1721 if test $EXISTS $i/wtmp
|
| /freebsd-12-stable/usr.bin/last/ |
| D | last.c | 115 static void wtmp(void); 251 wtmp(); in main() 260 wtmp(void) in wtmp() function
|
| /freebsd-12-stable/sbin/init/ |
| D | NOTES | 96 init is responsible for utmp and wtmp maintenance (ick) 98 init only removes utmp and closes out wtmp entries...
|
| /freebsd-12-stable/crypto/openssh/ |
| D | TODO | 48 - utmp/wtmp get corrupted (something in loginrec?)
|
| D | configure.ac | 682 AC_DEFINE([DISABLE_WTMP], [1], [Define if you don't want to use wtmp]) 1044 conf_wtmp_location=/usr/adm/wtmp 1080 AC_MSG_CHECKING([for obsolete utmp and wtmp in solaris2.x]) 1086 [Define if you don't want to use wtmp]) 1140 conf_wtmp_location=/var/adm/wtmp 5333 AC_ARG_ENABLE([wtmp], optenable 5334 [ --disable-wtmp disable use of wtmp even if detected [no]], 5440 dnl Don't define DISABLE_LASTLOG - that means we don't try wtmp/wtmpx 5480 dnl wtmp detection 5488 ]], [[ char *wtmp = WTMP_FILE; ]])], [all …]
|
| D | OVERVIEW | 117 login.c. This includes things such as updating the utmp, wtmp,
|
| /freebsd-12-stable/contrib/ntp/ |
| D | TODO | 14 970301: Implement the utmp/wtmp timestamping on time steps.
|
| D | ChangeLog | 2432 accidentally record into wtmp where utmp was intended.
|
| D | CommitLog | 130704 accidentally record into wtmp where utmp was intended. 130711 accidentally record into wtmp where utmp was intended. 130717 record into wtmp where utmp was intended. 130768 record into wtmp where utmp was intended.
|
| /freebsd-12-stable/share/doc/smm/01.setup/ |
| D | spell.ok | 603 wtmp
|
| /freebsd-12-stable/crypto/heimdal/appl/login/ |
| D | ChangeLog | 5 * login_locl.h: If cygwin doesnt have WTMPX_FILE, it uses wtmp for
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ |
| D | ChangeLog | 15 * ftpd/logwtmp.c: Use asl for logging ftpd wtmp messages.
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 8260 OLD_FILES+=usr/share/man/man5/wtmp.5.gz
|