summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* r21805: Add PAC_TYPE_CONSTRAINED_DELEGATION to the PAC_TYPE enum.Andrew Bartlett2007-10-101-1/+2
* r21773: fix typo orginating -> originatingStefan Metzmacher2007-10-102-17/+17
* r21662: More samr testsJelmer Vernooij2007-10-101-5/+5
* r21660: Add another testJelmer Vernooij2007-10-101-4/+4
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-10-101-0/+111
* r21653: Add two more tdr tests.Jelmer Vernooij2007-10-101-0/+9
* r21650: Update ndrdump to work in samba3Jelmer Vernooij2007-10-101-1/+24
* r21595: add a constant and some commentsStefan Metzmacher2007-10-101-0/+12
* r21584: Support for tagged types has landed!Jelmer Vernooij2007-10-101-4/+4
* r21564: Move ndrdump to librpc/tools.Jelmer Vernooij2007-10-103-0/+514
* r21541: Export mgmt, samr and atsvc for use in samba-gtk.Jelmer Vernooij2007-10-101-3/+12
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-104-9/+24
* r21520: fix the altercontext test... sorryStefan Metzmacher2007-10-101-0/+2
* r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some namesStefan Metzmacher2007-10-104-10/+31
* r21489: Remove accidently committed test idl.Jelmer Vernooij2007-10-101-1/+1
* r21487: Fix warning when using anonymous types, initial work on nested type s...Jelmer Vernooij2007-10-101-1/+1
* r21477: Remove unnecessary properties.Jelmer Vernooij2007-10-102-5/+0
* r21464: add parsing code for the Primary:WDigest blobStefan Metzmacher2007-10-101-0/+17
* r21441: create a union for the PrimaryKerberosBlob contentStefan Metzmacher2007-10-101-8/+16
* r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij2007-10-104-310/+3
* r21429: Fix the build.Jelmer Vernooij2007-10-101-3/+3
* r21426: Add more spoolss tests.Jelmer Vernooij2007-10-101-5/+5
* r21425: Add ReplyClosePrinter.Jelmer Vernooij2007-10-101-1/+2
* r21424: Add FindClosePrinterNotify.Jelmer Vernooij2007-10-101-1/+2
* r21422: Add IDL for EnumPrinterKey and RemoteFindNextPrinterChangeNotifyEx.Jelmer Vernooij2007-10-101-17/+102
* r21415: Add tests for spoolss and drsuapi. Still need to add validators.Jelmer Vernooij2007-10-102-3/+3
* r21414: Fill in IDL for ReplyOpenPrinter.Jelmer Vernooij2007-10-101-7/+14
* r21413: fix pushing of supplementalCredentialsStefan Metzmacher2007-10-101-6/+6
* r21407: auto set the len valuesStefan Metzmacher2007-10-101-2/+2
* r21406: add idl for parsing the 'Packages' and 'Primary:CLEARTEXT' elementsStefan Metzmacher2007-10-101-0/+16
* r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;Stefan Metzmacher2007-10-101-22/+105