summaryrefslogtreecommitdiff
path: root/source4/rpc_server/lsa
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-5/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett1-7/+9
2007-10-10r11291: Fix implementation of LookupNames4.Andrew Bartlett1-1/+9
2007-10-10r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-sideAndrew Bartlett1-17/+32
2007-10-10r11122: Fix some talloc hierarchy errorsVolker Lendecke1-3/+3
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-1/+1
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-2/+1
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-28/+12
2007-10-10r10764: To match Win2k3 SP1, we need to set an anonymous user token forAndrew Bartlett1-1/+1
2007-10-10r10373: Fix segfault in LookupSids.Andrew Bartlett1-0/+6
2007-10-10r9930: Use a single samdb_base_dn() function rather than lots of sillyAndrew Bartlett1-24/+17
2007-10-10r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings.Günther Deschner1-3/+3
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9654: introduce the samdb_search_dn callSimo Sorce1-15/+7
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-4/+1
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-39/+54
2007-10-10r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett1-1/+1
2007-10-10r8982: "name" is not the netbios name, but the RDN. Return the correctAndrew Bartlett1-13/+4
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett1-27/+29
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+4
2007-10-10r8429: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell1-48/+20
2007-10-10r7582: Better way to have a fast path searching for a specific DN.Simo Sorce1-17/+14
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-19/+19
2007-10-10r5585: LDB interfaces change:Simo Sorce1-59/+59
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-34/+34
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-2/+2
2007-10-10r4713: Add initial support for QueryTrustedDomainInfo on LSA.Andrew Bartlett1-6/+47
2007-10-10r4703: Add support for EnumTrustDomain, and expand the testsuite.Andrew Bartlett1-5/+81
2007-10-10r4698: - Initial implementation of trusted domains in LSA.Andrew Bartlett1-142/+378
2007-10-10r4695: Leave less memory handing around on long-term TALLOC_CTX.Andrew Bartlett1-19/+29
2007-10-10r4694: 'fix' the behaviour for setting only the old, but not the new secret.Andrew Bartlett1-3/+43
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-17/+466
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-28/+5
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher1-2/+2
2007-10-10r4563: fixed lsa_EnumAccounts() server side to return all accounts that have ...Andrew Tridgell1-1/+2
2007-10-10r4447: implement server side of lsa_LookupSids3() and lsa_LookupNames3()Andrew Tridgell1-42/+138
2007-10-10r4433: added the boilerplate for the new w2k3 LSA functions in preparationAndrew Tridgell1-0/+220
2007-10-10r4416: [in,out] variables do have an r->out component...Volker Lendecke1-1/+1
2007-10-10r4340: - simplify lsa_GetUserName() server code,Stefan Metzmacher1-29/+5
2007-10-10r4323: - implement the lsa_GetUserName() server callStefan Metzmacher1-18/+106
2007-10-10r4283: adding a privilege that an account already has is not an errorAndrew Tridgell1-60/+90
2007-10-10r4280: added server side support for lsa_AddPrivilegesToAccount() and lsa_Rem...Andrew Tridgell1-119/+203
2007-10-10r4278: - added server support for lsa_EnumPrivsAccount()Andrew Tridgell1-6/+52
2007-10-10r4277: - added server support for lsa_EnumAccounts()Andrew Tridgell1-1/+62
2007-10-10r4276: added server side support for lsa_OpenAccount()Andrew Tridgell1-2/+73
2007-10-10r4206: fixed a status code check in lsa_LookupNames2 that could cause a segvAndrew Tridgell1-3/+4