summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-101-2/+4
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-104-37/+37
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-104-6/+6
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-1011-62/+62
* r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher2007-10-102-12/+7
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-105-19/+16
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-109-34/+34
* r24449: length_is() isn't supported without size_is().Stefan Metzmacher2007-10-101-2/+2
* r24448: merge formating fixes SAMBA_3_2Stefan Metzmacher2007-10-101-204/+258
* r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing rangeAndrew Bartlett2007-10-101-1/+1
* r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett2007-10-101-0/+1
* r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett2007-10-101-1/+1
* r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett2007-10-103-185/+320
* r23812: Remove more code found as dead by the find_static script, and makeAndrew Bartlett2007-10-101-43/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1026-78/+52
* r23643: Fix the build farm tests. We were incorrectly passing theJim McDonough2007-10-101-17/+30
* r23630: Found out what LSA_LOOKUP_NAMES level 5 means:Günther Deschner2007-10-101-2/+2
* r23629: Document lsa lookupname lookuplevels Volker discovered a while ago.Günther Deschner2007-10-101-4/+21
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-101-2/+2
* r23418: 'S' is 0x53...Stefan Metzmacher2007-10-101-2/+2
* r23384: Fill in NETLOGON netr_DsRGetForestTrustInformation().Günther Deschner2007-10-101-1/+9
* r23382: Fill in lsa_lsaRQueryForestTrustInformation.Günther Deschner2007-10-101-1/+43
* r23381: Merge netr_GetDcName WERROR return and WERROR_DOMAIN_CONTROLLER_NOT_F...Günther Deschner2007-10-101-1/+1
* r23240: Fill in netr_DsrGetDcSiteCoverageW.Günther Deschner2007-10-101-1/+10
* r23239: Fill in drsuapi_QuerySitesByCost.Günther Deschner2007-10-101-1/+33
* r23134: Set the event context onto the cli_credentials.Andrew Bartlett2007-10-101-0/+1
* r23129: Merge from 3_0:Günther Deschner2007-10-101-8/+52
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-1/+1
* r22944: fix bug #4618:Stefan Metzmacher2007-10-107-48/+48
* r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett2007-10-101-0/+15
* r22683: fix the logic for skipping the pipe_dead()Stefan Metzmacher2007-10-102-4/+4
* r22619: fix pidl warningsStefan Metzmacher2007-10-101-2/+2
* r22582: Cleanups towards making winbind work again. We still have a long way...Andrew Bartlett2007-10-101-2/+1
* r22534: don't remove socket and fd_event before we told theStefan Metzmacher2007-10-101-8/+6
* r22528: remember that the connection was marked dead and don'tStefan Metzmacher2007-10-102-0/+41
* r22515: only steal pipe on successStefan Metzmacher2007-10-101-3/+4
* r22486: add a flag to ignore timeouts of a request and don't closeStefan Metzmacher2007-10-102-0/+13
* r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher2007-10-103-3/+23
* r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher2007-10-105-28/+57
* r22406: this dependencies should also be privateStefan Metzmacher2007-10-101-16/+16
* r22386: another unused includeStefan Metzmacher2007-10-101-1/+0
* r22339: Run some more tests.Jelmer Vernooij2007-10-101-1/+2
* r21928: fix the interface uuid of wzcsvc.Stefan Metzmacher2007-10-101-1/+1
* r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou...Jelmer Vernooij2007-10-101-2/+5
* r21829: Integrate mgmt in libdcerpc. We have enough libraries as it is and m...Jelmer Vernooij2007-10-101-6/+3
* r21817: give fields a meaningStefan Metzmacher2007-10-101-2/+2
* r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell2007-10-101-1/+2
* r21812: fixed an integer overflow error in the ndr push code.Andrew Tridgell2007-10-102-3/+10
* r21811: fixed a queueing error in the dcerpc client code. WHen theAndrew Tridgell2007-10-102-19/+37