summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij1-4/+8
2007-10-10r18804: resume_hnd isn't a ref pointer and can be NULLStefan Metzmacher1-1/+3
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij3-1251/+666
2007-10-10r18794: Make ENumKey() work again in the registry serverGerald Carter1-2/+4
2007-10-10r18792: small fix for server QueryValue codeGerald Carter1-2/+1
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter1-1/+3
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter4-799/+369
2007-10-10r18756: cleanup copyrights after moving to new wkssvc implementation codeGerald Carter1-4/+3
2007-10-10r18754: Get rid of some more invalid time setsJim McDonough1-48/+0
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2-18/+18
2007-10-10r18742: this function returns WERRORStefan Metzmacher1-3/+3
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter2-100/+301
2007-10-10r18730: readd missing files (one more)Gerald Carter1-0/+78
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-294/+22
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter2-100/+294
2007-10-10r18724: Fixup time(0) -> time(NULL)Jim McDonough1-2/+2
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough1-40/+20
2007-10-10r18680: Fix last struct uuids (in uncommented code).Günther Deschner1-3/+3
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2-3/+3
2007-10-10r18621: Fix samr server build.Günther Deschner1-1/+1
2007-10-10r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij3-167/+73
2007-10-10r18526: Use generated server for unixinfo RPC interface.Jelmer Vernooij2-235/+44
2007-10-10r18487: Add NULL checksJelmer Vernooij1-0/+8
2007-10-10r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij2-732/+77
2007-10-10r18429: fix a regression renaming local group introduced by trying to handle ...Gerald Carter1-0/+2
2007-10-10r18413: Based on the new torture test I added in samba4 it turns outSimo Sorce1-1/+18
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter3-13/+12
2007-10-10r18390: give a better error codeStefan Metzmacher1-1/+1
2007-10-10r18271: Big change:Gerald Carter2-8/+8
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij3-37/+29
2007-10-10r17872: Fix possible null deref found by the Stanford checker.Jeremy Allison1-1/+3
2007-10-10r17797: Just say "ok" when trying to rename a local group to its same name.Gerald Carter1-4/+11
2007-10-10r17554: CleanupVolker Lendecke2-4/+4
2007-10-10r17468: To minimize the diff later on, pre-commit some changes independently:...Volker Lendecke1-3/+3
2007-10-10r17463: A bit of cleanup work:Volker Lendecke1-1/+1
2007-10-10r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner1-4/+17
2007-10-10r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke2-4/+4
2007-10-10r17439: Fix logic error in checking TALLOC return. Spotted by Volker.Jeremy Allison1-1/+1
2007-10-10r17386: fix inverted logic pointed out by Volker. When deleting a printer re...Gerald Carter1-1/+1
2007-10-10r17364: Another NT4 join bug: The idealx tools set the primary group sid, and...Volker Lendecke1-15/+12
2007-10-10r17348: Some C++ warningsVolker Lendecke3-13/+18
2007-10-10r17346: Add optimisation vl needs for the cluster code whereJeremy Allison1-1/+1
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-2/+2
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-9/+0
2007-10-10r17245: Second part of fix for #3962. Don't do a doubleJeremy Allison1-14/+8
2007-10-10r17244: There were several error paths where NT_PRINTER_INFO_LEVELJeremy Allison1-6/+17
2007-10-10r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugsGerald Carter1-1/+7
2007-10-10r17199: Add comment to the RID/SID miracleVolker Lendecke1-1/+6
2007-10-10r17194: To run rpc-samba3-lsa in the build farm, we can't rely on geteuid()==...Volker Lendecke1-2/+2
2007-10-10r17192: Make this actually survive valgrind. We NEED pidl here...Volker Lendecke1-5/+12