summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij2008-01-021-2/+7
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-3/+4
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-1/+2
* r26334: Avoid loadparm_context.Jelmer Vernooij2007-12-211-3/+3
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+4
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-5/+5
* 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-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-10/+10
* r22534: don't remove socket and fd_event before we told theStefan Metzmacher2007-10-101-8/+6
* r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher2007-10-101-1/+1
* r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher2007-10-101-6/+27
* r19661: - add resolve stage to dcerpc connects over tcpStefan Metzmacher2007-10-101-19/+44
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-101-16/+32
* 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
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-101-8/+18
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14311: canon needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r13572: Comments to async pipe open functions and copyright note.Rafal Szczesniak2007-10-101-10/+57
* r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak2007-10-101-34/+268
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-20/+39
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12294: Move dcerpc_pipe_open_sock() to async implementation.Rafal Szczesniak2007-10-101-44/+135
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2007-10-101-12/+20
* r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell2007-10-101-149/+61
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2007-10-101-2/+4
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2007-10-101-4/+3
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-14/+1
* r7496: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r5980: Fix double free after unexpected disconnect.Jelmer Vernooij2007-10-101-1/+5
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-14/+9
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-1/+1
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-36/+31
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r3941: make sure we don't keep pounding on a ncacn_ip_tcp connection after it...Andrew Tridgell2007-10-101-0/+6
* r3517: Fix the build - Sorry!Jelmer Vernooij2007-10-101-4/+0