summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17722: better to use talloc_vasprintf() than vasprintf() directly, as itAndrew Tridgell1-4/+3
2007-10-10r17721: fixed the dlopen and MODULESDIR handling in the standalone buildAndrew Tridgell2-3/+7
2007-10-10r17720: in standalone ldb build, some systems need sys/stat.h and a defn ofAndrew Tridgell1-0/+5
2007-10-10r17719: ldb_cmdline needs to be static for cc on solarisAndrew Tridgell1-1/+2
2007-10-10r17718: don't consider a slapadd failure in the ldap backend tests as a ldbAndrew Tridgell1-1/+4
2007-10-10r17716: make casts explicit and remove compiler warningsStefan Metzmacher1-8/+8
2007-10-10r17715: make the cast explicit and remove compiler warningsStefan Metzmacher1-4/+4
2007-10-10r17714: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r17713: fix compiler warningsStefan Metzmacher2-7/+7
2007-10-10r17712: fix compiler warningStefan Metzmacher1-1/+6
2007-10-10r17711: fix compiler warningsStefan Metzmacher3-10/+9
2007-10-10r17708: make the automated testing of the ldb ldap backend more portableAndrew Tridgell2-7/+9
2007-10-10r17707: Match the output (aside from dividers) the output ofAndrew Bartlett1-6/+28
2007-10-10r17706: remove the dependence on gnu make in the standalone buildAndrew Tridgell2-66/+39
2007-10-10r17702: test for gcc, and only enable gcc flags if trueAndrew Tridgell1-2/+1
2007-10-10r17701: doxygen (if installed!) needs to be run in the src directoryAndrew Tridgell1-1/+1
2007-10-10r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett1-4/+4
2007-10-10r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett2-13/+21
2007-10-10r17697: - enable test for slapdAndrew Tridgell1-1/+2
2007-10-10r17696: attempt to allow ldb to use an external popt directory, so we canAndrew Tridgell2-2/+32
2007-10-10r17695: added installcheck targetAndrew Tridgell1-1/+3
2007-10-10r17693: only install man pages if we have managed to generate them withAndrew Tridgell1-2/+2
2007-10-10r17692: - don't try and run ldap tests unless we have slapdAndrew Tridgell1-5/+6
2007-10-10r17691: Make the structure more public, so we have somewhere for callingAndrew Bartlett2-5/+6
2007-10-10r17689: build works, this should fix install ....Andrew Tridgell1-1/+2
2007-10-10r17688: the commit/test cycle for getting this to work in the build farm sureAndrew Tridgell1-1/+1
2007-10-10r17687: remove circular dependencyAndrew Tridgell1-2/+2
2007-10-10r17686: tdb.pc is in the build directoryAndrew Tridgell1-1/+1
2007-10-10r17685: talloc.pc is in the build directoryAndrew Tridgell1-1/+1
2007-10-10r17684: and we need -Iinclude for tdbAndrew Tridgell1-1/+1
2007-10-10r17683: to pick up config.h we need -I. as well for tallocAndrew Tridgell1-1/+1
2007-10-10r17681: fixed standalone talloc build to support building in a separateAndrew Tridgell2-3/+7
2007-10-10r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2-5/+16
2007-10-10r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell8-48/+77
2007-10-10r17678: don't free result message twiceAndrew Tridgell1-3/+3
2007-10-10r17674: fixed a problem on with our configure logic on systems that haveAndrew Tridgell3-5/+5
2007-10-10r17660: fixed configure testAndrew Tridgell1-1/+1
2007-10-10r17659: cope with systems without the x509 gnutls functionsAndrew Tridgell1-1/+6
2007-10-10r17658: several replacement snprintf() fixes.Andrew Tridgell1-15/+40
2007-10-10r17645: gcc 4.1.x has started producing "value computed is not used" warningsAndrew Tridgell1-1/+4
2007-10-10r17633: Return NULL at the end of the file, or else we can't tell theAndrew Bartlett1-0/+4
2007-10-10r17614: Our first "client side' ldb module.Simo Sorce2-0/+448
2007-10-10r17613: style fixSimo Sorce1-1/+2
2007-10-10r17601: Fix declaration after statement.Andrew Bartlett1-3/+2
2007-10-10r17600: Finish the schema conversion tool, and add a mapping file, used to mapAndrew Bartlett2-58/+145
2007-10-10r17599: Improvements to the AD-like to OpenLDAP format schema conversion util...Andrew Bartlett1-53/+252
2007-10-10r17596: apply patch from MartinSimo Sorce1-4/+4
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher7-55/+63
2007-10-10r17582: Fix dependenies for oLschema2ldif.Andrew Bartlett1-1/+1
2007-10-10r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.Andrew Bartlett1-0/+324