mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
Correct "existence" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
9f03cf9123
commit
5482e5426e
@ -4,7 +4,7 @@
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>This parameter prevents clients from seeing the
|
||||
existance of files that cannot be read. Defaults to off.</para>
|
||||
existence of files that cannot be read. Defaults to off.</para>
|
||||
<para>Please note that enabling this can slow down listing large
|
||||
directories significantly. Samba has to evaluate the ACLs of all
|
||||
directory members, which can be a lot of effort.</para>
|
||||
|
@ -4,7 +4,7 @@
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>
|
||||
This parameter prevents clients from seeing the existance of files that cannot be written to.
|
||||
This parameter prevents clients from seeing the existence of files that cannot be written to.
|
||||
Defaults to off. Note that unwriteable directories are shown as usual.
|
||||
</para>
|
||||
<para>Please note that enabling this can slow down listing large
|
||||
|
@ -1173,7 +1173,7 @@ changes to samba. This change-log is now obsolete.
|
||||
- added "revalidate" option
|
||||
- added hosts allow/deny access check to messaging access
|
||||
- added timeouts in the client
|
||||
- added check for existance of smbrun binary
|
||||
- added check for existence of smbrun binary
|
||||
- man page updates from Colin.Dean@Smallworld.co.uk
|
||||
- freebsd patches from dfr@render.com
|
||||
- added mask sanity check in SMBsearch
|
||||
@ -1845,7 +1845,7 @@ protocol drop back in client to avoid openX etc.
|
||||
|
||||
handle exported fat drives to a long filename capable client
|
||||
|
||||
add check for existance of lpq commands etc (use stat?)
|
||||
add check for existence of lpq commands etc (use stat?)
|
||||
|
||||
get rid of the silly +4 and -4 by removing NBT stuff
|
||||
|
||||
|
@ -4020,7 +4020,7 @@ NTSTATUS cli_setatr(struct cli_state *cli,
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Check for existance of a dir.
|
||||
Check for existence of a dir.
|
||||
****************************************************************************/
|
||||
|
||||
static void cli_chkpath_done(struct tevent_req *subreq);
|
||||
|
@ -275,7 +275,7 @@ WERROR regsubkey_ctr_delkey( struct regsubkey_ctr *ctr, const char *keyname )
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
Check for the existance of a key
|
||||
Check for the existence of a key
|
||||
**********************************************************************/
|
||||
|
||||
bool regsubkey_ctr_key_exists( struct regsubkey_ctr *ctr, const char *keyname )
|
||||
@ -392,7 +392,7 @@ struct regval_blob *regval_ctr_specific_value(struct regval_ctr *ctr,
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
Check for the existance of a value
|
||||
Check for the existence of a value
|
||||
**********************************************************************/
|
||||
|
||||
bool regval_ctr_value_exists(struct regval_ctr *ctr, const char *value)
|
||||
|
@ -49,7 +49,7 @@ static void trans2_check_hit(const char *format, int op, int level, NTSTATUS sta
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a trans2 call
|
||||
check for existence of a trans2 call
|
||||
****************************************************************************/
|
||||
static NTSTATUS try_trans2(struct cli_state *cli,
|
||||
int op,
|
||||
@ -114,7 +114,7 @@ static NTSTATUS try_trans2_len(struct cli_state *cli,
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a trans2 call
|
||||
check for existence of a trans2 call
|
||||
****************************************************************************/
|
||||
static bool scan_trans2(struct cli_state *cli, int op, int level,
|
||||
int fnum, int dnum, const char *fname)
|
||||
@ -297,7 +297,7 @@ static void nttrans_check_hit(const char *format, int op, int level, NTSTATUS st
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a nttrans call
|
||||
check for existence of a nttrans call
|
||||
****************************************************************************/
|
||||
static NTSTATUS try_nttrans(struct cli_state *cli,
|
||||
int op,
|
||||
@ -359,7 +359,7 @@ static NTSTATUS try_nttrans_len(struct cli_state *cli,
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a nttrans call
|
||||
check for existence of a nttrans call
|
||||
****************************************************************************/
|
||||
static bool scan_nttrans(struct cli_state *cli, int op, int level,
|
||||
int fnum, int dnum, const char *fname)
|
||||
|
@ -836,7 +836,7 @@ check_key_usage(hx509_context context, const Certificate *cert,
|
||||
|
||||
/*
|
||||
* Return 0 on matching key usage 'flags' for 'cert', otherwise return
|
||||
* an error code. If 'req_present' the existance is required of the
|
||||
* an error code. If 'req_present' the existence is required of the
|
||||
* KeyUsage extension.
|
||||
*/
|
||||
|
||||
|
@ -193,7 +193,7 @@ krb5_times_equal(const krb5_times *a, const krb5_times *b)
|
||||
* - KRB5_TC_MATCH_TIMES Compares only the expiration times of the creds.
|
||||
* - KRB5_TC_MATCH_AUTHDATA Compares the authdata fields.
|
||||
* - KRB5_TC_MATCH_2ND_TKT Compares the second tickets (used by user-to-user authentication).
|
||||
* - KRB5_TC_MATCH_IS_SKEY Compares the existance of the second ticket.
|
||||
* - KRB5_TC_MATCH_IS_SKEY Compares the existence of the second ticket.
|
||||
*
|
||||
* @param context Kerberos 5 context.
|
||||
* @param whichfields which fields to compare.
|
||||
|
@ -104,7 +104,7 @@ NTSTATUS dcesrv_samr_OemChangePasswordUser2(struct dcesrv_call_state *dce_call,
|
||||
"(&(sAMAccountName=%s)(objectclass=user))",
|
||||
ldb_binary_encode_string(mem_ctx, r->in.account->string));
|
||||
if (ret != 1) {
|
||||
/* Don't give the game away: (don't allow anonymous users to prove the existance of usernames) */
|
||||
/* Don't give the game away: (don't allow anonymous users to prove the existence of usernames) */
|
||||
return NT_STATUS_WRONG_PASSWORD;
|
||||
}
|
||||
|
||||
@ -251,7 +251,7 @@ NTSTATUS dcesrv_samr_ChangePasswordUser3(struct dcesrv_call_state *dce_call,
|
||||
"(&(sAMAccountName=%s)(objectclass=user))",
|
||||
ldb_binary_encode_string(mem_ctx, r->in.account->string));
|
||||
if (ret != 1) {
|
||||
/* Don't give the game away: (don't allow anonymous users to prove the existance of usernames) */
|
||||
/* Don't give the game away: (don't allow anonymous users to prove the existence of usernames) */
|
||||
status = NT_STATUS_WRONG_PASSWORD;
|
||||
goto failed;
|
||||
}
|
||||
|
@ -270,7 +270,7 @@ def find_objectclass_auto(ldb, o):
|
||||
|
||||
|
||||
def expand_objectclass(ldb, o):
|
||||
"""look at auxiliary information from a class to intuit the existance of
|
||||
"""look at auxiliary information from a class to intuit the existence of
|
||||
more classes needed for a minimal schema"""
|
||||
attrs = ["auxiliaryClass", "systemAuxiliaryClass",
|
||||
"possSuperiors", "systemPossSuperiors",
|
||||
|
@ -49,7 +49,7 @@ static void trans2_check_hit(const char *format, int op, int level, NTSTATUS sta
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a trans2 call
|
||||
check for existence of a trans2 call
|
||||
****************************************************************************/
|
||||
static NTSTATUS try_trans2(struct smbcli_state *cli,
|
||||
int op,
|
||||
@ -160,7 +160,7 @@ static bool trans2_op_exists(struct smbcli_state *cli, int op)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a trans2 call
|
||||
check for existence of a trans2 call
|
||||
****************************************************************************/
|
||||
static bool scan_trans2(
|
||||
struct smbcli_state *cli, int op, int level,
|
||||
@ -434,7 +434,7 @@ static NTSTATUS try_nttrans_len(struct smbcli_state *cli,
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
check for existance of a nttrans call
|
||||
check for existence of a nttrans call
|
||||
****************************************************************************/
|
||||
static bool scan_nttrans(struct smbcli_state *cli, int op, int level,
|
||||
int fnum, int dnum, const char *fname)
|
||||
|
2
third_party/waf/wafadmin/Tools/msvc.py
vendored
2
third_party/waf/wafadmin/Tools/msvc.py
vendored
@ -373,7 +373,7 @@ def libname_msvc(self, libname, is_static=False, mandatory=False):
|
||||
|
||||
if lt_path != None and lt_libname != None:
|
||||
if lt_static == True:
|
||||
# file existance check has been made by find_lt_names
|
||||
# file existence check has been made by find_lt_names
|
||||
return os.path.join(lt_path,lt_libname)
|
||||
|
||||
if lt_path != None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user