summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r25142: Panic if setting the group list fails while switching securityJames Peach2007-10-101-1/+4
* r25141: More pstring removal.Jeremy Allison2007-10-101-3/+14
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-106-42/+49
* r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w...Günther Deschner2007-10-101-1/+0
* r25118: More pstring elimination.Jeremy Allison2007-10-103-53/+80
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-1011-468/+731
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-106-340/+423
* r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2007-10-102-64/+83
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-105-395/+811
* r25055: Add file_id_string_tosVolker Lendecke2007-10-107-29/+29
* r25011: We don't use mangle_map any more.Jeremy Allison2007-10-101-211/+0
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-1010-639/+947
* r24949: Remove some static buffersVolker Lendecke2007-10-101-7/+5
* r24813: Reformat to 80 columns.Jeremy Allison2007-10-101-19/+32
* r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison2007-10-101-63/+96
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-1010-21/+16
* r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison2007-10-101-22/+29
* r24702: Remove the old API pointersVolker Lendecke2007-10-108-537/+337
* r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke2007-10-101-1/+1