8 projects tagged "authorization"
BRAP is a Java remoting protocol that uses native Java object serialization encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security, especially when you don't need or want the dependencies of Spring in your client, such as when building a rich client application where size might be an issue. The authentication mechanism lets you use your own domain objects as credentials. BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service: changes that happen on the remote side can be applied to the client side automatically. BRAP focuses on being easy to use, small in size, yet powerful and extensible.
HN_htusers is a PHP class to manage users and groups in Apache Web server environments, with optional extra information for users. It uses Apache-style MD5-crypt passwords. It uses built-in CSS styles. Validation (min-max length, allowed characters) is built-in for all entries. The locking mechanism is robust. It includes examples of how to test your setup, how to embed a dynamic form for changing passwords into existing HTML code, using HTTP-Auth with .htaccess files in directories, and using HTTP-Auth without .htaccess files but with PHP.
Nexus is a new operating system for trustworthy computing. It can take advantage of Trusted Platform Modules (TPMs) to issue trustworthy certificates of program properties. It provides user-level device drivers, isolated protection domains, interprocess communication, and partial POSIX support. It runs on x86 hardware.
Pdbsql provides three samba passdb backend modules: pdb_mysql, pdb_pgsql, and pdb_multi. pdb_mysql is a MySQL passdb backend. pdb_pgsql is a PostgreSQL passdb backend. pdb_multi is a backend which loads multiple passdb backends. These are provided because support for MySQL and PostGreSQL passdb backends has been removed from the Samba source tree, due to lack of an active maintainer.
freeDiameter is a framework in C for supporting the Diameter Base Protocol (RFC3588). Diameter is a protocol for authentication, authorization, and accounting; it is the successor of RADIUS. Applications can be loaded as modules. Example applications include a Diameter EAP server, a Diameter SIP server, and Diameter Accounting.
sec-wall is a feature-packed security proxy that supports SSL/TLS, WS-Security, HTTP Auth Basic/Digest, extensible authentication schemes based on custom HTTP headers and XPath expressions, powerful URL matching/rewriting, and an optional header enrichment. It's a security wall with which you can conveniently fence otherwise defenseless backend servers.
wwwhisper is a privacy-friendly system which simplifies sharing Web resources which are not intended for everyone. It allows you to specify which HTTP resources can be accessed by owners of which email addresses. Mozilla Persona is used to prove that a visitor owns an allowed email address. No site-specific password is needed. The Persona UI makes the authentication process really smooth. wwwhisper is application-independent and can be used for any Web resources.
Roles UI is a graphic interface library for Ruby on Rails which provides the ability to manage roles and permissions in realtime for applications which use Cancan. It is a Rails engine, so it has its own namespace. You can reach Roles UI in /roles_ui. Roles UI consist of two main entities, Role and Permission. Each Role may have a permission set. Roles belongs to users. Roles UI extends your User model so you don't need to create this association. By default, Roles UI is configured to work with the User model.
An AJAX Webmail script for an existing POP3/IMAP/SMTP server or cPanel.