summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r4217: Fix open_any_socket_out.Volker Lendecke2007-10-101-13/+27
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-0/+136
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison2007-10-101-1/+1
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2007-10-101-0/+22
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2007-10-101-5/+7
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell2007-10-101-0/+1
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-1/+1
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-1/+1
* more fixes from the static changes; please move static functions to the top o...Gerald Carter2004-02-101-23/+23
* More 'static' work.Andrew Bartlett2004-02-081-1/+1
* there are places in the samba3 code that don't check properly forAndrew Tridgell2004-02-021-0/+4
* fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter2003-12-091-3/+11
* Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-071-0/+28
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-6/+6
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-5/+6
* 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