summaryrefslogtreecommitdiffstats
path: root/source4/libcli/dgram/dgramsocket.c
Commit message (Expand)AuthorAgeFilesLines
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-5/+3
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-1/+1
* s4:dgram: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:libcli/dgram: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-201-1/+1
* Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-171-1/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+1
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-271-2/+3
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+3
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-4/+10
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-13/+11
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11334: Print error status in debug.Andrew Bartlett2007-10-101-2/+3
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-101-15/+13
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-101-1/+2
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-4/+8
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-101-1/+1
* r6209: started added code to support mailslot requests over UDP/138Andrew Tridgell2007-10-101-6/+93
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-101-0/+153