Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use $RANDOM instead of /dev/urandom | Niranjan Mallapadi | 2014-11-10 | 1 | -6/+28 | |
| | | | | Modified statements where /dev/urandom is replaced with $RANDOM | |||||
* | Add python scripts for ca profile cli | Niranjan Mallapadi | 2014-11-10 | 1 | -0/+13 | |
| | ||||||
* | Add python scripts for profile cli automation | Niranjan Mallapadi | 2014-11-10 | 5 | -0/+1498 | |
| | ||||||
* | Minor changes to key-recover and key-request-find | Niranjan Mallapadi | 2014-11-10 | 2 | -30/+30 | |
| | ||||||
* | Removed pki_client_database_password param from the | Asha Akkiangady | 2014-11-07 | 2 | -21/+7 | |
| | | | | clone install script. | |||||
* | KRA user-mod and user-cert cli commands and some fixes to ca group | Roshni Pattath | 2014-11-06 | 20 | -25/+13557 | |
| | ||||||
* | Removed the script to turn off firewall using | Asha Akkiangady | 2014-11-06 | 1 | -6/+1 | |
| | | | | service iptables off. | |||||
* | Made changes in install script for | Asha Akkiangady | 2014-11-05 | 3 | -53/+51 | |
| | | | | CLEINT_DIR and CLIENT_CERT_DB_DIR | |||||
* | Modified quickinstall subca install scripts. | Asha Akkiangady | 2014-11-05 | 4 | -54/+57 | |
| | ||||||
* | CA user add,delete,find and user membership | Asha Akkiangady | 2014-11-03 | 14 | -1675/+2056 | |
| | | | | | | tests updated with host and port in the input. All UTCA and i18n tests updated with the expected results. | |||||
* | Fix ECC curve name typos | Fraser Tweedale | 2014-10-30 | 2 | -3/+3 | |
| | | | | | "nistp512" appears in a few places, but the curve name is "nistp521". Fix these references. | |||||
* | Fixed incorrect Python API docs format. | Endi S. Dewata | 2014-10-28 | 2 | -51/+55 | |
| | | | | | | | The Python API docs in some classes/methods have been fixed to remove the errors and warnings generated by python-sphinx. https://fedorahosted.org/pki/ticket/1157 | |||||
* | Updates to some python client classes for prettier API docs. | Ade Lee | 2014-10-27 | 10 | -42/+399 | |
| | | | | | Added missing .rst annotations and missing docstrings. Added log file for sphinx runs. | |||||
* | Added Python Client API Docs to build | Ade Lee | 2014-10-27 | 7 | -3/+480 | |
| | | | | | | | This patch builds HTML and man page builds for the python client API delivered in pki-base. Ticket 1157 | |||||
* | Fixed pylint failure on F21. | Endi S. Dewata | 2014-10-27 | 1 | -2/+2 | |
| | | | | | The build failed on F21 due to stricter pylint requirements which generate new warnings. For now they are marked to be ignored. | |||||
* | Updated JUnit JAR file name. | Endi S. Dewata | 2014-10-27 | 3 | -3/+3 | |
| | | | | | | | The Eclipse classpath and the test scripts have been updated to use junit.jar instead of junit4.jar to support Fedora 20 and 21. https://fedorahosted.org/pki/ticket/1192 | |||||
* | Updated version to 10.2.1-0.1. | Endi S. Dewata | 2014-10-27 | 9 | -14/+36 | |
| | | | | https://fedorahosted.org/pki/ticket/1191 | |||||
* | Bug1151147 issuerDN encoding correction | Christina Fu | 2014-10-23 | 8 | -9/+114 | |
| | ||||||
* | Modified ca-user-del tests to include host/port | Asha Akkiangady | 2014-10-17 | 4 | -387/+331 | |
| | ||||||
* | Add a man page for profile CLI commands. | Abhishek Koneru | 2014-10-15 | 3 | -0/+158 | |
| | ||||||
* | pki ca-group tests | Roshni Pattath | 2014-10-10 | 20 | -1438/+8767 | |
| | | | | Added pki ca-group tests and host-port changes to pki group tests | |||||
* | Updated KRA Python client library. | Endi S. Dewata | 2014-10-09 | 4 | -46/+159 | |
| | | | | | | | | | | | | | | | The Python client library for KRA has been modified to simplify the usage. The NSSCryptoProvider's setup_database() and __init__() now take a password file parameter. The import_cert() now can take either cert binary/encoded data or CertData object. It also provides a default value for the trust attribute. The KRAClient now stores the crypto provider object. The KRA test has been updated to provide options to override the default test configuration (e.g. hostname, port). It also has been modified to use a temporary NSS database. The setup document has been updated to describe the process to run the test as root and as a regular user. | |||||
* | Added CLI to import/export certificates with private keys. | Endi S. Dewata | 2014-10-09 | 7 | -32/+582 | |
| | | | | | | | New CLI commands have been added to import/export certificates and private keys into/from the client security database. The CLI can also be used to generate the file needed by Python client library for client certificate authentication. | |||||
* | Fixing upstream trac ticket 1150. | Abhishek Koneru | 2014-10-09 | 2 | -4/+8 | |
| | | | | | | | In both sslget.c and revoker.c there is an incorrect equality check which compares the output of a comparision operator with a constant(SECFailure) which has a value of -1. The fix will print the correct SECFailure or SECSuccess value for the do_writes method. | |||||
* | removed pki ca-group file location info from runtest.sh | Roshni Pattath | 2014-10-08 | 1 | -9/+0 | |
| | ||||||
* | removed pki ca-group related file information | Roshni Pattath | 2014-10-08 | 2 | -90/+0 | |
| | ||||||
* | host/port changes, pki ca-user-mod, pki ca-user-cert | Roshni Pattath | 2014-10-08 | 13 | -1102/+8953 | |
| | | | | host/port changes to existing scripts and new scripts for pki ca-user-mod and pki ca-user-cert tests | |||||
* | Fixes to spec file for RHEL build | Ade Lee | 2014-10-01 | 1 | -0/+11 | |
| | ||||||
* | Remove pylint from rhel build | Ade Lee | 2014-10-01 | 1 | -1/+9 | |
| | ||||||
* | Fixed uid with i18n tests to expect error message. | Asha Akkiangady | 2014-10-01 | 2 | -530/+525 | |
| | | | | pki-ca-user-add tests updated with host and port. | |||||
* | Incorrect status change in key-request-review. | Abhishek Koneru | 2014-10-01 | 1 | -2/+2 | |
| | | | | | | Fix for ticket #1037. Corrected the issue caused due to incorrect operations performed for reject and cancel actions in key-request-review. | |||||
* | Fix sub-CA installation with own security domain | Ade Lee | 2014-10-01 | 8 | -105/+216 | |
| | | | | | | | | | Installation code failed to anticipate installation of a subordinate CA that would host its own security domain. This patch includes changes to python installation code, java configuration servlet and changes to man pages. Ticket 1132 | |||||
* | spec file modifications | Matthew Harmsen | 2014-09-30 | 1 | -11/+20 | |
| | | | | - PKI TRAC Ticket #1130 - Add RHEL/CentOS conditionals to spec | |||||
* | Remove 'pki-migrate' code | root | 2014-09-30 | 175 | -27999/+4 | |
| | | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch | |||||
* | Remove 'pki-selinux' code | Matthew Harmsen | 2014-09-30 | 14 | -1051/+10 | |
| | | | | - PKI TRAC Ticket #1139 - Remove 'selinux' code from 'master' branch | |||||
* | Remove IPA theme component and old unused UI directories | Matthew Harmsen | 2014-09-30 | 36 | -4420/+41 | |
| | | | | | | - PKI TRAC Ticket #1136 - Remove ipa-pki-theme component - Remove 'ca-ui', 'kra-ui', 'ocsp-ui', 'ra-ui', 'tks-ui', and 'tps-ui' directories - Consolidate 'pki-core' packages | |||||
* | Add pki ca-cert test to runtest and Makefile | Niranjan Mallapadi | 2014-09-29 | 2 | -2/+115 | |
| | ||||||
* | Add pki ca-cert-show automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+353 | |
| | ||||||
* | Add pki ca-cert-revoke automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+943 | |
| | ||||||
* | Add pki ca-cert-request-submit automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+930 | |
| | ||||||
* | Add pki ca-cert-request-show automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+980 | |
| | ||||||
* | Add pki ca-cert-request-review automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+5003 | |
| | ||||||
* | Add pki ca-cert-request-profile-show automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+523 | |
| | ||||||
* | Add pki ca-cert-request-profile-find automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+555 | |
| | ||||||
* | Add pki-ca-cert-request-find automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+1095 | |
| | ||||||
* | Add pki ca-cert-release-hold automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+646 | |
| | ||||||
* | Add pki ca-cert-find automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+4309 | |
| | ||||||
* | Add pki-ca-cert-hold automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+591 | |
| | ||||||
* | Add pki ca-cert-cli config automation | Niranjan Mallapadi | 2014-09-29 | 1 | -0/+77 | |
| | ||||||
* | Minor changes to pki-kra-key-cli-archive-kra.sh | Niranjan Mallapadi | 2014-09-29 | 1 | -17/+17 | |
| |