summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r14842: fix parsing of NetDiskEnum repliesStefan Metzmacher2007-10-101-1/+1
* r14836: Keep constants in the right order, and line things up nicely.Tim Potter2007-10-101-3/+3
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-101-0/+2
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-104-38/+32
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-101-1/+1
* r14721: Fix a couple of warnings.Jelmer Vernooij2007-10-101-1/+1
* r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett2007-10-102-1/+19
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-105-18/+51
* r14708: Add a (bogus) UUID and a comment to the PAC defintion.Andrew Bartlett2007-10-101-0/+2
* r14642: fix shadow warningsStefan Metzmacher2007-10-101-9/+12
* r14639: the platform id is 32 bit...Stefan Metzmacher2007-10-102-2/+2
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-102-1/+42
* r14603: Fix building of ejs modules as shared libsJelmer Vernooij2007-10-101-3/+4
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-101-9/+9
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-122/+12
* r14544: Remove exchange-specific files.Jelmer Vernooij2007-10-103-338/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-1016-1/+18
* r14511: Install more headersJelmer Vernooij2007-10-101-0/+2
* r14500: Make some more functions publicJelmer Vernooij2007-10-101-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-17/+17
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-93/+93
* r14488: Install more headers.Jelmer Vernooij2007-10-103-2/+5
* r14484: Install more headersJelmer Vernooij2007-10-103-3/+13
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-107/+0
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-108-5/+8
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-103-0/+7
* r14384: Remove orpc code from includes.hJelmer Vernooij2007-10-103-42/+14
* r14381: Kill structs.hJelmer Vernooij2007-10-101-0/+4
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij2007-10-102-0/+3
* r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij2007-10-105-5/+10
* r14349: Kill proto.h!Jelmer Vernooij2007-10-102-0/+8
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-280/+187
* r14311: canon needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r14310: length needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-4/+4
* r14238: This is not needed anymore, as the state structure is zeroedRafal Szczesniak2007-10-101-3/+0
* r14211: More comments.Rafal Szczesniak2007-10-101-2/+29
* r14210: 1) Fix an issue with composite context when null event contextRafal Szczesniak2007-10-101-103/+13
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+1
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-0/+1
* r14175: More comments and my copyright.Rafal Szczesniak2007-10-101-11/+74
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-4/+4
* r14172: composite_is_ok(c) destroys c, when the status isn't ok.Stefan Metzmacher2007-10-101-46/+8
* r14165: More comments and my copyright.Rafal Szczesniak2007-10-101-1/+19
* r14164: More comments.Rafal Szczesniak2007-10-101-5/+95
* r14143: Replace old function with equivalent based on new async code.Rafal Szczesniak2007-10-101-67/+4
* r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher2007-10-102-43/+29