summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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.Gerald (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
* r25324: Fix "msdfs proxy"Volker Lendecke2007-10-101-1/+1
* r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIXVolker Lendecke2007-10-101-0/+3
* r25309: Volker's fix for bug #4984 - samba4 torture testJeremy Allison2007-10-101-41/+71
* r25286: Fix one more caller of unistr2_to_ascii() that passedMichael Adam2007-10-101-1/+1
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-103-4/+4
* r25173: Use the append_buffer version in a loop.Jeremy Allison2007-10-101-2/+2
* r25167: Fix breakage from mangling rewrite. Use theJeremy Allison2007-10-101-1/+2
* r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison2007-10-101-1/+1
* r25161: Don't panic if setgroups fails in non-root mode.James Peach2007-10-101-2/+2