r19831: Big ldb_dn optimization and interfaces enhancement patch
[jelmer/samba4-debian.git] / source / rpc_server / samr / dcesrv_samr.c
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Rafal Szczesniakr19256: add missing infolevel and fields to SetUserInfo...
2007-10-10 Andrew Bartlettr18775: Performing an ldb op of 'do nothing' is pointle...
2007-10-10 Andrew Bartlettr18416: We need to look for both builtinDomain and...
2007-10-10 Andrew Bartlettr18409: Make sure to print a DEBUG message if this...
2007-10-10 Andrew Bartlettr18252: Make sure to NULL terminate these lists of...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
2007-10-10 Andrew Tridgellr17823: get rid of most of the samdb_base_dn() calls...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Andrew Bartlettr16827: Factor out some code into common samdb functions:
2007-10-10 Andrew Bartlettr16794: Make Samba4 pass it's own RPC-SAMR test, at...
2007-10-10 Andrew Bartlettr16773: Fix one more RPC-SAMR test (an alias level...
2007-10-10 Andrew Bartlettr16236: Add a proper baseDN to a large number of querie...
2007-10-10 Andrew Bartlettr16166: Remove hexidecimal constants from the Samba4...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14438: fix warnings
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13910: Fix the 'your password has expired' on every...
2007-10-10 Jelmer Vernooijr13903: Don't generate prototypes for modules and binar...
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12506: Fix up issues shown up by the expanded RPC...
2007-10-10 Andrew Bartlettr12504: Fix one more transaction cancel bail-out path...
2007-10-10 Andrew Bartlettr12503: This function was just too simple to leave...
2007-10-10 Andrew Bartlettr12432: Re-indent and consistantly cancel the transaction.
2007-10-10 Andrew Bartlettr12427: Move SAMR CreateUser2 to transactions, and...
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr9930: Use a single samdb_base_dn() function rather...
2007-10-10 Simo Sorcer9654: introduce the samdb_search_dn call
2007-10-10 Simo Sorcer9392: Fix ldb_dn_compose to make build farm happy
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr9015: Fix access to BUILTIN again.
2007-10-10 Andrew Bartlettr9011: Remove more references to "name" as a netbios...
2007-10-10 Andrew Bartlettr8790: Finish the migration of aliases and privilages...
2007-10-10 Andrew Bartlettr8670: Remove GUID code from SAMR, it is handled lower...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Stefan Metzmacherr8370: remove the '$' from in the cn: attribute for...
2007-10-10 Stefan Metzmacherr8232: remove samr_String and netr_String as they are...
2007-10-10 Andrew Bartlettr7993: Further work on the Krb5 PAC.
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Simo Sorcer7582: Better way to have a fast path searching for...
2007-10-10 Andrew Tridgellr7507: fixed the problem with users being shown too...
2007-10-10 Andrew Bartlettr6544: Use common structures between SAMR, NETLGON...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Tim Potterr6325: Rename aliasname -> alias_name in CreateDomAlias...
2007-10-10 Simo Sorcer6084: - Introduce the samldb module dependency on...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5879: Rename SAMR_FIELD_WORKSTATION to SAMR_FIELD_WORK...
2007-10-10 Andrew Bartlettr5783: Test renaming of accounts in the RPC-SAMR test...
2007-10-10 Tim Potterr5364: Rename string fields called 'domain' and 'name...
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5080: patch from ronnie to make our samr IDL a little...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4745: remove the distinguishedName attribute adds...
2007-10-10 Stefan Metzmacherr4715: alwys add the distinguishedName attribute
2007-10-10 Andrew Bartlettr4703: Add support for EnumTrustDomain, and expand...
2007-10-10 Andrew Bartlettr4698: - Initial implementation of trusted domains...
2007-10-10 Andrew Bartlettr4680: Make more efficient use of memory in SAMR:
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Andrew Tridgellr4490: when implementing one rpc server call in terms...
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Volker Lendecker4417: Reply to samr_QueryDomainInfo with the same...
2007-10-10 Volker Lendecker4415: Implement samr_RemoveMemberFromForeignDomain...
2007-10-10 Volker Lendecker4414: Various bits&pieces:
2007-10-10 Volker Lendecker4399: Implement samr_GetAliasMembership and samr_GetGr...
2007-10-10 Volker Lendecker4393: Trivial bugfix for a silly bug
2007-10-10 Volker Lendecker4381: Add my copyright
2007-10-10 Volker Lendecker4380: Implement samr_QueryDisplayInfo. This probably...
2007-10-10 Volker Lendecker4378: Implement samr_EnumDomainGroups and samr_EnumDom...
2007-10-10 Volker Lendecker4376: Implement samr_AddAliasMember, samr_DeleteAliasM...
2007-10-10 Volker Lendecker4375: Implement samr_OpenAlias, samr_QueryAliasInfo...
2007-10-10 Volker Lendecker4374: Follow metzes hint, change LookupRids a bit
2007-10-10 Volker Lendecker4372: Implement samr_LookupRids
2007-10-10 Volker Lendecker4367: Implement samr_AddGroupMember, samr_DeleteGroupM...
2007-10-10 Volker Lendecker4344: Unify memory handling in dcerpc_samr.c a bit
2007-10-10 Volker Lendecker4335: Fix some potential memleaks, implement CreateDom...
2007-10-10 Volker Lendecker4332: Fix a potential memleak.
2007-10-10 Stefan Metzmacherr4320: fix locations of new trusting domains and domsin...
2007-10-10 Andrew Bartlettr3885: Add security descriptor comparison to our RPC...
2007-10-10 Andrew Bartlettr3807: Cross-check the basic attributes for groups...
2007-10-10 Andrew Bartlettr3804: Add more comparison tests in RPC-SAMSYNC.
2007-10-10 Stefan Metzmacherr3788: give new accounts and groups a objectGUID
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Andrew Bartlettr3724: Rename a number of structures, for better consis...
2007-10-10 Andrew Tridgellr3468: split out dcerpc_server.h
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Bartlettr3080: Make the Samba4 SAMR server pass the new, nasty...
2007-10-10 Andrew Bartlettr3077: Add initial handling of Account Flags in SAMR...
2007-10-10 Andrew Tridgellr2675: added a convenience function
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Tim Potterr2458: Rename policy handle parameters for the SAMR...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
next