1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-14 12:23:52 +03:00
Commit Graph

63 Commits

Author SHA1 Message Date
Jeremy Allison
547c6ee0a9 r8950: Fix one more mem leak found by Gunther.
Jeremy.
2007-10-10 11:00:22 -05:00
Jeremy Allison
ff291f4c97 r8948: Fix valgrind bad free bug found by Gunther.
Jeremy.
2007-10-10 11:00:22 -05:00
Gerald Carter
3b505a8243 r8697: BUG 2908: make sure to allow for the trailing NULL 2007-10-10 11:00:15 -05:00
Jeremy Allison
12ff297829 r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.
Looking forward to the day he can commit these himself :-).
Jeremy.
2007-10-10 10:58:06 -05:00
Jeremy Allison
0f03a6bdcd r7893: Add in the extra parameters to opendir() to fix the large directory/insane app
problem. Rev vfs version. Doesn't change the normal codepath.
Jeremy.
2007-10-10 10:58:02 -05:00
Gerald Carter
59ffacf59c r6242: after talking to jeremy, we can actually consolidate
the 2 BOOL flags in dfs_redirect() down to one since
they both are used in essentially the same context
(from what we can tell).

Tested Win98SE, WinXP sp 1 & 2, Win2k3 sp1, and WIn2k Sp4.
All dfs operations still seem to work.
2007-10-10 10:56:31 -05:00
Gerald Carter
29983398e2 r6237: fix my breakage of WinXP sp2 msdfs support.
We did need the special case for RESOLVE_DFSPATH
in the findfirst() code.

Jeremy, please verify I haven't broken the allow_wcard
code you added to resolve_dfs_path()
2007-10-10 10:56:31 -05:00
Jeremy Allison
e831cef618 r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy.
2007-10-10 10:56:19 -05:00
Jeremy Allison
f8b67159fc r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.
The semantics are different with wildcards.
Jeremy.
2007-10-10 10:56:18 -05:00
Gerald Carter
6a6e4af46a r5165: BUG 2295: always use get_local_machine_name() rather than digging in the gloval variable 'local_machine' 2007-10-10 10:55:31 -05:00
Jeremy Allison
620f2e608f r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
functions so we can funnel through some well known functions. Should help greatly with
malloc checking.
HEAD patch to follow.
Jeremy.
2007-10-10 10:53:32 -05:00
Jeremy Allison
5e8237e306 r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
our pathname parsing is consistent.
Jeremy.
2007-10-10 10:51:56 -05:00
Stefan Metzmacher
88e6e6d29c r410: merge tpot's changeset 353 from trunk:
Move msdfs.c into the source/smbd directory and remove source/msdfs.

metze
2007-10-10 10:51:22 -05:00