summaryrefslogtreecommitdiff
path: root/source4/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell1-2/+2
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-10/+11
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell1-1/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-4/+4
2007-10-10r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell1-73/+0
2007-10-10r1766: we do not have smb_read_error in samba4Simo Sorce1-4/+0
2007-10-10r1759: Add some helper functions to read and write data to a socket with time...Simo Sorce1-0/+112
2007-10-10r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell1-4/+11
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-0/+10
2003-08-15- patch to fix a memory leak from metzeAndrew Tridgell1-13/+3
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-4/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+631