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
/
source4
/
lib
/
replace
/
replace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18160: - pread and pwrite replacements need to be non-static
Andrew Tridgell
1
-22
/
+7
2007-10-10
r18140: and this reduces warnings about toupper()
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18139: irix needs system/network.h here
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
1
-14
/
+4
2007-10-10
r18061: this should fix the libreplace build on us4 with gcc
Andrew Tridgell
1
-0
/
+8
2007-10-10
r18056: includes needed for O_CREAT
Andrew Tridgell
1
-1
/
+3
2007-10-10
r18052: discard_const_p() isn't part of the libreplace API, so we can't use it
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18044: timegm.c needs to be in a separate file
Andrew Tridgell
1
-32
/
+1
2007-10-10
r18040: Use only one strnlen implementation
Jelmer Vernooij
1
-14
/
+1
2007-10-10
r18031: Merge my replace fixes:
Jelmer Vernooij
1
-44
/
+156
2007-10-10
r18018: Fix the build on OpenBSD. No license problem this time, I've written ...
Volker Lendecke
1
-1
/
+17
2007-10-10
r17992: reverted r17842
Andrew Tridgell
1
-46
/
+0
2007-10-10
r17842: After talking to Simo, apply the next attempt to resolve the strnlen
Volker Lendecke
1
-0
/
+46
2007-10-10
r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noise
Volker Lendecke
1
-14
/
+0
2007-10-10
r17840: A step towards building on Solaris which appears not to have strnlen.
Volker Lendecke
1
-0
/
+14
2007-10-10
r17763: moved setenv to ldb/replace/
Andrew Tridgell
1
-19
/
+0
2007-10-10
r17750: these have moved to ldb/replace/ now
Andrew Tridgell
1
-44
/
+0
2007-10-10
r16556: Add mkdtemp to libreplace. This is apparantly available on Linux
James Peach
1
-0
/
+15
2007-10-10
r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal to
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r15953: our timegm() replacement still doesn't work, so grab the one from
Andrew Tridgell
1
-13
/
+0
2007-10-10
r15879: strtok_r() replacement, for solaris
Andrew Tridgell
1
-0
/
+27
2007-10-10
r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, with
Jim McDonough
1
-0
/
+2
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15382: Use grp.h in this block; it has been cleaned out of the other headers...
Paul Green
1
-0
/
+3
2007-10-10
r15321: Reduce the size of rewrite.m4 a bit more
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11343: Remove dependency on DEBUG()
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r10896: added a strcasestr() replacement function
Andrew Tridgell
1
-1
/
+15
2007-10-10
r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...
Andrew Tridgell
1
-12
/
+2
2007-10-10
r10456: More SCons fixes:
Jelmer Vernooij
1
-0
/
+22
2007-10-10
r10438: Move portability functions to lib/replace/; replace now simply ensures
Jelmer Vernooij
1
-38
/
+35
2007-10-10
r9374: HPUX is also missing setegid()
Andrew Tridgell
1
-0
/
+11
2007-10-10
r9369: an attempt to fix the build on HPUX. This is based on work by Don
Andrew Tridgell
1
-79
/
+27
2007-10-10
r8710: another attempt at fixing HPUX
Andrew Tridgell
1
-1
/
+2
2007-10-10
r8698: attempt to cope with lack of strtoull() on HPUX
Andrew Tridgell
1
-1
/
+9
2007-10-10
r8580: try to fix the build on stratus
Andrew Tridgell
1
-12
/
+8
2007-10-10
r7166: Move replacement stuff to seperate directory
Jelmer Vernooij
1
-0
/
+564