All Projects → FreeRADIUS → Freeradius Client

FreeRADIUS / Freeradius Client

Licence: other
A BSD licenced RADIUS client library

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Freeradius Client

Curl
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
Stars: ✭ 22,875 (+22108.74%)
Mutual labels:  library, client
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (+0%)
Mutual labels:  library, client
Pycraft
Minecraft-client networking library in Python
Stars: ✭ 574 (+457.28%)
Mutual labels:  library, client
Simplenetwork
simple TCP server / client C++ linux socket
Stars: ✭ 225 (+118.45%)
Mutual labels:  library, client
Pam radius
This is the PAM to RADIUS authentication module. It allows any Linux, OSX or Solaris machine to become a RADIUS client for authentication and password change requests.
Stars: ✭ 69 (-33.01%)
Mutual labels:  radius, client
Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+134.95%)
Mutual labels:  library, client
M2x Python
AT&T M2X Python Library
Stars: ✭ 25 (-75.73%)
Mutual labels:  library, client
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+1852.43%)
Mutual labels:  library, client
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-45.63%)
Mutual labels:  library, client
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-65.05%)
Mutual labels:  library, radius
Beanstalk
Minimalistic PHP client for beanstalkd without any dependencies
Stars: ✭ 199 (+93.2%)
Mutual labels:  library, client
Cocsharp
Clash of Clans library, proxy and server written in .NET [Unmaintained]
Stars: ✭ 94 (-8.74%)
Mutual labels:  library, client
Sdk
Library for using Grafana' structures in Go programs and client for Grafana REST API.
Stars: ✭ 193 (+87.38%)
Mutual labels:  library, client
Libmqtt
MQTT v3.1.1/5.0 library in Go
Stars: ✭ 290 (+181.55%)
Mutual labels:  library, client
Simple Web Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
Stars: ✭ 2,261 (+2095.15%)
Mutual labels:  library, client
Simple Websocket Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
Stars: ✭ 685 (+565.05%)
Mutual labels:  library, client
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (+47.57%)
Mutual labels:  library, client
Pysnow
Python library for the ServiceNow REST API
Stars: ✭ 162 (+57.28%)
Mutual labels:  library, client
Gitter Api
[production-ready] Gitter API implementation for php 7.0+ allowing sync, async and streaming access.
Stars: ✭ 11 (-89.32%)
Mutual labels:  library, client
Graphql client
GraphQL Client.
Stars: ✭ 78 (-24.27%)
Mutual labels:  library, client

The FreeRADIUS client

  1. BRANCH STATE

|BuildStatus|_

.. |BuildStatus| image:: https://travis-ci.org/FreeRADIUS/freeradius-client.png .. _BuildStatus: https://travis-ci.org/FreeRADIUS/freeradius-client

  1. INTRODUCTION

FreeRADIUS Client is a framework and library for writing RADIUS Clients which additionally includes radlogin, a flexible RADIUS aware login replacement, a command line program to send RADIUS accounting records and a utility to query the status of a (Merit) RADIUS server.

All these programs are based on a library which lets you develop a RADIUS-aware application in less than 50 lines of C code.

The most current documentation is available online at: http://wiki.freeradius.org/project/Radiusclient

It is highly portable and runs on Linux, many BSD variants and Solaris.

FreeRADIUS Client is known to compile on the following platforms:

  • Compiled on:

    • i386-pc-bsdi2.1
    • sparc-unknown-netbsd1.2.1
    • i386-unknown-freebsd2.2.6
  • Compiled and tested on:

    • x86 Linux
    • x86_64 Linux
    • sparc-sun-solaris2.5.1
  1. Security note

This code has not yet been fully audited by the FreeRADIUS project, as it has only recently been adopted by the FreeRADIUS project to continue development and support. Any security related issues should be reported to the project either via email:

security at freeradius dot org

or via the FreeRADIUS bugtracker:

https://github.com/FreeRADIUS/freeradius-client

As is the case with any open-source project, patches in addition to bug reports are always welcome.

Additional Security related information on the FreeRADIUS project:

http://www.freeradius.org/security.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].