index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
replace
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace: add ARRAY_INSERT_ELEMENT() helper
Stefan Metzmacher
2023-03-22
1
-0
/
+15
*
s3:modules: Ignore -Wunused-but-set-variable for autogenerated code
Andreas Schneider
2023-02-06
1
-0
/
+3
*
replace: remove unused configure checks for port_create()
Stefan Metzmacher
2023-02-02
2
-9
/
+0
*
replace: provide PIPE_BUF on GNU/Hurd
Samuel Thibault
2023-02-02
1
-0
/
+12
*
libreplace: require TLS support if pthread support is available
Ralph Boehme
2023-01-05
2
-0
/
+15
*
libreplace: update comment on __thread support
Ralph Boehme
2023-01-05
1
-1
/
+2
*
lib/replace - add extra check to bsd_attr_list
Andrew Walker
2023-01-02
1
-0
/
+12
*
lib/replace: let rep_openat2() inject O_LARGEFILE as needed
Stefan Metzmacher
2022-11-24
1
-0
/
+16
*
lib/replace: fix memory leak in snprintf replacements
Stefan Metzmacher
2022-11-09
1
-0
/
+2
*
lib:replace: Require bool from C99
Andreas Schneider
2022-10-27
2
-7
/
+2
*
lib:replace: Fix trailing whitespace in wscript
Andreas Schneider
2022-10-27
1
-3
/
+3
*
lib:replace: Add macro BURN_STR() to zero memory of a string
Pavel Filipenský
2022-08-26
1
-0
/
+11
*
lib/replace: let DISABLE_OPATH also undef __NR_openat2
Stefan Metzmacher
2022-08-15
1
-0
/
+8
*
lib/replace: add fallback defines for __NR_openat2
Stefan Metzmacher
2022-08-15
1
-0
/
+20
*
lib/replace: use syscall(__NR_openat2) if available
Stefan Metzmacher
2022-08-15
1
-0
/
+8
*
lib/replace: always include <sys/syscall.h> in replace.c if available
Stefan Metzmacher
2022-08-15
1
-3
/
+4
*
lib/replace: add a replacement for openat2() that returns ENOSYS
Stefan Metzmacher
2022-08-15
3
-0
/
+45
*
lib: Align an integer type
Volker Lendecke
2022-08-04
1
-1
/
+2
*
lib:replace: Only include <sys/mount.h> on non-Linux systems
Andreas Schneider
2022-08-02
2
-1
/
+6
*
Revert "lib:replace: Remove <sys/mount.h> from filesys.h"
Andreas Schneider
2022-08-02
1
-0
/
+4
*
lib:replace: Remove <sys/mount.h> from filesys.h
Andreas Schneider
2022-07-29
1
-4
/
+0
*
lib:replace: Add macros to burn data from memory
Andreas Schneider
2022-07-28
1
-0
/
+18
*
replace: Add check for if_nameindex()
Martin Schwenke
2022-07-22
1
-1
/
+1
*
replace: Check for -Wuse-after-free
Samuel Cabrero
2022-06-14
1
-0
/
+3
*
configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts
Stefan Metzmacher
2022-03-29
1
-0
/
+7
*
replace: add explicit function pointer casting from dlsym() to avoid warnings
Stefan Metzmacher
2022-03-23
1
-1
/
+1
*
lib/replace: Do not typedef int bool
Andrew Bartlett
2022-03-23
2
-3
/
+4
*
lib:ldb: Reformat shell scripts
Andreas Schneider
2022-02-24
1
-1
/
+1
*
lib:replace: Fix NULL issue reported by covscan
Pavel Filipenský
2022-02-01
1
-1
/
+1
*
lib:replace: Fix trailing whitespace in os2_delete.c
Pavel Filipenský
2022-02-01
1
-2
/
+2
*
configure: Check for __atomic_add_fetch() and __atomic_load()
Volker Lendecke
2021-12-15
1
-0
/
+16
*
lib/replace: For heimdal_build: Try to use the OS or compiler provided atomic...
Andrew Bartlett
2021-12-07
1
-0
/
+7
*
nsswitch: reduce dependecies to private libraries and link static/builtin if ...
Stefan Metzmacher
2021-11-30
1
-0
/
+1
*
lib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host,uid,socket}_wrapper_e...
Stefan Metzmacher
2021-11-30
3
-51
/
+53
*
lib/replace/timegm: use utf-8
Douglas Bagnall
2021-11-17
1
-1
/
+1
*
lib/replace: drop runtime copy_file_range() check
Ralph Boehme
2021-09-07
1
-24
/
+2
*
testsuite: Fix build with gcc >= 11.1.1
Andreas Schneider
2021-08-16
1
-1
/
+5
*
lib:replace: Remove trailing spaces from testsuite.c
Andreas Schneider
2021-08-16
1
-5
/
+5
*
libreplace: remove now unused USE_COPY_FILE_RANGE define
Ralph Boehme
2021-08-13
1
-2
/
+0
*
libreplace: properly execute SYS_copy_file_range check
Ralph Boehme
2021-08-10
1
-2
/
+24
*
libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...
Ralph Boehme
2021-08-10
1
-2
/
+1
*
replace: copy_file_range()
Ralph Boehme
2021-06-30
3
-1
/
+46
*
heimdal_build: Set up new build groups for the Heimdal hostcc components
Andrew Bartlett
2021-06-15
1
-1
/
+1
*
lib:replace: Do not build strndup test with gcc 11 or newer
Andreas Schneider
2021-05-07
1
-0
/
+11
*
lib:replace: Fix a posible double free
Andreas Schneider
2021-04-27
1
-1
/
+0
*
lib:replace: Fix possible resource leaks in test_closefrom()
Andreas Schneider
2021-04-25
1
-0
/
+2
*
lib:replace: Fix memory leak in test_asprintf()
Andreas Schneider
2021-04-25
1
-1
/
+7
*
lib:replace: Fix a memleak in test_strndup()
Andreas Schneider
2021-04-25
1
-6
/
+14
*
lib:replace: Fix a memleak in test_strdup()
Andreas Schneider
2021-04-25
1
-1
/
+6
*
lib:replace: Fix resource leak in os2_delete test
Andreas Schneider
2021-04-25
1
-0
/
+1
[next]