index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Make issetugid check simpler
Daiki Ueno
2019-06-18
1
-5
/
+2
*
common: Fix vasprintf emulation
Daiki Ueno
2019-06-18
1
-1
/
+7
*
Fix Win32 p11_dl_error crash
Tom Sutcliffe
2019-03-10
1
-1
/
+4
*
build: Call va_end() always when leaving the function
Daiki Ueno
2018-10-17
1
-1
/
+4
*
common: use /proc only on Linux
Leonardo Brondani Schenkel
2018-09-12
1
-0
/
+2
*
common: Use static mutex initializer when possible
Daiki Ueno
2018-08-10
1
-1
/
+3
*
common: Don't rely on issetugid() when it is broken
Daiki Ueno
2018-05-30
1
-1
/
+1
*
common: Make case conversion locale independent
Daiki Ueno
2018-05-25
1
-0
/
+16
*
build: Include <stdint.h> for SIZE_MAX
Daiki Ueno
2017-08-16
1
-0
/
+1
*
common: Use reallocarray instead of realloc as appropriate
Daiki Ueno
2017-08-08
1
-0
/
+17
*
common: always use p11_dl_close wrapper
Fabian Groffen
2017-06-27
1
-6
/
+11
*
compat: Fix character generation in mk{s,d}temp()
Daiki Ueno
2017-02-16
1
-1
/
+1
*
Fix compiler warnings on FreeBSD
Roman Bogorodskiy
2017-01-23
1
-0
/
+4
*
common: use recursive pthread mutex for library lock
Lubomir Rintel
2017-01-19
1
-1
/
+1
*
common, trust: Avoid integer overflow
Daiki Ueno
2016-12-06
1
-2
/
+6
*
common: Remove compat timegm() implementation
Stef Walter
2015-10-19
1
-31
/
+0
*
common: Use secure_getenv() implementation when setuid
Stef Walter
2014-10-02
1
-0
/
+8
*
common: Fix regression introduced by last commit
Stef Walter
2014-08-15
1
-1
/
+1
*
Fix build against older pthreads implementations
Baruch Siach
2014-08-14
1
-0
/
+6
*
Add compatibility fdwalk() function
Stef Walter
2014-07-08
1
-0
/
+73
*
common: Fixed implementation of strerror_r for WinXP
Pavel A
2014-07-01
1
-0
/
+15
*
Proposed fix for compiler warnings in common/compat.c
Pavel A
2014-06-20
1
-19
/
+23
*
Fix handling of mmap failure and mapping empty files
Pascal Terjan
2014-02-13
1
-2
/
+9
*
Avoid multiple stat() calls for same file
Stef Walter
2013-08-28
1
-11
/
+28
*
compat: Check return value of mmap() properly
Stef Walter
2013-08-28
1
-1
/
+1
*
Avoid using the non-thread-safe strerror() function
Stef Walter
2013-07-18
1
-0
/
+16
*
Don't load configs from user directory when setuid
Stef Walter
2013-07-18
1
-0
/
+48
*
open files with O_CLOEXEC when possible
Stef Walter
2013-07-18
1
-3
/
+15
*
p11-kit: Managed PKCS#11 module loading
Stef Walter
2013-05-21
1
-0
/
+6
*
Implement valgrind's hellgrind checks for threading problems
Stef Walter
2013-05-15
1
-1
/
+1
*
More compatible path munging and handling code
Stef Walter
2013-04-03
1
-34
/
+0
*
Fix invalid memory accesses reported by 'make memcheck'
Stef Walter
2013-03-20
1
-7
/
+4
*
trust: Don't use POSIX or GNU basename()
Stef Walter
2013-03-19
1
-18
/
+26
*
Release version 0.17.1
Stef Walter
2013-03-18
1
-1
/
+21
*
compat: Fix trivial comment
Stef Walter
2013-03-18
1
-1
/
+1
*
Add compat gmtime_r() and timegm() functions
Stef Walter
2013-03-03
1
-0
/
+55
*
Add compat mkstemp() and mkdtemp() functions
Stef Walter
2013-03-03
1
-0
/
+144
*
Add compat vasprintf() and asprintf() functions
Stef Walter
2013-03-03
1
-0
/
+66
*
Add compat strndup() function
Stef Walter
2013-03-03
1
-0
/
+22
*
Abstract mmap() into a compat API
Stef Walter
2013-03-03
1
-34
/
+124
*
Add compat implementation of basename()
Stef Walter
2013-03-03
1
-0
/
+62
*
Rename p11_module_xxx() compat functions to p11_dl_xxx()
Stef Walter
2013-03-03
1
-9
/
+9
*
Implement stapled certificate extensions internally
Stef Walter
2013-02-05
1
-1
/
+1
*
Add basic trust module
Stef Walter
2013-02-05
1
-0
/
+107
*
Remove the unused err() function and friends
Stef Walter
2013-02-05
1
-164
/
+0
*
Move debug and library code into the common/ subdirectory
Stef Walter
2013-01-09
1
-0
/
+95
*
Fix getprogname() running under wine
Stef Walter
2012-07-17
1
-2
/
+5
*
Win32 build fixes
Stef Walter
2012-06-29
1
-4
/
+7
*
Provide compat getprogname() implementations on other OS's
Stef Walter
2012-05-01
1
-23
/
+64
*
Move the compat.[ch] headers into common directory/
Stef Walter
2012-04-30
1
-0
/
+228