summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-6/+8
* Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-071-2/+20
* Try to fix the build on irix.Michael Adam2007-11-071-2/+2
* Move some access check functions that are not posix-acl specificMichael Adam2007-11-062-212/+239
* Don't repeat fast-pathing...Michael Adam2007-11-061-1/+1
* This is a proposed patch for Bug #5023.Michael Adam2007-11-061-300/+70
* Add a const.Michael Adam2007-11-061-1/+1
* Add two const's.Michael Adam2007-11-051-2/+2
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-053-24/+42
* Fix a debug messageVolker Lendecke2007-11-051-1/+1
* Make load_registry_service return the share numberVolker Lendecke2007-11-051-1/+0
* Forgot arg type.Jeremy Allison2007-11-041-1/+1
* Don't believe len returned from read_smb_length_return_keepalive(),Jeremy Allison2007-11-041-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-036-11/+17
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-036-9/+15
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-036-8/+19
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-035-38/+21
* Change the client library to write directly out ofJeremy Allison2007-11-021-5/+10
* Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison2007-11-021-4/+4
* Ensure we can't accidently do a pipe write withJeremy Allison2007-11-011-0/+5
* Be careful and take care of the correct lengths in largeJeremy Allison2007-11-011-9/+7
* Ensure we detect a large writeX when using recvfile.Jeremy Allison2007-11-011-1/+2
* Add brackets so as not to break the POSIX caps return.Jeremy Allison2007-11-011-2/+2
* Note when we're setting change time, not write time, and sendJeremy Allison2007-10-313-16/+32
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-316-12/+28
* Fix vfstest link - move socket calls into smbd/process.cJeremy Allison2007-10-312-288/+288
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-313-12/+17
* Handle the disk full error case correctly.Jeremy Allison2007-10-301-1/+1
* Ensure we don't prematurely clean out the bytes read.Jeremy Allison2007-10-301-4/+10
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-307-53/+482
* start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher2007-10-301-2/+2
* Enable vfs objects = /full/path/to/object.soVolker Lendecke2007-10-281-10/+36
* Two patchesVolker Lendecke2007-10-271-1/+1
* Ensure we don't terminate if we fail to bind to a socket,Jeremy Allison2007-10-251-1/+6
* Don't terminate on an invalid address family.Jeremy Allison2007-10-241-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-242-74/+101
* Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter2007-10-191-1/+1
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-11/+32
* fix startup of smbd, nmbd, winbinddStefan Metzmacher2007-10-191-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1847-574/+574
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-112-2/+3
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+11
* Fix valgrind-found memory overwrite.Jeremy Allison2007-10-101-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-1020-1164/+389
* r25534: Apply some constVolker Lendecke2007-10-102-2/+2
* r25502: Fix bug 5006Volker Lendecke2007-10-101-1/+1
* r25498: Remove checks that are always true.Jelmer Vernooij2007-10-101-2/+2
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-103-66/+85
* r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.Jeremy Allison2007-10-101-0/+10
* r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke2007-10-101-1/+11