summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r25311: Patch from Heinrich Mislik <Heinrich.Mislik@univie.ac.at> to fix AIXVolker Lendecke1-0/+3
2007-10-10r25309: Volker's fix for bug #4984 - samba4 torture testJeremy Allison1-41/+71
2007-10-10r25286: Fix one more caller of unistr2_to_ascii() that passedMichael Adam1-1/+1
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke3-4/+4
2007-10-10r25173: Use the append_buffer version in a loop.Jeremy Allison1-2/+2
2007-10-10r25167: Fix breakage from mangling rewrite. Use theJeremy Allison1-1/+2
2007-10-10r25163: Fix wrong ctx passed to talloc_asprintf_append().Jeremy Allison1-1/+1
2007-10-10r25161: Don't panic if setgroups fails in non-root mode.James Peach1-2/+2
2007-10-10r25142: Panic if setting the group list fails while switching securityJames Peach1-1/+4
2007-10-10r25141: More pstring removal.Jeremy Allison1-3/+14
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison6-42/+49
2007-10-10r25135: Remove one END_PROFILE(SMBntcreateX) from call_nt_transact_create() w...Günther Deschner1-1/+0
2007-10-10r25118: More pstring elimination.Jeremy Allison3-53/+80
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison11-468/+731
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison6-340/+423
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2-64/+83
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison5-395/+811
2007-10-10r25055: Add file_id_string_tosVolker Lendecke7-29/+29
2007-10-10r25011: We don't use mangle_map any more.Jeremy Allison1-211/+0
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison10-639/+947
2007-10-10r24949: Remove some static buffersVolker Lendecke1-7/+5
2007-10-10r24813: Reformat to 80 columns.Jeremy Allison1-19/+32
2007-10-10r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison1-63/+96
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke10-21/+16
2007-10-10r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison1-22/+29
2007-10-10r24702: Remove the old API pointersVolker Lendecke8-537/+337
2007-10-10r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke1-1/+1
2007-10-10r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke1-3/+5
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke3-16/+15
2007-10-10r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison1-20/+33
2007-10-10r24638: Remove redundent setting of vuid.Jeremy Allison1-3/+1
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher1-5/+10
2007-10-10r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce1-0/+1
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher1-1/+4
2007-10-10r24595: Fix Coverity ID 393Volker Lendecke1-2/+1
2007-10-10r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2-191/+271
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison2-175/+244
2007-10-10r24549: Fix unix_convert to return the already converted partVolker Lendecke1-4/+10
2007-10-10r24548: Fix the case-changing renamesVolker Lendecke2-15/+29