summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Another patch from Steve Langasek <vorlon@netexpress.net>, again from theAndrew Bartlett2002-10-031-3/+3
* Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2002-09-151-0/+5
* Patch from mimir to back out idra's attempted DOS mitigation patch.Andrew Bartlett2002-08-251-2/+2
* We never checked if the smb packet len is != 0Simo Sorce2002-08-231-2/+2
* Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-211-1/+1
* added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell2002-07-311-1/+1
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-87/+18
* Changed level of "bind succeded on port %d" debug to 10.Tim Potter2002-06-211-1/+1
* Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett2002-06-151-2/+2
* Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-181-34/+0
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-71/+0
* Fixed one more sendto.Jeremy Allison2002-04-191-1/+1
* Fix send and recvfrom.Jeremy Allison2002-04-191-11/+11
* First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison2002-04-191-136/+130
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-1/+1
* Only set smb_read_error if not already set.Jeremy Allison2002-02-231-6/+20
* Back out 1.16.2.3:Martin Pool2002-02-151-1/+5
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Having a const parameter for set_socket_options() causes too much confusion.Tim Potter2002-01-221-1/+1
* Removed freebsd hack. Not correct.Jeremy Allison2002-01-211-4/+0
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-12/+27
* Added #ifdef for FreeBSD TCP bug.Jeremy Allison2002-01-191-0/+4
* Add constness to filenames passed to functions.Martin Pool2002-01-151-1/+1
* A couple of coding syle updates to follow the re-indent.Andrew Bartlett2002-01-131-5/+5
* Re-indent these two functions to make it actually possible to understand theirAndrew Bartlett2002-01-131-161/+161
* I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett2002-01-131-1/+103
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-1/+1
* added "net join" commandAndrew Tridgell2001-11-241-0/+31
* Removed unused function.Tim Potter2001-10-241-68/+0
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-4/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* OpenSSL merge from 2.2Gerald Carter2001-09-261-1/+1
* added a new global option "hostname lookups = yes/no"Andrew Tridgell2001-09-131-0/+8
* fixed typoAndrew Tridgell2001-08-281-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* bzero is not used (deprecated) as it's a BSDism.Jeremy Allison2001-08-261-62/+52
* Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel2001-08-261-32/+56
* get rid of old debug code and possible socket leakHerb Lewis2001-08-241-9/+1
* better error reporting for servers that don't do port 445Andrew Tridgell2001-08-231-1/+1
* much better handling of broken DNS serversAndrew Tridgell2001-07-101-16/+2
* use alpha_strcpy on DNS namesAndrew Tridgell2001-07-051-0/+6
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* fixed socketpair_tcp for OpenBSDAndrew Tridgell2001-07-031-4/+9
* Syncup between 2.2 and HEAD.Jeremy Allison2001-06-271-17/+16
* on sco2 socketpair_tcp needs a bindAndrew Tridgell2001-06-271-0/+9
* handle EISCONN in socketpair_tcpAndrew Tridgell2001-06-271-1/+2
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-15/+13
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-0/+81