strtok -> strtok_r
[kai/samba.git] / source3 / smbd / msdfs.c
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25327: Normalize the path we return for 'msdfs proxy'
2007-10-10 Volker Lendecker25324: Fix "msdfs proxy"
2007-10-10 Volker Lendecker25184: Fix some C++ warnings and an uninitialized...
2007-10-10 Jeremy Allisonr25173: Use the append_buffer version in a loop.
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24253: From Jan Martin <Jan.Martin@rwedea.com>.
2007-10-10 Jeremy Allisonr23843: Fix bug #4777, reported by Bill Marshall <bmars...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23522: Save us a kilobyte stack space in a hot code...
2007-10-10 Jeremy Allisonr22590: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22064: Fix the DFS code to work better with Vista...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21961: Repair bug introduced by rev. 21960.
2007-10-10 Volker Lendecker21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)
2007-10-10 Jeremy Allisonr21942: Hoist by our own petard :-). Older smbclient...
2007-10-10 Jeremy Allisonr21803: Missed part of patch to make self-referrals...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21759: Fix the same bug in a more elegant way, strrchr_m
2007-10-10 Jeremy Allisonr21758: Fix a very specific dfs bug when passing in...
2007-10-10 Jeremy Allisonr21756: An invarient the dfs code depended on for POSIX...
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
2007-10-10 Volker Lendecker21251: Okay, after Jeremy has kindly tested this,...
2007-10-10 Jeremy Allisonr21226: Fix bug #4377 (rename of "foo" -> "Foo" fails).
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Jelmer Vernooijr18481: Use pidl-generated server side code for dfs.
2007-10-10 Günther Deschnerr17453: Fix msdfs RPC management (this broke with the...
2007-10-10 Jeremy Allisonr17376: Fix bug #3985 - ensure in msdfs we check for our
2007-10-10 Volker Lendecker17348: Some C++ warnings
2007-10-10 Jeremy Allisonr16968: The function parse_processed_dfs_path() is...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16797: Add msdfs proxy junctions in the netdfs rpc...
2007-10-10 Volker Lendecker16203: Fix potentially writing one result of strtok...
2007-10-10 Gerald Carterr15712: BUG 3435: patch from volker to fix 'msdfs root...
2007-10-10 Jeremy Allisonr14387: Try and fix the coverity issues (#53, #54)...
2007-10-10 Jeremy Allisonr14336: Try and quieten coverity #53 and #54. Make...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12194: Ensure that when we set a connection path we...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT...
2007-10-10 Jeremy Allisonr8963: Clean up the horrid "fake conn struct" part...
2007-10-10 Jeremy Allisonr8959: Make msdfs code talloc based. Fix leaks.
2007-10-10 Jeremy Allisonr8950: Fix one more mem leak found by Gunther.
2007-10-10 Jeremy Allisonr8948: Fix valgrind bad free bug found by Gunther.
2007-10-10 Gerald Carterr8697: BUG 2908: make sure to allow for the trailing...
2007-10-10 Jeremy Allisonr7981: MS-DFS tidyup patches from James Peach <jpeach...
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Gerald Carterr6242: after talking to jeremy, we can actually consolidate
2007-10-10 Gerald Carterr6237: fix my breakage of WinXP sp2 msdfs support.
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Jeremy Allisonr6048: Split out the check_path_syntax into a findfirst...
2007-10-10 Gerald Carterr5165: BUG 2295: always use get_local_machine_name...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr1115: Fix for #1427. Catch bad path errors at the...
2007-10-10 Stefan Metzmacherr410: merge tpot's changeset 353 from trunk: