Searched refs:user (Results 51 - 75 of 636) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap_user.c26 find a user account
28 ADS_STATUS ads_find_user_acct(ADS_STRUCT *ads, void **res, const char *user) argument
33 char *escaped_user = escape_ldap_string_alloc(user);
45 ADS_STATUS ads_add_user_acct(ADS_STRUCT *ads, const char *user, argument
53 "user", NULL};
56 else name = user;
63 if (!(upn = talloc_asprintf(ctx, "%s@%s", user, ads->config.realm)))
78 ads_mod_str(ctx, &mods, "sAMAccountName", user);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dgetent.exp27 # @(#) Test each user in the output of wbinfo is also in the output of
31 # Test wbinfo user names are in getent user names
33 foreach { user } [split $wbinfo_output "\n"] {
35 verbose "looking for $user"
37 set test_desc "getent passwd does not contain $user"
39 if { ![regexp "$user" $getent_output] } {
46 # Test getent user names are in wbinfo user names
48 foreach { user } [spli
[all...]
H A Dinitgroups.exp25 foreach { user } $user_list {
26 set output [util_start "$srcdir/$subdir/initgroups" "\"$user\"" ""]
30 set test_desc "initgroups $user"
/asus-wl-520gu-7.0.1.45/src/router/samba/source/auth/
H A Dpass_check.c44 static BOOL afs_auth(char *user, char *password) argument
53 (KA_USERAUTH_VERSION + KA_USERAUTH_DOSETPAG, user, (char *)0, /* instance */
63 ("AFS authentication for \"%s\" failed (%s)\n", user, reason));
93 static BOOL dfs_auth(char *user, char *password) argument
208 if (sec_login_setup_identity((unsigned char *)user,
214 user, dce_errstr));
240 * context to become the correct user. This is already
251 if (sec_login_setup_identity((unsigned char *)user,
257 user, dce_errstr));
283 user, dce_errst
594 pass_check(const struct passwd *pass, const char *user, const char *password, int pwlen, BOOL (*fn) (const char *, const char *), BOOL run_cracker) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A Dinitgroups.c27 int initgroups(__const char *user, gid_t gid) argument
60 if (!strcmp(*tmp_mem, user)) {
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/pdb/mysql/
H A Dsmb.conf9 mysql:mysql user = samba
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_readonly.c60 const char *user)
77 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
57 readonly_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/server/
H A Dipc.exp14 if {![spawn_smbclient //$server/ipc\$ -U $user]} {
H A Dxfer.exp15 if {![spawn_smbclient //$server/$share -U $user]} {
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Duser.h6 char name[FSH_MaxUserLen+1]; // name of user
14 char name[FSH_MaxUserLen+1]; // name of user
15 char comment[FSH_MaxCommentLen+1]; // comment of user
16 char password[FSH_MaxPassLen+1]; // password of user
18 int nUid; // id of the user
22 char name[FSH_MaxUserLen+1]; // name of user
23 int nGroups; // number of groups the user belongs to
24 char **ppGroup; // groups the user belongs to
28 u_info u_info; // user info (name, comment, quota, passwd)
29 u_group *pGroup; // group info of the user
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Duser.h6 char name[FSH_MaxUserLen+1]; // name of user
14 char name[FSH_MaxUserLen+1]; // name of user
15 char comment[FSH_MaxCommentLen+1]; // comment of user
16 char password[FSH_MaxPassLen+1]; // password of user
18 int nUid; // id of the user
22 char name[FSH_MaxUserLen+1]; // name of user
23 int nGroups; // number of groups the user belongs to
24 char **ppGroup; // groups the user belongs to
28 u_info u_info; // user info (name, comment, quota, passwd)
29 u_group *pGroup; // group info of the user
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_limit.c75 user2credits(u_int32_t user) argument
78 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
80 return (user / IPT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
82 return (user * HZ * CREDITS_PER_JIFFY) / IPT_LIMIT_SCALE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_limit.c75 user2credits(u_int32_t user) argument
78 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
80 return (user / IPT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
82 return (user * HZ * CREDITS_PER_JIFFY) / IPT_LIMIT_SCALE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_limit.c75 user2credits(u_int32_t user) argument
78 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY))
80 return (user / IP6T_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY;
82 return (user * HZ * CREDITS_PER_JIFFY) / IP6T_LIMIT_SCALE;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Duser.h11 * can understand it and provide useful information to the user (under
15 * upage: 1 page consisting of a user struct that tells gdb
22 * current->brk to pick up all of the user variables, plus any memory
32 struct user { struct
43 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Duser.h18 * can understand it and provide useful information to the user (under
22 * upage: 1 page consisting of a user struct that tells gdb
29 * current->brk to pick up all of the user variables, plus any memory
39 struct user { struct
50 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Duser.h2 * BK Id: SCCS/s.user.h 1.5 05/17/01 18:14:26 cort
8 /* Adapted from <asm-alpha/user.h> */
15 * can understand it and provide useful information to the user (under
19 * upage: 1 page consisting of a user struct that tells gdb
26 * current->brk to pick up all of the user variables, plus any memory
36 struct user { struct
47 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Duser.h4 /* Adapted from <asm-alpha/user.h>
17 * can understand it and provide useful information to the user (under
21 * upage: 1 page consisting of a user struct that tells gdb
28 * current->brk to pick up all of the user variables, plus any memory
38 struct user { struct
49 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Duser.h2 * include/asm-s390/user.h
15 can understand it and provide useful information to the user (under
20 the contents of the user struct to find out what the floating point
23 UPAGE: 1 page consisting of a user struct that tells gdb what is present
29 current->brk to pick up all of the user variables, plus any memory
44 * is still the layout used by user mode (the new
49 /* When the kernel dumps core, it starts by dumping the user struct -
52 struct user { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Duser.h11 * can understand it and provide useful information to the user (under
15 * upage: 1 page consisting of a user struct that tells gdb
22 * current->brk to pick up all of the user variables, plus any memory
32 struct user { struct
43 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Duser.h18 * can understand it and provide useful information to the user (under
22 * upage: 1 page consisting of a user struct that tells gdb
29 * current->brk to pick up all of the user variables, plus any memory
39 struct user { struct
50 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Duser.h2 * BK Id: SCCS/s.user.h 1.5 05/17/01 18:14:26 cort
8 /* Adapted from <asm-alpha/user.h> */
15 * can understand it and provide useful information to the user (under
19 * upage: 1 page consisting of a user struct that tells gdb
26 * current->brk to pick up all of the user variables, plus any memory
36 struct user { struct
47 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Duser.h4 /* Adapted from <asm-alpha/user.h>
17 * can understand it and provide useful information to the user (under
21 * upage: 1 page consisting of a user struct that tells gdb
28 * current->brk to pick up all of the user variables, plus any memory
38 struct user { struct
49 char u_comm[32]; /* user command name */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Duser.h2 * include/asm-s390/user.h
15 can understand it and provide useful information to the user (under
20 the contents of the user struct to find out what the floating point
23 UPAGE: 1 page consisting of a user struct that tells gdb what is present
29 current->brk to pick up all of the user variables, plus any memory
44 * is still the layout used by user mode (the new
49 /* When the kernel dumps core, it starts by dumping the user struct -
52 struct user { struct
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpsbanner12 # -n user - user /User
65 user=UNKNOWN; if [ -n "$n" ] ; then user="$n"; fi
75 /User ($user) def
96 /user-baseline 150 def
97 /user-margin left-margin low-point-size 4.2 mul add def
114 dup line-spacing mul user-baseline exch sub
122 user-margin user
[all...]

Completed in 246 milliseconds

1234567891011>>