summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r17746: the automatic archive creation in make breaks on 3 platforms. Lets tryAndrew Tridgell2007-10-101-2/+4
* r17745: got rid of the final asprintf() in ldbAndrew Tridgell2007-10-101-1/+1
* r17743: fix compiler warningsStefan Metzmacher2007-10-102-10/+10
* r17741: tru64 uses inttypes.h not stdint.h.Andrew Tridgell2007-10-101-0/+3
* r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2007-10-102-4/+4
* r17739: forgot to add replace/*Andrew Tridgell2007-10-103-0/+120
* r17738: solving the seemingly trivial problem of timegm() being missing onAndrew Tridgell2007-10-105-28/+23
* r17737: fixed a 'declaration in code' errorAndrew Tridgell2007-10-101-1/+2
* r17735: a (probably useless) attempt to workaround stupidity in HPs version ofAndrew Tridgell2007-10-101-1/+1
* r17734: tru64 needs these for standalone buildAndrew Tridgell2007-10-101-0/+4
* r17733: doxygen is way too noisy to build every time, and it doesn't doAndrew Tridgell2007-10-101-1/+1
* r17732: after some help from Jelmer, changed builddocs.sh not to rely onAndrew Tridgell2007-10-1010-43/+33
* r17731: try to cope with freebsd handling of .a dependenciesAndrew Tridgell2007-10-101-1/+1
* r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell2007-10-101-1/+1
* r17729: remove the dependence on an internet connection for buildingAndrew Tridgell2007-10-103-18/+87
* r17726: not having slapd installed isn't a ldb test failureAndrew Tridgell2007-10-101-1/+2
* r17725: VPATH and builds out of the source directory causes problems with theAndrew Tridgell2007-10-101-1/+1
* r17724: don't rely on strnlen() as MacOSX 10.4 doesn't have it. Someday appleAndrew Tridgell2007-10-101-2/+12
* r17722: better to use talloc_vasprintf() than vasprintf() directly, as itAndrew Tridgell2007-10-101-4/+3
* r17721: fixed the dlopen and MODULESDIR handling in the standalone buildAndrew Tridgell2007-10-102-3/+7
* r17720: in standalone ldb build, some systems need sys/stat.h and a defn ofAndrew Tridgell2007-10-101-0/+5
* r17719: ldb_cmdline needs to be static for cc on solarisAndrew Tridgell2007-10-101-1/+2
* r17718: don't consider a slapadd failure in the ldap backend tests as a ldbAndrew Tridgell2007-10-101-1/+4
* r17716: make casts explicit and remove compiler warningsStefan Metzmacher2007-10-101-8/+8
* r17715: make the cast explicit and remove compiler warningsStefan Metzmacher2007-10-101-4/+4
* r17714: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r17713: fix compiler warningsStefan Metzmacher2007-10-102-7/+7
* r17712: fix compiler warningStefan Metzmacher2007-10-101-1/+6
* r17711: fix compiler warningsStefan Metzmacher2007-10-103-10/+9
* r17708: make the automated testing of the ldb ldap backend more portableAndrew Tridgell2007-10-102-7/+9
* r17707: Match the output (aside from dividers) the output ofAndrew Bartlett2007-10-101-6/+28
* r17706: remove the dependence on gnu make in the standalone buildAndrew Tridgell2007-10-102-66/+39
* r17702: test for gcc, and only enable gcc flags if trueAndrew Tridgell2007-10-101-2/+1
* r17701: doxygen (if installed!) needs to be run in the src directoryAndrew Tridgell2007-10-101-1/+1
* r17700: Despite our best hopes, the way module initialisation tends to happen,Andrew Bartlett2007-10-101-4/+4
* r17698: The original code assumed that &data->context was a valid tallocAndrew Bartlett2007-10-102-13/+21
* r17697: - enable test for slapdAndrew Tridgell2007-10-101-1/+2
* r17696: attempt to allow ldb to use an external popt directory, so we canAndrew Tridgell2007-10-102-2/+32
* r17695: added installcheck targetAndrew Tridgell2007-10-101-1/+3
* r17693: only install man pages if we have managed to generate them withAndrew Tridgell2007-10-101-2/+2
* r17692: - don't try and run ldap tests unless we have slapdAndrew Tridgell2007-10-101-5/+6
* r17691: Make the structure more public, so we have somewhere for callingAndrew Bartlett2007-10-102-5/+6
* r17689: build works, this should fix install ....Andrew Tridgell2007-10-101-1/+2
* r17688: the commit/test cycle for getting this to work in the build farm sureAndrew Tridgell2007-10-101-1/+1
* r17687: remove circular dependencyAndrew Tridgell2007-10-101-2/+2
* r17686: tdb.pc is in the build directoryAndrew Tridgell2007-10-101-1/+1
* r17685: talloc.pc is in the build directoryAndrew Tridgell2007-10-101-1/+1
* r17684: and we need -Iinclude for tdbAndrew Tridgell2007-10-101-1/+1
* r17683: to pick up config.h we need -I. as well for tallocAndrew Tridgell2007-10-101-1/+1
* r17681: fixed standalone talloc build to support building in a separateAndrew Tridgell2007-10-102-3/+7