summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatibleJelmer Vernooij1-1/+1
2007-10-10r18561: Fix [out] pointers in winreg IDLGerald Carter1-7/+7
2007-10-10r18558: Fix ShareCheck which was assuming all paths are "C:\"Simo Sorce2-14/+132
2007-10-10r18555: use C:\ as default not C:Stefan Metzmacher1-1/+1
2007-10-10r18550: Return a path not just a disk driveSimo Sorce1-1/+9
2007-10-10r18542: Some late nite work.Simo Sorce1-2/+73
2007-10-10r18416: We need to look for both builtinDomain and domain, in the OpenDomain ...Andrew Bartlett1-1/+1
2007-10-10r18412: Implement NetiNameValidate but just for share name right now (type 9)Simo Sorce2-1/+50
2007-10-10r18409: Make sure to print a DEBUG message if this LDB search fails.Andrew Bartlett1-1/+5
2007-10-10r18365: When adding a new structure member, always remember to fragment it.Andrew Bartlett1-0/+1
2007-10-10r18364: Get us closer to schema compliance. The corrent names for "secret"Andrew Bartlett1-10/+10
2007-10-10r18363: Found a rather nasty bug in our fragment handling.Andrew Bartlett2-8/+12
2007-10-10r18362: Make LookupSids map onto LookupSids2, as they both take a policyAndrew Bartlett1-16/+17
2007-10-10r18361: Invert the way we handle LookupSids2/LookupSids3 and LookupNames3/Loo...Andrew Bartlett1-36/+85
2007-10-10r18330: don't mix pointer types in RPC repliesAndrew Tridgell1-1/+5
2007-10-10r18318: Implement DiskEnumSimo Sorce1-3/+18
2007-10-10r18315: Implement netSrvGetInfo level 102Simo Sorce2-0/+73
2007-10-10r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell1-3/+1
2007-10-10r18252: Make sure to NULL terminate these lists of attributes.Andrew Bartlett1-7/+16
2007-10-10r17991: Implement a few more calls (with not implemented :-).Andrew Bartlett1-36/+21
2007-10-10r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries,Andrew Bartlett1-2/+2
2007-10-10r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUPAndrew Bartlett3-271/+237
2007-10-10r17956: LSA Cleanup!Andrew Bartlett2-72/+331
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij4-4/+4
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell4-8/+16
2007-10-10r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell5-20/+20
2007-10-10r17788: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17529: Simo doesn't like the use of the internal ldb_errstring in functionsAndrew Bartlett1-3/+4
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2-20/+20
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2-5/+7
2007-10-10r17340: initialize elements od dcesrc_call_state in one central placeStefan Metzmacher2-11/+14
2007-10-10r17265: some reformattingStefan Metzmacher1-57/+27
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce5-123/+216
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2-3/+0
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett2-98/+155
2007-10-10r16796: Fill in dsr_GetMemberships() / dsr_GetMemberships2().Günther Deschner1-8/+6
2007-10-10r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There areAndrew Bartlett2-150/+704
2007-10-10r16773: Fix one more RPC-SAMR test (an alias level), and make it clear thatAndrew Bartlett1-5/+11
2007-10-10r16772: Clarify comment.Andrew Bartlett1-2/+2
2007-10-10r16523: pass spoolss_XcvData calls to the ntptr backends...Stefan Metzmacher1-4/+33
2007-10-10r16262: Another basedn fix.Andrew Bartlett1-1/+1
2007-10-10r16236: Add a proper baseDN to a large number of queries. Searching the NULLAndrew Bartlett3-22/+40
2007-10-10r16166: Remove hexidecimal constants from the Samba4 provision files.Andrew Bartlett1-52/+41
2007-10-10r15892: Remove the COM management code - DCOM should beJelmer Vernooij5-384/+0
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell3-7/+3
2007-10-10r15831: fixed a memory leak in the netlogon serverAndrew Tridgell1-2/+2
2007-10-10r15777: Fix unresolved symbols in shared library build.Jelmer Vernooij1-2/+2
2007-10-10r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()Stefan Metzmacher3-4/+199
2007-10-10r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher3-1/+17