summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-325/+145
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-02-23Only set smb_read_error if not already set.Jeremy Allison1-6/+20
2002-02-15Back out 1.16.2.3:Martin Pool1-1/+5
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Having a const parameter for set_socket_options() causes too much confusion.Tim Potter1-1/+1
2002-01-21Removed freebsd hack. Not correct.Jeremy Allison1-4/+0
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-12/+27
2002-01-19Added #ifdef for FreeBSD TCP bug.Jeremy Allison1-0/+4
2002-01-15Add constness to filenames passed to functions.Martin Pool1-1/+1
2002-01-13A couple of coding syle updates to follow the re-indent.Andrew Bartlett1-5/+5
2002-01-13Re-indent these two functions to make it actually possible to understand theirAndrew Bartlett1-161/+161
2002-01-13I'm doing some things towards the NamedPipes game with lckl and he has asked meAndrew Bartlett1-1/+103
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-1/+1
2001-11-24added "net join" commandAndrew Tridgell1-0/+31
2001-10-24Removed unused function.Tim Potter1-68/+0
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-26OpenSSL merge from 2.2Gerald Carter1-1/+1
2001-09-13added a new global option "hostname lookups = yes/no"Andrew Tridgell1-0/+8
2001-08-28fixed typoAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-08-26bzero is not used (deprecated) as it's a BSDism.Jeremy Allison1-62/+52
2001-08-26Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel1-32/+56
2001-08-24get rid of old debug code and possible socket leakHerb Lewis1-9/+1
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+1
2001-07-10much better handling of broken DNS serversAndrew Tridgell1-16/+2
2001-07-05use alpha_strcpy on DNS namesAndrew Tridgell1-0/+6
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-03fixed socketpair_tcp for OpenBSDAndrew Tridgell1-4/+9
2001-06-27Syncup between 2.2 and HEAD.Jeremy Allison1-17/+16
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-15/+13
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-0/+81
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter1-4/+4
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-45/+19
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison1-21/+0
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-24/+27
2001-05-10Bumped up debug level on set socket options from 3 to 5.Tim Potter1-2/+2
2000-10-06Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison1-2/+23
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-2/+2
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-7/+0
2000-04-14use interpret_addr2() instead of inet_aton()Andrew Tridgell1-1/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-65/+89
2000-02-16Added support for SO_REUSEPORT for systems that have it.Jeremy Allison1-1/+11
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+100
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-224/+305
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-1/+5