summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_winreg_nt.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: move services into individual directories.Günther Deschner2011-02-101-1142/+0
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-4/+4
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-221-3/+3
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-221-3/+3
* s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam2010-09-211-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-111-5/+4
* s3-build: only include rpc_misc.h where needed.Günther Deschner2010-08-261-0/+1
* Eliminate any chance of a class of "uninitialized auto variable" errors.Jeremy Allison2010-08-131-26/+24
* Fix bug #7617 - smbd coredump due to uninitialized variables in the performan...Jeremy Allison2010-08-121-2/+2
* s3-winreg: Use struct pipes_struct.Andreas Schneider2010-07-281-42/+78
* Move the remnants of rpc_parse code under registry/Simo Sorce2010-07-161-0/+1
* s3-registry: remove unused reg_util_marshalling code.Günther Deschner2010-07-021-1/+0
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-33/+17
* s3-winreg: implement _winreg_QueryMultipleValues().Günther Deschner2010-06-301-6/+15
* s3-winreg: implement _winreg_QueryMultipleValues2().Günther Deschner2010-06-301-5/+114
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-031-2/+2
* s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam2010-05-251-0/+1
* s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam2010-05-251-0/+1
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.Andreas Schneider2010-04-161-1/+3
* s3-winreg: add winreg_DeleteKeyEx stub.Günther Deschner2010-04-091-0/+12
* s3-winreg: change notify call has no meaning when called remotely.Günther Deschner2010-03-161-4/+0
* s3-winreg: make QueryValue pass RPC-WINREG test again.Günther Deschner2010-03-111-0/+4
* s3-winreg: fix some function names in debug statements.Günther Deschner2010-03-111-3/+3
* s3-winreg: Fix _winreg_QueryValue crash bugs and implement windows behavior.Günther Deschner2010-03-111-11/+8
* s3-winreg: add some debug statements to _winreg_QueryValue().Günther Deschner2010-03-101-2/+6
* s3-winreg: fill in some inline comments.Günther Deschner2009-12-071-10/+38
* s3-winreg: remove trailing whitespace.Günther Deschner2009-12-071-40/+40
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-181-3/+3
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-081-15/+5
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-4/+6
* s3: fix s3 winreg server after idl changes.Günther Deschner2008-10-151-8/+8
* Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij2008-10-151-2/+2
* Share initshutdown.idl.Jelmer Vernooij2008-10-151-4/+4
* Fix warnings on FreeBSD-based platformsZach Loafman2008-07-221-4/+4
* Fix a crash in _winreg_QueryValueVolker Lendecke2008-06-131-0/+4
* srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam2008-03-281-0/+3
* Fix _winreg_QueryValue().Günther Deschner2008-03-251-7/+7
* Coverity fixesMarc VanHeyningen2008-03-171-2/+4
* Fix Coverity ID 565Volker Lendecke2008-03-051-2/+0
* Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam2008-02-181-1/+1
* Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-151-121/+1
* Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2008-02-151-170/+1
* Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-171-3/+1
* Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam2008-01-171-2/+2
* Some C++ fixesVolker Lendecke2007-12-211-1/+3
* Some C++ warningsVolker Lendecke2007-12-211-1/+1
* Fixed obvious typo.Jeremy Allison2007-11-271-1/+1