| /solaris-userland/components/apache2-modules/mod_fcgid/ |
| H A D | fcgid-24.conf | 10 allow from all
|
| /solaris-userland/components/openstack/nova/files/ |
| H A D | nova-api | 20 from oslo_config import cfg
|
| H A D | nova-conductor | 18 from subprocess import CalledProcessError, check_call
|
| H A D | nova-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 91 # move noVNC proxy configuration from DEFAULT to the vnc group 94 # move entries from DEFAULT.nova.virt.solariszones.driver to its own 147 # extract the openstack-upgrade-id from the pkg
|
| H A D | nova-compute | 19 from subprocess import CalledProcessError, Popen, PIPE, check_call
|
| /solaris-userland/components/openstack/neutron/files/ |
| H A D | neutron-openvswitch-agent | 18 from subprocess import CalledProcessError, check_call 23 from neutron.agent.solaris import packetfilter
|
| H A D | neutron-server | 18 from subprocess import CalledProcessError, check_call
|
| H A D | neutron-upgrade | 19 from subprocess import check_call, Popen, PIPE 25 from openstack_common import alter_mysql_tables, create_backups, modify_conf 117 # extract the openstack-upgrade-id from the pkg 128 # TODO: Kilo EVS check. If upgrade is from Kilo running EVS,
|
| H A D | neutron-l3-agent | 20 from subprocess import CalledProcessError, Popen, PIPE, check_call 23 from openstack_common import kill_contract 26 from neutron.agent.solaris import packetfilter 27 from neutron_vpnaas.services.vpn.device_drivers.solaris_ipsec import \
|
| H A D | neutron-dhcp-agent | 20 from subprocess import CalledProcessError, Popen, PIPE, check_call 23 from openstack_common import kill_contract
|
| /solaris-userland/components/openstack/ironic/files/ |
| H A D | ironic-upgrade | 19 from subprocess import check_call, Popen, PIPE 26 from openstack_common import alter_mysql_tables, create_backups, modify_conf 72 # extract the openstack-upgrade-id from the pkg
|
| H A D | ironic-db | 18 from subprocess import Popen, PIPE
|
| /solaris-userland/components/openstack/keystone/files/ |
| H A D | keystone-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf 53 # extract the openstack-upgrade-id from the pkg
|
| H A D | keystone | 18 from subprocess import CalledProcessError, check_call, Popen
|
| /solaris-userland/components/openstack/cinder/files/ |
| H A D | cinder-api | 18 from subprocess import CalledProcessError, check_call, Popen
|
| H A D | cinder-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 135 # extract the openstack-upgrade-id from the pkg
|
| H A D | cinder-volume-setup | 19 from subprocess import CalledProcessError, Popen, PIPE, check_call 25 """ retrieves the setting for 'zfs_volume_base' from Cinder's conf file in
|
| /solaris-userland/components/openstack/horizon/files/ |
| H A D | horizon | 18 from subprocess import CalledProcessError, check_call, Popen
|
| H A D | horizon-upgrade | 18 from subprocess import check_call, Popen, PIPE 32 # extract the openstack-upgrade-id from the pkg 55 'independently from the ' + \
|
| /solaris-userland/components/openstack/heat/files/ |
| H A D | heat-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf, \ 71 # extract the openstack-upgrade-id from the pkg
|
| /solaris-userland/components/openstack/swift/files/ |
| H A D | swift-upgrade | 19 from subprocess import check_call, Popen, PIPE 25 from openstack_common import create_backups, modify_conf 77 # extract the openstack-upgrade-id from the pkg
|
| /solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/ |
| H A D | README_demo_module_3 | 26 General tables are different from simple tables in one of the following 78 that you generate from demo code examples, if you have not already done so. 107 To generate code templates from the sample MIB: 211 The optional -Ddemo_module_3 argument sends debugging statements from 220 1. As a non-root user, issue snmptable commands to retrieve table data from
|
| /solaris-userland/components/openstack/glance/files/ |
| H A D | glance-upgrade | 19 from subprocess import check_call, Popen, PIPE 27 from openstack_common import alter_mysql_tables, create_backups, modify_conf 31 # Deprecated from Kilo to Mitaka 231 # extract the openstack-upgrade-id from the pkg
|
| /solaris-userland/make-rules/ |
| H A D | prep-git.mk | 29 # Anything that we pull from a GIT repo must have a GIT_REPO{_[0-9]+} and 36 # from the rules so that all the variable assignments are given a chance to 60 # remove those URLs. If the primary (unsuffixed) archive is from github, then 89 # reliably reproduce archives created from the result since git clone (unlike
|
| /solaris-userland/components/openssl/common/engines/pkcs11/ |
| H A D | e_pk11_pub.c | 35 * endorse or promote products derived from this software without 39 * 5. Products derived from this software may not be called "OpenSSL" 110 * token using the passphrasedialog keyword that we inherit from the parent. 116 static int pk11_RSA_public_encrypt(int flen, const unsigned char *from, 118 static int pk11_RSA_private_encrypt(int flen, const unsigned char *from, 120 static int pk11_RSA_public_decrypt(int flen, const unsigned char *from, 122 static int pk11_RSA_private_decrypt(int flen, const unsigned char *from, 136 static int pk11_RSA_public_encrypt_low(int flen, const unsigned char *from, 138 static int pk11_RSA_private_encrypt_low(int flen, const unsigned char *from, 140 static int pk11_RSA_public_decrypt_low(int flen, const unsigned char *from, 464 pk11_RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument 515 pk11_RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument 555 pk11_RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument 643 pk11_RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument 723 pk11_RSA_public_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument 778 pk11_RSA_private_encrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument 835 pk11_RSA_private_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument 892 pk11_RSA_public_decrypt_low(int flen, const unsigned char *from, unsigned char *to, RSA *rsa) argument [all...] |