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