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
r18962: * Add IDL for SaveKey() and RestoreKey() and regenerated
Gerald Carter
1
-42
/
+34
2007-10-10
r18954: Fix segv in QueryValue and Enumvalue. regedit.exe now
Gerald Carter
1
-2
/
+2
2007-10-10
r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...
Gerald Carter
1
-4
/
+10
2007-10-10
r18934: fix a segv in CreateKey()
Gerald Carter
1
-1
/
+3
2007-10-10
r18932: In RegEnumvalue() and RegQueryValue(), the output buffer
Gerald Carter
1
-0
/
+4
2007-10-10
r18931: * Fix the IDL for QueryInfoKey. teh Classname in an
Gerald Carter
1
-23
/
+27
2007-10-10
r18929: * Clarify QueryValue IDL and regenerate code
Gerald Carter
1
-14
/
+17
2007-10-10
r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.
Jeremy Allison
1
-0
/
+3
2007-10-10
r18888: Fix a 64-bit warning
Volker Lendecke
1
-1
/
+2
2007-10-10
r18823: Fix some errors in the srsvc handling code and start running the RPC-...
Jelmer Vernooij
1
-4
/
+8
2007-10-10
r18804: resume_hnd isn't a ref pointer and can be NULL
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
3
-1251
/
+666
2007-10-10
r18794: Make ENumKey() work again in the registry server
Gerald Carter
1
-2
/
+4
2007-10-10
r18792: small fix for server QueryValue code
Gerald Carter
1
-2
/
+1
2007-10-10
r18790: Correct the IDL (still a bug in pidl) for QueryValue()
Gerald Carter
1
-1
/
+3
2007-10-10
r18789: Replace the winreg server code with the libndr parsing code.
Gerald Carter
4
-799
/
+369
2007-10-10
r18756: cleanup copyrights after moving to new wkssvc implementation code
Gerald Carter
1
-4
/
+3
2007-10-10
r18754: Get rid of some more invalid time sets
Jim McDonough
1
-48
/
+0
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
2
-18
/
+18
2007-10-10
r18742: this function returns WERROR
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18739: * Get the wkssvc patch right this time.
Gerald Carter
2
-100
/
+301
2007-10-10
r18730: readd missing files (one more)
Gerald Carter
1
-0
/
+78
2007-10-10
r18728: revert previous commit until I fix the wkssvc_nt.c changes
Gerald Carter
1
-294
/
+22
2007-10-10
r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated
Gerald Carter
2
-100
/
+294
2007-10-10
r18724: Fixup time(0) -> time(NULL)
Jim McDonough
1
-2
/
+2
2007-10-10
r18722: Fix up password change times. The can change and must change times are
Jim McDonough
1
-40
/
+20
2007-10-10
r18680: Fix last struct uuids (in uncommented code).
Günther Deschner
1
-3
/
+3
2007-10-10
r18654: Rename "struct uuid" => "struct GUID" for consistency.
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r18621: Fix samr server build.
Günther Deschner
1
-1
/
+1
2007-10-10
r18572: Use the autogenerated client and server for the echo interface and im...
Jelmer Vernooij
3
-167
/
+73
2007-10-10
r18526: Use generated server for unixinfo RPC interface.
Jelmer Vernooij
2
-235
/
+44
2007-10-10
r18487: Add NULL checks
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r18481: Use pidl-generated server side code for dfs.
Jelmer Vernooij
2
-732
/
+77
2007-10-10
r18429: fix a regression renaming local group introduced by trying to handle ...
Gerald Carter
1
-0
/
+2
2007-10-10
r18413: Based on the new torture test I added in samba4 it turns out
Simo Sorce
1
-1
/
+18
2007-10-10
r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.h
Gerald Carter
3
-13
/
+12
2007-10-10
r18390: give a better error code
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
2
-8
/
+8
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
3
-37
/
+29
2007-10-10
r17872: Fix possible null deref found by the Stanford checker.
Jeremy Allison
1
-1
/
+3
2007-10-10
r17797: Just say "ok" when trying to rename a local group to its same name.
Gerald Carter
1
-4
/
+11
2007-10-10
r17554: Cleanup
Volker Lendecke
2
-4
/
+4
2007-10-10
r17468: To minimize the diff later on, pre-commit some changes independently:...
Volker Lendecke
1
-3
/
+3
2007-10-10
r17463: A bit of cleanup work:
Volker Lendecke
1
-1
/
+1
2007-10-10
r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).
Günther Deschner
1
-4
/
+17
2007-10-10
r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an
Volker Lendecke
2
-4
/
+4
2007-10-10
r17439: Fix logic error in checking TALLOC return. Spotted by Volker.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17386: fix inverted logic pointed out by Volker. When deleting a printer re...
Gerald Carter
1
-1
/
+1
2007-10-10
r17364: Another NT4 join bug: The idealx tools set the primary group sid, and...
Volker Lendecke
1
-15
/
+12
2007-10-10
r17348: Some C++ warnings
Volker Lendecke
3
-13
/
+18
[next]