Main > Free Download Search >

Free control system software for linux

control system

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9016
Gnome Control Center 2.26.0 / 2.27.4.1

Gnome Control Center 2.26.0 / 2.27.4.1


Gnome Control Center is GNOMEs main interface for configuration of various aspects of your desktop. more>> <<less
Added: 2009-07-17 License: LGPL Price: FREE
13 downloads
Making-Money-System 1.0

Making-Money-System 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
207 downloads
wmMute 1r1

wmMute 1r1


WindowMaker dock app which is used to control the level of sound output. more>> wmMute is a small WindowMaker dock app which is used to control the level of sound output. It consists of two part: wmMute (the GUI part) and wmMute-helper (the helper program which does the actual sound setting manipulation).
Currently the wmMute-helper is ALSA-centric. But as it is a shell script it can easily be tailored to control other sound systems as well.
<<less
Download (21.39KB)
Added: 2009-04-01 License: Freeware Price: Free
205 downloads
tclDBRCS 0.2a

tclDBRCS 0.2a


tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. more>>
tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. The application supports encryption of file content, CVS import, infinite branching of branches, entire diff or merge of project, RC of binary files, empty directory storage, removal without losing history, and more. No specialized server is needed outside of PostgreSQL, and all operations are executed on the client machine.
Install required packages:
1.1) Install PostgreSQL
1.2) Install GNU diffutils
1.3) Install XDELTA3
1.4) Install CVS (TortoiseCVS for example)
Install tcldbrcs:
2.1) untar the package tcldbrcs- .tar.gz
2.2) Edit bin/dbrcs.bat, bin/initdb.bat bin/tkdbrcs.bat to match your installation path
2.3) Edit etc/configuration_options.src.tcl, etc/access_keys.src.tcl
Start a shell and add /bin in your path
Enhancements:
- This release adds support for SQLite.
- There are some bugfixes.
<<less
Download (0.11MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
801 downloads
Distributed Access Control System 1.4.20

Distributed Access Control System 1.4.20


Distributed Access Control System is a complete, light-weight, single sign-on and role-based access control system. more>>
Distributed Access Control System is a complete, light-weight, single sign-on and role-based access control system distributed under an open source license. It provides:
- extended authentication and role-based access control capabilities for Apache-based web services, CGI programs, and virtually any program or script;
- a wide array of flexible, modular, and efficient authentication methods, including two-factor authentication and hardware tokens;
- powerful, rule-based authorization checking that can be applied transparently to any resource or activity (such as web services, web content, and program features) by Apache-based web services and CGI programs, or virtually any program or script;
- an Apache 2.0/2.2 module, suite of CGI programs, and collection of command line tools for Unix-type platforms, such as Linux, FreeBSD, and Solaris.
Enhancements:
- This release includes an important bugfix to local_passwd_authenticate that prevents invalid passwords from being accepted.
- Some minor bugs have also been addressed, including some problems with dacs.quick(7).
<<less
Download (MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
803 downloads
The Bazaar VCS 0.18 / 0.90.0 RC1

The Bazaar VCS 0.18 / 0.90.0 RC1


The Bazaar VCS is a simple decentralized revision control system. more>>
The Bazaar VCS is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context.
Users can commit to local branches without requiring special permission from the branches that they branched from.
Whats New in 0.18 Stable Release:
- This release provides over 50 changes, including 15 bugfixes, 16 user-visible improvements, and over 20 enhancements to internals such as test suite enhancements, cleaner APIs, and much more developer documentation.
- Some of the highlights include better criss-cross merging, improved usability, and faster bundle, merge, missing, pull, update, and info operations.
Whats New in 0.90.0 RC1 Development Release:
- Some of the highlights include pyrex implementations of some performance critical functions, algorithm changes giving performance improvements to merging and merge directive generation, a send command that will make contributing changes back easier, and connection sharing to reduce the number of connections that must be made to a remote location in some situations.
- This release includes 10 bugfixes, 25 user visible improvements, and over 20 enhancements to the internals.
<<less
Download (1.5MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
799 downloads
vzquota 3.0.11

vzquota 3.0.11


vzquota is the tool that allows a system administrator to control disk quotas for OpenVZ Virtual Private Servers (VPS). more>>
vzquota is the tool that allows a system administrator to control disk quotas for OpenVZ Virtual Private Servers (VPS).
OpenVZ is an Operating System-level server virtualization solution, built on Linux. OpenVZ creates isolated, secure virtual private servers (VPSs) or virtual environments on a single physical server enabling better server utilization and ensuring that applications do not conflict.
Each VPS performs and executes exactly like a stand-alone server; VPSs can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files.
Enhancements:
- Relative quota file support was added.
- Minor code and documentation fixes were made.
- The vzquota.spec file was fixed according to Fedora packaging guidelines.
<<less
Download (0.060MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
800 downloads
Apache::SiteControl 1.01

Apache::SiteControl 1.01


Apache::SiteControl is a Perl web site authentication/authorization system. more>>
Apache::SiteControl is a Perl web site authentication/authorization system.

SYNOPSIS

See samples/site for complete example. Note, this module is intended for mod_perl. See Apache2::SiteControl for mod_perl2.

Apache::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be written into your application components. It attempts to separate the concerns of how to show and manipulate data from the concerns of who is allowed to view and manipulate data and why.

For example, say your web application is written in HTML::Mason. Your individual "screens" are composed of Mason modules, and you would like to keep those as clean as possible, but decisions have to be made about what to allow as the component is processed. SiteControl attempts to make that as easy as possible.

DEVELOPERS VIEWPOINT - EXAMPLE

In this document we use HTML::Mason to create examples of how to use the control mechanisms, but any mod_perl based system should be supportable.

A good mason component tries to do most of the perl processing in a separate block, so that simple substitutions can be made in HTML in the rest of the page. This makes it much easier for web developers and perl developers to co-exist on a project.

The SiteControl system tries to make it possible to continue to follow this model. You obtain a user object and permission manager from the SiteControl system. These are intended to be opaque data types to the page designer, and are defined elsewhere (see USERS). The actual web page component should carry these objects around without implementing anything in the way of policy.

<<less
Download (0.020MB)
Added: 2007-08-14 License: Perl Artistic License Price:
802 downloads
Bky 1.1.0

Bky 1.1.0


Bky is a minimalistic, distributed Version Control System/Source Code Management tool. more>>
Bky is a minimalistic, distributed Version Control System/Source Code Management tool. Bky uses rsync as a backend to store revisions as complete trees, optimizing the size by storing unchanged files as hard links.
Main features:
Distributed
- The repository is not stored in a central server as in CVS or Subversion, but as a subdirectory inside your working directory, like Arch, Darcs or Linus Torvalds git. Developers communicate via patches.
Cheap branches
- Just copy your tree to another directory and youve started a new branch.
- Old history is easily pruned Legacy revisions can just be deleted or moved to another place with your usual filesystem tools.
Safety
- Any given revision under the repository is a directory with all your files that can be used, copied or stored as-is.
Repository is easily manipulable
- As every revision is stored as plain files, you can delete, add or modify files, or update the commit message without interfering.
No need for special commands to put files under version control
- Just create a file in your working directory and it will automatically be version-controlled. Uninteresting files as object files, libraries or other generated files are automatically ignored. Also, there is support for .cvsignore files.
Small dependencies
- Bky is a shell script. It needs rsync, diff and the usual Unix basic tools. You also need a filesystem that support hard and symbolic links. Thats it. Its just a version control system.
Enhancements:
- This release includes a script to convert a bky repository into a git one.
<<less
Download (0.011MB)
Added: 2007-08-13 License: BSD License Price:
491 downloads
Project Dune 1.3.0

Project Dune 1.3.0


Project Dune provides an issue tracker integrated with source code control systems. more>>
Project Dune provides an issue tracker integrated with source code control systems.
Project Dune is a Web-based issue tracker that is fully integrated with source code control systems, which enables code inspections in the browser.
The project aims to automate the full cycle of development, from estimation to release.
This allows more time for productive tasks like architecture, design and coding. Especially if you have a quality plan in place based on ISO or CMM, you will find this software useful.
It is built for Tomcat with GWT, Hibernate, Java, Dozer, using the Postgres database.
Enhancements:
- An entire new layout.
- An administration module has been added.
- The inspection m- Eodule has been separated, and binary inspections added.
- Many fixes and features have been implemented.
<<less
Download (MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
svk 2.0.2

svk 2.0.2


svk is a decentralized version control system. more>>
svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous SVKSponsors.
Main features:
- svk uses the subversion fs library. the SVN::XD module is a svn_wc (working copy) replacement (XD is character increment of WC).
- SVN::XD does not use the .svn for checkout meta-data. it uses Data::Hierarchy for storing per-directory meta-data in a compact way. Read about WhyXD.
- svk uses svm (svn mirror) for retrieving remote repositories (via ra) to a certain point of the local repository. There are plans to integrate svm and vcp so we have instant ability to branch remote cvs or perforce.
- the depot spec is like : . ~/.svk/config holds a depotmap hash for mapping depotname (which could be empty) to a path containing a subversion repository.
- when committing (or merging) into the mirrored directory, svm provides a commit editor for svk to use. the merge brings changes from local to remote repository if theres no conflict.
- using a local repository holding the subversion tree for benchmark, svk checkout time is 3 times faster than svn.
Enhancements:
- Perl 5.9.5 compatibility, various fixes in the merge subsystem, and some Win32 fixes.
<<less
Download (0.41MB)
Added: 2007-08-08 License: Perl Artistic License Price:
809 downloads
Bazaar-GTK 0.18.0

Bazaar-GTK 0.18.0


Bazaar-GTK is a GTK+ frontend for the Bazaar version control system. more>>
Bazaar-GTK is a GTK+ frontend for the Bazaar version control system.
The project provides Nautilus integration and a stand-alone application for browsing Bazaar branches.
Provided Commands
- gcommit
- gdiff
- visualise
- gannotate
- gbranch
Provided classes
- GAnnotateWindow
- GCommitDialog
- CloneDialog
- DiffWindow
- BranchWindow (Visualisation)
<<less
Download (0.10MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
824 downloads
Rule Set Based Access Control 1.3.5

Rule Set Based Access Control 1.3.5


Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. more>>
Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. Rule Set Based Access Control is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules.
All security relevant system calls are extended by security enforcement code. This code calls the central decision component, which in turn calls all active decision modules and generates a combined decision. This decision is then enforced by the system call extensions.
Main features:
- Free Open Source (GPL) Linux kernel security solution
- Independent of governments and big companies
- Several well-known and new security models, like MAC, ACL and RC
- On-access virus scanning with the Dazuko interface
- Detailed control over individual user and program network accesses
- Fully access controlled kernel level user management
- Any combination of security models possible
- Easily extensible: write your own model for runtime registration
- Support for latest kernels and stable for production use
Enhancements:
- This release relates to kernel 2.4.34.5 and 2.6.22.1.
- There are important fixes with some compilation errors and an important bug with User Management password hashing, introduced with the newer 2.6 kernel crypto API.
- Some security has been added with safety measures against null pointers.
<<less
Download (0.36MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
831 downloads
DACS 1.4.19

DACS 1.4.19


DACS, the Distributed Access Control System, is a flexible role-based access control system. more>>
DACS is an open source identity management and access control system for web services. The web services can be virtually any static or computational resources provided through HTTP.
Main features:
- a flexible and powerful role-based access control system;
- a set of feature-rich authentication methods;
- an Apache 2.0.X module and suite of CGI programs;
- a federated identity management system (single sign-on);
- oriented towards (but not limited to) controlling access to web service requests made using standard web browsers;
- a collection of web services that can provide access control and identity management functionality to your middleware;
- a C/C++ toolkit for building new authentication and access control functionality into programs, whether web-based or not;
- for Unix-type platforms (currently), such as Linux, FreeBSD, and Solaris; and has
- an open, lightweight design and portable implementation.
DACS can help you to manage access to web resources in many situations, whether you have just one web server, several web servers at one site, or many web servers spread across the Internet.
You may find it to be useful simply as a universal authentication mechanism for a single Apache server or as a full-fledged, single sign-on multi-server identity management and access control system.
DACS may be of interest to developers more interested in authentication functionality than access control. DACS identities can be integrated with HTTP-based clients, whether interactive or not, and non-web based client/server applications.
Designed and implemented by DSS, development of DACS was initiated in May, 2001. DACS is a key component of Canadas National Forest Information System (NFIS).
Enhancements:
- This is primarily a bug fix and minor enhancements release. DACS is security software - we urge all users to upgrade to the latest release.
<<less
Download (1.3MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
845 downloads
Mercurial 0.9.4

Mercurial 0.9.4


Mercurial is a fast, lightweight Source Control Management system. more>>
Mercurial project is a lightweight, fast Source Control Management system designed for the efficient handling of very large distributed projects.
Enhancements:
- This version has support for symlinks, improved tag handling, improved merge handling of file and directory renames, improved named branch usability, and numerous other features and bugfixes.
<<less
Download (0.22MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
887 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5