summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison9-84/+104
2007-11-05Fix a typo.Michael Adam1-1/+1
2007-11-04Don't alloc struct iface_struct nics[MAX_INTERFACES]; (128 entries)Jeremy Allison1-1/+8
2007-11-04This should really be a cond_set_smb_read_error().Jeremy Allison1-3/+1
2007-11-04Don't use 0 when we mean SMB_READ_OK.Jeremy Allison1-1/+1
2007-11-05Merge commit 'origin/v3-2-test' into branches/upstreamGünther Deschner2-7/+2
2007-11-05Remove unnecessary codeVolker Lendecke1-6/+1
2007-11-05Fix a debug messageVolker Lendecke1-1/+1
2007-11-05Display sec ace flags.Günther Deschner1-3/+31
2007-11-05Make sure we can read SACLs from the registry.Günther Deschner1-1/+5
2007-11-05Fix the smbmount buildVolker Lendecke1-1/+1
2007-11-05static pstring removalVolker Lendecke4-11/+22
2007-11-05pstring removalVolker Lendecke2-18/+12
2007-11-05Make load_registry_service return the share numberVolker Lendecke1-1/+0
2007-11-04Forgot arg type.Jeremy Allison1-1/+1
2007-11-04Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison1-1/+1
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison15-62/+71
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison11-57/+58
2007-11-03Missed one case where I need to pass down addrlen.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison15-29/+38
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison15-32/+56
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison11-88/+91
2007-11-03Remove unused var noticed by metze.Jeremy Allison1-1/+0
2007-11-02Fix the snprintf checks, and fix a typo in pointer indirection.Jeremy Allison1-5/+5
2007-11-02Ensure we use the correct socklen_t values for bind() forJeremy Allison1-1/+3
2007-11-02Fix typos in calc_sa_size, noticed by jim.brown@miami.eduJeremy Allison1-1/+2
2007-11-02Change the client library to write directly out ofJeremy Allison6-42/+179
2007-11-02Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+3
2007-11-02Forgot one more getnameinfo.Jeremy Allison1-1/+1
2007-11-02Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter6-22/+66
2007-11-02Fix build breakage when not specifying --with-fhs.Gerald (Jerry) Carter1-0/+3
2007-11-02Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison1-4/+4
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison4-7/+43
2007-11-02Fix state_path to take a const string, not use pstring.Jeremy Allison1-7/+11
2007-11-01Ensure we can't accidently do a pipe write withJeremy Allison1-0/+5
2007-11-01Be careful and take care of the correct lengths in largeJeremy Allison1-9/+7
2007-11-01Ensure we detect a large writeX when using recvfile.Jeremy Allison1-1/+2
2007-11-01Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter4-15/+23
2007-11-01Add brackets so as not to break the POSIX caps return.Jeremy Allison1-2/+2
2007-11-01Fix for bug 5021Volker Lendecke1-1/+5
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter14-37/+37
2007-11-01save memoryVolker Lendecke1-12/+15
2007-11-01Add missing recvfile_bytes element - noticed by Kukks.Jeremy Allison1-0/+1
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter5-3/+88
2007-11-01Enable building the zfsacl VFS module by specifyingMichael Adam1-0/+1
2007-10-31Note when we're setting change time, not write time, and sendJeremy Allison3-16/+32
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison7-12/+30
2007-10-31Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2-288/+288
2007-10-31Add printout of large read/write caps if detected.Jeremy Allison1-0/+6
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison4-26/+24