summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_winreg_nt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-271-109/+147
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-13/+14
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r25534: Apply some constVolker Lendecke2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter2007-10-101-1/+6
* r23434: Coorect a comment.Michael Adam2007-10-101-1/+1
* r23433: remove superfluous semicolon.Michael Adam2007-10-101-1/+1
* r23432: Remove superfluous comment.Michael Adam2007-10-101-2/+0
* r21462: Fix EnumValue (?)Jelmer Vernooij2007-10-101-2/+2
* r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij2007-10-101-6/+6
* r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij2007-10-101-175/+149
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-1/+1
* r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...Volker Lendecke2007-10-101-0/+2
* r20007: Fix a const warning just introducedVolker Lendecke2007-10-101-1/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-549/+154