summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2007-10-102-22/+4
* r19930: Revert the winreg idl changes. At least enumkey does not work anymore...Volker Lendecke2007-10-101-12/+7
* r19929: Fix indentationVolker Lendecke2007-10-101-1/+1
* r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke2007-10-101-4/+9
* r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ...Volker Lendecke2007-10-101-3/+3
* r19915: Fix two type-punned warningsVolker Lendecke2007-10-101-2/+2
* r19914: The "default" value with the name "" need different 0-length treatmen...Volker Lendecke2007-10-101-9/+1
* r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2007-10-101-13/+28
* r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke2007-10-101-69/+100
* r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add theVolker Lendecke2007-10-101-91/+130
* r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memoryVolker Lendecke2007-10-101-105/+86
* r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke2007-10-101-9/+10
* r19819: Windows returns an empty string instead of NULL hereVolker Lendecke2007-10-101-1/+1
* r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...Volker Lendecke2007-10-101-1/+1
* r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2007-10-102-5/+4
* r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2007-10-102-4/+5
* r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2007-10-101-1/+1
* r19775: Fix typoVolker Lendecke2007-10-101-1/+1
* r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke2007-10-101-1/+3
* r19669: set_share_security does not need a mem_ctx passedVolker Lendecke2007-10-101-2/+2
* r19468: Fix some potential NULL dereferencesVolker Lendecke2007-10-101-14/+48
* r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2007-10-101-13/+15
* r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ...Volker Lendecke2007-10-101-9/+21
* r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke2007-10-106-146/+596
* r19220: Check if a backend has set rng_fault_state and send a dce-level fault...Volker Lendecke2007-10-101-0/+7
* r19156: Make enumprinters use the share iterators.Volker Lendecke2007-10-101-25/+29
* r19154: Trivial logic simplification: Get rid of two indentation levels. Surv...Volker Lendecke2007-10-101-32/+51
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-102-13/+107
* r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke2007-10-101-80/+214
* r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter2007-10-101-42/+34
* r18954: Fix segv in QueryValue and Enumvalue. regedit.exe nowGerald Carter2007-10-101-2/+2
* r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...Gerald Carter2007-10-101-4/+10
* r18934: fix a segv in CreateKey()Gerald Carter2007-10-101-1/+3
* r18932: In RegEnumvalue() and RegQueryValue(), the output bufferGerald Carter2007-10-101-0/+4
* r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter2007-10-101-23/+27
* r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter2007-10-101-14/+17
* r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2007-10-101-0/+3
* r18888: Fix a 64-bit warningVolker Lendecke2007-10-101-1/+2
* r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij2007-10-101-4/+8
* r18804: resume_hnd isn't a ref pointer and can be NULLStefan Metzmacher2007-10-101-1/+3
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-103-1251/+666
* r18794: Make ENumKey() work again in the registry serverGerald Carter2007-10-101-2/+4
* r18792: small fix for server QueryValue codeGerald Carter2007-10-101-2/+1
* r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter2007-10-101-1/+3
* r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter2007-10-104-799/+369
* r18756: cleanup copyrights after moving to new wkssvc implementation codeGerald Carter2007-10-101-4/+3
* r18754: Get rid of some more invalid time setsJim McDonough2007-10-101-48/+0
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-102-18/+18
* r18742: this function returns WERRORStefan Metzmacher2007-10-101-3/+3
* r18739: * Get the wkssvc patch right this time.Gerald Carter2007-10-102-100/+301