summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-12Use rpccli_samr_EnumDomainUsers in net and rpcclient.Günther Deschner2-25/+33
2008-02-12Use rpccli_samr_EnumDomainGroups in rpcclient.Günther Deschner1-7/+9
2008-02-12Use rpccli_samr_EnumDomainAliases() in net and rpcclient.Günther Deschner2-34/+43
2008-02-12Remove a bogus commentVolker Lendecke1-6/+0
2008-02-12Cosmetics: remove new whitespace, sorry.Günther Deschner1-2/+2
2008-02-12Re-run make idl.Günther Deschner5-10/+31
2008-02-12Fix IDL for samr_QueryUserInfo.Günther Deschner1-1/+1
2008-02-12Use pidl for _samr_EnumDomainUsers().Günther Deschner2-85/+60
2008-02-12Re-run make idl.Günther Deschner2-2/+2
2008-02-12Fix IDL for samr_EnumDomainUsers.Günther Deschner1-2/+2
2008-02-12Use pidl for _samr_EnumDomainGroups() and _samr_EnumDomainAliases().Günther Deschner2-117/+78
2008-02-12Re-run make idl.Günther Deschner5-14/+35
2008-02-12Fix IDL for samr_EnumDomainAliases.Günther Deschner1-3/+3
2008-02-12Re-run make idl.Günther Deschner5-7/+28
2008-02-12Fix IDL for samr_EnumDomainGroups.Günther Deschner1-2/+2
2008-02-12Remove some more unused samr headers.Günther Deschner1-27/+0
2008-02-12Removing unused ACCT_-flags.Günther Deschner5-38/+13
2008-02-11Fix SAMR_FIELD_PARAMETERS handling in rpc_server/srv_samr_util.c.Günther Deschner1-13/+11