summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20546: Fix some IBM checker errorsVolker Lendecke1-0/+4
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-1/+1
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke1-1/+9
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke1-9/+1
2007-10-10r20017: Make srvsvc_NetShareAdd & friends take care of registry sharesVolker Lendecke1-125/+299
2007-10-10r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...Volker Lendecke1-0/+2
2007-10-10r20013: Fix segfaults: parm_error is a unique in/out ptrVolker Lendecke1-3/+9
2007-10-10r20012: ReformattingVolker Lendecke1-26/+40
2007-10-10r20007: Fix a const warning just introducedVolker Lendecke1-1/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke2-550/+155
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2-3/+36
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2-22/+4
2007-10-10r19930: Revert the winreg idl changes. At least enumkey does not work anymore...Volker Lendecke1-12/+7
2007-10-10r19929: Fix indentationVolker Lendecke1-1/+1
2007-10-10r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke1-4/+9
2007-10-10r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ...Volker Lendecke1-3/+3
2007-10-10r19915: Fix two type-punned warningsVolker Lendecke1-2/+2
2007-10-10r19914: The "default" value with the name "" need different 0-length treatmen...Volker Lendecke1-9/+1
2007-10-10r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke1-13/+28
2007-10-10r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke1-69/+100
2007-10-10r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add theVolker Lendecke1-91/+130
2007-10-10r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memoryVolker Lendecke1-105/+86
2007-10-10r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke1-9/+10
2007-10-10r19819: Windows returns an empty string instead of NULL hereVolker Lendecke1-1/+1
2007-10-10r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...Volker Lendecke1-1/+1
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2-5/+4
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2-4/+5
2007-10-10r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke1-1/+1
2007-10-10r19775: Fix typoVolker Lendecke1-1/+1
2007-10-10r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke1-1/+3
2007-10-10r19669: set_share_security does not need a mem_ctx passedVolker Lendecke1-2/+2
2007-10-10r19468: Fix some potential NULL dereferencesVolker Lendecke1-14/+48
2007-10-10r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke1-13/+15
2007-10-10r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ...Volker Lendecke1-9/+21
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke6-146/+596
2007-10-10r19220: Check if a backend has set rng_fault_state and send a dce-level fault...Volker Lendecke1-0/+7
2007-10-10r19156: Make enumprinters use the share iterators.Volker Lendecke1-25/+29
2007-10-10r19154: Trivial logic simplification: Get rid of two indentation levels. Surv...Volker Lendecke1-32/+51
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2-13/+107
2007-10-10r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke1-80/+214
2007-10-10r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter1-42/+34
2007-10-10r18954: Fix segv in QueryValue and Enumvalue. regedit.exe nowGerald Carter1-2/+2
2007-10-10r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...Gerald Carter1-4/+10
2007-10-10r18934: fix a segv in CreateKey()Gerald Carter1-1/+3
2007-10-10r18932: In RegEnumvalue() and RegQueryValue(), the output bufferGerald Carter1-0/+4
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-23/+27
2007-10-10r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter1-14/+17
2007-10-10r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison1-0/+3
2007-10-10r18888: Fix a 64-bit warningVolker Lendecke1-1/+2
2007-10-10r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij1-4/+8