summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison1-2/+20
2007-11-07Try to fix the build on irix.Michael Adam1-2/+2
2007-11-06Move some access check functions that are not posix-acl specificMichael Adam2-212/+239
2007-11-06Don't repeat fast-pathing...Michael Adam1-1/+1
2007-11-06This is a proposed patch for Bug #5023.Michael Adam1-300/+70
2007-11-06Add a const.Michael Adam1-1/+1
2007-11-05Add two const's.Michael Adam1-2/+2
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison3-24/+42
2007-11-05Fix a debug messageVolker Lendecke1-1/+1
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 Allison6-11/+17
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison6-9/+15
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison6-8/+19
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison5-38/+21
2007-11-02Change the client library to write directly out ofJeremy Allison1-5/+10
2007-11-02Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison1-4/+4
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-01Add brackets so as not to break the POSIX caps return.Jeremy Allison1-2/+2
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 Allison6-12/+28
2007-10-31Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2-288/+288
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison3-12/+17
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-1/+1
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 Allison7-53/+482
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-2/+2
2007-10-28Enable vfs objects = /full/path/to/object.soVolker Lendecke1-10/+36
2007-10-27Two patchesVolker Lendecke1-1/+1
2007-10-25Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison1-1/+6
2007-10-24Don't terminate on an invalid address family.Jeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2-74/+101
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter1-1/+1
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-11/+32
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison47-574/+574
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2-2/+3
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+11
2007-10-10Fix valgrind-found memory overwrite.Jeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter20-1164/+389
2007-10-10r25534: Apply some constVolker Lendecke2-2/+2
2007-10-10r25502: Fix bug 5006Volker Lendecke1-1/+1
2007-10-10r25498: Remove checks that are always true.Jelmer Vernooij1-2/+2
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison3-66/+85
2007-10-10r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.Jeremy Allison1-0/+10
2007-10-10r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke1-1/+11
2007-10-10r25324: Fix "msdfs proxy"Volker Lendecke1-1/+1