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
/
source3
/
aclocal.m4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20429: Restructure the libuuid API tests to handle the case where libuuid
James Peach
1
-17
/
+21
2007-10-10
r19090: - the LIBREPLACE_C99 isn't needed in aclocal.m4
Stefan Metzmacher
1
-76
/
+0
2007-10-10
r19088: filter out -Wl,-rpath combinations with /usr/lib too
Stefan Metzmacher
1
-5
/
+24
2007-10-10
r18867: change the group mapping code to use ldb instead of tdb
Andrew Tridgell
1
-0
/
+3
2007-10-10
r18644: bring in libreplace in lib/replace
Stefan Metzmacher
1
-51
/
+2
2007-10-10
r18519: Copy over the Samba4 code to figure out options for the named initial...
Volker Lendecke
1
-0
/
+72
2007-10-10
r17401: BUG 3855: remove bits of XML and SQL checks from aclocal.m4
Gerald Carter
1
-279
/
+0
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+94
2007-10-10
r16337: Add configure fixes by Bjoern Jacke <samba@j3e.de>.
Volker Lendecke
1
-2
/
+2
2007-10-10
r16294: Fix syntax error.
Lars Müller
1
-1
/
+1
2007-10-10
r16111: Patch from Björn JACKE <samba@j3e.de>.
James Peach
1
-2
/
+40
2007-10-10
r16057: Coalesce the DMAPI configure tests into a single macro. Add
James Peach
1
-0
/
+91
2007-10-10
r15928: When we search for clock_gettime, we might find it in librt, but librt
James Peach
1
-12
/
+64
2007-10-10
r15451: Rewrite AC_LIBTESTFUNC so that it works like the callers
James Peach
1
-12
/
+24
2007-10-10
r15448: New autoconf macro to test for sysconf variables.
James Peach
1
-0
/
+18
2007-10-10
r15333: Paulg broke the function prototyping of decl_static_XX.
Jeremy Allison
1
-1
/
+1
2007-10-10
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
1
-0
/
+2
2007-10-10
r13425: Revert all the "clever" compiler options checks. They broke
James Peach
1
-0
/
+12
2007-10-10
r13418: Formalise support for checking compiler options.
James Peach
1
-12
/
+0
2007-10-10
r11658: Someone broke the initialization of the static modules by adding a 'N...
Jeremy Allison
1
-1
/
+1
2007-10-10
r11653: Declare the correct return value for the static initialization functi...
Paul Green
1
-1
/
+1
2007-10-10
r9302: Change AC_LIBTESTFUNC to check in the current $LIBS before adding the new
James Peach
1
-7
/
+13
2007-10-10
r7374: BUG 1261: remove unusable libbiconv after discussion with Timur (FreeB...
Gerald Carter
1
-11
/
+0
2004-01-04
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
1
-0
/
+45
2003-11-06
A fix to allow configure to find iconv on a number of systems including those
Richard Sharpe
1
-19
/
+14
2003-10-24
Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in
Richard Sharpe
1
-2
/
+2
2003-10-09
We need to make sure that the files that contain the static_init_$subsystem;
Jelmer Vernooij
1
-1
/
+1
2003-09-28
Change AC_CHECK_LIB_EXT to prepend libraries instead of append. This
Tim Potter
1
-1
/
+1
2003-08-21
Keep list of ignored and shared modules
Jelmer Vernooij
1
-0
/
+2
2003-08-15
Fix charset detection code in configure.
Alexander Bokovoy
1
-7
/
+4
2003-08-15
Remove nasty hack in modules system. We don't recompile files anymore
Jelmer Vernooij
1
-0
/
+1
2003-08-13
This is an intermediate commit ... we check for three different charsets
Richard Sharpe
1
-0
/
+19
2003-08-11
Improve MySQL library detection, add support for MySQL 4
Jelmer Vernooij
1
-131
/
+7
2003-07-21
Metze's AD/LDAP detection patches mainly to do with library detection.
Tim Potter
1
-0
/
+107
2003-07-10
Fix a small problem I seem to have introduced into aclocal.m4
Richard Sharpe
1
-1
/
+0
2003-07-09
Fix a small spelling mistake and push out the new version of aclocal.m4 to
Richard Sharpe
1
-30
/
+59
2003-06-26
Remove the MODULES_CLEAN variable. It's no longer necessary since
Jelmer Vernooij
1
-1
/
+0
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+26
2003-04-15
Add selection of the modules to configure (merge from HEAD)
Jelmer Vernooij
1
-0
/
+37
2003-02-24
Merge crypt(), ACL lib and shared lib changes from HEAD.
Andrew Bartlett
1
-0
/
+156
2003-02-15
Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizing
Alexander Bokovoy
1
-0
/
+23
2002-11-09
Sync with HEAD
Jelmer Vernooij
1
-0
/
+359
2002-10-28
Sync with HEAD
Jelmer Vernooij
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-828
/
+1
2001-09-24
Added SWAT i18n feature:
Motonobu Takahashi
1
-0
/
+407
2001-05-30
- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add
Andrew Tridgell
1
-0
/
+14
2000-06-10
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
1
-13
/
+0
2000-03-31
fixes for broken IRIX header file merged from 2.0 branch
Herb Lewis
1
-0
/
+8
2000-03-31
IRIX include fixes.
Jeremy Allison
1
-0
/
+9
2000-03-13
Adding libtool support to HEAD branch. We're going to need this for
Tim Potter
1
-0
/
+432
[next]