Displaying 9 results from an estimated 9 matches for "parent_dirnam".
Did you mean:
parent_dirname
2008 Mar 19
0
[PATCH] Unsnarl missing_below/dry_run logic.
...l other non-regular files (symlinks, etc.) we create them here. For
@@ -1227,9 +1235,12 @@ static int dflt_perms;
static void recv_generator(char *fname, struct file_struct *file, int ndx,
int itemizing, enum logcode code, int f_out)
{
- static int missing_below = -1;
static const char *parent_dirname = "";
- static struct file_struct *missing_dir = NULL;
+ /* Missing dir not created due to --dry-run; will still be scanned. */
+ static struct file_struct *dry_missing_dir = NULL;
+ /* Missing dir whose contents are skipped altogether due to
+ * --ignore-non-existing, daemon exclude, o...
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
...Protect netlogon_creds_server_step() against NULL creds.
o Bj?rn Jacke <bj at sernet.de>
* Also handle DirX return codes.
o Stefan Metzmacher <metze at samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
* BUG 6526: Let parent_dirname() correctly return toplevel filenames.
* BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
* Fix a crash bug if we timeout in net rpc trustdom list.
* Add '--request-timeout' option to 'net'.
o Volker Lendecke <vl at samba.org>
* B...
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
...Protect netlogon_creds_server_step() against NULL creds.
o Bj?rn Jacke <bj at sernet.de>
* Also handle DirX return codes.
o Stefan Metzmacher <metze at samba.org>
* BUG 2346: Fix posix ACLs when setting an ACL without explicit ACE for the
owner.
* BUG 6526: Let parent_dirname() correctly return toplevel filenames.
* BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
* Fix a crash bug if we timeout in net rpc trustdom list.
* Add '--request-timeout' option to 'net'.
o Volker Lendecke <vl at samba.org>
* B...
2009 Jul 29
1
[Announce] Samba 3.3.7 Available for Download
...re error.
o Volker Lendecke <vl at samba.org>
* BUG 6498: Add workaround for MS KB932762.
o Jim McDonough <jmcd at samba.org>
* BUG 6481: Don't require "Modify property" perms to unjoin.
o Stefan Metzmacher <metze at samba.org>
* BUG 6526: Let parent_dirname() correctly return toplevel filenames.
o Bo Yang <boyang at samba.org>
* BUG 6560: Fix handling of UPN.
================
Download Details
================
The uncompressed tarballs and patch files have been signed
using GnuPG (ID 6568B7EA). The source code can be downloaded
from:...
2009 Jul 29
1
[Announce] Samba 3.3.7 Available for Download
...re error.
o Volker Lendecke <vl at samba.org>
* BUG 6498: Add workaround for MS KB932762.
o Jim McDonough <jmcd at samba.org>
* BUG 6481: Don't require "Modify property" perms to unjoin.
o Stefan Metzmacher <metze at samba.org>
* BUG 6526: Let parent_dirname() correctly return toplevel filenames.
o Bo Yang <boyang at samba.org>
* BUG 6560: Fix handling of UPN.
================
Download Details
================
The uncompressed tarballs and patch files have been signed
using GnuPG (ID 6568B7EA). The source code can be downloaded
from:...
2006 Feb 23
1
DO NOT REPLY [Bug 3543] New: [ACL] rsync calls default_perms_for_dir on omitted implied dirs before ensuring they exist
...ugh with the logic of
that 520-line function to know where to put it.
Separating this calculation from the fuzzy list calculation would also fix what
appears to be a logic error. If --fuzzy is given and --perms is not given and
the first file to be received into a directory is not a regular file,
parent_dirname will be set to the directory but the fuzzy list will not be
updated. When rsync does receive a regular file into the directory, it will
assume the fuzzy list does not need to be updated and use the wrong list.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You...
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
...int relative_paths;
extern int preserve_hard_links;
extern int preserve_perms;
extern int preserve_xattrs;
+extern int fat_filenames;
extern int basis_dir_cnt;
extern int make_backups;
extern int cleanup_got_literal;
@@ -441,6 +442,8 @@ int recv_files(int f_in, char *local_name)
const char *parent_dirname = "";
#endif
int ndx, recv_ok;
+ int i;
+ static const char fat_invalid_chars[] = "*/:<>?\\|\"";
if (DEBUG_GTE(RECV, 1))
rprintf(FINFO, "recv_files(%d) starting\n", cur_flist->used);
@@ -487,6 +490,14 @@ int recv_files(int f_in, char *loc...
1999 Jul 02
1
preexec: return code not used? (PR#18576)
T.D.Lee@durham.ac.uk wrote:
>
>
> But we'd like to go one step further and have the return code from preexec
> be used to continue or abort the connection being established. The script
> above would be modified to generate this return code.
>
> Looking through the source code (smbd/service.c), it doesn't seem to check
> the return code (calling smbrun to do the
2005 Mar 23
1
Problems with Excel & MS Word files (still)
Problem is apparently with locking issues, disabled oplocks in the [general]
section, and the problem actually got worse...
Here's what happens:
User-A part of group1, opens Excel file off of share, saves, exits...
User-B (or even User-A for that matter) tries to re-open same file, get
error stating it's locked and can only open for read-only access...
Both users in the same group, and