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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25210: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r24350: Remove offsetof() replacement to see if there are actually any
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r24337: Make libreplace provide offsetof.
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.
Michael Adam
1
-0
/
+10
2007-10-10
r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flags
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r23188: revert 23123 and 23118.
Stefan Metzmacher
1
-10
/
+0
2007-10-10
r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.pl
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r23123: Fix two utterly simply typos that broke the whole build farm...
Michael Adam
1
-2
/
+2
2007-10-10
r23118: Make inet_pton and inet_ntop available through lib/replace.
Michael Adam
1
-0
/
+10
2007-10-10
r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.
Michael Adam
1
-0
/
+6
2007-10-10
r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher
1
-0
/
+29
2007-10-10
r22273: - provide __LINESTR__ macro
Stefan Metzmacher
1
-1
/
+9
2007-10-10
r22270: provide __location__ in replace.h
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22250: try to fix the build on aix1 in the farm
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r22226: move discard_const macros to librelace
Stefan Metzmacher
1
-0
/
+23
2007-10-10
r22215: add strptime replacement to libreplace based on the patch
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r21795: fix the prototype of unsetenv()...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21793: add replacement for unsetenv()
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r20981: Fix cut'n'paste error.
James Peach
1
-1
/
+1
2007-10-10
r19393: Add replacement function for socketpair()
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r19242: merge from samba3:
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r18999: merge from samba3:
Stefan Metzmacher
1
-9
/
+8
2007-10-10
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
1
-0
/
+7
2007-10-10
r18970: avoid strndup and strnlen on AIX. They are quite broken. See
Andrew Tridgell
1
-2
/
+4
2007-10-10
r18862: as andrew pointed our on irc, if we are going to define _TRUE, then
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18861: merge from samba3
Andrew Tridgell
1
-0
/
+11
2007-10-10
r18675: merge from samba3:
Stefan Metzmacher
1
-1
/
+17
2007-10-10
r18674: merge from samba3,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18518: we replace snprintf() if its not C99, so we should also add the rep_
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r18458: move wins32 stuff to the top dir
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. The
Andrew Tridgell
1
-0
/
+3
2007-10-10
r18419: fix include paths of the configure tests
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r18343: fixed setlinebuf() prototype, added test for it, and use it in two
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18337: more -Ae tests in check_cc.m4
Andrew Tridgell
1
-0
/
+4
2007-10-10
r18335: more portable bool tests
Andrew Tridgell
1
-2
/
+13
2007-10-10
r18278: move more header checks and _GNU_SOURCE into libreplace
Andrew Tridgell
1
-0
/
+8
2007-10-10
r18206: need rep_ macro for setlinebuf
Andrew Tridgell
1
-0
/
+5
2007-10-10
r18205: need rep_ macros for seteuid and setegid
Andrew Tridgell
1
-0
/
+10
2007-10-10
r18160: - pread and pwrite replacements need to be non-static
Andrew Tridgell
1
-7
/
+27
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
1
-3
/
+13
2007-10-10
r18111: base inclusion of replacement printf fns on function existance, not
Andrew Tridgell
1
-8
/
+13
2007-10-10
r18081: libreplace now uses config.h again
Andrew Tridgell
1
-5
/
+0
2007-10-10
r18067: some tweaks for irix and hpux
Andrew Tridgell
1
-6
/
+2
2007-10-10
r18039: Include header with time_t if needed.
Jelmer Vernooij
1
-5
/
+10
[next]