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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_client.c262 /* Fetch the list of groups a user is a member of from winbindd. This is
265 static int wb_getgroups(const char *user, gid_t **groups) argument
274 fstrcpy(request.data.username, user);
298 int winbind_initgroups(char *user, gid_t gid) argument
303 /* Call normal initgroups if we are a local user */
305 if (!strchr(user, *lp_winbind_separator())) {
306 return initgroups(user, gid);
309 result = wb_getgroups(user, &groups);
311 DEBUG(10,("winbind_getgroups: %s: result = %s\n", user,
366 /* Return a list of groups the user i
371 winbind_getgroups(const char *user, gid_t **list) argument
477 winbind_add_user_to_group( const char *user, const char *group ) argument
507 winbind_remove_user_from_group( const char *user, const char *group ) argument
539 winbind_set_user_primary_group( const char *user, const char *group ) argument
[all...]
H A Dpam_winbind.c146 const char *user)
155 _pam_log(LOG_WARNING, "user `%s' denied access (incorrect password or invalid membership)", user);
159 _pam_log(LOG_WARNING, "user `%s' account expired", user);
163 _pam_log(LOG_WARNING, "user `%s' password expired", user);
167 _pam_log(LOG_WARNING, "user `%s' new password required", user);
170 /* the user doe
142 pam_winbind_request_log(enum winbindd_cmd req_type, struct winbindd_request *request, struct winbindd_response *response, int ctrl, const char *user) argument
199 winbind_auth_request(const char *user, const char *pass, const char *member, int ctrl) argument
245 winbind_chauthtok_request(const char *user, const char *oldpass, const char *newpass, int ctrl) argument
283 valid_user(const char *user) argument
600 const char *user; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_poweroff.c64 static void (*specific_poweroff_func)(ipmi_user_t user);
88 /* parameter definition to allow user to flag power cycle */
136 static int ipmi_request_wait_for_response(ipmi_user_t user, argument
145 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
156 static int ipmi_request_in_rc_mode(ipmi_user_t user, argument
162 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL,
185 static void (*atca_oem_poweroff_hook)(ipmi_user_t user);
187 static void pps_poweroff_atca (ipmi_user_t user) argument
205 rv = ipmi_request_in_rc_mode(user,
215 static int ipmi_atca_detect (ipmi_user_t user) argument
250 ipmi_poweroff_atca(ipmi_user_t user) argument
313 ipmi_cpi1_detect(ipmi_user_t user) argument
319 ipmi_poweroff_cpi1(ipmi_user_t user) argument
428 ipmi_dell_chassis_detect(ipmi_user_t user) argument
447 ipmi_chassis_detect(ipmi_user_t user) argument
453 ipmi_poweroff_chassis(ipmi_user_t user) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dos.S57 | Each IO routine checks to see if the memory write/read is to/from user
60 | for user mode applications.
71 | working in user space
80 | a1 - user destination address
82 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
110 | a0 - user source address
113 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
140 | Read a data byte from user memory.
143 | a0 - user source address
144 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/pam_smbpass/
H A Dpam_smb_passwd.c3 Use PAM to update user passwords in the local SAM
41 int smb_update_db( pam_handle_t *pamh, int ctrl, const char *user, const char *pass_new ) argument
50 retval = local_password_change( user, LOCAL_SET_PASSWORD, pass_new,
101 const char *user; local
114 * First get the name of a user. No need to do anything if we can't
118 retval = pam_get_user( pamh, &user, "Username: " );
121 _log_err( LOG_DEBUG, "password: could not identify user" );
126 _log_err( LOG_DEBUG, "username [%s] obtained", user );
139 /* obtain user record */
145 if (!pdb_getsampwnam(sampass,user)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod25 # Purpose of smbldap-usermod : user (posix,shadow,samba) modification
67 print " -I disable an user. Can't be used with -H or -J\n";
68 print " -J enable an user. Can't be used with -H or -I\n";
76 print "You must be root to modify an user\n";
80 my $user = $ARGV[0];
85 # Read user data
86 my $user_entry = read_user_entry($user);
88 print "$0: user $user doesn't exist\n";
97 # get the dn of the user
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_sxnet.c92 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
118 M_ASN1_OCTET_STRING_print(out, id->user);
127 * they should really be separate values for each user.
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
160 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
165 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
174 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
192 if(userlen == -1) userlen = strlen(user);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_sxnet.c92 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING)
118 M_ASN1_OCTET_STRING_print(out, id->user);
127 * they should really be separate values for each user.
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
160 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
165 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user,
174 return SXNET_add_id_INTEGER(psx, izone, user, userlen);
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
192 if(userlen == -1) userlen = strlen(user);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/pdb/mysql/
H A Dsmb.conf9 mysql:mysql user = samba
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/threads/
H A Dpthreads-vms.com7 $ define/user openssl [--.include.openssl]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dpthreads-vms.com7 $ define/user openssl [--.include.openssl]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/server/
H A Dipc.exp14 if {![spawn_smbclient //$server/ipc\$ -U $user]} {
H A Dxfer.exp15 if {![spawn_smbclient //$server/$share -U $user]} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbsh.in14 read user
15 SMBW_USER=$user
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_kern.c22 spri = (struct slip_data *) private->user;
53 (struct slip_data *) &lp->user));
60 (struct slip_data *) &lp->user));
86 .user = &slip_user_info,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A DMakefile8 obj-$(CONFIG_SOFTWARE_SUSPEND) += swsusp.o disk.o snapshot.o swap.o user.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
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
51 char u_comm[32]; /* user command name */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Duser.h10 * Adapted from <asm-alpha/user.h>
13 * can understand it and provide useful information to the user (under
17 * upage: 1 page consisting of a user struct that tells gdb
24 * current->brk to pick up all of the user variables, plus any memory
34 struct user { struct
45 char u_comm[32]; /* user command name */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Duser.h10 * can understand it and provide useful information to the user (under
14 * UPAGE: 1 page consisting of a user struct that tells gdb
21 * 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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Duser.h4 /* Adapted from <asm-ppc/user.h>. */
13 * can understand it and provide useful information to the user (under
17 * upage: 1 page consisting of a user struct that tells gdb
24 * current->brk to pick up all of the user variables, plus any memory
34 struct user { struct
45 char u_comm[32]; /* user command name */

Completed in 138 milliseconds

1234567891011>>