summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* r17336: make the logic a bit more easier to understand...Stefan Metzmacher2007-10-101-55/+51
* r17329: - after a composite_continue() we need to call return;Stefan Metzmacher2007-10-101-12/+11
* r17328: make better usage of the composite apiStefan Metzmacher2007-10-101-111/+32
* r17327: when the connect with the ipv6 socket was ok,Stefan Metzmacher2007-10-101-1/+4
* r17326: make better usage of the composite apiStefan Metzmacher2007-10-102-23/+8
* r17325: make better usage of the composite apiStefan Metzmacher2007-10-101-90/+38
* r17324: make better usage of the composite apiStefan Metzmacher2007-10-101-20/+19
* r17323: make better use of the composite api and fix the memoryStefan Metzmacher2007-10-101-52/+24
* r17322: make better use of the composite apiStefan Metzmacher2007-10-101-47/+22
* r17321: give better error codesStefan Metzmacher2007-10-101-2/+2
* r17320: - print the debug message before the composite context get received b...Stefan Metzmacher2007-10-101-7/+6
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r15812: Explicitly cast to unsigned int.Jelmer Vernooij2007-10-101-3/+3
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-11/+11
* r15524: fix a problem with rpc faults from bind and alter contextAndrew Tridgell2007-10-102-91/+96
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-103-83/+113
* r15503: I may shortly have to revert all of this, but be clearer about how weAndrew Bartlett2007-10-101-14/+13
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-103-107/+78
* r15482: Don't shadow the global function pipe() with a local variable name.Andrew Bartlett2007-10-101-10/+8
* r15440: Formatting.Rafal Szczesniak2007-10-101-3/+2
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-103-38/+178
* r15021: Couple more comments and fixes in spirit of utility functionsRafal Szczesniak2007-10-101-32/+49
* r14962: fixed a valgrind errorAndrew Tridgell2007-10-101-2/+4
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-104-38/+32
* r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett2007-10-101-0/+7
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-105-18/+51
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-109-1/+10
* r14488: Install more headers.Jelmer Vernooij2007-10-101-0/+1
* 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-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-102-0/+2
* 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-101-0/+2
* r14311: canon 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
* r14136: Fix bug causing segfaults in certain circumstances (gcc3.x amongRafal Szczesniak2007-10-101-7/+7