summaryrefslogtreecommitdiff
path: root/source4/lib/stream
AgeCommit message (Expand)AuthorFilesLines
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin2-0/+13
2011-10-19s4:lib/stream: make use of smb_len_tcp()Stefan Metzmacher1-1/+7
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-8/+8
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-4/+0
2010-09-07s4-packet: make packet_recv_disable() a lot more efficientAndrew Tridgell1-2/+6
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+9
2010-01-21s4: Fix a few warnings.Jelmer Vernooij1-0/+1
2009-10-18s4: spelling errorAndrew Tridgell1-1/+1
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2-1/+38
2009-02-02s4:lib/stream: s/private/private_dataStefan Metzmacher2-24/+24
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-9/+9
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-0/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-07packet: make it possible to free the packet_context from the send_callbackStefan Metzmacher1-0/+6
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-1/+1
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-6/+2
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-12/+12
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-9/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell2-6/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-2/+2
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett1-0/+25
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2-4/+35
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-3/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett2-30/+7
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-2/+2
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-2/+2
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r13962: make functions publicStefan Metzmacher1-19/+19
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-2/+2
2007-10-10r11870: fixed the problem volker reported with the RPX-XPLOGIN test. TheAndrew Tridgell1-1/+37
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2-5/+14
2007-10-10r11712: avoid changing the fde flags unless really neededAndrew Tridgell1-6/+9
2007-10-10r11642: add some error checksStefan Metzmacher1-2/+8
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2-1/+18
2007-10-10r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell1-4/+12
2007-10-10r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell1-0/+1
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2-2/+46
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2-4/+21
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2-0/+65
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2-0/+29
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell3-0/+368