File: CHANGELOG

package info (click to toggle)
uid-wrapper 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: ansic: 5,785; sh: 21; makefile: 8
file content (83 lines) | stat: -rw-r--r-- 2,466 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
CHANGELOG
=========

version 1.3.2 (released 2025-07-24)
  * Fixed binding the getresgid glibc symbol

version 1.3.1 (released 2024-06-12)
  * Added support to find libc via LIBC_SO define
  * Fixed uid_wrapper running with jemalloc compiled binaries
  * Fixed socket_wrapper interaction test
  * Fixed thread sanitizer on modern Linux Kernels

version 1.3.0 (released 2023-01-17)
  * Added support to interact with socket_wrapper syscall()
  * Fixed deadlocks with threads
  * Improved log output

version 1.2.9 (released 2021-12-02)
  * Add support for getgroups_chk()
  * Added (de)contructor support on AIX with pragma init/finish

version 1.2.8 (released 2020-03-05)
  * Fix path in pkgconfig module
  * Fix path in cmake find module

version 1.2.7 (released 2019-07-15)
  * Fix unsetting initial XIDs

version 1.2.6 (released 2019-07-15)
  * Fix manpage installation
  * Fix cmake-config installation

version 1.2.5 (released 2019-07-15)
  * Fixed running with sanitizers

version 1.2.4 (released 2017-07-24)
  * Added deadlock workaround for glibc < 2.24
  * Fixed a possible deadlock bug if uid_wrapper is turned off

version 1.2.3 (released 2017-07-14)
  * Logging is always turned on now
  * Fixed a memory leak
  * Limited number of groups during fork+exec

version 1.2.2 (released 2017-07-13)
  * Added support for fork'ed and then exec'ed processes
  * Added support for Alpha

version 1.2.1 (released 2016-03-16)
  * Documented missing options.
  * Fixed a comipilation issue with -O3.

version 1.2.0 (released 2015-10-29)
  * Added privilege checks for all set*uid and set*gid functions.
  * Added a lot more and accurate tests which work as root.
  * Fixed some minor issues

version 1.1.1 (released 2015-08-20)
  * Fixed getres(uid|gid) detection if unsupported.
  * Fixed the configure on Solaris
  * Added a lot more tests

version 1.1.0 (released 2015-01-20)
  * Added support for gesresuid().
  * Added support for gesresgid().
  * Added MacOSX support.
  * Added fully working thread support.
  * Added more tests.
  * Fixed issues with older gcc versions.

version 1.0.2 (released 2014-07-31)
  * Added better logging system.
  * Added a mapnpage
  * Added build and install instructions
  * Fixed threading issue in the desctructor.

version 1.0.1 (released 2014-02-04)
  * Added --libs to pkg-config.
  * Added socket_wrapper-config.cmake
  * Fixed a bug packaging the obj directory.

version 1.0.0 (released 2014-02-02)
  * Initial release