Main > Free Download Search >

Free provide easy access software for linux

provide easy access

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8680
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
mod_access_referer 1.0.2

mod_access_referer 1.0.2


mod_access_referer is a module for the Apache HTTP Server that provides access control based on Referer HTTP header content. more>>
mod_access_referer is a module for the Apache HTTP Server that provides access control based on "Referer" HTTP header content.

Why is mod_access_referer useful?
Basically, it allow or deny the access based on what page is shown in the Web browser, which means that if you publish a document (picture, chart or other) in your site, the people will have to visit your Web site to access it, and no one will be able to link just the document.

Motivation:

There are many organizations that publish valuable files (pictures, charts, and other documents) in their Web sites. Those organizations want to make public those files, but at the same time they want the people having visiting their Web sites in order to get those files (example, in order to get revenue from sell banners which are shown at the Web site).

But, there are situations where the files are linked from other Web sites, other than the organization owns. In such situations, the organization is loosing twice: one because the people dont visit the organizations Web site to get the files, and another because the organization still pay the necessary bandwidth to get the files.

Most browsers today send the "Referer" HTTP header in each request that comes from another Web page. This can be used to track from where the resources are linked, but it can be used to allow or deny the access to such resources if the "Referer" is not a page from the organizations Web site.

mod_access_referer is an Apache module that understand the "Referer" HTTP header, and grant or deny access based on the Web page that refered the file.
The "Referer" HTTP header is sent by the browser to the server, and it contains the URL of the resource from where the URL of the asked resource was obtained. The document "Hypertext Transfer Protocol -- HTTP/1.1" RFC 2616 gives the following explanation:

"The Referer[sic] request-header field allows the client to specify, for the servers benefit, the address (URI) of the resource from which the Request-URI was obtained (the "referrer", although the header field is misspelled.) The Referer request-header allows a server to generate lists of back-links to resources for interest, logging, optimized caching, etc. It also allows obsolete or mistyped links to be traced for maintenance. The Referer field MUST NOT be sent if the Request-URI was obtained from a source that does not have its own URI, such as input from the user keyboard."

<<less
Download (0.010MB)
Added: 2006-05-29 License: The Apache License 2.0 Price:
1243 downloads
IDEA85 0.1

IDEA85 0.1


IDEA85 project is an IDE and assembler for the 8085 microprocessor. more>>
IDEA85 project is an IDE and assembler for the 8085 microprocessor.
dea85 is a joint effort by Kasturi & Muthiah to develop a free [as in Freedom] IDE, Assembler and Simulator for the Intel 8085 microprocessor.
Hence it is licensed under the GNU GPL, and documentation is available under terms of the GNU FDL.
Main features:
- To provide a free & world class IDE for learning 8085 Assembley.
- To provide means to transfer/download code into ROM/RAM of a onboard 8085 system.
- To provide free and easy access to people interested in learning assembly language.
- To provide software simulators of peripheral I/O devices like 8255, 8155 , 16550 UART etc.
<<less
Download (0.27MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1102 downloads
Access Stats 1.12

Access Stats 1.12


Access Stats provides a script that enables you to keep track of activities on your web site. more>>
Access Stats provides a script that enables you to keep track of activities on your web site.

Access Stats allows you to keep track of activities on your web site.

It extracts some statistic from a log file generated by log.pl.

These reports are generated by Access Stats:

- Visits by day
- Visits by hour
- Visits by week-day
- Referer
- Browser
- Operating System
- Countries
- Hostnames

<<less
Download (0.059MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
916 downloads
HTTP Proxy Client 0.8.5

HTTP Proxy Client 0.8.5


HTTP Proxy Client is a set of libraries and scripts that provide transparent access to Internet. more>>
HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication.
The list of programs includes: telnet, ftp, licq, cvs, smth else? Project implements dynamic library, that can be preloaded before program run.
The library substitutes some system calls (connect(), gethostbyaddr(), gethostbyname()), with calls, which makes TCP/IP connection through HTTP proxy. This allows client programs behind HTTP proxy work with Internet without limitations.
At the moment tested on i386 Linux, i386/sparc Solaris.
Enhancements:
- While using dotted address, applications will attempt to connect regardless DNS lookup result.
<<less
Download (0.21MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1510 downloads
Q Desktop Services 0.4.4

Q Desktop Services 0.4.4


QDS is a library for Qt developers which provides cross-platform access to additional features of the various desktop APIs. more>>
The QDS library allows Qt applications to access features provided in common desktop APIs in a portable way, without requiring dependencies on any desktop platform library.
This is especially useful for applications targeting the Unix desktops, because Qt/X11 is very generic and only provides features it can implement on all sub platforms. All library code is licenced under 2-clause BSD licence.
Service implementations are loaded from plugins which link to the respective desktop libraries. The plugin to use can be specified on the applications commandline, in the QDS configuration file or QDS can try to autodetect the currently running platform.
Enhancements:
- Autodetection to use GNOME plugin in case GNOME_DESKTOP_SESSION_ID is set
- Replaced the primitive example application with a simple but network aware text editor application
- Support for wildcards in mailcap entries
<<less
Download (0.24MB)
Added: 2005-10-07 License: BSD License Price:
1477 downloads
MobileFS 0.9

MobileFS 0.9


MobileFS is a virtual file system builded on FUSE to provide access to any OBEX-compliant mobile device. more>>
MobileFS is a virtual file system builded on FUSE to provide access to any OBEX-compliant mobile device.
The project supports all Siemens mobile L55 series, including:
- A55
- A56
- A56i
- A60
- C55
- C56
- 2128
- CT56
- C60
- C61
- C62
- CF62
- M46
- M50
- MT50
- 3118
To install, run:
cp src/mobfs /sbin/mount.mobfs
<<less
Download (0.095MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
803 downloads
ID3V2.3 library 1.1-3

ID3V2.3 library 1.1-3


ID3V2.3 library is a library written in C to provide read and write access to ID3 tags. more>>
ID3V2.3 library is a library written in C to provide read and write access to ID3 tags.

ID3V2.3 library is designed to be very easy to use, and is meant to be compiled directly into your project. You can only access the most commonly used tag fields.

The source code is easy to read and well documented.

Example:

#include "genre.h"
#include "lib_id3v1.h"

main()
{
id3Tag tag;

strcpy (tag.artist, "Myartist");
strcpy (tag.album, "Myalbum");
strcpy (tag.title, "Mysong");
strcpy (tag.track, "12");
strcpy (tag.year, "2002");
strcpy (tag.comment, "Mycomment");
strcpy (tag.genre, "Mygenre");

set_id3v2tag(&tag, "/home/sam/myfile.mp3");
}

If you need more info, look into the header file, its really simple.
<<less
Download (0.018MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
780 downloads
Bugzproxy 0.1.0

Bugzproxy 0.1.0


Bugzproxy project is a C# based assembly that provides access to a Bugzilla server. more>>
Bugzproxy project is a C# based assembly that provides access to a Bugzilla server, using the upcoming WebService interface of Bugzilla.

The assembly provides an object oriented API for accessing a Bugzilla server, allowing other tools to be easily built on top of this assembly. This includes command line tools, SCM integration tools, and MonoDevelop and Microsoft Visual Studio plugins.

<<less
Download (0.36MB)
Added: 2006-11-30 License: LGPL (GNU Lesser General Public License) Price:
1062 downloads
WebService::Google::Sets 0.01

WebService::Google::Sets 0.01


WebService::Google::Sets is a Perl access to Google Labs Sets site. more>>
WebService::Google::Sets is a Perl access to Google Labs Sets site.

SYNOPSIS

use WebService::Google::Sets;

my @os_list = qw(Linux Windows Solaris);
my $expanded_os_list = get_gset(@os_list);

# check something came back
die "No results returned from server" unless $expanded_os_list;

foreach my $element (@$expanded_os_list) {
print $element, "n";
}

WebService::Google::Sets provides function based access to the Sets service hosted at Google Labs.

The Sets service attempts to expand the values you provide. The example provided in the SYNOPSIS would return an array that included "Windows NT", "HPUX" and "AIX" as values in addition to those supplied.

<<less
Download (0.003MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1068 downloads
Mobi Bluetooth RC 0.9.1

Mobi Bluetooth RC 0.9.1


Mobi is software which is designed to provide access to a Un*x machine using a Bluetooth-enabled SonyEricsson phone. more>>
Mobi is software which is designed to provide access to a Un*x machine using a Bluetooth-enabled SonyEricsson phone.
A simple menu file is used to define a menu structure. Menu items can be tied to arbitrary shell commands or external programs, maximizing flexibility. Menus can also be loaded from programs rather than from files, meaning that dynamically changing menus are easy to realize, e.g. to browse a filesystem, an MP3 collection or a mail folder.
Mobi connects to any phone within its reach which passes the Bluetooth authorization process (usually by providing the correct PIN number). If the phone gets out of reach, Mobi will reconnect once it is found again. The number of simultaneously connected phones is restricted only by hardware capabilities.
Mobi uses the accessory menu of the phone. This feature is present in most SonyEricsson phones. It is tested on a T610, but should work on T68, T68i, T610, T630, Z600, and perhaps other models.
The accessory interface has been completely redesigned for newer phones (K750, W550, W600, W800, Z520), but I am not able to implement this since I do not have access to one of those. For the P800/P900, there are different solutions.
Enhancements:
- No phone reset on connect, since it may end a call in progress.
- Improved installation scripts (using autoconf/automake).
- Menu files may now recursively include other files.
- Improved music playback scripts. Makes it much easier to support other players.
- Reloading the menu file will not do a full reset, but only replace the menu.
<<less
Download (0.29MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1479 downloads
LibQtPod 0.3 RC1

LibQtPod 0.3 RC1


LibQtPod provides access to the contents of an Apple iPod. more>>
LibQtPod provides access to the contents of an Apple iPod. The code was formerly part of the kio ipodslave, but is now a separate Qt-based library.
LibQtPod library features reading and writing of the iTunesDB music database and provides access to hardware specific information like disc space statistics.
Main features:
- Reading/Writing the iTunesDB Music database
- access to hardware specific information like disc space statistics
Bugs/noticable problems:
- please report any problem you encounter with the software to the sourceforge project page at http://sourceforge.net/projects/kpod
- Since podcasts and smart playlists are unsupported at the moment youll lose them when synchronizing the database.
Installation:
1. `cd to the directory containing the packages source code and type `qmake to configure the package for your system and to create the Makefiles. qmake can be found in the bin directory of your Qt installation. You may have to add the directory to your PATH before running it.
2. Type `make to compile the package.
3. Type `make install to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean.
Whats New in 0.2 Stable Release:
- This version contains lots of fixes and code cleanups.
- On the functional side, this release adds playlist sorting by setting one of the predefined sort order criteria and a new track(list) search implementation with user definable predicates.
- Browsing while on the go was speeded up by writing out type 52 MHODs; this may also result in smaller gaps between songs.
Whats New in 0.3 RC1 Development Release:
- Documentation fixes
- added trackNumber to ITunesDB::findTrack and TrackPredicated::ByFullInfo
- changed ITunesDB::findFirstTrackBy() and ::getTracksBy() to use a reference instead of a pointer to the predicate
- implemented Smart Playlists
- fixed DBID generation
- fixed ordering artists with a "The" in the name
- create backup copies for all DB files when writing
- implemented ipod initialization for pristine devices
- lots of small fixes - code + design
- builds with gcc-4.1
<<less
Download (0.10MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1203 downloads
Menus de ElOtroLado 0.6b

Menus de ElOtroLado 0.6b


Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu. more>>
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu.

<<less
Download (0.048MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
935 downloads
OpenLink Virtuoso Universal Server 5.0.1

OpenLink Virtuoso Universal Server 5.0.1


OpenLink Virtuoso is a Virtual Database product that provides transparent real-time access to disparate data sources. more>>
OpenLink Virtuoso is a Virtual Database product that provides transparent real-time access to disparate data sources (ODBC, JDBC, XML, and Web Services), and transparent integration of disparate application logic (e.g. Mono ECMA-CLI and J2EE integration). OpenLink Virtuoso Universal Servers broad protocol support enables it to offer Web, File, and SQL database server functionality alongside native XML storage, and Web services platform functionality as part of a cohesive single server solution.
Virtuoso is at the core a high performance object-relational SQL database. As a database, it provides transactions, a smart SQL compiler, powerful stored procedure language with optional Java and .Net server side hosting, hot backup, SQL 99 and more. It has all major data access interfaces, as in ODBC, JDBC, ADO .Net and OLE/DB.
Virtuoso has a built-in web server which can serve dynamic web pages written in Virtuosos web page language as well as PHP, ASP .net and others. This same web server provides SOAP and REST access to Virtuoso stored procedures, supporting a broad set of WS protocols such as WS-Security, WS-Reliable Messaging and others. A BPEL4WS run time is also available as part of Virtuosos SOA suite.
Virtuoso has a built-in WebDAV? repository. This can host static and dynamic web content and optionally provides versioning. The WebDAV? repository is tested to interoperate with WebDAV? clients built into Windows XP, Mac OSX and others and makes Virtuoso a convenient and secure place for keeping ones files on the net. Further, Virtuoso provides automatic metadata extraction and full text searching for supported content types.
Open Virtuoso supports SPARQL embedded into SQL for querying RDF data stored in Virtuosos database. SPARQL benefits from low-level support in the engine itself, such as SPARQL aware type casting rules and a dedicated IRI data type. This is the newest and fastest developing area in Virtuoso.
Enhancements:
- Enhanced cost-based optimizer
- Fixed cost calculation for RDF inf nodes
- Added larger sample in query cost model sampling
- Enhanced SPARQL support
- Added BREAKUP
- Added CONSTRUCT ... LIMIT ...
- Significant performance optimizations
- Added QUAD MAP { ... } group pattern
- Updated documentation
- Significant update of all ODS applications
- Added compliance to latest SIOC vocabulary
- Added calendar
- Added OpenID login and registration
- Added new SIOC subclasses to allow RDF inference
- Enhancements to existing applications
- Bug fixes
<<less
Download (42MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
884 downloads
PyGtk-fsacls 2.0.0

PyGtk-fsacls 2.0.0


PyGtk-fsacls provides a graphical interface for managing the file system Access Control Lists. more>>
pygtk-fsacls provides a graphical interface for managing the file system Access Control Lists (or ACLs) that provide fine-grained control over access to file system objects.
<<less
Download (MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5