summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-13Fix build: Add missing prerequisites for libwbclient.soMichael Adam1-4/+4
2008-02-13libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher1-10/+12
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher5-38/+16
2008-02-13Fix install: Add creation of include dir to installlibtalloc target.Michael Adam1-0/+1
2008-02-13Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner2-118/+0
2008-02-13Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2-42/+36
2008-02-13Merge data_blob_talloc_zero() from samba4.Günther Deschner1-0/+12
2008-02-13Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam1-2/+2
2008-02-13Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam1-0/+3
2008-02-13Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner1-58/+108
2008-02-13Fix some comment typos.Michael Adam1-5/+5
2008-02-13Remove some unneded variables: we always build and install some talloc libs.Michael Adam2-12/+3
2008-02-13Put talloc lib targets into variables and uses these.Michael Adam2-8/+14
2008-02-13Simplify code by moving duplicate assignment to common place.Michael Adam1-2/+1
2008-02-13Add support for linking talloc library statically or dynamically into samba.Michael Adam2-4/+46
2008-02-13Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2-4/+13
2008-02-13Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam1-2/+2
2008-02-13Add support for building libtalloc.a and libtalloc.so.Michael Adam3-4/+75
2008-02-12Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison11-58/+118
2008-02-12Prevent "parameters" being used without initialization.Jeremy Allison1-0/+2
2008-02-13Fix copy & paste typo in function prototype.Michael Adam1-1/+1
2008-02-13Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2-2/+2
2008-02-13Make sure talloc.so is build before installing.Jelmer Vernooij1-2/+2
2008-02-13Fix out of tree builds.Jelmer Vernooij1-2/+2
2008-02-13Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2-37/+42
2008-02-13Split rules.mk out of Makefile.Jelmer Vernooij2-27/+31
2008-02-13Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
2008-02-13build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2-2/+0
2008-02-13talloc/tdb: Use manually written pc file.Jelmer Vernooij2-0/+2
2008-02-13r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij1-1/+1
2008-02-13r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij1-0/+7
2008-02-13r26292: Make sure swig directory exists.Jelmer Vernooij1-0/+1
2008-02-13r26280: Fix installation if swig is not available.Jelmer Vernooij1-1/+1
2008-02-13r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+1
2008-02-13r26197: Add bindings for libsecurity.Jelmer Vernooij2-9/+2
2008-02-13r26187: Fix module name, indentation.Jelmer Vernooij1-0/+2
2008-02-13r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij1-0/+24
2008-02-13r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2-2/+2
2008-02-13r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher1-2/+1
2008-02-13r25953: AIX make doesn't support $^.Jelmer Vernooij2-2/+2
2008-02-13r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij3-2/+6
2008-02-13r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij1-1/+1
2008-02-13r25882: Build shared library of talloc as well.Jelmer Vernooij2-2/+22
2008-02-13Fix the build of winbindd, sorry.Günther Deschner1-5/+3
2008-02-13Remove unused marshalling for LSA_ENUM_TRUST_DOM.Günther Deschner3-273/+0
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner4-43/+75
2008-02-13Use pidl for _lsa_EnumTrustDom()Günther Deschner2-42/+31
2008-02-13Re-run make idl.Günther Deschner2-4/+4
2008-02-13Fix IDL for lsa_EnumTrustDom.Günther Deschner1-3/+3
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner13-83/+51