summaryrefslogtreecommitdiffstats
path: root/source/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-101-32/+36
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3
* r21961: Repair bug introduced by rev. 21960.Jeremy Allison2007-10-101-0/+6
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-101-2/+0
* r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison2007-10-101-2/+2
* r21803: Missed part of patch to make self-referrals work.Jeremy Allison2007-10-101-0/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-370/+459
* r21759: Fix the same bug in a more elegant way, strrchr_mJeremy Allison2007-10-101-7/+12
* r21758: Fix a very specific dfs bug when passing in POSIXJeremy Allison2007-10-101-3/+6
* r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison2007-10-101-4/+1
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-10-101-1/+31
* r21251: Okay, after Jeremy has kindly tested this, check it in :-)Volker Lendecke2007-10-101-1/+5
* r21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).Jeremy Allison2007-10-101-11/+29
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-2/+4
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-0/+1
* r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij2007-10-101-5/+6
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2007-10-101-0/+1
* r17376: Fix bug #3985 - ensure in msdfs we check for ourJeremy Allison2007-10-101-14/+8
* r17348: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r16968: The function parse_processed_dfs_path() is dependent on theJeremy Allison2007-10-101-5/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+7
* r16797: Add msdfs proxy junctions in the netdfs rpc enumeration.Günther Deschner2007-10-101-0/+1
* r16203: Fix potentially writing one result of strtok beyond the end of alt_path.Volker Lendecke2007-10-101-1/+2
* r15712: BUG 3435: patch from volker to fix 'msdfs root = yes' in [homes]Gerald Carter2007-10-101-1/+4
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-4/+4
* r14336: Try and quieten coverity #53 and #54. Make it obviousJeremy Allison2007-10-101-2/+2
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-4/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+7
* r12194: Ensure that when we set a connection path we've canonicalizedJeremy Allison2007-10-101-1/+1
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-1/+2
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-1/+1
* r8963: Clean up the horrid "fake conn struct" part of MSDFS.Jeremy Allison2007-10-101-11/+19
* r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison2007-10-101-134/+195
* r8950: Fix one more mem leak found by Gunther.Jeremy Allison2007-10-101-4/+4
* r8948: Fix valgrind bad free bug found by Gunther.Jeremy Allison2007-10-101-2/+6
* r8697: BUG 2908: make sure to allow for the trailing NULLGerald Carter2007-10-101-2/+1
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-101-25/+36
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-1/+1
* r6242: after talking to jeremy, we can actually consolidateGerald Carter2007-10-101-8/+10
* r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter2007-10-101-5/+16
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-101-22/+17
* r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.Jeremy Allison2007-10-101-2/+2
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2007-10-101-4/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-7/+6
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-2/+2
* r410: merge tpot's changeset 353 from trunk:Stefan Metzmacher2007-10-101-0/+1019