summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-2/+2
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-2/+17
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-82/+100
* Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-301-93/+0
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-0/+13
* workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4
* Samba janitor: adding mbp's umask patch :-).Jeremy Allison2003-02-071-79/+69
* *lots of small merges form HEADGerald Carter2003-01-151-81/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-3/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-325/+145
* 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