-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
35 lines (29 loc) · 1.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2023-02-19 Krzysztof Burghardt
* libfaketime.c: allow ld.so to search for libc.so.6
(/lib absolute path removed to support multi-arch)
2007-11-01 Krzysztof Burghardt
* libfaketime.c: add support for clock_gettime()
2004-09-21 Krzysztof Burghardt
* libfaketime.c: fixed to be "thread safe"
2004-03-25 Krzysztof Burghardt
* libfaketime.c: added support for gettimeofday with
working tv_usec. (Without it _most_ programs failed to work.)
2003-03-26 Krzysztof Burghardt
* libfaketime.c: fixed (annother) BUG in get_exe code when
running SUID/SGID binaries on new kernels (e.g. 2.2.26pre1 and
2.4.21pre) or any kernels witch Alan patch for ptrace vulnerability
(e.g. CAN-2003-0127),
2002-05-21 Krzysztof Burghardt
* libfaketime.c: fixed BUG in get_exe code when running
SUID/SGID binaries,
* libfaketime.c: fixed BUG in time() now it changing value
no delta detection no time freezes,
* libfaketime.c: caching time readed from file
(only one file access per one proces, in older it was one file access
per one time() call which is not a best idea (programs works slow
and HDD was use too much)),
* libfaketime.c: added some debug code,
* libfaketime.8: added man page :-)
2002-05-20 Krzysztof Burghardt
* src/lib/libfaketime.c: loading from /etc/ld.so.preload file
(against SUID/SGID binaries),