summaryrefslogtreecommitdiff
path: root/source4/lib/stream/packet.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin1-0/+12
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-09-07s4-packet: make packet_recv_disable() a lot more efficientAndrew Tridgell1-2/+6
2009-10-18s4: spelling errorAndrew Tridgell1-1/+1
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell1-1/+37
2009-02-02s4:lib/stream: s/private/private_dataStefan Metzmacher1-16/+16
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
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
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 Tridgell1-3/+2
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 Bartlett1-4/+29
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-3/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-27/+7
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-2/+2
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-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 Tridgell1-4/+12
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 Tridgell1-1/+17
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 Tridgell1-2/+43
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell1-3/+18
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell1-0/+63
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell1-0/+28
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell1-0/+312