summaryrefslogtreecommitdiffstats
path: root/source4/lib/stream
Commit message (Expand)AuthorAgeFilesLines
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-9/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-102-6/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-2/+2
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-101-0/+25
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-102-4/+35
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-3/+1
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-102-30/+7
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r15295: Fix some dependenciesJelmer Vernooij2007-10-101-2/+2
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r13962: make functions publicStefan Metzmacher2007-10-101-19/+19
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-2/+2
* r11870: fixed the problem volker reported with the RPX-XPLOGIN test. TheAndrew Tridgell2007-10-101-1/+37
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-102-5/+14
* r11712: avoid changing the fde flags unless really neededAndrew Tridgell2007-10-101-6/+9
* r11642: add some error checksStefan Metzmacher2007-10-101-2/+8
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-102-1/+18
* r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell2007-10-101-4/+12
* r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell2007-10-101-0/+1
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2007-10-102-2/+46
* r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2007-10-102-4/+21
* r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2007-10-102-0/+65
* r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2007-10-102-0/+29
* r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell2007-10-103-0/+368