summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr/dcesrv_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORKSTATIONS - it is a list.Andrew Bartlett1-3/+3
2007-10-10r5783: Test renaming of accounts in the RPC-SAMR test, and add support intoAndrew Bartlett1-3/+13
2007-10-10r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter1-4/+4
2007-10-10r5309: removed ads.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-3/+3
2007-10-10r5080: patch from ronnie to make our samr IDL a little more consistentAndrew Tridgell1-12/+12
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-35/+35
2007-10-10r4745: remove the distinguishedName attribute adds from samr. See theAndrew Tridgell1-5/+0
2007-10-10r4715: alwys add the distinguishedName attributeStefan Metzmacher1-0/+5
2007-10-10r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett1-0/+1
2007-10-10r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett1-39/+3
2007-10-10r4680: Make more efficient use of memory in SAMR:Andrew Bartlett1-2/+2
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-39/+18
2007-10-10r4490: when implementing one rpc server call in terms of another call, youAndrew Tridgell1-1/+3
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell1-108/+156
2007-10-10r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.Volker Lendecke1-0/+16
2007-10-10r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...Volker Lendecke1-1/+58
2007-10-10r4414: Various bits&pieces:Volker Lendecke1-57/+107
2007-10-10r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...Volker Lendecke1-2/+143
2007-10-10r4393: Trivial bugfix for a silly bugVolker Lendecke1-3/+5
2007-10-10r4381: Add my copyrightVolker Lendecke1-0/+1
2007-10-10r4380: Implement samr_QueryDisplayInfo. This probably needs some polishing (D...Volker Lendecke1-1/+195
2007-10-10r4378: Implement samr_EnumDomainGroups and samr_EnumDomainAliases.Volker Lendecke1-12/+195
2007-10-10r4376: Implement samr_AddAliasMember, samr_DeleteAliasMember andVolker Lendecke1-5/+206
2007-10-10r4375: Implement samr_OpenAlias, samr_QueryAliasInfo and samr_SetAliasInfo. F...Volker Lendecke1-3/+151
2007-10-10r4374: Follow metzes hint, change LookupRids a bitVolker Lendecke1-19/+17
2007-10-10r4372: Implement samr_LookupRidsVolker Lendecke1-1/+67
2007-10-10r4367: Implement samr_AddGroupMember, samr_DeleteGroupMember andVolker Lendecke1-5/+176
2007-10-10r4344: Unify memory handling in dcerpc_samr.c a bitVolker Lendecke1-12/+7
2007-10-10r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't thereVolker Lendecke1-7/+124
2007-10-10r4332: Fix a potential memleak.Volker Lendecke1-3/+3
2007-10-10r4320: fix locations of new trusting domains and domsin controllerStefan Metzmacher1-2/+2
2007-10-10r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett1-2/+2
2007-10-10r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.Andrew Bartlett1-1/+1
2007-10-10r3804: Add more comparison tests in RPC-SAMSYNC.Andrew Bartlett1-3/+3
2007-10-10r3788: give new accounts and groups a objectGUIDStefan Metzmacher1-16/+27
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-1/+1
2007-10-10r3724: Rename a number of structures, for better consistance between SAMR andAndrew Bartlett1-150/+150
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-1/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now thatAndrew Bartlett1-0/+14
2007-10-10r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett1-0/+9
2007-10-10r2675: added a convenience functionAndrew Tridgell1-47/+11
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-2/+2
2007-10-10r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter1-37/+37
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell1-127/+60
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-4/+4