Split encoding functions out of libcli_ldap.
[samba-svnmirror.git] / source / rpc_server / lsa / dcesrv_lsa.c
2007-12-06 jelmerSplit encoding functions out of libcli_ldap.
2007-12-04 jelmerStore loadparm context in DCE/RPC server context.
2007-11-29 jelmerPass loadparm_context to secrets_db_connect() rather...
2007-11-27 abartletRemove samdb_add(), samdb_delete() and samdb_modify...
2007-11-16 jelmerSplit up DB_WRAP, as first step in an attempt to saniti...
2007-10-06 jelmerConvert to standard bool type.
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-17 abartletA major rework of the Samba4 LSA LookupNames and Lookup...
2007-09-08 jelmerMove param/param.h out of includes.h
2007-09-07 abartletClarify error conditions in secrets handling, before...
2007-09-03 abartletFix the build (forgot to include dcesrv_lsa.c in the...
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-06-08 gdFill in lsa_lsaRQueryForestTrustInformation.
2007-02-23 metzefix panic, sorry...
2007-02-22 metzefill in the correct forest dns name
2007-01-17 jelmerPrefix all server calls with dcesrv_
2006-12-27 abartletTrusted domains don't have a surname, I think we want...
2006-12-13 abartletRemove the smb.conf distinction between PDC and BDC...
2006-12-05 idraStart using ldb_search_exp_fmt()
2006-11-22 idrabetter prototypes for the linearization functions:
2006-11-22 idraBig ldb_dn optimization and interfaces enhancement...
2006-11-13 abartletFix comments.
2006-11-06 jelmerMove secrets.o into param/ (subsystems haven't been...
2006-10-25 idraChange ldb_msg_add_value and ldb_msg_add_empty to take...
2006-09-11 abartletGet us closer to schema compliance. The corrent names...
2006-09-11 abartletMake LookupSids map onto LookupSids2, as they both...
2006-09-11 abartletInvert the way we handle LookupSids2/LookupSids3 and...
2006-09-01 abartletUse the UTF8-correct strcasecmp_m call for sorting...
2006-08-31 abartletConsolidate the DSSETUP and LSA pipes into a single...
2006-08-31 abartletLSA Cleanup!
2006-08-25 tridgeadd a wrapper for the common partitions_basedn calculation
2006-08-25 tridgeget rid of most of the samdb_base_dn() calls, as they...
2006-08-24 metzefix compiler warnings
2006-08-14 abartletSimo doesn't like the use of the internal ldb_errstring...
2006-08-13 idraChange helper function names to make more clear what...
2006-07-06 abartletFactor out some code into common samdb functions:
2006-06-14 abartletAdd a proper baseDN to a large number of queries. ...
2006-04-29 jelmerMove some functions around, remove dependencies.
2006-04-29 metzeremove unneeded macros
2006-04-07 metze- move sidmap code from ntvfs_common to SAMDB
2006-04-02 metzecreate libcli/security/security.h
2006-03-31 tridgefix the build. Looks like I still haven't quite got...
2006-03-26 metze- the ntvfs subsystem should not know about smb_server.h
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2006-03-14 jelmerReduce the size of structs.h
2006-03-11 metzefix warnings, the better fix for that will be to make...
2006-03-07 jelmerAround round of splitups
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2006-02-23 jelmerMore moving around of files:
2006-01-09 metzefix bugs
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-12-19 abartletAdd a new function: ldb_binary_encode_string()
2005-10-25 abartletFix implementation of LookupNames4.
2005-10-25 abartletFill out LSA LookupNames4 and LookupSids3, including...
2005-10-17 vlendecFix some talloc hierarchy errors
2005-10-12 tridgeThis patch isn't as big as it looks ...
2005-10-11 tridgemake the handling of dn/distinguishedName much closer...
2005-10-07 abartletThis adds the hooks required to communicate the current...
2005-10-06 abartletTo match Win2k3 SP1, we need to set an anonymous user...
2005-09-21 abartletFix segfault in LookupSids.
2005-09-01 abartletUse a single samdb_base_dn() function rather than lots...
2005-09-01 gdadd IDL for lsa_QueryDomainInformationPolicy to query...
2005-08-30 jelmerRename StrCaseCmp -> strcasecmp_m. All these years...
2005-08-26 idraintroduce the samdb_search_dn call
2005-08-18 idraFix ldb_dn_compose to make build farm happy
2005-08-18 idraConvert all the code to use struct ldb_dn to ohandle...
2005-08-03 abartletRemove more references to "name" as a netbios name...
2005-08-03 abartlet"name" is not the netbios name, but the RDN. Return...
2005-07-27 abartletFinish the migration of aliases and privilages with...
2005-07-22 abartletPropmted by tridge's need to do plaintext auth in ejs...
2005-07-17 tridgefixed a pile of warnings from the build farm gcc -Wall...
2005-07-13 metzefix compiler warnings
2005-06-24 tridgeswitch our ldb storage format to use a NDR encoded...
2005-06-14 idraBetter way to have a fast path searching for a specific DN.
2005-03-23 abartletFix the -P option (use machine account credentials...
2005-02-27 idraLDB interfaces change:
2005-02-10 tridgeremoved db_wrap.h from includes.h
2005-01-27 tridgegot rid of all of the TALLOC_DEPRECATED stuff. My apolo...
2005-01-27 tridge- added a type mapping function in pidl, so the type...
2005-01-12 abartletAdd initial support for QueryTrustedDomainInfo on LSA.
2005-01-12 abartletAdd support for EnumTrustDomain, and expand the testsuite.
2005-01-12 abartlet - Initial implementation of trusted domains in LSA.
2005-01-12 abartletLeave less memory handing around on long-term TALLOC_CTX.
2005-01-11 abartlet'fix' the behaviour for setting only the old, but not...
2005-01-11 abartletA LDB-based secrets implementation in Samba4.
2005-01-10 tridgefirst stage in the server side support for multiple...
2005-01-09 metze- add interface functions to the auth subsystem so...
2005-01-06 tridgefixed lsa_EnumAccounts() server side to return all...
2004-12-31 tridgeimplement server side of lsa_LookupSids3() and lsa_Look...
2004-12-31 tridgeadded the boilerplate for the new w2k3 LSA functions...
2004-12-30 vlendec[in,out] variables do have an r->out component...
2004-12-23 metze- simplify lsa_GetUserName() server code,
2004-12-21 metze- implement the lsa_GetUserName() server call
2004-12-19 tridgeadding a privilege that an account already has is not...
2004-12-19 tridgeadded server side support for lsa_AddPrivilegesToAccoun...
2004-12-19 tridge- added server support for lsa_EnumPrivsAccount()
2004-12-19 tridge- added server support for lsa_EnumAccounts()
2004-12-19 tridgeadded server side support for lsa_OpenAccount()
2004-12-14 tridgefixed a status code check in lsa_LookupNames2 that...
next