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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r20383: only try to find dlfcn.h if the dlopen symbol was found,
Stefan Metzmacher
2007-10-10
1
-5
/
+7
*
r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) because
Paul Green
2007-10-10
1
-2
/
+2
*
r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure...
Stefan Metzmacher
2007-10-10
1
-17
/
+21
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-1
/
+0
*
r19496: remove unused file
Stefan Metzmacher
2007-10-10
1
-6
/
+0
*
r19495: Stop linking binaries twice (once before installation, once during bu...
Jelmer Vernooij
2007-10-10
1
-2
/
+9
*
r19442: this real cause of the failures on *BSD came from the missing
Stefan Metzmacher
2007-10-10
2
-4
/
+6
*
r19440: merged from samba3
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r19438: try to fix up the build breakages on BSD systems due to incorrectly
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r19411: sigh - we can't call close here as its mapped to swrap_close() in the
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r19410: - fixed checker error
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r19408: I think tm_mon is ending up as -1 on some platforms
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r19403: try to fix the crashes in the buildfarm related to timegm
Andrew Tridgell
2007-10-10
1
-1
/
+10
*
r19395: Fix replacement function compilation.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19393: Add replacement function for socketpair()
Jelmer Vernooij
2007-10-10
3
-0
/
+66
*
r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
Jelmer Vernooij
2007-10-10
3
-24
/
+24
*
r19347: Add socketpair()
Jelmer Vernooij
2007-10-10
2
-1
/
+2
*
r19245: mrege from samba3:
Stefan Metzmacher
2007-10-10
1
-0
/
+18
*
r19242: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
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
*
r19198: fix typo...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19195: this should fix should workaround the broken
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r19186: that doesn't help...
Stefan Metzmacher
2007-10-10
1
-4
/
+0
*
r19173: see if HPUX 11.23 needs the same workaround as 11.11
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r19131: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19122: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-4
/
+17
*
r19120: silence a warning about a test function
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r19117: I've changed the checker wrapper on snab to allow for a
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r19116: fixed a checker warning
Andrew Tridgell
2007-10-10
1
-4
/
+2
*
r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtorture
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r19032: let the getdents replacement fail and see what the build-farm says.
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r19029: test if opendir() on a file sets errno = ENOTDIR
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r19023: lets see what the build-farm says about trying the
Stefan Metzmacher
2007-10-10
1
-22
/
+22
*
r19017: Merge from Samba3:
Volker Lendecke
2007-10-10
2
-0
/
+24
*
r18999: merge from samba3:
Stefan Metzmacher
2007-10-10
2
-10
/
+9
*
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r18970: avoid strndup and strnlen on AIX. They are quite broken. See
Andrew Tridgell
2007-10-10
2
-2
/
+6
*
r18960: fix caching of some configure tests AC_CACHE_CHECK()
Stefan Metzmacher
2007-10-10
2
-20
/
+20
*
r18957: we need to include unistd.h in system/network.h because
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r18947: overload listen() and ioctl() in socket_wrapper
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r18914: this bug fix needs to be for just hpux 11.11
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r18913: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18862: as andrew pointed our on irc, if we are going to define _TRUE, then
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r18861: merge from samba3
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r18859: finally worked out what is going wrong with immediate structures. The
Andrew Tridgell
2007-10-10
1
-0
/
+27
*
r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r18723: Update list of provided macros/defines in README.
Jelmer Vernooij
2007-10-10
1
-0
/
+7
*
r18675: merge from samba3:
Stefan Metzmacher
2007-10-10
1
-1
/
+17
*
r18674: merge from samba3,
Stefan Metzmacher
2007-10-10
1
-1
/
+1
[next]