r25398: Parse loadparm context to all lp_*() functions.
[jelmer/samba4-debian.git] / source / rpc_server / lsa / dcesrv_lsa.c
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Andrew Bartlettr25194: A major rework of the Samba4 LSA LookupNames...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr24987: Clarify error conditions in secrets handling...
2007-10-10 Andrew Bartlettr24918: Fix the build (forgot to include dcesrv_lsa...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Günther Deschnerr23382: Fill in lsa_lsaRQueryForestTrustInformation.
2007-10-10 Stefan Metzmacherr21518: fix panic, sorry...
2007-10-10 Stefan Metzmacherr21499: fill in the correct forest dns name
2007-10-10 Jelmer Vernooijr20850: Prefix all server calls with dcesrv_
2007-10-10 Andrew Bartlettr20354: Trusted domains don't have a surname, I think...
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19682: Fix comments.
2007-10-10 Jelmer Vernooijr19573: Move secrets.o into param/ (subsystems haven...
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Andrew Bartlettr18364: Get us closer to schema compliance. The corren...
2007-10-10 Andrew Bartlettr18362: Make LookupSids map onto LookupSids2, as they...
2007-10-10 Andrew Bartlettr18361: Invert the way we handle LookupSids2/LookupSids...
2007-10-10 Andrew Bartlettr17983: Use the UTF8-correct strcasecmp_m call for...
2007-10-10 Andrew Bartlettr17968: Consolidate the DSSETUP and LSA pipes into...
2007-10-10 Andrew Bartlettr17956: LSA Cleanup!
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 Stefan Metzmacherr17788: fix compiler warnings
2007-10-10 Andrew Bartlettr17529: Simo doesn't like the use of the internal ldb_e...
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 Bartlettr16236: Add a proper baseDN to a large number of querie...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr15319: remove unneeded macros
2007-10-10 Stefan Metzmacherr14964: - move sidmap code from ntvfs_common to SAMDB
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Andrew Tridgellr14838: fix the build. Looks like I still haven't quite...
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Stefan Metzmacherr14206: fix warnings, the better fix for that will...
2007-10-10 Jelmer Vernooijr13938: Around round of splitups
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13658: More moving around of files:
2007-10-10 Stefan Metzmacherr12793: fix bugs
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Bartlettr11291: Fix implementation of LookupNames4.
2007-10-10 Andrew Bartlettr11288: Fill out LSA LookupNames4 and LookupSids3,...
2007-10-10 Volker Lendecker11122: Fix some talloc hierarchy errors
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
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 Bartlettr10764: To match Win2k3 SP1, we need to set an anonymou...
2007-10-10 Andrew Bartlettr10373: Fix segfault in LookupSids.
2007-10-10 Andrew Bartlettr9930: Use a single samdb_base_dn() function rather...
2007-10-10 Günther Deschnerr9888: add IDL for lsa_QueryDomainInformationPolicy...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
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 Bartlettr9011: Remove more references to "name" as a netbios...
2007-10-10 Andrew Bartlettr8982: "name" is not the netbios name, but the RDN...
2007-10-10 Andrew Bartlettr8790: Finish the migration of aliases and privilages...
2007-10-10 Andrew Bartlettr8700: Propmted by tridge's need to do plaintext auth...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Stefan Metzmacherr8429: fix compiler warnings
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 Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Andrew Bartlettr4713: Add initial support for QueryTrustedDomainInfo...
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 Bartlettr4695: Leave less memory handing around on long-term...
2007-10-10 Andrew Bartlettr4694: 'fix' the behaviour for setting only the old...
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Andrew Tridgellr4640: first stage in the server side support for multi...
2007-10-10 Stefan Metzmacherr4620: - add interface functions to the auth subsystem...
2007-10-10 Andrew Tridgellr4563: fixed lsa_EnumAccounts() server side to return...
2007-10-10 Andrew Tridgellr4447: implement server side of lsa_LookupSids3() and...
2007-10-10 Andrew Tridgellr4433: added the boilerplate for the new w2k3 LSA funct...
2007-10-10 Volker Lendecker4416: [in,out] variables do have an r->out component...
2007-10-10 Stefan Metzmacherr4340: - simplify lsa_GetUserName() server code,
2007-10-10 Stefan Metzmacherr4323: - implement the lsa_GetUserName() server call
2007-10-10 Andrew Tridgellr4283: adding a privilege that an account already has...
2007-10-10 Andrew Tridgellr4280: added server side support for lsa_AddPrivilegesT...
2007-10-10 Andrew Tridgellr4278: - added server support for lsa_EnumPrivsAccount()
2007-10-10 Andrew Tridgellr4277: - added server support for lsa_EnumAccounts()
2007-10-10 Andrew Tridgellr4276: added server side support for lsa_OpenAccount()
2007-10-10 Andrew Tridgellr4206: fixed a status code check in lsa_LookupNames2...
2007-10-10 Andrew Tridgellr4202: added smbclient commands "addprivileges" and...
2007-10-10 Andrew Tridgellr4199: - added server side code for lsa_RemoveAccountRi...
2007-10-10 Andrew Tridgellr4198: - added server side code for lsa_AddAccountRights
2007-10-10 Andrew Tridgellr4196: - added server side code for lsa_LookupPrivDispl...
2007-10-10 Andrew Tridgellr4195: added IDL, test suite and server side code for...
2007-10-10 Andrew Tridgellr4194: added server side implementation of lsa_EnumPrivs
next