/titanic_41/usr/src/lib/libgss/ |
H A D | g_inquire_cred.c | 42 mechanisms) in gss_inquire_cred() argument 49 gss_OID_set *mechanisms; 66 if (mechanisms != NULL) 67 *mechanisms = GSS_C_NO_OID_SET; 92 mechanisms); 109 if (mechanisms && *mechanisms) { 112 mechanisms); 168 if (mechanisms != NULL) { 170 *mechanisms = (gss_OID_set) malloc(sizeof (gss_OID_set_desc)); 171 if (*mechanisms == NULL) [all …]
|
H A D | README.spi | 37 releases require patching libgss.so.1 and all the GSS mechanisms 43 three mechanisms (four, if the dummy mech counts) and libgss 74 libgss mechanisms' methods. 78 result of which will be that the mechanisms' methods will then have 81 We can then rename all mechanisms' methods from <mech>_<gss-func> to 96 Third party mechanisms should just export all the symbols for the 101 Solaris native mechanisms may still provide the mechanism method
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | inq_cred.c | 78 cred_usage, mechanisms) in krb5_gss_inquire_cred() argument 84 gss_OID_set *mechanisms; 105 if (mechanisms) *mechanisms = NULL; 157 if (mechanisms) { 202 if (mechanisms) 203 *mechanisms = mechs;
|
H A D | krb5_gss_glue.c | 833 cred_usage, mechanisms) in k5glue_inquire_cred() argument 840 gss_OID_set *mechanisms; 843 name, lifetime_ret, cred_usage, mechanisms));
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssd_proc.c | 2220 gss_OID_set mechanisms; local 2233 res->mechanisms.GSS_OID_SET_val = NULL; 2248 res->mechanisms.GSS_OID_SET_val = NULL; 2270 &mechanisms); 2289 if (mechanisms != GSS_C_NULL_OID_SET) { 2290 for (i = 0; i < mechanisms->count; i++) 2291 free(mechanisms->elements[i].elements); 2292 free(mechanisms->elements); 2293 free(mechanisms); 2324 if (mechanisms != GSS_C_NULL_OID_SET) { [all …]
|
H A D | gssd_clnt_stubs.c | 1819 mechanisms, in kgss_inquire_cred_wrapped() argument 1827 gss_OID_set *mechanisms; 1874 if (mechanisms != NULL) 1875 *mechanisms = NULL; 1923 if (mechanisms != NULL) { 1924 *mechanisms = 1926 if (res.mechanisms.GSS_OID_SET_len != 0) { 1927 (*mechanisms)->count = 1928 (int)res.mechanisms.GSS_OID_SET_len; 1929 (*mechanisms)->elements = (gss_OID) [all …]
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | gssd_clnt_stubs.c | 2177 mechanisms, in kgss_inquire_cred_wrapped() argument 2185 gss_OID_set *mechanisms; 2212 if (mechanisms != NULL) 2213 *mechanisms = NULL; 2289 res.mechanisms.GSS_OID_SET_len != 0 && 2290 mechanisms != NULL) { 2291 *mechanisms = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc)); 2292 (*mechanisms)->count = 2293 (int)res.mechanisms.GSS_OID_SET_len; 2294 (*mechanisms)->elements = (gss_OID) [all …]
|
H A D | gssd.x | 330 GSS_OID_SET mechanisms; /* mechs associated with cred */ member
|
/titanic_41/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 901 cred_usage, mechanisms) in dummy_gss_inquire_cred() argument 908 gss_OID_set *mechanisms; 918 if (mechanisms) { 920 mechanisms) == GSS_S_FAILURE)
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | PROMO.mm | 87 Shell Functions and Aliases: Two mechanisms - functions and
|
H A D | sh.memo | 1069 It does this by providing simple yet powerful mechanisms 1092 There are four quoting mechanisms in \f5ksh\fP. 3205 Most importantly, \f5ksh\fP provide mechanisms to write applications
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 169 These kstat_io_t types provide two built-in time-gathering mechanisms, which it
|
/titanic_41/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 349 mechanisms. 416 A third enhancement would be to enhance the GSS-API mechanisms to
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | README | 203 Keys can be managed using two different mechanisms. WPA can either use 207 respectively. Both mechanisms will generate a master session key for
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 118 installing a whole new set of boot mechanisms, each with completely 121 @dfn{chaining} mechanisms can be a nightmare. There is little or no 179 loading mechanisms, increasing their portability, robustness, and
|
H A D | multiboot.info | 71 installing a whole new set of boot mechanisms, each with completely 74 "chaining" mechanisms can be a nightmare. There is little or no choice 138 loading mechanisms, increasing their portability, robustness, and
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | README.Ylonen | 429 Conventional .rhosts and hosts.equiv based authentication mechanisms
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 247 # after this tag, mechanisms are not by side-effect, so they'll
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 475 COMDAT mechanisms: %s"
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1647 3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms
|
/titanic_41/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 629 # list of authentication mechanisms
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 10060 mechanisms for control method execution and recursive method invocation.
|