Main > Free Download Search >

Free wikid strong authentication system 2.0 build software for linux

wikid strong authentication system 2.0 build

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9551
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
884 downloads
 
Other version of WiKID Strong Authentication System
License:Other/Proprietary License
Download (MB)
866 downloads
Added: 2007-06-12
WiKID Strong Authentication System 1.0.6 (Firefix Extension Token Client)WiKID Strong Authentication System is a highly scalable, secure two-factor authentication ... both VPN authentication and online banking. Enhancements: - Includes support for Firefox 2.0
License:Other/Proprietary License
Download (2.2MB)
954 downloads
Added: 2007-03-14
The Contiki Operating System 2.0

The Contiki Operating System 2.0


The Contiki Operating System is mostly known as an operating system for networked embedded systems. more>>
The Contiki Operating System is mostly known as an operating system for networked embedded systems. A few years ago, however, Contikis primary claim to fame was its Commodore 64 port.
With the help of JAC64, a Java-based C64 emulator developed by my colleague and fellow Contiki developer Joakim Eriksson, you can now experience the C64 port of Contiki 1.2-devel1 again, directly in your web browser!
Enhancements:
- Contiki now does dynamic run-time loading and linking of standard ELF files.
- Rime, a protocol stack designed for low-power radio communication, has been added.
- Cooja, a Java-based network simulator for Contiki is included.
- The build system has been reworked to allow for easy cross-compiling for many platforms.
- A new port for the Tmote Sky sensor board has been added.
<<less
Download (1.7MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
932 downloads
vAuthenticate 3.0.1

vAuthenticate 3.0.1


vAuthenticate provides a revolutionary authentication script which uses PHP and MySQL for fast processing. more>>
vAuthenticate provides a revolutionary authentication script which uses PHP and MySQL for fast processing.

vAuthenticate is an authentication system which can integrate with any existing website that meets the requirements.

It works well with vNews and vPoll. vAuthenticate provides a gatekeeper wherein any user or admin must satisfy the password verification to either log in (user) to a protected area or administer (admin) the vAuthenticate admin control panel.

<<less
Download (0.043MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
920 downloads
Sporniket Web Site System 0006.12.20 (src-form)

Sporniket Web Site System 0006.12.20 (src-form)


Sporniket Web Site System project is a set of PHP scripts that allow you to build and manage a Web site. more>>
Sporniket Web Site System project is a set of PHP scripts that allow you to build and manage a Web site.

Two modules are available: Mini File Commander, a Web interface to manage files, and Cabbage, a system to quickly build a Website with organised content without using a database.
<<less
Download (0.014MB)
Added: 2006-12-20 License: LGPL (GNU Lesser General Public License) Price:
1040 downloads
 
Other version of Sporniket Web Site System
Sporniket Web Site System 0006.11.16 (src-bean)that allow you to build and manage a Web site. Sporniket Web Site System project is a set of PHP scripts that allow you to build and manage a Web
License:LGPL (GNU Lesser General Public License)
Download (0.007MB)
1072 downloads
Added: 2006-11-17
Sporniket Web Site System 0006.11.08 (src-request)a set of PHP scripts that allow you to build and manage a Web site. Sporniket Web Site System 0006 ... , a system to quickly build a Website with organised content without using a database
License:LGPL (GNU Lesser General Public License)
Download (0.012MB)
1080 downloads
Added: 2006-11-09
Sporniket Web Site System 0006.11.01 (src-linker)that allow you to build and manage a Web site. Sporniket Web Site System 0006.11.01 (src-linker ... Sporniket Web Site System project is a set of PHP scripts that allow you to build and manage a Web
License:LGPL (GNU Lesser General Public License)
Download (0.016MB)
1087 downloads
Added: 2006-11-02
My Own Building System 2.3.2

My Own Building System 2.3.2


My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. more>>
My Own Building System (a.k.a. mobs) is a GPLd build system, lightweight and easy to use, with a limited application framework. My Own Building System project gets information from the end-user wanting to build your project and modifies the building process according to such information.

It provides the developer with some development helpers, including some makefile framework and an interface for the end-user (the 0 script). This building system supports the (more or less) automatic building of C, C++, Bison/Yacc, Flex/Lex, and Texinfo source files, and the creation of static and shared libraries and binaries.

It is not a GNU autoconf/automake clone, and although the command line of the 0 script certainly mimics the one of GNU configure it is only for the sake of end-users. Internally, and from the point of view of the developer, is very different.

<<less
Download (0.041MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1125 downloads
slacktrack 1.31 Build 2

slacktrack 1.31 Build 2


slacktrack is a package creation tool which allows you to build replica Slackware .tgz packages. more>>
slacktrack is a tool to assist with building Slackware packages from the < package >.build scripts that can be found in the distribution source tree.
slacktrack can also be used to build packages where Makefile does not honour any DESTDIR type variable, and enables end-users to create packages more easily.
altertrack is also included with slacktrack. This is a version of slacktrack which does not use installwatch, instead it compares the differences in the file system before and after the build.
slacktrack is based on the idea behind CheckInstall and uses installwatch.
Enhancements:
- A bug in altertracks touch filesystem code has been fixed.
<<less
Download (0.22MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
900 downloads
mod_auth_cookie_dbm 1.0.2

mod_auth_cookie_dbm 1.0.2


mod_auth_cookie_dbm is a session authentication/expiration using (cryptographically strong) cookies. more>>
mod_auth_cookie_dbm is a session authentication/expiration using (cryptographically strong) cookies. Cookie-to-username mapping with DBM database.

It was devised as a better replacement for the "Basic" authentication components that ship with Apache.

Classic "Basic" authentication has some downsides:

- Username and password are shipped across the net with every request.
- There is no concept of a "session" (nor encores, such as timeouts and automatic logout)

This module

1. checks requests for a cookie, named in the CookieDBMAuthCookieName configuration directive.

2. If found, the cookie value is looked up in a DBM database, named in the CookieDBMAuthFile directive.
If the lookup fails, a redirect is made to a page specified in the CookieDBMAuthFailureURL directive.

3. The DBM entry is expected to contain a username and optionally an expiry time. Fields are colon-separated, the expiry time is a spelled-out integer (the field gets passed to strtol()) representing the time_t
If valid, the username is taped onto the request, thus "emulating" Basic authentication.
If expired, redirect to the CookieDBMAuthFailureURL.

The CookieDBMAuthFailureURL typically points at a "login page" CGI script. This program, after checking the users credentials, should make up a cookie value (preferably a long, cryptographically strong random string), enter it in the dbm file, and pass it to the browser. It might also update an AuthUserFile or AuthDBMUserFile database on the fly.

Acknowledgements:

This module was written from scratch, with some inspiration from the mod_auth_cookie_mysql and mod_auth_cookie_pgsql2 modules.

<<less
Download (0.008MB)
Added: 2006-05-25 License: BSD License Price:
1247 downloads
Sin Continuous Integration 0.1.1

Sin Continuous Integration 0.1.1


Sin is a framework for implementing Continuous Integration on top of the Subversion version control system. more>>
Sin project is a framework that implements Continuous Integration on top of the Subversion version control system.
This can help to improve the overall productivity of your development team by reducing the number of build breakage experiences or even eliminating them entirely.
Main features:
Stable codebase
- Sin ensures that your codebase is stable at all times. Here, stable is defined as the codebase obeying all rules you set up in your Sin system (codebase must build, all tests must pass, etc.).
Sin saves your time
- Developers will never be bothered with the consequences of incorrect changes that cause broken builds. Sin automatically reverts (undoes) any change that violates one or more rules and notifies the developer who checked in the change, of the problem.
Sin is easy to set up and use
- Use the graphical setup application to set up your Sin system in minutes. Once set up, developers hardly know Sin is there until they check in a change that breaks the build - in which case Sin might just have saved the developer from public humiliation.
Easy reviewing
- Sin can send checked in changes in color-coded html by email for easy reviewing by other developers.
Use your existing build system
- No change to your existing build system is needed as long as your system can be built from the command line.
Sin is scalable
- Sin is a distributed system based on open standards like SOAP webservices and is easy to expand to handle new loads.
<<less
Download (2.3MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1403 downloads
Basic Analysis and Security Engine 1.2

Basic Analysis and Security Engine 1.2


BASE is the Basic Analysis and Security Engine. more>>
BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project.
This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system.
BASE is a web interface to perform analysis of intrusions that snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly.
BASE is supported by a group of volunteers. They are available to answer any questions you may have or help you out in setting up your system. They are also skilled in intrusion detection systems and make use of that knowledge in the development of BASE.
Enhancements:
- This release fixes a number of bugs with PHP 5.
- It also adds a number of new features.
<<less
Download (0.33MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1482 downloads
Mod_Auth_External 3.1.0

Mod_Auth_External 3.1.0


Mod_Auth_External and mod_authnz_external are Apache modules used for authentication. more>>
Mod_Auth_External and mod_authnz_external are Apache modules used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache. For Apache 2.1 and later, mod_authnz_external should be prefered.

The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. These external authentication modules provide a flexible tool for creating authentication systems based on other databases.

These modules can be used in either of two somewhat divergent ways:

External Authentication:

When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache.

This is slower than doing the authentication internally because it has the overhead of launching an external program for each authentication. However, there are at least two situations where it is very useful:

Rapid prototyping. Mod_auth*_external makes a very nice swiss army knife authenticator. You can quickly put together custom authentication systems for many weird authentication applications. The external authentication program can be a shell script or perl program. It can be written without knowing much about building Apache modules. Bugs in it will not endanger the overall integrity of the Apache server.
Access restrictions. There are situations where you do not want to make your user database readable to the user-id that Apache runs under. In these cases the external authentication program can be an suid program that has access to databases Apache cannot access. For example, if you want to authentication out of a Unix shadow password database, and you arent foolish enough to run Apache as root, a carefully written suid-root external authentication program can do the job for you. Such an authenticator for shadow password files and PAM (pwauth) is available separately.

Hardcoded Authentication:

Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write.

This is sort of a half-way measure to just writing your own Apache module from scratch, allowing you to easily borrow some of the logic from mod_auth*_external. Its a bit more dangerous than using an external authenticator, as bugs in your module can crash Apache, but performance is usually better.

I think mod_auth*_external is the best current solution for authenticating out of shadow password files, and other similar applications. For rapid prototyping and for an easy way to build your own modules, mod_perl may be a better solution in some cases.

<<less
Download (0.050MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1300 downloads
OpenVPN Auth Passwd 1.1

OpenVPN Auth Passwd 1.1


OpenVPN Auth Passwd is a plugin that authenticates OpenVPN users using the local passwd or shadow files. more>>
OpenVPN Auth Passwd is a plugin that authenticates OpenVPN users using the local passwd or shadow files, using a privilege separation model.
OpenVPN Auth Passwds authentication method must be defined in the Makefile prior to the compilation of the plugin.
On shadowed systems it uses the functions provided in the shadow suite and, on other systems, the getpwnam(3) function to verify the username/password.
SYNOPSIS
The openvpn-auth-passwd module implements username/password authentication via the passwd files and, in the systems with shadow support, we use it. It is provided for systems that dont have PAM.
This module uses a split privilege execution model, the same used in the auth-pam and down-root plugins. That is, even if you drop the openvpn daemon privileges using the user, group, or chroot directives, the plugin still work.
BUILD
To build openvpn-auth-passwd on systems that use shadow, you will need to have the shadow suite and its devel headers installed.
On GNU systems build with the "make" command. In other systems you should install the GNU make, if you dont have it, and type "gmake". The module will be named openvpn-auth-passwd.so
USAGE
To use this plugin module, add to your OpenVPN config file:
plugin openvpn-auth-passwd.so
Run OpenVPN with --verb 7 or higher to get debugging output from this plugin.
CAVEATS
This module is supposed to work on any *nix system but, more testing should be done. Right now it works in the Linux and OpenBSD.
There is no portable way to check if you are using the shadow suite or not. And, as we are not using autoconf to do this, you must manually set the USE_SHADOW directive in the Makefile. We assume by default that you are using it (the majority of linux distributions and sun). If you arent (the majority of *bsd systems and others),
you should set it to 0.
Enhancements:
- Added a new funtion to check if the user belong to a given group or not.
<<less
Download (0.005MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1276 downloads
Exact Build

Exact Build


Exact Build project is a sane GNU Auto replacement. more>>
Exact Build project is a sane GNU Auto replacement. For portable build systems nowadays normally GNU autoconf and the associated companiens such as automake and libtool. However albeit portable they are rather crufty to use. The various macro expansion and generation steps extremely blow up the initial definitions and make execution slow and debugging a nightmare.

Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.

Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
<<less
Download (MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1268 downloads
mod_authnz_external 3.1.0

mod_authnz_external 3.1.0


mod_authnz_external is an Apache module used for authentication. more>>
mod_authnz_external is an Apache module used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache.

For Apache 2.1 and later, mod_authnz_external should be prefered.

The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. The external authentication module provides a flexible tool for creating authentication systems based on other databases.

The module can be used in either of two somewhat divergent ways:

External Authentication:
When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache.
This is slower than doing the authentication internally because it has the overhead of launching an external program for each authentication. However, there are at least two situations where it is very useful:

Rapid prototyping. Mod_auth*_external makes a very nice swiss army knife authenticator. You can quickly put together custom authentication systems for many weird authentication applications. The external authentication program can be a shell script or perl program. It can be written without knowing much about building Apache modules. Bugs in it will not endanger the overall integrity of the Apache server.

Access restrictions. There are situations where you do not want to make your user database readable to the user-id that Apache runs under. In these cases the external authentication program can be an suid program that has access to databases Apache cannot access. For example, if you want to authentication out of a Unix shadow password database, and you arent foolish enough to run Apache as root, a carefully written suid-root external authentication program can do the job for you. Such an authenticator for shadow password files and PAM (pwauth) is available separately.

Hardcoded Authentication:
Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write.

This is sort of a half-way measure to just writing your own Apache module from scratch, allowing you to easily borrow some of the logic from mod_auth*_external. Its a bit more dangerous than using an external authenticator, as bugs in your module can crash Apache, but performance is usually better.

I think mod_auth*_external is the best current solution for authenticating out of shadow password files, and other similar applications. For rapid prototyping and for an easy way to build your own modules, mod_perl may be a better solution in some cases.

<<less
Download (0.17MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1245 downloads
TeleAuth Client Tools 0.6

TeleAuth Client Tools 0.6


TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. more>>
TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system.

This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines.

These tools can be used to integrate Web sites, VPNs, and other network services with TeleAuth. They are primarily written for the free Public TeleAuth Server.

This package contains a set of optional (but convenient) client tools for TeleAuth.

Index:

commandline/ - TeleAuth Commandline Client
pam_teleauth/ - PAM modules. Source and some binaries.
demo/ - A CGI-based TeleAuth example for a fictional financial company.
drupal/ - A TeleAuth authentication module for Drupal (http://drupal.org).
ruby/ - The Ruby-TeleAuth module.
<<less
Download (0.035MB)
Added: 2006-03-17 License: GPL (GNU General Public License) Price:
1318 downloads
Konstruct 200701026

Konstruct 200701026


Konstruct is a toolset for installing KDE with KOffice, KDevelop, and other applications. more>>
"Konstruct" is a build system which helps you to install KDE releases and applications on your system. It downloads defined source tarballs, checks their integrity, decompresses, patches, configures, builds and installs them. A complete KDE installation should be as easy as "cd meta/kde;make install".

Konstruct installs himself by default to your home directory which means you dont have to possess root privileges or risk to damage your system or affect another KDE.

<<less
Download (0.13MB)
Added: 2007-01-27 License: Freeware Price:
1000 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5