summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-30Handle the disk full error case correctly.Jeremy Allison2-7/+26
2007-10-30Ensure we don't prematurely clean out the bytes read.Jeremy Allison1-4/+10
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison11-160/+527
2007-10-30Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-8/+10
2007-10-30Our userlevel SMBwriteX call is non-standard in that itJeremy Allison1-8/+10
2007-10-30Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison3-7/+6
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher3-7/+6
2007-10-29Forgot to add recvfile.cJeremy Allison1-0/+158
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison7-1/+52
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison3-20/+42
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison4-120/+203
2007-10-28Enable vfs objects = /full/path/to/object.soVolker Lendecke1-10/+36
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison15-27/+27
2007-10-27Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison1-1/+1
2007-10-27Two patchesVolker Lendecke8-12/+50
2007-10-27rerun make idlStefan Metzmacher11-447/+1325
2007-10-27add NDR_ERR_INVALID_POINTERmetze2-1/+4
2007-10-26Ensure temporary memory is freed - pointed out by "Li, Ying (ESG)" <ying.li2@...Jeremy Allison1-0/+1