{"id":41413313,"url":"https://github.com/ambitus/racfu","last_synced_at":"2026-01-23T13:40:24.296Z","repository":{"id":255445258,"uuid":"845149898","full_name":"ambitus/racfu","owner":"ambitus","description":"RACFu (RACF universal) - A unified and standardized interface to RACF callable services.","archived":false,"fork":false,"pushed_at":"2025-05-06T20:51:18.000Z","size":1594,"stargazers_count":16,"open_issues_count":16,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-01T12:11:49.318Z","etag":null,"topics":["automation","json","mainframe","python","racf","racfu","security","simplification","standardization","zos"],"latest_commit_sha":null,"homepage":"https://ambitus.github.io/racfu/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ambitus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-20T17:17:23.000Z","updated_at":"2025-06-17T14:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b25fd34a-82cf-4b96-9cbc-5827da11db9f","html_url":"https://github.com/ambitus/racfu","commit_stats":null,"previous_names":["ambitus/racfu"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ambitus/racfu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambitus%2Fracfu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambitus%2Fracfu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambitus%2Fracfu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambitus%2Fracfu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ambitus","download_url":"https://codeload.github.com/ambitus/racfu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambitus%2Fracfu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","json","mainframe","python","racf","racfu","security","simplification","standardization","zos"],"created_at":"2026-01-23T13:40:20.628Z","updated_at":"2026-01-23T13:40:24.287Z","avatar_url":"https://github.com/ambitus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![RACFu Logo](logo.png)\n\nA standardized JSON interface for RACF that enables seemless exploitation by programming languages that have a foreign language interface for C/C++ and native JSON support.\n\n## Description\n\nAs automation becomes more and more prevalent, the need to manage the security environment programmaticaly increases. On z/OS that means managing a security product like the IBM **Resource Access Control Facility** _(RACF)_. RACF is the primary facility for managing identity, authority, and access control for z/OS. There are more than 50 callable services with assembler interfaces that are part of the RACF API. The complete set of interfaces can be found [here](http://publibz.boulder.ibm.com/epubs/pdf/ich2d112.pdf).\n\nWhile there are a number of languages that can be used to manage RACF, _(from low level lnaguages like Assembler to higher level languages like REXX)_, the need to be able to easily exploit RACF management functions using existing indurstry standard programming languages and even programming languages that don't exist yet is paramount. The RACFu project is focused on making RACF management functions available to all programming languages that have native JSON support and a foreign language interface for C/C++. This will make it easier to pivot to new tools and programming languages as technology, skills, and business needs continue to evolve in the forseeable future.\n\n## Getting Started\n\n\n## Minimum z/OS \u0026 Language Versions\n\nAll versions of **z/OS** and the **IBM Open Enterprise SDK for Python** that are fully supported by IBM are supported by RACFu.\n* [z/OS Product Lifecycle](https://www.ibm.com/support/pages/lifecycle/search/?q=5655-ZOS,%205650-ZOS)\n* [IBM Open Enterprise SDK for Python Product Lifecycle](https://www.ibm.com/support/pages/lifecycle/search?q=5655-PYT)\n\n### Dependencies\n\n* **R_SecMgtOper (IRRSMO00)**: Security Management Operations.\n  * More details about the authorizations required for **IRRSMO00** can be found [here](https://www.ibm.com/docs/en/zos/latest?topic=operations-racf-authorization).\n* **R_Admin (IRRSEQ00)**: RACF Administration API.\n  * More details about the authorizations required for **IRRSEQ00** can be found [here](https://www.ibm.com/docs/en/zos/latest?topic=api-racf-authorization).\n* **RACF Subsystem Address Space**: This is a dependency for both **IRRSMO00** and **IRRSEQ00**.\n  * More information can be found [here](https://www.ibm.com/docs/en/zos/latest?topic=considerations-racf-subsystem).\n* **z/OS Language Environment Runtime Support**: RACFu is compiled using the **IBM Open XL C/C++ 2.1** compiler, which is still fairly new and requires **z/OS Language Environment** service updates for runtime support.\n  * More information can be found in section **5.2.2.2 Operational Requisites** on page **9** in the [Program Directory for IBM Open XL C/C++ 2.1 for z/OS](https://publibfp.dhe.ibm.com/epubs/pdf/i1357012.pdf).\n\n\n### Installation\n\n\u003e :bulb: _Note: You can also [Download \u0026 Install RACFu from GitHub](https://github.com/ambitus/racfu/releases)_\n\n```shell\npython3 -m pip install racfu\n```\n\n## Help\n* [GitHub Discussions](https://github.com/ambitus/racfu/discussions)\n\n## Authors\n\n* Leonard Carcaramo: lcarcaramo@ibm.com\n* Elijah Swift: Elijah.Swift@ibm.com\n* Frank De Gilio: degilio@us.ibm.com\n* Joe Bostian: jbostian@ibm.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitus%2Fracfu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambitus%2Fracfu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitus%2Fracfu/lists"}