summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* r14125: Fix incorrect declaration caught on build farm.Rafal Szczesniak2007-10-101-1/+2
* r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak2007-10-103-381/+1233
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-2/+1
* r13726: Fix indentation.Rafal Szczesniak2007-10-101-1/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-1/+1
* r13582: IndentAndrew Bartlett2007-10-101-3/+3
* r13572: Comments to async pipe open functions and copyright note.Rafal Szczesniak2007-10-101-10/+57
* r13568: Comments to async rpc connect functions.Rafal Szczesniak2007-10-101-6/+55
* r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak2007-10-103-109/+517
* r13334: Add comments describing what these functions do.Andrew Bartlett2007-10-101-2/+21
* r13210: Revert my named pipes patch until it passes not just 'make quicktest'...Jelmer Vernooij2007-10-101-1/+1
* r13208: Clearly separate named pipes from the IPC$ NTVFS type.Jelmer Vernooij2007-10-101-1/+1
* r13002: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-105-34/+37
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-20/+39
* r12800: Replace tmp_ctx with mem_ctx to make variables name moreRafal Szczesniak2007-10-101-6/+6
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-102-0/+4
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-3/+10
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-18/+0
* r12634: make the [validate] binding string switch also check to see if theAndrew Tridgell2007-10-101-3/+17
* r12623: Another round of fixes for the prototypes of tables.cJelmer Vernooij2007-10-101-0/+13
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-101-0/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-0/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-107-12/+0
* r12574: Bring tables.pl back to life and move registration of interfacesJelmer Vernooij2007-10-102-27/+27
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-105-0/+6
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2007-10-103-77/+106
* r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2007-10-102-23/+13
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-103-22/+15
* r12511: Remove authservice from binding stringJelmer Vernooij2007-10-102-8/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-105-64/+45
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-3/+2
* r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak2007-10-101-44/+135
* r12162: More comments.Rafal Szczesniak2007-10-101-5/+30
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2007-10-102-43/+121
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-5/+5
* r12103: Comments and a bit of formatting.Rafal Szczesniak2007-10-101-6/+28
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-102-71/+26
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-102-1/+167
* r12001: Replace smbcli_full_connection call with composite connect usedRafal Szczesniak2007-10-101-8/+25
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-101-6/+7
* r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell2007-10-101-1/+1
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2007-10-101-3/+8
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2007-10-105-7/+563
* r11872: another attempt at fixing the data_blob_free in async dcerpc bind,Andrew Tridgell2007-10-101-14/+9
* r11871: fixed a problem volker found with the async bind code, and a callbackAndrew Tridgell2007-10-101-2/+5
* r11835: Restore commentsVolker Lendecke2007-10-101-1/+28