summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/samr
Commit message (Expand)AuthorAgeFilesLines
* r4745: remove the distinguishedName attribute adds from samr. See theAndrew Tridgell2007-10-101-5/+0
* r4715: alwys add the distinguishedName attributeStefan Metzmacher2007-10-101-0/+5
* r4707: w2k3 don't restict passwords onStefan Metzmacher2007-10-101-8/+17
* r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett2007-10-101-0/+1
* r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett2007-10-101-39/+3
* r4680: Make more efficient use of memory in SAMR:Andrew Bartlett2007-10-101-2/+2
* r4650: - make more use of bitmap and enum'sStefan Metzmacher2007-10-101-2/+2
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-39/+18
* 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
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-101-108/+156
* r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does.Volker Lendecke2007-10-101-0/+16
* r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete...Volker Lendecke2007-10-101-1/+58
* r4414: Various bits&pieces:Volker Lendecke2007-10-101-57/+107
* r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes...Volker Lendecke2007-10-101-2/+143
* 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
* r4344: Unify memory handling in dcerpc_samr.c a bitVolker Lendecke2007-10-101-12/+7
* 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
* r4320: fix locations of new trusting domains and domsin controllerStefan Metzmacher2007-10-101-2/+2
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2007-10-102-1029/+0
* r3977: fixed the lmPwdHash change in the rpc server (we were not fetching theAndrew Tridgell2007-10-101-1/+1
* r3953: the lm verifier key in passwoed ChangePasswordUser3 is based on the ntAndrew Tridgell2007-10-101-1/+1
* r3952: added validation of the lm and nt verifiers to our server side passwor...Andrew Tridgell2007-10-101-2/+41
* r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We nowAndrew Bartlett2007-10-101-2/+2
* r3810: create a LIB_SECURITY subsystemStefan Metzmacher2007-10-101-1/+1
* r3807: Cross-check the basic attributes for groups and aliases in RPC-SAMSYNC.Andrew Bartlett2007-10-101-1/+1
* r3804: Add more comparison tests in RPC-SAMSYNC.Andrew Bartlett2007-10-102-8/+8
* r3788: give new accounts and groups a objectGUIDStefan Metzmacher2007-10-101-16/+27
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-103-1/+3
* r3724: Rename a number of structures, for better consistance between SAMR andAndrew Bartlett2007-10-102-152/+152
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-102-0/+2
* r3462: separate out the crypto includesAndrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-102-4/+5
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-102-0/+2
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-103-0/+3
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-101-1/+1
* r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now thatAndrew Bartlett2007-10-101-0/+14
* r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett2007-10-101-0/+9
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-101-78/+18
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-101-10/+10
* r2734: the samdb_destructor can be staticAndrew Tridgell2007-10-101-1/+1