summaryrefslogtreecommitdiff
path: root/source4/libcli/dgram
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 Sorce2-7/+7
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-1/+1
2010-11-08s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell1-1/+1
2010-10-19s4-mailslot: fixed handling of random collision in temporary mailslot namesAndrew Tridgell1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+0
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij4-18/+12
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 Metzmacher3-4/+4
2009-02-02s4:libcli/dgram: s/private/private_dataStefan Metzmacher3-11/+11
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-5/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij3-3/+0
2008-10-15idl: finally fully share nbt.idl in s3 and s4.Günther Deschner1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-23s4-nbt: use moved libcli netlogon helpers.Günther Deschner1-1/+1
2008-05-20Revert addition of 'mailslot' parameter.Andrew Bartlett2-2/+1
2008-05-17Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2-1/+2
2008-05-17Put back the old netlogn parsing code - for the request onlyAndrew Bartlett2-15/+41
2008-05-16Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett3-159/+12
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 Vernooij2-3/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij5-11/+13
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij4-4/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij4-7/+13
2007-12-21r26311: Move port number specification higher up the call stack.Jelmer Vernooij1-10/+3
2007-12-21r26310: Remove more uses of global_loadparm.Jelmer Vernooij3-2/+6
2007-12-21r26223: Move loadparm context up in the stack.Jelmer Vernooij2-1/+3
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher4-37/+52
2007-12-21r25820: but still return the error...Stefan Metzmacher3-0/+3
2007-12-21r25819: make the success case more clearStefan Metzmacher3-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij4-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij4-0/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell6-18/+12
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-2/+2
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter1-2/+2
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-4/+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 Vernooij5-1/+5
2007-10-10r14297: make sure we can go through the loop for than onceAndrew Tridgell1-1/+3
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij3-0/+3
2007-10-10r12932: export function prototypesStefan Metzmacher2-6/+26
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett6-47/+75
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij5-16/+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 Metzmacher6-46/+45
2007-10-10r10491: First step towards wbinfo -t: This issues a name request for the primaryVolker Lendecke2-1/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell4-5/+5
2007-10-10r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell1-1/+2
2007-10-10r7377: Integrate browse service stuff more nicelyJelmer Vernooij2-2/+112
2007-10-10r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell1-4/+8