OpenGrok
Cross Reference: utmp.c
xref
: /
src
/
lib
/
libc
/
gen
/
utmp.c
Home
|
History
|
Annotate
|
Download
|
only in
gen
History log of
/src/lib/libc/gen/utmp.c
Revision
Date
Author
Comments
1.10
15-Oct-2011
christos
close on exec fixes:
- open + fcntl -> open O_CLOEXEC
- configuration database file descriptors that can stay open are now opened
fopen(db, "re")
1.9
05-Feb-2009
lukem
sign-compare fix
1.8
11-Jan-2009
christos
merge christos-time_t
1.7
28-Apr-2008
martin
branches: 1.7.8;
Remove clause 3 and 4 from TNF licenses
1.6
09-May-2004
kleink
branches: 1.6.24;
Need namespace.h for internal names of fseeko, strlcpy.
1.5
17-Nov-2002
itojun
branches: 1.5.2;
make sure to bound string operation by strlcpy
(there are bunch of "strcpy is safe" comments, i think we should change them
to strlcpy as much as possible)
1.4
01-Aug-2002
nathanw
#include <string.h> for prototypes of strlen and strcpy.
1.3
28-Jul-2002
christos
branches: 1.3.2;
add utmpname()
1.2
28-Jul-2002
christos
make this behave like utmp, ie. return all entries and setutent() rewinds.
1.1
27-Jul-2002
christos
Add utmp processing functions
1.3.2.4
10-Dec-2002
thorpej
Sync with HEAD.
1.3.2.3
13-Aug-2002
nathanw
Catch up to -current.
1.3.2.2
01-Aug-2002
nathanw
Catch up to -current.
1.3.2.1
28-Jul-2002
nathanw
file utmp.c was added on branch nathanw_sa on 2002-08-01 03:28:12 +0000
1.5.2.1
11-May-2004
tron
Pull up revision 1.6 (requested by kleink in ticket #294):
Need namespace.h for internal names of fseeko, strlcpy.
1.6.24.1
18-May-2008
yamt
sync with head.
1.7.8.2
23-Nov-2008
christos
fix utmp{,x} issues:
- add old utmp format support. Ugly and difficult to get right. For now
try to deal by detecting the size of the file and seeing if it is a
multiple of sizeof(struct utmp50).
- fix NULL pointer in cvt.
- version the UTMPX database, and detect if we have an old or new one
and act accordingly.
1.7.8.1
28-Apr-2008
christos
file utmp.c was added on branch christos-time_t on 2008-11-23 21:46:05 +0000
Indexes created Tue Sep 30 11:09:46 GMT 2025