summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-4/+4
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-45/+19
* Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-061-21/+0
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-24/+27
* Bumped up debug level on set socket options from 3 to 5.Tim Potter2001-05-101-2/+2
* Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-2/+2
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-7/+0
* use interpret_addr2() instead of inet_aton()Andrew Tridgell2000-04-141-1/+1
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-65/+89
* Added support for SO_REUSEPORT for systems that have it.Jeremy Allison2000-02-161-1/+11
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+100
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-224/+305
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-1/+5
* created create_pipe_socket() function.Luke Leighton1999-12-051-0/+62
* jeremy is going to hate me for this.Luke Leighton1999-12-041-0/+32
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-081-0/+3
* debug info display (netbios layer).Luke Leighton1999-08-181-1/+11
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1