Name | Modified | Size |
---|---|---|
.. | ||
doc | ||
Maintenance | ||
Samples | ||
setup |
Change | User | Description | Committed |
---|---|---|---|
31193 | Will Kreitzmann | Regenerated docs for release. | 2 months ago |
31160 | Mark Wittenberg | I squeezed in some time to improve my script: * Added a --check option to check cert file...s for problems and report them: - certificates following a self-signed cert - certificates not signed by the subsequent cert - identify self-signed certs * It's now usable in a pipeline: - If no file arguments are given then it reads from stdin - Any file argument of - read stdin when that argument is processed - All non-certificate lines in the input are ignored so you can pipe the output of openssl s_client to it without needing to pre-process the data * To make it easier to use it from another script, it now exits with a meaningful exit status: - 0 No problems were detected. - 1 Some files were not readable. - 2 Problems were found within at least one certificate file. - 3 Invalid parameters were given, or help was requested. * I expanded and improved the help text * I renamed the -d | --details option to -s | --some to make the order of increasing detail more obvious - the --all, --most, --some, and --summary options are ordered by the amount of detailed info they provide, from most to least. - this conflicted with the -s | --summary option so I renamed that to -S | --summary « |
2 months ago |
31107 | Mark Wittenberg | Added x509-show-chain cert script. | 2 months ago |
31074 | C. Thomas Tyler | Regenerated docs for release. | 3 months ago |
31063 | C. Thomas Tyler | Updated revnumber and date for release. | 3 months ago |
30913 | C. Thomas Tyler | Regnerated docs for release. | 4 months ago |
30910 | C. Thomas Tyler | Updated rev{number,date} fields in adoc files for release. | 4 months ago |
30835 | C. Thomas Tyler | Adapted Server Spec Naming Standard section detailing the ServerID of the commit server t...o the defacto standard already used in HRA. Changed from: {commit|master}[.<SDPInstance>[.<OrgName>]] to: {commit|master}[.<OrgName>[.<SDPInstance>]] Various typo fixes and minor changes in SDP Guide. Updated consulting email address (now consulting-helix-core@perforce.com) in various files. « |
4 months ago |
30385 | C. Thomas Tyler | Regnerated docs for release. | 9 months ago |
30383 | C. Thomas Tyler | Updated rev{number,date} fields in adoc files for release. | 9 months ago |
30378 | C. Thomas Tyler | Added epochtime utility. | 9 months ago |
30310 | Mark Zinthefer | Changing UserPermissionsReport to generate a .csv file delimited by the ^ character. This... is to allow for FullNames that have commas. Previously, the report would be wonky if a FullName was "Last, First, MI". « |
10 months ago |
30107 | C. Thomas Tyler | Enhanced swarm_triggers_test.sh to handle VERIFY_SSL=0 setting in Swarm trigger conf. | about a year ago |
30106 | Robert Cowham | Fix bug on case sensitive servers with uppercase depot name. | about a year ago |
30091 | Mark Zinthefer | Initial commit of verify_has.sh | about a year ago |
30085 | C. Thomas Tyler | SDP-ified P4DTG changeid.pl script rescued from P4DTG-SDK, added basic docs (just copied f...rom the script and tweaked). « | about a year ago |
30084 | C. Thomas Tyler | Added changeid.pl trigger from P4DTG-SDK as an Unsupported SDP sample script. | about a year ago |
30041 | C. Thomas Tyler | Regenerated docs. | about a year ago |
30008 | C. Thomas Tyler | Doc change and Non-functional updates to CheckCaseTrigger.py: * Bumped version number for... recent changes. * Fixed doc inconsistencies. Fixes: SDP-1035 #review-30009 « |
about a year ago |
30002 | C. Thomas Tyler | Fixed support for HAS "opt out" model in SSO_default.sh. Fixed bug where triggers did n...ot work as expected of 'none' was specified for the SSO group, as needed to support the "Opt out" model for the Helix Authentication extension. Fixed doc issue to prevent accidental misconfiguration of pasting in literal values in the sample. #review-30003 « |
about a year ago |
30000 | C. Thomas Tyler | Refined Release Notes and top-level README.md file in preparation for coming 2023.2 relea...se. Adjusted Makefile in doc directory to also generate top-level README.html from top-level README.md file so that the HTML file is reliably updated in the SDP release process. Updated :revnumber: and :revdate: docs in AsciiDoc files to indicate that the are still current. Avoiding regen of ReleaseNotes.pdf binary file since that will need at least one more update before shipping SDP 2023.2. « |
about a year ago |
29991 | Robert Cowham | Fix problem with buildCache | about a year ago |
29986 | Robert Cowham | Fix problem with edit only. | about a year ago |
29972 | Robert Cowham | Fix unnecessary p4 dirs parameters for case sensitive servers. | about a year ago |
29971 | Robert Cowham | Fix failing tests on case insensitive system | about a year ago |
29970 | Robert Cowham | Avoid connection warning. | about a year ago |
29969 | C. Thomas Tyler | Refined docs for P4WEB_USER setting.. | about a year ago |
29967 | C. Thomas Tyler | Added support for optional P4WEB_USER setting. If set, P4USER will be set to this... user before starting the p4web service. This is recommended, as it prevents p4web from possibly logging out the primary super user that operates checkpoints. If defined, the user should also be added to SDP_AUTOMATION_USERS defined in the Instance Vars file, i.e. the p4_N.vars file in /p4/common/config. This change is done in a way to avoid disrupting existing installations. To use the feature, do something like this, replacing N with the SDP instance name: echo P4WEB_USER=p4web >> /p4/common/site/config/$P4HOME.local #review-29968 « |
about a year ago |
29964 | Robert Cowham | Fixes for case sensitive server - all tests working again. Re-architected for better test...ing. « |
about a year ago |
29923 | C. Thomas Tyler | Updated HTML hyperlinks to use 'portal.perforce.com'. This replaces currently broken li...nks to 'answers.perforce.com' and currently redirected links to 'community.perforce.com'. #review-29924 « |
about a year ago |
29921 | Robert Cowham | Fix problems with changelists spanning multiple depots | about a year ago |
29797 | C. Thomas Tyler | Added script to detect Swarm and extract Swarm version. | about a year ago |
29725 | C. Thomas Tyler | Moved p4web init script template to Unsupported to clarify it is not supported. Modernize...d p4web_base to work with systemd. #review-29726 « |
2 years ago |
29679 | C. Thomas Tyler |
Fixed issue with Unicode content in the 'ztagfile'. #review-29680 @reg_smith |
2 years ago |
29608 | C. Thomas Tyler | Doc updates as part of release cycle. | 2 years ago |
29572 | C. Thomas Tyler | Added sample AWS s3 sync script and its config file. | 2 years ago |
29571 | Andy Boutte |
Adding correct spacing after . and , to increase readability |
2 years ago |
29522 | C. Thomas Tyler | Fixed typo in error message; Pythin -> Python. | 2 years ago |
29517 | C. Thomas Tyler | Shellcheck compliance changes. | 2 years ago |
29516 | C. Thomas Tyler | Added version that installs P4Python with pip. | 2 years ago |
29506 | C. Thomas Tyler | Fixed typo in error message. | 2 years ago |
29439 | C. Thomas Tyler | Added file describing AWS IAM access needs of EBS snapshot script. | 2 years ago |
29320 | kathy_rayburn | Fix bug the allowed adds of directories that differed only by case. Add test cases to ver...ify that this bug is fixed. Add test case to verify that "p4 files -i" works as expected. Add ability to run test cases on a case-insensitive server. « |
2 years ago |
29236 | C. Thomas Tyler | Updated all doc rev numbers for supported and unsupported docs to 2022.2 as prep for SDP... 2022.2 release. « |
2 years ago |
29225 | C. Thomas Tyler | Added script to import users and groups from another Helix Core server. Useful when... decomissioning a P4AUTH server. « |
2 years ago |
29223 | kathy_rayburn | Reduce output to p4triggers.log file. | 2 years ago |
29192 | Mark Zinthefer | Adding workspace cleanup report script. | 2 years ago |
29174 | kathy_rayburn | Fix for directory case-only rename bug. Extensive modification of CheckCaseTrigger.py Ad...dition of test cases to TestCheckCaseTrigger.py « |
2 years ago |
29152 | C. Thomas Tyler |
Fixed typos in output messages and comments. No behavior changes. |
2 years ago |
29134 | Mark Zinthefer | Updated version, corrected some of the comments. | 2 years ago |