summaryrefslogtreecommitdiffstats
path: root/source4/libcli/dgram
Commit message (Expand)AuthorAgeFilesLines
* libcli: continue to read from the socket even if the size is 0Matthieu Patou2013-09-201-1/+1
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-132-7/+7
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-1/+1
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-1/+1
* s4-mailslot: fixed handling of random collision in temporary mailslot namesAndrew Tridgell2010-10-191-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-18/+12
* 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-023-4/+4
* s4:libcli/dgram: s/private/private_dataStefan Metzmacher2009-02-023-11/+11
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-5/+5
* Remove unused include param/param.h.Jelmer Vernooij2008-10-243-3/+0
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-231-1/+1
* Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-202-2/+1
* Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2008-05-172-1/+2
* Put back the old netlogn parsing code - for the request onlyAndrew Bartlett2008-05-172-15/+41
* Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-163-159/+12
* 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-272-3/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-215-11/+13
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-014-4/+4
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-014-7/+13
* r26311: Move port number specification higher up the call stack.Jelmer Vernooij2007-12-211-10/+3
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-213-2/+6
* r26223: Move loadparm context up in the stack.Jelmer Vernooij2007-12-212-1/+3
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-214-37/+52
* r25820: but still return the error...Stefan Metzmacher2007-12-213-0/+3
* r25819: make the success case more clearStefan Metzmacher2007-12-213-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-104-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-104-0/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-102-2/+2
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+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-105-1/+5
* r14297: make sure we can go through the loop for than onceAndrew Tridgell2007-10-101-1/+3
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-0/+3
* r12932: export function prototypesStefan Metzmacher2007-10-102-6/+26
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-106-47/+75
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-105-16/+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-106-46/+45
* r10491: First step towards wbinfo -t: This issues a name request for the primaryVolker Lendecke2007-10-102-1/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-104-5/+5
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-101-1/+2
* r7377: Integrate browse service stuff more nicelyJelmer Vernooij2007-10-102-2/+112
* r7229: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-4/+8