Searched refs:authinfo (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c119 smb_authinfo_t *authinfo)
126 bzero(authinfo, sizeof (smb_authinfo_t));
129 authinfo->a_usrname = strdup(
132 if (authinfo->a_usrname == NULL)
133 authinfo->a_usrname = strdup(
136 authinfo->a_usrrid = info3->UserId;
137 authinfo->a_grprid = info3->PrimaryGroupId;
138 authinfo->a_grpcnt = info3->GroupCount;
140 if (authinfo->a_grpcnt > 0) {
142 authinfo
117 smb_authinfo_setup_common(const netr_validation_info3_t *info3, smb_session_key_t *sessionkey, smb_authreq_t *authreq, smb_authinfo_t *authinfo) argument
192 smb_authinfo_setup_krb(const kerb_validation_info_t *kerb_info, smb_session_key_t *ssnkey, smb_authreq_t *authreq, smb_authinfo_t *authinfo) argument
228 smb_authinfo_validate(smb_authinfo_t *authinfo) argument
263 smb_authinfo_free(smb_authinfo_t *authinfo) argument
291 netr_isadmin(const smb_authinfo_t *authinfo) argument
333 netr_logon(smb_authreq_t *authreq, smb_authinfo_t *authinfo) argument
913 netlogon_logon(smb_authreq_t *authreq, smb_authinfo_t *authinfo) argument
1041 netr_server_samlogon(mlsvc_handle_t *netr_handle, netr_info_t *netr_info, char *server, smb_authreq_t *authreq, smb_authinfo_t *authinfo) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c181 char *authinfo = NULL; local
1395 authinfo = getauthinfo(STDIN_FILENO, &forged);
1396 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo);
2567 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
2569 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo);
2580 sm_syslog(LOG_INFO, NULL, "connect from %s", authinfo);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm91 || ($text =~ /^(authinfo\s+pass)/io))
127 sub authinfo subroutine
129 @_ == 3 or croak 'usage: $nntp->authinfo( USER, PASS )';
138 @_ == 3 or croak 'usage: $nntp->authinfo( USER, PASS )';
841 =item authinfo ( USER, PASS )

Completed in 47 milliseconds