summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* The final SAM_USER_INFO massacre.Günther Deschner2008-02-123-1982/+0
* Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner2008-02-123-66/+141
* Remove unused marshalling for SAMR_SET_USERINFO2.Günther Deschner2008-02-123-147/+0
* Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner2008-02-124-77/+56
* Remove unused marshalling for SAMR_QUERY_USERINFO.Günther Deschner2008-02-123-146/+0
* Use everyGünther Deschner2008-02-122-7/+14
* Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2008-02-123-54/+59
* Use rpccli_samr_QueryUserInfo() in rpcclient.Günther Deschner2008-02-121-70/+46
* w00t! SAMR server-side conversion to pidl is finished.Günther Deschner2008-02-124-569/+4
* Use pidl for _samr_QueryUserInfo.Günther Deschner2008-02-123-116/+373
* Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner2008-02-121-0/+23
* Merge _samr_SetUserInfo and _samr_SetUserInfo2 into one call.Günther Deschner2008-02-121-180/+107
* Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.Günther Deschner2008-02-121-2/+2
* Move some samr init functions around (to allow easier identification of newGünther Deschner2008-02-124-464/+485
* Remove unused marshalling for SAMR_ENUM_DOM_USERS.Günther Deschner2008-02-123-259/+0
* Use rpccli_samr_EnumDomainUsers in net and rpcclient.Günther Deschner2008-02-122-25/+33
* Use rpccli_samr_EnumDomainGroups in rpcclient.Günther Deschner2008-02-121-7/+9
* Use rpccli_samr_EnumDomainAliases() in net and rpcclient.Günther Deschner2008-02-122-34/+43