index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21462: Fix EnumValue (?)
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r21265: Fix some valgrind errors -- not in 3_0
Volker Lendecke
1
-6
/
+28
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-0
/
+2
2007-10-10
r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEX
Jeremy Allison
1
-9
/
+9
2007-10-10
r21129: Fix from Martin Zielinski <mz@seh.de> - ensure
Jeremy Allison
1
-0
/
+10
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-1
/
+1
2007-10-10
r21100: Add the RPC hack fix to adddriver as well as adddriverex.
Jeremy Allison
1
-0
/
+9
2007-10-10
r21099: Protect ourselves from null pointer deref. This isn't
Jeremy Allison
1
-0
/
+6
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-4
/
+7
2007-10-10
r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de>
Jeremy Allison
1
-0
/
+9
2007-10-10
r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki
Volker Lendecke
1
-1
/
+1
2007-10-10
r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...
Jelmer Vernooij
8
-669
/
+629
2007-10-10
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
1
-2
/
+4
2007-10-10
r20832: Remove extra pointers previously added to unique [out] pointers. Inst...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
1
-2
/
+1
2007-10-10
r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.
Jeremy Allison
1
-6
/
+4
2007-10-10
r20546: Fix some IBM checker errors
Volker Lendecke
1
-0
/
+4
2007-10-10
r20269: merge -r20264:20267 from SAMBA_3_0_24
Herb Lewis
1
-1
/
+1
2007-10-10
r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...
Volker Lendecke
1
-1
/
+9
2007-10-10
r20019: Replace one set of tricky code by calls to another set of tricky code:
Volker Lendecke
1
-9
/
+1
2007-10-10
r20017: Make srvsvc_NetShareAdd & friends take care of registry shares
Volker Lendecke
1
-125
/
+299
2007-10-10
r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...
Volker Lendecke
1
-0
/
+2
2007-10-10
r20013: Fix segfaults: parm_error is a unique in/out ptr
Volker Lendecke
1
-3
/
+9
2007-10-10
r20012: Reformatting
Volker Lendecke
1
-26
/
+40
2007-10-10
r20007: Fix a const warning just introduced
Volker Lendecke
1
-1
/
+1
2007-10-10
r19991: Sorry for this 2000-liner...
Volker Lendecke
2
-550
/
+155
2007-10-10
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
2
-3
/
+36
2007-10-10
r19947: Change regkey_open_internal to take the parent key and a talloc_ctx as
Volker Lendecke
2
-22
/
+4
2007-10-10
r19930: Revert the winreg idl changes. At least enumkey does not work anymore...
Volker Lendecke
1
-12
/
+7
2007-10-10
r19929: Fix indentation
Volker Lendecke
1
-1
/
+1
2007-10-10
r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.
Volker Lendecke
1
-4
/
+9
2007-10-10
r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ...
Volker Lendecke
1
-3
/
+3
2007-10-10
r19915: Fix two type-punned warnings
Volker Lendecke
1
-2
/
+2
2007-10-10
r19914: The "default" value with the name "" need different 0-length treatmen...
Volker Lendecke
1
-9
/
+1
2007-10-10
r19912: Move the subkey cache to srv_winreg_nt.c
Volker Lendecke
1
-13
/
+28
2007-10-10
r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...
Volker Lendecke
1
-69
/
+100
2007-10-10
r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add the
Volker Lendecke
1
-91
/
+130
2007-10-10
r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memory
Volker Lendecke
1
-105
/
+86
2007-10-10
r19824: Fix the max value calculation in QueryInfoKey
Volker Lendecke
1
-9
/
+10
2007-10-10
r19819: Windows returns an empty string instead of NULL here
Volker Lendecke
1
-1
/
+1
2007-10-10
r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...
Volker Lendecke
1
-1
/
+1
2007-10-10
r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...
Volker Lendecke
2
-5
/
+4
2007-10-10
r19778: Make regkey_open_internal take a talloc ctx
Volker Lendecke
2
-4
/
+5
2007-10-10
r19776: Hmmm. I should have done one instead of three commits. Sorry :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r19775: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r19689: Fix a NULL dereference found by coverity (the call to strlen).
Volker Lendecke
1
-1
/
+3
2007-10-10
r19669: set_share_security does not need a mem_ctx passed
Volker Lendecke
1
-2
/
+2
2007-10-10
r19468: Fix some potential NULL dereferences
Volker Lendecke
1
-14
/
+48
2007-10-10
r19448: Convert delete_share_security to struct share_params plus some cleanups
Volker Lendecke
1
-13
/
+15
[prev]
[next]