Searched refs:user (Results 226 - 250 of 1496) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport.tcl69 lappend configuration user $::tcl_platform(user)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport.tcl69 lappend configuration user $::tcl_platform(user)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_container.tcl46 variable user unknown
55 variable user
63 -user $user]
70 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
76 return -code error "Expected one of -file, -mode, -name, -template, or -user, got \"$option\""
94 user { }
104 variable user
134 @user@ $user \
[all...]
H A Dpt_peg_to_peg.tcl46 variable user unknown
55 variable user
64 -user $user]
71 return -code error "Expected one of -file, -fused, -name, -template, or -user, got \"$option\""
77 return -code error "Expected one of -file, -fused, -name, -template, or -user, got \"$option\""
95 user { }
108 variable user
133 @user@ $user \
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authnz_ldap.c64 int user_is_dn; /* If true, connection->user is DN instead of userid */
65 char *remote_user_attribute; /* If set, connection->user is this attribute instead of userid */
70 apr_array_header_t *groupattr; /* List of Group attributes identifying user members. Default:"member uniqueMember" */
88 char *user; /* The username provided by the client */ member in struct:__anon6133
215 char *user, *filter; local
222 user = apr_pstrdup (r->pool, sent_user);
238 inbytes = strlen(user);
242 /* Convert the user name to UTF-8. This is only valid for LDAP v3 */
243 if (apr_xlate_conv_buffer(convset, user, &inbytes, outbuf, &outbytes) == APR_SUCCESS) {
244 user
393 ldap_determine_binddn(request_rec *r, const char *user) argument
451 authn_ldap_check_password(request_rec *r, const char *user, const char *password) argument
[all...]
H A Dmod_authn_socache.c249 const char *user, const char *realm)
268 return apr_pstrcat(r->pool, context, ":", user, NULL);
271 return apr_pstrcat(r->pool, context, ":", user, ":", realm, NULL);
275 const char *user, const char *realm,
305 "authn credentials for %s not cached (mutex busy)", user);
317 key = construct_key(r, dcfg->context, user, realm);
327 user, dcfg->context);
344 static authn_status check_password(request_rec *r, const char *user, argument
367 key = construct_key(r, dcfg->context, user, NULL);
375 "Authn cache: no credentials found for %s", user);
248 construct_key(request_rec *r, const char *context, const char *user, const char *realm) argument
274 ap_authn_cache_store(request_rec *r, const char *module, const char *user, const char *realm, const char* data) argument
400 get_realm_hash(request_rec *r, const char *user, const char *realm, char **rethash) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/gss/
H A Dcheck-basic.in91 ${kadmin} add -p upw --use-defaults user@${R} || exit 1
119 ${kinit} --password-file=${testdir}/foopassword user@${R} || exit 1
198 --name-type=user-name \
200 --acquire-name=user@${R} || exit 1
204 --name-type=user-name \
212 --name-type=user-name \
214 --acquire-name=user@${R} 2>/dev/null && exit 1
218 --name-type=user-name \
222 echo "use gss_krb5_ccache_name for user"
224 --name-type=user
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dusersys.c86 * 'cupsGetPassword()' - Get a password from the user.
89 * user does not provide a password.
108 * 'cupsGetPassword2()' - Get a password from the user using the advanced
112 * user does not provide a password.
407 * 'cupsSetUser()' - Set the default user name.
409 * Pass @code NULL@ to restore the default user name.
411 * Note: The current user name is tracked separately for each thread in a
412 * program. Multi-threaded programs that override the user name need to do so
413 * in each thread for the same user name to be used.
417 cupsSetUser(const char *user) /* argument
936 user[256], /* User value */ local
[all...]
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dsmtp.rb436 # or desired. +user+ is the account name; +secret+ is your password
455 user = nil, secret = nil, authtype = nil,
457 new(address, port).start(helo, user, secret, authtype, &block)
473 # If both of +user+ and +secret+ are given, SMTP authentication
517 user = nil, secret = nil, authtype = nil) # :yield: smtp
520 do_start helo, user, secret, authtype
526 do_start helo, user, secret, authtype
544 def do_start(helo_domain, user, secret, authtype)
546 if user or secret
548 check_auth_args user, secre
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplain.c154 /* While this isn't going to find out that <user> and <user>@<defaultdomain>
199 for the wrong user name. Free these values. */
310 const char *user = NULL, *authid = NULL; local
339 if (oparams->user == NULL) {
340 user_result = _plug_get_userid(params->utils, &user, prompt_need);
387 if (!user || !*user) {
392 result = params->canon_user(params->utils->conn, user, 0,
402 *clientoutlen = ((user
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h178 - (id) initWithServer:(NSString *) server port:(unsigned short) port user:(NSString *) nickname;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
253 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user;
254 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user passively:(BOOL) passive;
258 - (void) sendSubcodeRequest:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
259 - (void) sendSubcodeReply:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
283 - (void) addUserToNotificationList:(NSString *) user;
284 - (void) removeUserFromNotificationList:(NSString *) user;
286 - (void) fetchInformationForUser:(NSString *) user withPriority:(BOOL) priority fromLocalServer:(BOOL) localOnly;
318 - (BOOL) processSubcodeRequest:(NSString *) command withArguments:(NSString *) arguments fromUser:(NSString *) user forConnectio
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h178 - (id) initWithServer:(NSString *) server port:(unsigned short) port user:(NSString *) nickname;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
253 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user;
254 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user passively:(BOOL) passive;
258 - (void) sendSubcodeRequest:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
259 - (void) sendSubcodeReply:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
283 - (void) addUserToNotificationList:(NSString *) user;
284 - (void) removeUserFromNotificationList:(NSString *) user;
286 - (void) fetchInformationForUser:(NSString *) user withPriority:(BOOL) priority fromLocalServer:(BOOL) localOnly;
318 - (BOOL) processSubcodeRequest:(NSString *) command withArguments:(NSString *) arguments fromUser:(NSString *) user forConnectio
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h178 - (id) initWithServer:(NSString *) server port:(unsigned short) port user:(NSString *) nickname;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
253 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user;
254 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user passively:(BOOL) passive;
258 - (void) sendSubcodeRequest:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
259 - (void) sendSubcodeReply:(NSString *) command toUser:(NSString *) user withArguments:(NSString *) arguments;
283 - (void) addUserToNotificationList:(NSString *) user;
284 - (void) removeUserFromNotificationList:(NSString *) user;
286 - (void) fetchInformationForUser:(NSString *) user withPriority:(BOOL) priority fromLocalServer:(BOOL) localOnly;
318 - (BOOL) processSubcodeRequest:(NSString *) command withArguments:(NSString *) arguments fromUser:(NSString *) user forConnectio
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dhttpvfs.tcl14 # "foo/my%20file%20%282%29.txt", per RFC 3986, for the user.
45 if {[info exists parts(user)]} {
48 foreach {user passwd} [split $parts(user) :] { break }
49 set auth "Basic [base64::encode $user:$passwd]"
98 # Validate URL by parts. We suck out user:pass if it exists as the
102 # guaranteed to exist. proto, port, query, anchor, and user should be
103 # checked with [info exists]. (user may contain password)
111 # parts of the authority (user name, password, port number) are optional.
123 # The "http" is the protocol, the user i
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dheimscram.h62 const heim_scram_data *user,
68 const heim_scram_data *user,
/macosx-10.10/Heimdal-398.1.2/tests/bin/
H A Dheimdal-win-mount.py14 user = win['user'] variable
18 muser = pl['mount']['user']
22 conn = pexpect.spawn("telnet -l '{0}' {1}".format(user, host), logfile=sys.stdout, timeout=30)
52 conn.sendline("net use Z: \\\\{2}\\{3} {0} /user:{1}\r\n".format(mpw, muser, mhost, msharename))
/macosx-10.10/IOKitUser-1050.1.21/
H A DDeviceMIG.sh46 local input=$1 head=$2 user=$3; shift 3
50 cmd="$MIG -cc $MIGCC -arch $MIGARCH ${migargs} -novouchers -server /dev/null -header $head -user $user $input";
/macosx-10.10/Libinfo-459/membership.subproj/
H A DmembershipPriv.h48 int mbr_check_membership_by_id(uuid_t user, gid_t group, int *ismember);
49 int mbr_check_membership_refresh(const uuid_t user, uuid_t group, int *ismember);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/acl/
H A Dposixgroup.c178 *user = NULL; local
187 /* get user */
189 user = target;
198 rc = be_entry_get_rw( op, &op->o_ndn, pg_posixAccount, pg_uidNumber, 0, &user );
201 if ( rc != LDAP_SUCCESS || user == NULL ) {
256 a_uid = attr_find( user->e_attrs, pg_uidNumber );
290 if ( user != NULL && user != target ) {
292 be_entry_release_r( op, user );
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dpthreads-vms.com12 $ define/user openssl [--.include.openssl]
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DCredential.h56 Credential(const String& user, const String& password, CredentialPersistence);
64 const String& user() const;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DComputedStyleDetailsPanel.css31 -webkit-user-select: none;
/macosx-10.10/apache-793/httpd/docs/conf/extra/
H A Dhttpd-dav.conf.in25 # htdigest -c "@@ServerRoot@@/user.passwd" DAV-upload admin
26 AuthUserFile "@@ServerRoot@@/user.passwd"
30 # to the admin user.
33 Require user admin
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
66 SET_AND_CLEAR1(user); \
/macosx-10.10/cron-39/cron/
H A Dcron.h11 * user.
156 /* each user's crontab will be held as a list of
194 * following structure, one element per user
205 } user; typedef in typeref:struct:_user
208 user *head, *tail; /* links */
218 job_add __P((entry *, user *)),
219 do_command __P((entry *, user *)),
220 link_user __P((cron_db *, user *)),
221 unlink_user __P((cron_db *, user *)),
222 free_user __P((user *)),
[all...]

Completed in 164 milliseconds

1234567891011>>