Age | Commit message (Collapse) | Author | Files | Lines |
|
against tdb corruption. Needs fleshing out
(and I forgot one record type) and needs helpful
suggestion from Volker to validate freelist,
but should give an idea of how this will look.
Jeremy.
(This used to be commit 8eb53f74e414483afde7b1e38ea2a3f56ae3ec66)
|
|
Backport from Samba4.
Jeremy.
(This used to be commit 02a0ac0bacafe91e4fa3ca0cae2f05a25215efbc)
|
|
(This used to be commit decdb46a3f7445d589c23e0ad554453ae79cd292)
|
|
we need to make sure
HAVE_GSSAPI
HAVE_KRB5_H
HAVE_GSSAPI_H
HAVE_GSSAPI_GSSAPI_GENERIC_H
HAVE_GSSAPI_GSSAPI_H
are not in config.h
this adds 2 new macros to libreplace
AC_REMOVE_DEFINE(), AC_REMOVE_INCLUDE()
metze
(This used to be commit eb1f0b49cf0e84385a62f9dfcb2167fea2e8fd8b)
|
|
this fixes the quota detection configure and maybe more
configure tests
metze
(This used to be commit a3a082c42ccb21cb16d2e53991808ef3224efc6c)
|
|
fix configure test for net/if.h on some platforms
AC_LANG_SOURCE() adds the content of confdefs.h in front
of the compiled file
metze
(This used to be commit 7cbdc06ad9b68544c8eeaa68fdd7b03f71c0b739)
|
|
- machine/sys/getppdp.h workaround for HPUX 11.23
- more verbose check for net/if.h
metze
(This used to be commit 9b5c5bc3f3912776af6a8c9b13a9cb8dd2eff8f8)
|
|
metze
(This used to be commit 21516dc5ac95e7e5d6a7d7f890d42742b36f2454)
|
|
(This used to be commit 65e1500ae6b5ca6334a63f4a18272568202bc048)
|
|
between samba 3 and 4.
metze
(This used to be commit 04031a9fca037ad77cca0ba0da6801d5017521ba)
|
|
prepare libreplace testsuite for usage in smbtorture
metze
(This used to be commit 281677084e022336877dd141befd508a0b5c08a9)
|
|
add test that opendir() on files sets errno = ENOTDIR
metze
(This used to be commit fdad2ce7346678d29adf877b580e9285be286755)
|
|
- strnlen() and strndup() are broken on AIX
- we need some extra CFLAGS on HPUX 11.11
metze
(This used to be commit 61aa60c60ffddcbad433b26d7f3a836e4fcd8732)
|
|
(This used to be commit 3f59c8ef0c3f2a27c1c46b48fe8ee5ccacb44b7b)
|
|
opendir
returning ENOTDIR when the file opened is not a directory. Can we merge this
back into Samba4?
Volker
(This used to be commit 448d7c0c4b6a1d7d9c544d39d7b461dd1c69fd8e)
|
|
- vsyslog takes a 'const char *format'
metze
(This used to be commit 8899bc45f908a15fb496f5c0a29692e7494a56cc)
|
|
(This used to be commit 00f09d851c734cb6450feac2d6efc71a540be11f)
|
|
fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...
metze
(This used to be commit c460f28b68b75342bfabe3b396dd06e07a668ec4)
|
|
we need to include unistd.h in system/network.h because
it contains the ioctl() prototype on some systems
and we need to make sure it gets included before socket_wrapper
defines ioctl swrap_ioctl
metze
(This used to be commit d8275347606cd183caea69837fd765b96d4bab71)
|
|
metze
(This used to be commit 77b0af43f0f7e52b9040a1d3edfb556a232e64f1)
|
|
(This used to be commit 6d5f507136be327558e98214b64eca225ca23d66)
|
|
metze
(This used to be commit 454d9590de6ff94a1edd7321e26af0f0978a356a)
|
|
metze
(This used to be commit 65013a8d9e678c44cecae07967b7a001b796faf1)
|
|
metze
(This used to be commit 6c101d206812fe24233409e0757cad52638e685a)
|
|
we need to define 'BOOL_DEFINED' to make sure it didn't get redefined
by <rpcsvc/yp_prot.h>
metze
(This used to be commit 5a589bb16c2bb3da75874bd190384eabd39eb972)
|
|
we need to move the iconv configure checks to libreplace...
metze
(This used to be commit 6b53ed8fdc2a4c0b3b24e22ada90d14d60cc93fb)
|
|
metze
(This used to be commit dd76f4f5f374ec4822abbf1a09d26287926b92ce)
|
|
metze
(This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
|