summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-12Re-add support for samr_QueryDisplayInfo2/samr_QueryDisplayInfo3.Günther Deschner1-20/+44
2008-02-12Add querydispinfo2 and querydispinfo3 to rpcclient.Günther Deschner1-15/+75
2008-02-12The final SAM_USER_INFO massacre.Günther Deschner3-1982/+0
2008-02-12Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner3-66/+141
2008-02-12Remove unused marshalling for SAMR_SET_USERINFO2.Günther Deschner3-147/+0
2008-02-12Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner4-77/+56
2008-02-12Remove unused marshalling for SAMR_QUERY_USERINFO.Günther Deschner3-146/+0
2008-02-12Use everyGünther Deschner2-7/+14
2008-02-12Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner3-54/+59
2008-02-12Use rpccli_samr_QueryUserInfo() in rpcclient.Günther Deschner1-70/+46
2008-02-12w00t! SAMR server-side conversion to pidl is finished.Günther Deschner4-569/+4
2008-02-12Use pidl for _samr_QueryUserInfo.Günther Deschner3-116/+373
2008-02-12Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner1-0/+23
2008-02-12Merge _samr_SetUserInfo and _samr_SetUserInfo2 into one call.Günther Deschner1-180/+107
2008-02-12Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.Günther Deschner1-2/+2
2008-02-12Move some samr init functions around (to allow easier identification of newGünther Deschner4-464/+485
2008-02-12Remove unused marshalling for SAMR_ENUM_DOM_USERS.Günther Deschner3-259/+0