summaryrefslogtreecommitdiffstats
path: root/source4/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2007-10-101-175/+0
* r5106: removed a bunch of unused socket functions. We still needAndrew Tridgell2007-10-101-373/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2007-10-101-2/+2
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-10/+11
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-4/+4
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-73/+0
* r1766: we do not have smb_read_error in samba4Simo Sorce2007-10-101-4/+0
* r1759: Add some helper functions to read and write data to a socket with time...Simo Sorce2007-10-101-0/+112
* r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell2007-10-101-4/+11
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-101-0/+10
* - patch to fix a memory leak from metzeAndrew Tridgell2003-08-151-13/+3
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-4/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+631