Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4483: - rename same structs, enums and uninons of the dssetup pipe | Stefan Metzmacher | 1 | -72/+137 |
2007-10-10 | r4475: fixed smbd to work with the small changes in the ldb API (the most imp... | Andrew Tridgell | 3 | -121/+176 |
2007-10-10 | r4461: finished the remaining information levels in the DSSETUP pipe. The pip... | Andrew Tridgell | 1 | -20/+38 |
2007-10-10 | r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root users | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r4453: use lp_server_role(), which currently returns 3, for the dssetup | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4452: the beginnings of a dssetup rpc server. | Andrew Tridgell | 2 | -0/+191 |
2007-10-10 | r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3() | Andrew Tridgell | 1 | -42/+138 |
2007-10-10 | r4440: - add a start of srvsvc_NetShareCheck() server code | Stefan Metzmacher | 2 | -17/+83 |
2007-10-10 | r4433: added the boilerplate for the new w2k3 LSA functions in preparation | Andrew Tridgell | 1 | -0/+220 |
2007-10-10 | r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idl | Stefan Metzmacher | 2 | -277/+555 |
2007-10-10 | r4426: fix same names | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY... | Stefan Metzmacher | 3 | -92/+158 |
2007-10-10 | r4417: Reply to samr_QueryDomainInfo with the same static value as level2 does. | Volker Lendecke | 1 | -0/+16 |
2007-10-10 | r4416: [in,out] variables do have an r->out component... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r4415: Implement samr_RemoveMemberFromForeignDomain. This is needed to delete... | Volker Lendecke | 1 | -1/+58 |
2007-10-10 | r4414: Various bits&pieces: | Volker Lendecke | 2 | -58/+117 |
2007-10-10 | r4399: Implement samr_GetAliasMembership and samr_GetGroupsForUser. With thes... | Volker Lendecke | 1 | -2/+143 |
2007-10-10 | r4394: Use 'raw' protocol towers in the lists in the endpoint rather then | Jelmer Vernooij | 1 | -29/+22 |
2007-10-10 | r4393: Trivial bugfix for a silly bug | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r4381: Add my copyright | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4380: Implement samr_QueryDisplayInfo. This probably needs some polishing (D... | Volker Lendecke | 1 | -1/+195 |
2007-10-10 | r4378: Implement samr_EnumDomainGroups and samr_EnumDomainAliases. | Volker Lendecke | 1 | -12/+195 |
2007-10-10 | r4376: Implement samr_AddAliasMember, samr_DeleteAliasMember and | Volker Lendecke | 1 | -5/+206 |
2007-10-10 | r4375: Implement samr_OpenAlias, samr_QueryAliasInfo and samr_SetAliasInfo. F... | Volker Lendecke | 1 | -3/+151 |
2007-10-10 | r4374: Follow metzes hint, change LookupRids a bit | Volker Lendecke | 1 | -19/+17 |
2007-10-10 | r4372: Implement samr_LookupRids | Volker Lendecke | 1 | -1/+67 |
2007-10-10 | r4367: Implement samr_AddGroupMember, samr_DeleteGroupMember and | Volker Lendecke | 1 | -5/+176 |
2007-10-10 | r4359: using talloc_free() of a child struct in a talloc_destructor is useless | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r4358: At metze's request, the Christmas elves have removed gensec_end in | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r4344: Unify memory handling in dcerpc_samr.c a bit | Volker Lendecke | 1 | -12/+7 |
2007-10-10 | r4340: - simplify lsa_GetUserName() server code, | Stefan Metzmacher | 1 | -29/+5 |
2007-10-10 | r4335: Fix some potential memleaks, implement CreateDomAlias. Hmmmm. Isn't there | Volker Lendecke | 1 | -7/+124 |
2007-10-10 | r4332: Fix a potential memleak. | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r4323: - implement the lsa_GetUserName() server call | Stefan Metzmacher | 1 | -18/+106 |
2007-10-10 | r4321: objectClass trustedDomain uses "securityIdentifier" for the sid | Stefan Metzmacher | 1 | -11/+13 |
2007-10-10 | r4320: fix locations of new trusting domains and domsin controller | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4288: don't use struct dcerpc_interface_table anymore in the | Stefan Metzmacher | 4 | -59/+101 |
2007-10-10 | r4283: adding a privilege that an account already has is not an error | Andrew Tridgell | 1 | -60/+90 |
2007-10-10 | r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem... | Andrew Tridgell | 1 | -119/+203 |
2007-10-10 | r4278: - added server support for lsa_EnumPrivsAccount() | Andrew Tridgell | 1 | -6/+52 |
2007-10-10 | r4277: - added server support for lsa_EnumAccounts() | Andrew Tridgell | 1 | -1/+62 |
2007-10-10 | r4276: added server side support for lsa_OpenAccount() | Andrew Tridgell | 1 | -2/+73 |
2007-10-10 | r4275: improve the share type info | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r4213: Store REG_SZ in UTF16, not the unix charset.. | Jelmer Vernooij | 1 | -2/+8 |
2007-10-10 | r4209: Fix several smaller bugs | Jelmer Vernooij | 1 | -2/+18 |
2007-10-10 | r4206: fixed a status code check in lsa_LookupNames2 that could cause a segv | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r4204: Arguments to reg_del_key more like the RPC for more efficient usage | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r4203: the bind_info blob isn't a const. | Stefan Metzmacher | 1 | -9/+14 |
2007-10-10 | r4202: added smbclient commands "addprivileges" and "delprivileges" for | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r4199: - added server side code for lsa_RemoveAccountRights (sharing code | Andrew Tridgell | 1 | -18/+42 |