The FreeRADIUS Project

Anonymous Git Access

Anonymous git access is available for the following trees, with HTTP access provided via GitHub:

Where radiusd is the local directory which will contain the source code. The radiusd name can optionally be omitted. If it is omitted, then the clone will go into a directory called freeradius-server.

The GitHub links above support:

Please read the howto page for the suggested git work flow.

Repositories

The repositories available on this server are:

These repositories are also available on github

Submitting Patches

A simple method to submit patches is to follow the guide on github.

Anonymous CVS Access

$ cvs -d :pserver:anonymous@git.freeradius.org:/freeradius-server.git checkout -d radiusd master

Where radiusd is the local directory that the checkout goes into. The -d radiusd option can also be omitted.

The rest of the text in that command (including the reference to "master") is git magic, and should be ignored by most people using anonymous CVS.

The original CVS tree is available on the historical page.

Commit Access

Instructions for core team members are on the commit access page.