summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_winreg_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23633: Fix a couple of crash bugs pointed out by Volker caused by an oldGerald Carter1-1/+6
2007-10-10r23434: Coorect a comment.Michael Adam1-1/+1
2007-10-10r23433: remove superfluous semicolon.Michael Adam1-1/+1
2007-10-10r23432: Remove superfluous comment.Michael Adam1-2/+0
2007-10-10r21462: Fix EnumValue (?)Jelmer Vernooij1-2/+2
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-6/+6
2007-10-10r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij1-175/+149
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij1-1/+1
2007-10-10r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...Volker Lendecke1-0/+2
2007-10-10r20007: Fix a const warning just introducedVolker Lendecke1-1/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-549/+154
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke1-3/+35
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke1-18/+1
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