summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25028: Fix more warnings.Jelmer Vernooij1-5/+5
2007-10-10r25027: Fix more warnings.Jelmer Vernooij3-1/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij3-0/+3
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij5-11/+14
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij5-24/+24
2007-10-10r24992: Remove some uses of lp_*().Jelmer Vernooij1-2/+2
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2-2/+7
2007-10-10r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher1-3/+2
2007-10-10r24866: Put remainder of binding string tests in librpc/ directory.Jelmer Vernooij1-0/+37
2007-10-10r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij1-0/+16
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij1-2/+2
2007-10-10r24812: Fix headers for external users.Jelmer Vernooij1-1/+1
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2-12/+9
2007-10-10r24779: add 11 specific access rights that applies to accessmasks for UserRonnie Sahlberg1-3/+17
2007-10-10r24777: add 11 specific access rights to the access mask forRonnie Sahlberg1-1/+15
2007-10-10r24775: add 5 specific access right bits for the accessmask that refersRonnie Sahlberg1-2/+10
2007-10-10r24774: add 5 specific access mask bits for policy handles created for aliasesRonnie Sahlberg1-2/+10
2007-10-10r24772: add a bitmap that describes 6 of the specific accessmask bits forRonnie Sahlberg1-5/+14
2007-10-10r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij2-5/+21
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij1-2/+4
2007-10-10r24753: Allow host name in binding string without transport.Jelmer Vernooij3-29/+61
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-1/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2-4/+4
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-2/+4
2007-10-10r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher4-37/+37
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher4-6/+6
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher11-62/+62
2007-10-10r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher2-12/+7
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher5-19/+16
2007-10-10r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher9-34/+34
2007-10-10r24449: length_is() isn't supported without size_is().Stefan Metzmacher1-2/+2
2007-10-10r24448: merge formating fixes SAMBA_3_2Stefan Metzmacher1-204/+258
2007-10-10r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing rangeAndrew Bartlett1-1/+1
2007-10-10r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett1-0/+1
2007-10-10r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett1-1/+1
2007-10-10r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett3-185/+320
2007-10-10r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett1-43/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell26-78/+52
2007-10-10r23643: Fix the build farm tests. We were incorrectly passing theJim McDonough1-17/+30
2007-10-10r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner1-2/+2
2007-10-10r23629: Document lsa lookupname lookuplevels Volker discovered a while ago.Günther Deschner1-4/+21
2007-10-10r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett1-2/+2
2007-10-10r23418: 'S' is 0x53...Stefan Metzmacher1-2/+2
2007-10-10r23384: Fill in NETLOGON netr_DsRGetForestTrustInformation().Günther Deschner1-1/+9
2007-10-10r23382: Fill in lsa_lsaRQueryForestTrustInformation.Günther Deschner1-1/+43
2007-10-10r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_F...Günther Deschner1-1/+1
2007-10-10r23240: Fill in netr_DsrGetDcSiteCoverageW.Günther Deschner1-1/+10
2007-10-10r23239: Fill in drsuapi_QuerySitesByCost.Günther Deschner1-1/+33