summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...Andrew Tridgell2007-10-101-1/+2
* r4558: more use of bitmaps and enumsStefan Metzmacher2007-10-102-4/+9
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-102-3/+2
* r4520: added a enum test function to the echo pipeAndrew Tridgell2007-10-101-0/+6
* r4508: - simplify the code and allocate only in one placeStefan Metzmacher2007-10-101-15/+4
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2007-10-102-57/+96
* r4490: when implementing one rpc server call in terms of another call, youAndrew Tridgell2007-10-101-1/+3
* r4487: fixed the use of ldb_msg_add_*() in the samr password backendAndrew Tridgell2007-10-101-18/+28
* r4485: remove unused TODO comment we already handle the DS_ROLE_STANDALONE_SE...Stefan Metzmacher2007-10-101-2/+0
* r4484: - use the nTMixedDomain attribute to check if our domain is mixed mode...Stefan Metzmacher2007-10-101-5/+9
* r4483: - rename same structs, enums and uninons of the dssetup pipeStefan Metzmacher2007-10-101-72/+137
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-103-121/+176
* r4461: finished the remaining information levels in the DSSETUP pipe. The pip...Andrew Tridgell2007-10-101-20/+38
* r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root usersJelmer Vernooij2007-10-101-1/+1
* r4453: use lp_server_role(), which currently returns 3, for the dssetupAndrew Tridgell2007-10-101-1/+1
* r4452: the beginnings of a dssetup rpc server.Andrew Tridgell2007-10-102-0/+191
* r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3()Andrew Tridgell2007-10-101-42/+138
* r4440: - add a start of srvsvc_NetShareCheck() server codeStefan Metzmacher2007-10-102-17/+83
* r4433: added the boilerplate for the new w2k3 LSA functions in preparationAndrew Tridgell2007-10-101-0/+220
* r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idlStefan Metzmacher2007-10-102-277/+555
* r4426: fix same namesStefan Metzmacher2007-10-101-13/+13
* r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...Stefan Metzmacher2007-10-103-92/+158
* r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.Volker Lendecke2007-10-101-0/+16
* r4416: [in,out] variables do have an r->out component...Volker Lendecke2007-10-101-1/+1
* r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...Volker Lendecke2007-10-101-1/+58
* r4414: Various bits&pieces:Volker Lendecke2007-10-102-58/+117
* r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...Volker Lendecke2007-10-101-2/+143
* r4394: Use 'raw' protocol towers in the lists in the endpoint rather thenJelmer Vernooij2007-10-101-29/+22
* r4393: Trivial bugfix for a silly bugVolker Lendecke2007-10-101-3/+5
* r4381: Add my copyrightVolker Lendecke2007-10-101-0/+1
* r4380: Implement samr_QueryDisplayInfo. This probably needs some polishing (D...Volker Lendecke2007-10-101-1/+195
* r4378: Implement samr_EnumDomainGroups and samr_EnumDomainAliases.Volker Lendecke2007-10-101-12/+195
* r4376: Implement samr_AddAliasMember, samr_DeleteAliasMember andVolker Lendecke2007-10-101-5/+206
* r4375: Implement samr_OpenAlias, samr_QueryAliasInfo and samr_SetAliasInfo. F...Volker Lendecke2007-10-101-3/+151
* r4374: Follow metzes hint, change LookupRids a bitVolker Lendecke2007-10-101-19/+17
* r4372: Implement samr_LookupRidsVolker Lendecke2007-10-101-1/+67
* r4367: Implement samr_AddGroupMember, samr_DeleteGroupMember andVolker Lendecke2007-10-101-5/+176
* r4359: using talloc_free() of a child struct in a talloc_destructor is uselessStefan Metzmacher2007-10-101-5/+0
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-101-1/+2
* r4344: Unify memory handling in dcerpc_samr.c a bitVolker Lendecke2007-10-101-12/+7
* r4340: - simplify lsa_GetUserName() server code,Stefan Metzmacher2007-10-101-29/+5
* r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't thereVolker Lendecke2007-10-101-7/+124
* r4332: Fix a potential memleak.Volker Lendecke2007-10-101-3/+3
* r4323: - implement the lsa_GetUserName() server callStefan Metzmacher2007-10-101-18/+106
* r4321: objectClass trustedDomain uses "securityIdentifier" for the sidStefan Metzmacher2007-10-101-11/+13
* r4320: fix locations of new trusting domains and domsin controllerStefan Metzmacher2007-10-101-2/+2
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-104-59/+101
* r4283: adding a privilege that an account already has is not an errorAndrew Tridgell2007-10-101-60/+90
* r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...Andrew Tridgell2007-10-101-119/+203
* r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell2007-10-101-6/+52