summaryrefslogtreecommitdiff
path: root/source4/rpc_server/dcerpc_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21911: Some more work on making the ncacn_np handling in smbd be less special.Jelmer Vernooij2007-10-101-2/+46
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher2007-10-101-0/+2
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r14653: make sure we always have a valid session_infoStefan Metzmacher2007-10-101-0/+11
* r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher2007-10-101-3/+40
* r13937: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13923: make the state_flags per dcesrv_connectionStefan Metzmacher2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r10580: More generic approach for adding endpointsJelmer Vernooij2007-10-101-41/+3
* r10078: - add a 'struct data_blob_list_item'Stefan Metzmacher2007-10-101-0/+1
* r8593: register the rpc server with irpcAndrew Tridgell2007-10-101-0/+3
* r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans repliesStefan Metzmacher2007-10-101-6/+5
* r7927: fixed an error on partial socket writes in the rpc serverAndrew Tridgell2007-10-101-1/+1
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-0/+1
* r7800: added the same request serialisation logic to our socket based rpcAndrew Tridgell2007-10-101-0/+9
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-3/+3
* r6604: solved a memory hierarchy ordering problem that led to crashes onAndrew Tridgell2007-10-101-5/+5
* r5902: A rather large change...Andrew Bartlett2007-10-101-11/+11
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-1/+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-2/+2
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-2/+2
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-156/+151
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-6/+6
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-62/+38
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-8/+10
* r4458: Create ncalrpc directory with 0755 rather then 0700 so non-root usersJelmer Vernooij2007-10-101-1/+1
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-10/+2
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-7/+7
* r3320: fixed bugs in the rpc_server code in handling partial packet receives ...Andrew Tridgell2007-10-101-1/+2
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-101-10/+18
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-4/+3
* r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij2007-10-101-2/+4
* r3208: fixed permissions of ncalrpc directory creationAndrew Tridgell2007-10-101-1/+1
* r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij2007-10-101-0/+5
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-101-21/+10
* r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij2007-10-101-0/+328