summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_winreg_nt.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison1-3/+3
2010-10-22Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison1-3/+3
2010-09-21s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam1-0/+1
2010-09-21s3:registry: move the reg_api prototypes to their own header.Michael Adam1-0/+1
2010-09-11s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett1-5/+4
2010-08-26s3-build: only include rpc_misc.h where needed.Günther Deschner1-0/+1
2010-08-13Eliminate any chance of a class of "uninitialized auto variable" errors.Jeremy Allison1-26/+24
2010-08-12Fix bug #7617 - smbd coredump due to uninitialized variables in the performan...Jeremy Allison1-2/+2
2010-07-28s3-winreg: Use struct pipes_struct.Andreas Schneider1-42/+78
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-0/+1
2010-07-02s3-registry: remove unused reg_util_marshalling code.Günther Deschner1-1/+0
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-33/+17
2010-06-30s3-winreg: implement _winreg_QueryMultipleValues().Günther Deschner1-6/+15
2010-06-30s3-winreg: implement _winreg_QueryMultipleValues2().Günther Deschner1-5/+114
2010-06-03s3-security: use shared "Standard access rights.".Günther Deschner1-2/+2
2010-05-25s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam1-0/+1
2010-05-25s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam1-0/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-04-16s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.Andreas Schneider1-1/+3
2010-04-09s3-winreg: add winreg_DeleteKeyEx stub.Günther Deschner1-0/+12
2010-03-16s3-winreg: change notify call has no meaning when called remotely.Günther Deschner1-4/+0
2010-03-11s3-winreg: make QueryValue pass RPC-WINREG test again.Günther Deschner1-0/+4
2010-03-11s3-winreg: fix some function names in debug statements.Günther Deschner1-3/+3
2010-03-11s3-winreg: Fix _winreg_QueryValue crash bugs and implement windows behavior.Günther Deschner1-11/+8
2010-03-10s3-winreg: add some debug statements to _winreg_QueryValue().Günther Deschner1-2/+6
2009-12-07s3-winreg: fill in some inline comments.Günther Deschner1-10/+38
2009-12-07s3-winreg: remove trailing whitespace.Günther Deschner1-40/+40
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-03-18s3: remove POLICY_HND.Günther Deschner1-3/+3
2009-01-08Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke1-15/+5
2008-11-24Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke1-4/+6
2008-10-15s3: fix s3 winreg server after idl changes.Günther Deschner1-8/+8
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij1-2/+2
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-4/+4
2008-07-22Fix warnings on FreeBSD-based platformsZach Loafman1-4/+4
2008-06-13Fix a crash in _winreg_QueryValueVolker Lendecke1-0/+4
2008-03-28srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam1-0/+3
2008-03-25Fix _winreg_QueryValue().Günther Deschner1-7/+7
2008-03-17Coverity fixesMarc VanHeyningen1-2/+4
2008-03-05Fix Coverity ID 565Volker Lendecke1-2/+0
2008-02-18Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam1-1/+1
2008-02-15Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam1-121/+1
2008-02-15Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam1-170/+1
2008-01-17Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam1-3/+1
2008-01-17Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam1-2/+2
2007-12-21Some C++ fixesVolker Lendecke1-1/+3
2007-12-21Some C++ warningsVolker Lendecke1-1/+1
2007-11-27Fixed obvious typo.Jeremy Allison1-1/+1
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-109/+147
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-13/+14