summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-43/+44
* Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison2007-11-041-1/+8
* This should really be a cond_set_smb_read_error().Jeremy Allison2007-11-041-3/+1
* Don't use 0 when we mean SMB_READ_OK.Jeremy Allison2007-11-041-1/+1
* Merge commit 'origin/v3-2-test' into branches/upstreamGünther Deschner2007-11-051-6/+1
|\
| * Remove unnecessary codeVolker Lendecke2007-11-051-6/+1
* | Display sec ace flags.Günther Deschner2007-11-051-3/+31
|/
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-033-42/+40
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-033-39/+33
* Missed one case where I need to pass down addrlen.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-033-14/+16
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-033-17/+23
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-21/+38
* Remove unused var noticed by metze.Jeremy Allison2007-11-031-1/+0
* Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison2007-11-021-5/+5
* Ensure we use the correct socklen_t values for bind() forJeremy Allison2007-11-021-1/+3
* Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison2007-11-021-1/+2
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-023-6/+42
* Fix state_path to take a const string, not use pstring.Jeremy Allison2007-11-021-7/+11
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-013-7/+7
* Patch from Debian Samba package maintainers:Gerald (Jerry) Carter2007-11-011-0/+33
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-311-14/+7
* Handle the disk full error case correctly.Jeremy Allison2007-10-301-6/+25
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-302-107/+39
* Forgot to add recvfile.cJeremy Allison2007-10-291-0/+158
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-4/+4
* Two patchesVolker Lendecke2007-10-272-2/+3
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-261-4/+51
* Fix bug in writing names into gencacheJeremy Allison2007-10-253-13/+6
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-253-100/+140
* Fix reversed bool check for access. Found by kukks.Jeremy Allison2007-10-251-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-10-251-0/+5
|\
| * Try and fix the Solaris build by adding a missing defineJeremy Allison2007-10-251-0/+5
* | When doing reverse lookups actually look up the name, notJeremy Allison2007-10-251-1/+1
|/
* [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze2007-10-251-0/+11
* [libreplace] move and fix getaddrinfo configure checksmetze2007-10-252-30/+33
* - include getaddrinfo.h after we have defined struct addrinfometze2007-10-253-16/+24
* [libreplace] if we replace types define the HAVE_<type> macrometze2007-10-251-0/+3
* [libreplace] move definition of struct addrinfo so that it can use socklen_tmetze2007-10-251-15/+13
* [libreplace] move define of a constant to near to the othersmetze2007-10-251-4/+4
* [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze2007-10-251-7/+7
* We do support name lookups for host and service in our replacementJeremy Allison2007-10-241-5/+0
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-243-76/+227
* Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison2007-10-241-9/+16
* Fix compile error caused by unknown variable.Gerald (Jerry) Carter2007-10-211-1/+1
* Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2007-10-211-3/+3
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-193-12/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1850-268/+268
* [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-10-182-28/+34
* Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison2007-10-171-264/+320