summaryrefslogtreecommitdiff
path: root/source4/libcli/dgram/dgramsocket.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-20libcli: continue to read from the socket even if the size is 0Matthieu Patou1-1/+1
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-6/+6
2010-11-08s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+3
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-1/+1
2009-02-02s4:dgram: s/private/private_dataStefan Metzmacher1-1/+1
2009-02-02s4:libcli/dgram: s/private/private_dataStefan Metzmacher1-4/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-05-20Revert addition of 'mailslot' parameter.Andrew Bartlett1-1/+1
2008-05-17Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-5/+1
2008-02-27Remove more global_loadparm uses.Jelmer Vernooij1-2/+3
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-2/+3
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+10
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-2/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-13/+11
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11334: Print error status in debug.Andrew Bartlett1-2/+3
2007-10-10r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher1-15/+13
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-2/+2
2007-10-10r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell1-1/+2
2007-10-10r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell1-4/+8
2007-10-10r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell1-1/+1
2007-10-10r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell1-6/+93
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell1-0/+153