Stefan Metzmacher
184c461977
r21934: fix the build sorry
...
metze
2007-10-10 12:18:50 -05:00
Stefan Metzmacher
4b67f94c6a
r21931: include acl/libacl.h is present
...
I'm not sure if this should go into 3.0.25... it fixes a compiler warning about
a missing acl_get_perm() prototype
metze
2007-10-10 12:18:49 -05:00
Jelmer Vernooij
78d6c88f10
r21388: Merge support for providing replacement system headers.
2007-10-10 12:18:01 -05:00
Andrew Tridgell
04f6f01dfe
r21176: merged va_end() changes from Samba4
2007-10-10 12:17:45 -05:00
Stefan Metzmacher
024dd7d7c9
r20820: merge from samba4:
...
- include system/aio.h
- use full prototype for main
- use ifdef instead if
metze
2007-10-10 12:17:09 -05:00
Stefan Metzmacher
352ee73030
r20817: sync lib/replace with samba4
...
metze
2007-10-10 12:17:09 -05:00
Stefan Metzmacher
3061c333ec
r20789: merge from samba4:
...
- remove the epoll configure checks from libreplace
metze
2007-10-10 12:17:09 -05:00
Stefan Metzmacher
b303e929d1
r20385: merge from samba4:
...
only try to find dlfcn.h if the dlopen symbol was found,
it hopefully fixes systems where dlfcn.h but no library with dlopen
metze
2007-10-10 12:16:45 -05:00
Herb Lewis
c60687db11
r20261: merge 20260 from samba_3_0_24
...
clean up a bunch of no previous prototype warnings
2007-10-10 12:16:37 -05:00
Herb Lewis
ebe16589cb
r20248: merge 20247 from samba_3_0_24
...
get rid of warning: value computed is not used
2007-10-10 12:16:36 -05:00
Jeremy Allison
8eb53f74e4
r19957: Initial framework to make winbindd robust
...
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.
2007-10-10 12:16:15 -05:00
Jeremy Allison
02a0ac0bac
r19601: Fix protection from invalid struct tm values.
...
Backport from Samba4.
Jeremy.
2007-10-10 12:15:42 -05:00
James Peach
decdb46a3f
r19385: These replaced symbols should have a rep_ prefix.
2007-10-10 12:15:32 -05:00
Stefan Metzmacher
eb1f0b49cf
r19244: fix the build on systems with broken krb5
...
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
2007-10-10 12:15:25 -05:00
Stefan Metzmacher
a3a082c42c
r19240: move the NO_CONFIG_H check to libreplace
...
this fixes the quota detection configure and maybe more
configure tests
metze
2007-10-10 12:15:24 -05:00
Stefan Metzmacher
7cbdc06ad9
r19235: merge from samba4:
...
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
2007-10-10 12:15:23 -05:00
Stefan Metzmacher
9b5c5bc3f3
r19232: merge from samba4:
...
- machine/sys/getppdp.h workaround for HPUX 11.23
- more verbose check for net/if.h
metze
2007-10-10 12:15:23 -05:00
Stefan Metzmacher
21516dc5ac
r19130: fix the logic for the AC_PROG_CC_C99 check
...
metze
2007-10-10 12:15:14 -05:00
Andrew Tridgell
65e1500ae6
r19125: merge from samba4
2007-10-10 12:15:14 -05:00
Stefan Metzmacher
04031a9fca
r19121: try to get rid of the difference between in system/iconv.h
...
between samba 3 and 4.
metze
2007-10-10 12:15:13 -05:00
Stefan Metzmacher
281677084e
r19034: merge from samba4:
...
prepare libreplace testsuite for usage in smbtorture
metze
2007-10-10 12:15:04 -05:00
Stefan Metzmacher
fdad2ce734
r19031: merge from samba4:
...
add test that opendir() on files sets errno = ENOTDIR
metze
2007-10-10 12:15:03 -05:00
Stefan Metzmacher
61aa60c60f
r19030: merge missing stuff from samba4:
...
- strnlen() and strndup() are broken on AIX
- we need some extra CFLAGS on HPUX 11.11
metze
2007-10-10 12:15:03 -05:00
Volker Lendecke
3f59c8ef0c
r19016: As per Samba4 coding standards, turn tabs into spaces
2007-10-10 12:15:02 -05:00
Volker Lendecke
448d7c0c4b
r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on opendir
...
returning ENOTDIR when the file opened is not a directory. Can we merge this
back into Samba4?
Volker
2007-10-10 12:14:57 -05:00
Stefan Metzmacher
8899bc45f9
r18998: - make more usage of PRINTF_ATTRIBUTE()
...
- vsyslog takes a 'const char *format'
metze
2007-10-10 12:14:55 -05:00
Volker Lendecke
00f09d851c
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
2007-10-10 12:14:54 -05:00
Stefan Metzmacher
c460f28b68
r18961: merge from samba4:
...
fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...
metze
2007-10-10 12:14:51 -05:00
Stefan Metzmacher
d827534760
r18958: merge from samba4:
...
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
2007-10-10 12:14:50 -05:00
Stefan Metzmacher
77b0af43f0
r18953: sync socket_wrapper with samba4
...
metze
2007-10-10 12:14:50 -05:00
Andrew Tridgell
6d5f507136
r18864: merge lib/replace changes from samba4
2007-10-10 12:01:06 -05:00
Stefan Metzmacher
454d9590de
r18784: hopefully fix the BOOL bug on AIX
...
metze
2007-10-10 12:00:57 -05:00
Stefan Metzmacher
65013a8d9e
r18673: define the macros even if we don't define bool ourself
...
metze
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
6c101d2068
r18672: fix the build on Tru64
...
metze
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
5a589bb16c
r18671: try to fix the build on solaris 10 and maybe some other hosts
...
we need to define 'BOOL_DEFINED' to make sure it didn't get redefined
by <rpcsvc/yp_prot.h>
metze
2007-10-10 12:00:46 -05:00
Stefan Metzmacher
6b53ed8fdc
r18669: fix the samba3 build...
...
we need to move the iconv configure checks to libreplace...
metze
2007-10-10 12:00:45 -05:00
Stefan Metzmacher
dd76f4f5f3
r18649: the PRINTF_ATTRIUTE() macro is provided by libreplace
...
metze
2007-10-10 11:52:19 -05:00
Stefan Metzmacher
596cbe73dd
r18644: bring in libreplace in lib/replace
...
metze
2007-10-10 11:52:03 -05:00