index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
replace
/
libreplace.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Samba 3 and Samba 4 both use the same single copy of libreplace.
Jelmer Vernooij
2008-09-16
1
-303
/
+0
*
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
Stefan Metzmacher
2008-06-09
1
-1
/
+2
*
lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...
Stefan Metzmacher
2008-05-16
1
-1
/
+0
*
libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba
Stefan Metzmacher
2008-05-07
1
-1
/
+0
*
libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macro
Stefan Metzmacher
2008-05-07
1
-63
/
+2
*
libreplace: move rep_socketpair() to its own module.
Michael Adam
2008-03-18
1
-1
/
+2
*
libreplace: replace inet_ntoa() when it is missing
Michael Adam
2008-03-18
1
-18
/
+1
*
libreplace: add an inet_aton() function that calls inet_pton().
Michael Adam
2008-03-14
1
-0
/
+1
*
libreplace: Add tests for connect and gethostbyname.
Michael Adam
2008-02-26
1
-0
/
+1
*
libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.
Michael Adam
2008-02-20
1
-36
/
+36
*
Fix bug #5121 (unix passwd sync not working on a streams based
Jeremy Allison
2008-01-15
1
-0
/
+1
*
r26550: libreplace: fallback to __ss_family of struct sockaddr_storage
Stefan Metzmacher
2007-12-21
1
-0
/
+20
*
r26467: Use getifaddrs() for interface enumeration and provide replacements f...
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r25864: libreplace: we should only have one location where we check for requi...
Stefan Metzmacher
2007-12-21
1
-4
/
+1
*
r25846: Add configure test for -Wl,--export-dynamic.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r25726: [libreplace] move and fix getaddrinfo configure checks
Stefan Metzmacher
2007-12-21
1
-30
/
+1
*
r25695: [libreplace] fix the standalone build of libreplace
Stefan Metzmacher
2007-12-21
1
-27
/
+12
*
r25586: Fix getaddrinfo detection - from Timur.
Jeremy Allison
2007-10-10
1
-1
/
+9
*
r25558: Define HAVE_* for other gai functions to prevent problems with libroken.
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...
Jelmer Vernooij
2007-10-10
1
-1
/
+42
*
r25219: remove unused check for precompiled headers.
Jelmer Vernooij
2007-10-10
1
-11
/
+0
*
r24868: Don't use callbacks for prompting when stdout is not a tty.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23237: update lib/replace from ctdb
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r23188: revert 23123 and 23118.
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r23118: Make inet_pton and inet_ntop available through lib/replace.
Michael Adam
2007-10-10
1
-0
/
+1
*
r22598: Simplify includes for replace.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r22250: try to fix the build on aix1 in the farm
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r22215: add strptime replacement to libreplace based on the patch
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r22152: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-3
/
+2
*
r21793: add replacement for unsetenv()
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r21302: Provide simple redirecting headers for standard headers.
Jelmer Vernooij
2007-10-10
1
-1
/
+4
*
r20816: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r20788: - remove epoll configure checks from libreplace
Stefan Metzmacher
2007-10-10
1
-3
/
+0
*
r19347: Add socketpair()
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19234: fix configure test for net/if.h for some platforms
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r19227: - add a AC_CACHE_CHECK() around the net/if.h test
Stefan Metzmacher
2007-10-10
1
-16
/
+15
*
r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r18600: - fix shell syntax in tests for libraries
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18594: fail the configure step if the required library is not found for tdb,
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r18592: we don't need this twice
Stefan Metzmacher
2007-10-10
1
-3
/
+0
*
r18563: - move more of the header checks into lib/replace/
Andrew Tridgell
2007-10-10
1
-4
/
+27
*
r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
Andrew Tridgell
2007-10-10
1
-0
/
+24
*
r18485: include libreplace.m4 in the aclocal.m4 files
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r18479: start hiding libreplace configure tests behind macros
Stefan Metzmacher
2007-10-10
1
-64
/
+25
*
r18474: - we don't need to explicit check stdint.h and inttypes.h
Stefan Metzmacher
2007-10-10
1
-8
/
+17
*
r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does
Stefan Metzmacher
2007-10-10
1
-5
/
+2
*
r18465: much better fix for a roken specifiv problem
Stefan Metzmacher
2007-10-10
1
-11
/
+0
*
r18460: split out timegm test and only add timegm.o when needed
Stefan Metzmacher
2007-10-10
1
-4
/
+5
[next]