Searched refs:AUTH (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dauth.h63 * is required to pass a AUTH * to routines that create rpc
147 } AUTH; typedef in typeref:struct:__anon3001
154 * AUTH *auth;
193 * AUTH *authunix_create(machname, uid, gid, len, aup_gids)
201 extern AUTH *authunix_create __P((char *, int, int, int, int *));
202 extern AUTH *authunix_create_default __P((void));
203 extern AUTH *authnone_create __P((void));
204 extern AUTH *authdes_create __P((char *, unsigned int,
H A Dauth_unix.c126 AUTH *
138 register AUTH *auth;
144 auth = (AUTH *)mem_alloc(sizeof(*auth));
220 AUTH *
248 AUTH *auth;
255 AUTH *auth;
265 register AUTH *auth;
295 register AUTH *auth;
338 register AUTH *auth;
361 register AUTH *aut
[all...]
H A Dauth_none.c95 AUTH no_client;
100 AUTH *
130 AUTH *client;
H A Dclnt.h159 AUTH *cl_auth; /* authenticator */
H A Dpmap_rmt.c283 AUTH *unix_auth = authunix_create_default();
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dntlm_err.et14 error_code AUTH, "NTLM authentication failed"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl581 set info($chan,state) AUTH
600 requirestate $chan AUTH
879 simplecmd $chan NOOP {NOAUTH AUTH SELECT} {}
888 # the AUTH state.
896 set info($chan,state) AUTH
902 simplecmd $chan CREATE {AUTH SELECT} $mailbox
907 simplecmd $chan DELETE {AUTH SELECT} $mailbox
912 simplecmd $chan RENAME {AUTH SELECT} $oldname $newname
917 simplecmd $chan SUBSCRIBE {AUTH SELECT} $mailbox
922 simplecmd $chan UNSUBSCRIBE {AUTH SELEC
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c177 #define AUTH "Auth" macro
589 { SC_10_1_10_9, NETPROP AIRPORT, AUTH PASSWORD, NULL, CFDATA },
590 { SC_10_1_10_9, NETPROP AIRPORT, AUTH PASSWORD ENCRYPTION, NULL, CFSTRING },
604 { SC_10_3_10_9, NETVAL AIRPORT AUTH PASSWORD ENCRYPTION, KEYCHAIN, NULL, NULL },
908 { COMMENT, "--- " AUTH ": ---", NULL, NULL, NULL },
909 { SC_10_3, NETPROP PPP, AUTH EAP PLUGINS, NULL, CFARRAY_CFSTRING },
910 { SC_10_1, NETPROP PPP, AUTH NAME, NULL, CFSTRING },
911 { SC_10_1, NETPROP PPP, AUTH PASSWORD, NULL, CFSTRING },
912 { SC_10_1, NETPROP PPP, AUTH PASSWORD ENCRYPTION, NULL, CFSTRING },
913 { SC_10_3, NETPROP PPP, AUTH PROMP
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_request.c36 #define AUTH 1 macro
135 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
137 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
139 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
141 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
144 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
146 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
152 { REQ_RESET_STATS, AUTH, sizeof(struct reset_flags), 0, reset_stats },
153 { REQ_RESET_PEER, AUTH, v4sizeo
[all...]
H A Dntp_proto.c32 #define AUTH(x, y) ((x) ? (y) == AUTH_OK : (y) == AUTH_OK || \ macro
530 * Note: The AUTH(x, y) macro is used to filter outcomes. If x
714 if (AUTH(restrict_mask & RES_DONTTRUST,
754 if (AUTH(restrict_mask & RES_DONTTRUST, is_authentic))
777 if (!AUTH(sys_authenticate | (restrict_mask &
824 if (!AUTH(sys_authenticate | (restrict_mask &
913 if (!AUTH(sys_authenticate | (restrict_mask &
923 if (AUTH(restrict_mask & RES_DONTTRUST,
1103 peer_clear(peer, "AUTH");
1114 } else if (!AUTH(has_ma
[all...]
H A Dntp_control.c38 #define AUTH 1 macro
88 { CTL_OP_WRITEVAR, AUTH, write_variables },
93 { CTL_OP_SAVECONFIG, AUTH, save_config },
94 { CTL_OP_CONFIGURE, AUTH, configure },
804 if (cc->flags == AUTH
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgedcom.vim17 syntax keyword gedcom_record ANCI ANUL ASSO AUTH BAPL BAPM BARM BASM BIRT BLES
H A Dsshconfig.vim41 syn keyword sshconfigSysLogFacility DAEMON USER AUTH AUTHPRIV LOCAL0 LOCAL1
H A Dsshdconfig.vim39 syn keyword sshdconfigSysLogFacility DAEMON USER AUTH AUTHPRIV LOCAL0 LOCAL1
H A Dldapconf.vim177 \ 'CRAM-MD5\|GSS-SPNEGO\|DIGEST-MD5\|9798-[UM]-\%(RSA-SHA1-ENC\|\%(EC\)\=DSA-SHA1\)\|NMAS-SAMBA-AUTH'
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c124 AUTH *sys_auth = authunix_create_default();
298 if (sys_auth == (AUTH *)NULL) {
/macosx-10.9.5/postfix-252/
H A Dchunking.pl243 $imap_auth_plain = 1 if $reply =~ /CAPABILITY.*AUTH=PLAIN/i;
244 $imap_auth_cram_md5 = 1 if $reply =~ /CAPABILITY.*AUTH=CRAM-MD5/i;
421 $submit_auth_plain = 1 if $reply =~ /^\d+.AUTH.*PLAIN/i;
422 $submit_auth_cram_md5 = 1 if $reply =~ /^\d+.AUTH.*CRAM-MD5/i;
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpcmd.y108 AUTH ADAT PROT PBSZ CCC MIC
673 | AUTH SP STRING CRLF
984 { "AUTH", AUTH, STR1, 1, "<sp> auth-type" },
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c729 AUTH *rpcua;
794 AUTH *rpcua;
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dlog.c77 L(AUTH),
436 strlcpy(facility, "AUTH", sizeof(facility));
450 strlcpy(facility, "AUTH", sizeof(facility));
H A Dverify_krb5_conf.c244 L(AUTH),
329 strlcpy(facility, "AUTH", sizeof(facility));
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm213 if (exists $self->{'supports'}{AUTH}) {
214 my @auth = split /\s+/, uc($self->{'supports'}{AUTH});
257 $_ = send_cmd $s, 'AUTH LOGIN';
283 $_ = send_cmd $s, "AUTH CRAM-MD5";
308 $_ = send_cmd $s, "AUTH PLAIN";
327 $_ = send_cmd $s, "AUTH NTLM";
/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm172 if (/^(?:\d{3} )?AUTH\s+(.*)$/mi) {
203 $_ = send_cmd $s, 'AUTH LOGIN';
221 $_ = send_cmd $s, "AUTH CRAM-MD5";
246 $_ = send_cmd $s, "AUTH PLAIN";
265 $_ = send_cmd $s, "AUTH NTLM";

Completed in 315 milliseconds