ldb: Build and install python modules when possible.
[samba-svnmirror.git] / source / rpc_server / winreg / rpc_winreg.c
2008-01-07 jelmerregistry: Return max_subkeynamelen, max_valnamelen...
2008-01-01 jelmerlibrpc: Pass iconv convenience on from RPC connection...
2007-12-04 jelmerStore loadparm context in DCE/RPC server context.
2007-12-03 jelmerFix registry argument order.
2007-12-02 jelmerRemove more uses of global_loadparm or specify loadparm...
2007-11-09 metzendr: change NTSTAUS into enum ndr_err_code (samba4...
2007-10-05 gdAlso correct indent for winreg server.
2007-08-31 jelmerDon't REG_NONE for all value types. Patch from
2007-08-27 jelmerInitialize variable.
2007-08-27 jelmerAdd tests for getting/setting security descriptors...
2007-08-26 jelmerFinally merge the registry improvements that Wilco...
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-01-17 jelmerPrefix all server calls with dcesrv_
2006-09-24 tridgefixed some code that bitrotted while we didn't have...
2006-09-16 tridgefound one of the fd leaks. The registry backend was...
2006-09-15 tridgefixed the winreg pipe and winreg tests
2006-09-15 jerryFix [out] pointers in winreg IDL
2006-09-10 tridgedon't mix pointer types in RPC replies
2006-04-30 jelmerFix some compiler warnings / type safety. Found by tcc
2006-03-21 jelmerPass ACLs down the registry layer.
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2005-10-22 tpotRename access_required field in winreg idl to access_ma...
2005-09-04 jelmerMove registry header file to lib/registry
2005-09-03 jelmerMerge data_blk and data_len member of registry_value...
2005-08-24 tridgefixed the winreg IDL for CreateKey, including a security
2005-08-20 tridge- a winreg_CloseKey() should return a zero key on succe...
2005-08-18 tridgewe should fault bad handles given to winreg_GetVersion()
2005-08-17 tridgedon't check for size overflow if value is NULL
2005-08-17 tridge- opening a winreg key of "" is the same as re-opening...
2005-08-17 tridgefixed the winreg IDL to be correct for the EnumKey...
2005-02-10 tridge - got rid of pstring.h from includes.h. This at least...
2005-01-27 tridgegot rid of all of the TALLOC_DEPRECATED stuff. My apolo...
2005-01-10 tridgefirst stage in the server side support for multiple...
2004-12-15 jelmerStore REG_SZ in UTF16, not the unix charset..
2004-12-15 jelmerFix several smaller bugs
2004-12-14 jelmerArguments to reg_del_key more like the RPC for more...
2004-12-13 jelmerImplement QueryValue in the server
2004-12-13 jelmerMore small API fixes, keep registry structs as small...
2004-12-11 jelmerMore destinction between hives and predefined keys
2004-12-11 jelmerAdd definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERF...
2004-12-10 jelmer- Bunch of rather large fixes in the registry
2004-12-09 tridgedon't assume that "unsigned int" is the same type as...
2004-12-09 tridgefixed EnumValue in winreg server
2004-12-08 jelmerAdd full name of two more hives
2004-11-02 tridgesplit out dcerpc_server.h
2004-11-02 tridgesplit out registry.h, rap.h and ldap_server.h
2004-11-01 tridgeswitched to using minimal includes for the auto-generat...
2004-10-29 jelmerMore registry updates
2004-10-29 jelmerMore registry updates.
2004-10-29 jelmerMore registry fixes and additions. The following functi...
2004-10-28 jelmerVarious fixes in the registry code. Implement the EnumK...
2004-10-28 jelmerMore work on the winreg RPC server. Opening hives is...
2004-09-27 jelmerDCOM updates:
2004-09-25 tridgeuse the new talloc capabilities in a bunch more places...
2004-09-22 jelmerRegistry RPC pipe fixes (use struct registry_key instea...
2004-05-04 tridgewe need common.h in two more rpc server pipes
2004-05-04 tridgea big improvement to the API for writing server-side RPC
2004-04-30 metzelet this code compile on every machine hopefully
2004-04-25 tpotFix a bunch of compiler warnings in the registry code.
2004-04-08 jelmerAnother registry update. Changes:
2004-04-08 metze- add first srvsvc and wkssvc server side stuff
2004-04-05 jelmerFix the build
2004-04-05 jelmer- Implement first call in the winreg rpc server
2004-04-05 jelmerMore registry updates. regdiff/regpatch work now.
2004-04-04 jelmerAdd the registry library. Still needs a lot of work,