libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source4 / lib / stream / packet.c
2020-08-17 Volker LendeckeFix a comment typo copied around
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-03-06 Kai Blins4 dns: Fix TCP handling in the DNS server
2011-10-19 Stefan Metzmachers4:lib/stream: make use of smb_len_tcp()
2011-08-13 Simo Sorces4:lib: use tevent_ fns names instead of legcay event_...
2010-09-07 Andrew Tridgells4-packet: make packet_recv_disable() a lot more efficient
2009-10-18 Andrew Tridgells4: spelling error
2009-02-18 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-18 Andrew TridgellWorked around a problem with select/poll/epoll and...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:lib/stream: s/private/private_data
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-07 Stefan Metzmacherpacket: make it possible to free the packet_context...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Jelmer Vernooijr24780: More work allowing libutil to be used by extern...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Stefan Metzmacherr13962: make functions public
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Tridgellr11870: fixed the problem volker reported with the...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11712: avoid changing the fde flags unless really...
2007-10-10 Stefan Metzmacherr11642: add some error checks
2007-10-10 Andrew Tridgellr11636: a bit neater solution to the nt_cancel problem
2007-10-10 Andrew Tridgellr11630: another fix for over-reading in the packet...
2007-10-10 Andrew Tridgellr11629: fixed a bug found with the socket:testnonblock...
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Andrew Tridgellr11618: added a generic '32 bit length prefix' full...
2007-10-10 Andrew Tridgellr11605: added handling of the send queue to the generic...
2007-10-10 Andrew Tridgellr11602: added packet_set_serialise() to allow the gener...
2007-10-10 Andrew Tridgellr11595: added a helper layer to parse streams into...