summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij7-15/+22
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij15-38/+10
2008-02-20Remove more function-based inits.Jelmer Vernooij6-78/+118
2008-02-20Use function-based initialization for ildap backend.Jelmer Vernooij1-6/+3
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij10-93/+22
2008-02-20Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij5-11/+20
2008-02-19Factor out IP marshalling into separate function.Jelmer Vernooij1-36/+43
2008-02-19Add configure test for vdeplug library.Jelmer Vernooij1-0/+7
2008-02-19Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam1-3/+0
2008-02-19Adapt source code checkout information to git repo in talloc website.Michael Adam1-4/+5
2008-02-19Fix paths for talloc into unpacked directory (rsync commands).Michael Adam1-2/+2
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2-20/+20
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-2/+2
2008-02-16Add static header for gencache.Jelmer Vernooij2-5/+95
2008-02-14Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam1-1/+1
2008-02-14util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin1-8/+9
2008-02-13Fix talloc .so installation.Jelmer Vernooij1-1/+1
2008-02-13Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij4-16/+16
2008-02-13Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2-6/+2
2008-02-12Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2-2/+2
2008-02-12Support using shared library during testsuite run if tdb was built with a sha...Jelmer Vernooij1-2/+2
2008-02-12make sure libraries are built before attempting to install.Jelmer Vernooij1-2/+2
2008-02-12Specify PICFLAG when compiling python modules.Jelmer Vernooij2-2/+2
2008-02-12Make sure talloc.so is build before installing.Jelmer Vernooij1-2/+2
2008-02-12Fix installation of python module for ldb and tdb.Jelmer Vernooij2-1/+4
2008-02-12tdb/ldb: Use prefix in case DESTDIR is not set.Jelmer Vernooij2-8/+8
2008-02-12Create the required directories when installing Python code.Jelmer Vernooij2-0/+4
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij7-7/+20
2008-02-12Manually compile python files rather than use setup.py.Jelmer Vernooij4-22/+15
2008-02-12Manually compile python files rather than using setup.py.Jelmer Vernooij4-20/+18
2008-02-11Fix out of tree builds.Jelmer Vernooij5-10/+11
2008-02-11Split actual content out of tdb Makefile into a separate file.Jelmer Vernooij2-80/+89
2008-02-11Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2-37/+42
2008-02-11Move some more rules to rules.mkJelmer Vernooij2-6/+9
2008-02-11Split rules.mk out of Makefile.Jelmer Vernooij2-27/+31
2008-02-11Split rules out of tdb Makefile.Jelmer Vernooij2-38/+41
2008-02-11ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij3-122/+125
2008-02-11Remove unused function.Jelmer Vernooij1-139/+0
2008-02-11Fix typo.Jelmer Vernooij1-1/+1
2008-02-11Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
2008-02-11Fix a c++ warningVolker Lendecke1-1/+2
2008-02-11talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-02-11Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-02-11Implement talloc_pool()Volker Lendecke3-7/+207
2008-02-11Add a comment.Michael Adam1-0/+1
2008-02-11Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-02-11Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-1/+3
2008-02-11Fix the build: remove reference to inexistent header samba3_proto.hMichael Adam1-1/+0
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij10-1357/+0