index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
replace
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-03
lib/replace: Undo change of 0 -> NULL
Andrew Bartlett
1
-1
/
+1
2012-06-03
libreplace: Fix up MacOS xattr functions
Andrew Bartlett
1
-0
/
+18
2012-06-03
libreplace: Link libreplace against attr when required
Andrew Bartlett
1
-1
/
+8
2012-06-03
libreplace: Use true rather than True in xattr.c
Andrew Bartlett
1
-2
/
+2
2012-06-02
libreplace: Fix build on MacOS where we have the same fn name but more arguments
Andrew Bartlett
1
-8
/
+8
2012-06-02
libreplace: Solaris needs system/dir.h for that xattr wrapper implementation
Andrew Bartlett
1
-0
/
+1
2012-06-02
libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAP
Andrew Bartlett
1
-0
/
+10
2012-06-02
libreplace: Fix autoconf build on platforms needing xattrs
Andrew Bartlett
1
-1
/
+1
2012-06-02
lib/replace: Relicence xattr.c to LGPLv3
Andrew Bartlett
1
-11
/
+14
2012-06-02
lib/replace: Merge remaining xattr test details from lib/util
Andrew Bartlett
5
-32
/
+34
2012-06-02
s4-xattr: Use libreplace xattr functions directly
Andrew Bartlett
1
-0
/
+6
2012-06-02
lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c
Andrew Bartlett
4
-1
/
+172
2012-06-02
lib/replace: We cannot use strchr_m in lib/replace
Andrew Bartlett
1
-6
/
+6
2012-06-02
lib/replace: DEBUG is not acceptable here, as this may not be linked into Samba
Andrew Bartlett
1
-7
/
+0
2012-06-02
lib/replace: Copy lib/system.c xattr wrappers to lib/replace
Andrew Bartlett
1
-0
/
+703
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
1
-1
/
+1
2012-05-13
libreplace: Fix symbol names for snprintf/asprintf/vasprintf.
Jelmer Vernooij
1
-6
/
+6
2012-04-26
replace: Fix use of mktemp
Simo Sorce
1
-2
/
+2
2012-04-25
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2
-16
/
+55
2012-04-18
replace: added ENOATTR define if undefined
Andrew Tridgell
1
-0
/
+8
2012-04-12
Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...
Jeremy Allison
1
-12
/
+2
2012-04-10
On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...
Jeremy Allison
3
-8
/
+14
2012-04-09
Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...
Jeremy Allison
2
-0
/
+10
2012-04-09
libreplace: We have a poll replacement based on select
Volker Lendecke
1
-0
/
+1
2012-04-05
lib/replace: Add getconf LFS_CFLAGS support to autoconf build
Andrew Bartlett
1
-0
/
+8
2012-03-25
replace: Avoid DEBUG(), which is not available in libreplace.
Jelmer Vernooij
1
-1
/
+1
2012-03-24
libreplace: Add usleep implementation.
Jelmer Vernooij
2
-0
/
+20
2012-03-24
replace: Work around socket wrapper.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
replace: Add system/network.h for ucred struct.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
libreplace: Add getpeereid implementation.
Jelmer Vernooij
4
-0
/
+71
2012-03-24
replace: Move memalign() from lib/util/system.c to libreplace.
Jelmer Vernooij
4
-3
/
+45
2012-03-22
lib/replace: test for incoherent mmap.
Rusty Russell
3
-0
/
+97
2012-02-20
build: Add libbsd as a dep for LIBREPLACE_HOSTCC
Andrew Bartlett
1
-4
/
+5
2012-02-02
replace: Only add bsd dependency when bsd library was found.
Jelmer Vernooij
1
-1
/
+4
2012-02-01
replace: Add include for bsd/string.h.
Jelmer Vernooij
1
-0
/
+4
2012-01-31
Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.
Ira Cooper
2
-0
/
+13
2012-01-31
replace: Only include C files from which there are actually functions used.
Jelmer Vernooij
1
-2
/
+21
2012-01-31
replace: use libbsd for strlcat/strlcpy when available.
Jelmer Vernooij
1
-15
/
+21
2011-12-25
libreplace: Don't check for standards.h on darwin (Lion)
Volker Lendecke
1
-2
/
+10
2011-10-27
replace: Add don't include unistd.h directly and add uid_wrapper.
Andreas Schneider
2
-0
/
+24
2011-10-27
Include uid_wrapper correctly.
Andreas Schneider
1
-0
/
+11
2011-10-27
replace: Add checks for setreuid and setregid.
Andreas Schneider
2
-3
/
+4
2011-10-27
replace: Make sure we compile without uid_wrapper.
Andreas Schneider
1
-1
/
+1
2011-10-14
libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro
Michael Adam
1
-1
/
+1
2011-10-13
config.h: define HAVE_LIBREPLACE
Rusty Russell
2
-0
/
+3
2011-09-08
lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...
Stefan Metzmacher
1
-0
/
+4
2011-08-14
replace: Check if we have mremap() available
Simo Sorce
2
-0
/
+55
2011-08-01
Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...
Jeremy Allison
1
-4
/
+0
2011-05-31
replace: remove waring if IOV_MAX is not defined
Björn Jacke
1
-2
/
+0
2011-05-30
replace: fix build issues on GNU Hurd (#7998)
Björn Jacke
1
-1
/
+1
[prev]
[next]