summaryrefslogtreecommitdiffstats
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-21/+41
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-28/+28
* 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
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25173: Use the append_buffer version in a loop.Jeremy Allison2007-10-101-2/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+1
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-10/+6
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-252/+609
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-3/+4
* r24253: From Jan Martin <Jan.Martin@rwedea.com>.Jeremy Allison2007-10-101-0/+8
* r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>.Jeremy Allison2007-10-101-1/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23522: Save us a kilobyte stack space in a hot code path: I can't see a reasonVolker Lendecke2007-10-101-3/+5
* 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