summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3486: Add RemoteActivation serverJelmer Vernooij4-2/+81
2007-10-10r3481: split out client.h and events.hAndrew Tridgell1-0/+1
2007-10-10r3468: split out dcerpc_server.hAndrew Tridgell18-0/+18
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2-0/+2
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell5-5/+9
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell3-0/+3
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-7/+7
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell15-0/+17
2007-10-10r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell1-1/+1
2007-10-10r3369: More registry updatesJelmer Vernooij1-3/+61
2007-10-10r3367: More registry updates.Jelmer Vernooij1-2/+7
2007-10-10r3364: Add parameter to fix the compile.Andrew Bartlett1-0/+1
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell1-1/+2
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij1-1/+1
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij1-1/+9
2007-10-10r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij1-65/+69
2007-10-10r3323: more warning reductionsAndrew Tridgell1-1/+1
2007-10-10r3320: fixed bugs in the rpc_server code in handling partial packet receives ...Andrew Tridgell2-5/+3
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-10/+18
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-4/+3
2007-10-10r3218: Fix the buildVolker Lendecke1-1/+1
2007-10-10r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij1-2/+4
2007-10-10r3208: fixed permissions of ncalrpc directory creationAndrew Tridgell1-1/+1
2007-10-10r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij1-0/+5
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2-28/+13
2007-10-10r3165: Support local connections in Gtk+ toolsJelmer Vernooij1-1/+1
2007-10-10r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij4-236/+336
2007-10-10r3158: Use the new tower build functions to generate protocol towers, making itJelmer Vernooij1-89/+38
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij1-1/+1
2007-10-10r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij4-77/+44
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij4-21/+28
2007-10-10r3112: Fix two more instances of epm_towers (sorry, metze!)Jelmer Vernooij1-1/+1
2007-10-10r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij1-4/+4
2007-10-10r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now thatAndrew Bartlett1-0/+14
2007-10-10r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett1-0/+9
2007-10-10r3076: Fix memory leak.Andrew Bartlett1-1/+3
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2-11/+28
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2-101/+43
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher2-50/+48
2007-10-10r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher1-3/+3
2007-10-10r2974: fix the buildStefan Metzmacher1-1/+1
2007-10-10r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher3-47/+133
2007-10-10r2954: add server cracknames code:Stefan Metzmacher1-1/+41
2007-10-10r2953: add NTSTATUS_TALLOC_CHECK(x)Stefan Metzmacher1-0/+4
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher1-3/+3
2007-10-10r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij1-10/+7
2007-10-10r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij1-10/+10
2007-10-10r2889: add DRSUAPI serverStefan Metzmacher4-0/+370