Main > Free Download Search >

Free passport renewal software for linux

passport renewal

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10
Prasi 1.4

Prasi 1.4


Prasi is a single-sign-on system for your Perl or PHP scripts, similar to MS Passport. more>>
Prasi is a Protocol for Remote Authentication and Shared Information.
Prasi is a single-sign-on system for your Perl or PHP scripts, similar to MS Passport. All your enabled services can save and share user profile data, and need not be one the same physical server. Available in 7 languages.
Prasi was originally written as an in-house tool to power our internal-use web applications. Due to one of the tools now being publically released (Wefis) it was decided to make Prasi an open-source project, despite its similarity to other existing open-source projects.
Prasi can be used on two levels. Firstly, it enables all CGI (Perl or PHP) scripts residing on any server to perform user management without the hassle of user management. One perl procedure call, and the browsing user is identified or challenged. The exact behaviour is easily customisable.
On the second level, Prasi is also able to keep track of user data (for example, profiles) and seamlessly share that profile information with other Prasi-enabled scripts. Using Prasi in this way gives scripts the power of mySQL and other types of databases without needing to manage the data themselves. Its quite nearly magic.
For the end user, one login, one password - all Prasi-enabled scripts instantly know who the user is and customise content accordingly.
Enhancements:
- This release adds minor bugfixes and increased compatibility with "cgi-bin"-type systems.
<<less
Download (0.21MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
996 downloads
msn2mail 1.0

msn2mail 1.0


msn2mail is a MSN-to-e-mail gateway. more>>
msn2mail is a MSN-to-e-mail gateway.

For install follow these steps:
make
make install

This program needs fvhlib v2.1 or later!

Create a .msn2mailrc with:
username = your msn passport address
password = password
mailer = path to sendmail
forwardto = e-mail adres to forward to

You can have multiple forwardto-lines.

example:

username = folkert@hotmail.com
password = secret
mailer = /usr/bin/sendmail
forwardto = folkert@vanheusden.com
forwardto = flok@xs4all.nl
<<less
Download (0.003MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
699 downloads
OpenPCD firmware 220

OpenPCD firmware 220


OpenPCD is a free and open RFID reader reference design platform. more>>
OpenPCD is a free and open RFID reader reference design platform. The OpenPCD firmware is software that runs in OpenPCDs AT91SAM7 ARM controller, and connects the RFID reader hardware (CL RC632 ASIC) with the Host PC via USB. The Firmware includes a custom USB device stack and drivers for the various embedded AT91SAM7 components. The firmware itself does not run on Linux, but it only works with a Linux host PC talking to it.
OpenPCD is a free hardware design for Proximity Coupling Devices (PCD) based on 13,56MHz communication. This device is able to screen informations from Proximity Integrated Circuit Cards (PICC) conforming to vendor-independent standards such as ISO 14443, ISO 15693 as well as proprietary protocols such as Mifare Classic. Contactless cards like these are for example used in the new electronic passports.
The intention of the OpenPCD project is to offer the users full hardware control of the RFID signal and to provide different output signals for screening the communication. With already existing Free Software from the OpenMRTD project for implementing the PCD side protocol stack of various RFID protocols, this project will happily extend the free toolchain around RFID verification.
Enhancements:
- This is the initial version of the firmware.
- It supports basic RFID reader functionality for the ISO14443A.
<<less
Download (0.20MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1144 downloads
Nalanda 1.0

Nalanda 1.0


Nalanda project is a PHP library management system. more>>
Nalanda project is a PHP library management system.
It supports common library functions such as issuing and returning books and user management.
It also provides statistics such as the number of books issued and fines collected for a particular day or for a period of days.
Users can log in using a browser and search for books and retrieve details on their loans, including the renewal and isued dates and fines payable.
Main features:
- Nalanda is a full fledged Online Library suitable for use at Universities,Libraries etc.
- Using Nalanda books common library functins like issuing and returning books,adding users etc can be done easily.
- In addition to these Nalanda also provides statistics (like total books issued,total fine collected) for a particular day or for a period of days.
- Users can login using a browser and search for books and can find all the details about the books issued to them including the renewal and isued dates and fine payable if any.
- The search facility in Nalanda is very advanced and supports wildcards. For example typing elec% at the title field retrives information about all books whose title starts with elec.
- Nalanda was written with special emphasis on security.
- Nalanda is flexible,user friendly and easy to maintain and uses the minimum resources
<<less
Download (0.036MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1109 downloads
Yavipind 0.9.6

Yavipind 0.9.6


Yavipind is a secure tunnel aka 2 peers securely forwarding packets toward each other. more>>
Yavipind is a secure tunnel aka 2 peers securely forwarding packets toward each other. It forwards any kind of packet (IPv4, IPv6 or other) sent over the virtual point-to-point device (e.g. tun0). It fully runs in linux userspace.

yavipin has been written because i wasnt satisfied by the existing alternatives. i published some security holes i know in alternatives to bring awareness to users and help them to do a knowledgeable choise:

Security analysis of VTun: This text is a security analysis of VTun. It includes a description of the security based on the source and lists the possible attacks. An attacker can modify packets, replay them, learn pattern of the plain text or easily guess low-entropy password.
Security flaws in tinc: This text describes security flaws in Tinc. It includes a description of the security and lists the possible attacks. An attacker can modify packets, replay them and learn pattern of the plain text.

When designing the protocol and writting the software, the author used the following criteria: the security MUST as strong as reasonably possible, yavipin SHOULD be network efficient, easy to use and install.

Network efficiency:

small packet overhead: 26bytes (e.g. ESP with DES+MD5 is 32byte)
Packet compression: Forwarded packets may be compressed using deflate (gzip). (WORK: add stat about efficiency)
NAT compatible: yavipins tunnel may be establish over NAT as all packets of a tunnel are sent over a single UDP/IPv4 connection. Moreover the peer unreachability detection periodically send packets which prevent the NAT engine from timing out the connection state.
Peer unreachabilty detection: If the other peer becomes unreachable, it will be detected. It is done ala IPv6 neighbours discovery (rfc2461.7).
Gracefull shutdown: If a peer purposely stops, it will notify the other which is immediatly aware of it.

Usages simplicity:

it works in userspace and you dont need to recompile the kernel
reuse existing tools: As yavipin use a virtual device, it is possible to apply to the tunnel any tool designed for network device. For example, it is possible to set up a firewall using ipchains/netfilter or to do traffic shapping using the kernels traffic control (see tc).

Securitys strength:

packet security: each packet exchanged during the connection is encrypted using blowfish CFB and authenticated with HMAC-MD5 96bits.
protection against packet replay: It uses strict anti-replay and no packet can be accepted twice. A eavedropper cant take a packet, keep it for a while and make it accept a second time by the destination.
Efficient session key renewal: It uses hash chains for efficiency. It allows smooth key transition not to cause any packet loss during the renewal. It provides forward secrecy inside the connection.
Protect DoS ala TCP syn : It uses cookie exchange (rfc2522.3) during the connection establishement.
Forward secrecy : Even if the attacker cracks the box, he wont be able to decrypt network traffic older than a given delay (default 10min). The diffie-hellman private key and the session key are periodically renewed and securely erased from memory.
<<less
Download (0.086MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
OrangeHRM 2.2_02

OrangeHRM 2.2_02


OrangeHRM comes as a comprehensive solution for the efficient management and development of your Human Resource. more>>
OrangeHRM comes as a comprehensive solution for the efficient management and development of your Human Resource. The project will assist you in the complex and strategic process of managing this crucial resource of your enterprise.
Based on modular architecture, it facilitates a vastrange of HR activities, with features that reflect the main HR management activities. It comes as a web-enabled application and considering the available flexibility, OrangeHRM is a perfect platform for reengineering your HR processes and achieving a new level of HR Management.
OrangeHRM is emerging in line with the new generation of HR Information Systems (HRIS) and will assist you in managing your companys most important asset - human resource. Based on modular architecture, this comprehensive Open Source solution reflects the main areas of HR Management from simple personnel administration to todays complex strategic approaches.
Orange HRM, which is applicable to diverse business industries, is a perfect platform for re-engineering your HR processes and redefining the workflow operations of HR professionals, paving the way to a new level of HR Management.
Administration Module (Admin)
The part of the system where the HR Manager or other appointed personnel perform all system administration tasks. This include defining company structure, pay grades and other information that serves as the backbone for the rest of the system. Security issues are taken care of through this module as well by defining user rights.
Features:
- Define Company Info (General Information, Company Structure, Locations)
- Define Job information (Job titles, Pay Grades, Employment Statuses, EEO Job Categories)
- Define Qualification Information (Education, Licenses)
- Define Skills (Skills, Languages)
- Define Meberships and Membership types
- Define Nationalities & Races
- Define Users
Personal Information Manager Module (PIM)
This core module maintains all relevant employee related information, including different types of personal information, detailed qualifications and work experience, job related information etc. Picture of employee is included as well. Information captured in this module is utilized by all other modules, thus eliminating data redundancy.
Features :
- Personal information (Date of birth, SSN, nationality, ethnic race etc.)
- Color picture
- Contact details
- Emergency Contact(s)
- Dependents
- Immigration details (Passport & Visa info)
- Job information
- Payment details (Pay Grade & Salary)
- Employee reporting structure (Assign Supervisor)
- Work Experience
- Education details
- Skills
- Assign Languages
- Assign Licenses
- Assign Memberships
- Attachments
Employee Self Service Module (ESS)
Employee self service is a powerful tool providing employees of the company with the ability to view relevant information such as personal information, updating personal information with web - enabled PC without having to hassle the HR staff.
The functionality of this module spans through the entire system, making information available anywhere, anytime. Of course all information is subject to company defined security policy, where everyone can only view the information he/she is authorized to. Time and cost saving effects from this solution are tremendous.
Reports Module
This feature produces customized reports according to your needs. Any number of reports can be defined by selecting from a range of search criteria and report fields. Report definitions can be saved to avoid repeating this task. Once the report definition is saved, the report can be generated by providing the required criteria data
Leave Module
A comprehensive leave management module, with extensive possibilities of defining leave types and more. It caters for all application and approval processes and is able to display information on leave entitlement, balance, history etc. Thanks to the web-enabled and self-service concepts, it significantly streamlines all leave related procedures, eliminates paperwork and saves costs.
<<less
Download (MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
822 downloads
Perso 3.0

Perso 3.0


Perso can handle different types of identity card numbers (e. g. german/ austrian ID-card and passport). more>>
Perso can handle different types of identity card numbers (e. g. german/ austrian ID-card and passport).
It check the numbers for correctness using the "7-3-1"-checksum algorithm. Also it can extract information from the numbers (e. g. birthday) or generate example numbers using custum values.
Perso is a commandline (console) tool.
Perso comes with ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is free software, and you are welcome to redistribute it under terms of GNU General Public License. Perso is written by Tilo Ulbrich.
Enhancements:
- new feature: extraction-mode ("--extract")
- new feature: warn if number is broken and stop with return-code -1 (continuing with "--force")
- added some "easy-using" and hopefull helpfull scripts for different identity-cards
- added new options for the example-modi (see help)
- rewroted and merged documentation
- added commandline arguments "--help", "--version", "--quiet"
- renamed "--debug" to "--verbose"
- add fix for austrian passport/ ID-card: --block1len7 and --block1len8
- changed return-code if no arguments are given from 0 to -1 (and show an error message)
- small fixes in generation-mode: february can have only 28 days, maximum year of expiration 5 years in the future, using CURRENT_YEAR (update if you want no expired examples)
- merged all code to "perso.cc"
- rewroted argument-parser (more secure memory-operations)
- rewroted ID-number loading
- code cleanup/ speedup
- improved compile-script using "strip" (50% smaller and a little bit faster binary)
- renamed "support.h" to "compat.h"
- added ".txt"-prefix to all text-files
- updated README, TODO, ChangeLog
<<less
Download (0.017MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1422 downloads
Net::DHCP::Packet 0.66

Net::DHCP::Packet 0.66


Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. more>>
Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet.

SYNOPSIS

use Net::DHCP::Packet;

my $p = new Net::DHCP::Packet->new(
Chaddr => 000BCDEF,
Xid => 0x9F0FD,
Ciaddr => 0.0.0.0,
Siaddr => 0.0.0.0,
Hops => 0);

Represents a DHCP packet as specified in RFC 1533, RFC 2132.

CONSTRUCTOR

This module only provides basic constructor. For "easy" constructors, you can use the Net::DHCP::Session module.

new( )

new( BUFFER )

new( ARG => VALUE, ARG => VALUE... )

Creates an Net::DHCP::Packet object, which can be used to send or receive DHCP network packets. BOOTP is not supported.

Without argument, a default empty packet is created.

$packet = Net::DHCP::Packet();

A BUFFER argument is interpreted as a binary buffer like one provided by the socket recv() function. if the packet is malformed, a fatal error is issued.

use IO::Socket::INET;
use Net::DHCP::Packet;

$sock = IO::Socket::INET->new(LocalPort => 67, Proto => "udp", Broadcast => 1)
or die "socket: $@";

while ($sock->recv($newmsg, 1024)) {
$packet = Net::DHCP::Packet->new($newmsg);
print $packet->toString();
}

To create a fresh new packet new() takes arguments as a key-value pairs :

ARGUMENT FIELD OCTETS DESCRIPTION
-------- ----- ------ -----------

Op op 1 Message op code / message type.
1 = BOOTREQUEST, 2 = BOOTREPLY
Htype htype 1 Hardware address type, see ARP section in "Assigned
Numbers" RFC; e.g., 1 = 10mb ethernet.
Hlen hlen 1 Hardware address length (e.g. 6 for 10mb
ethernet).
Hops hops 1 Client sets to zero, optionally used by relay agents
when booting via a relay agent.
Xid xid 4 Transaction ID, a random number chosen by the
client, used by the client and server to associate
messages and responses between a client and a
server.
Secs secs 2 Filled in by client, seconds elapsed since client
began address acquisition or renewal process.
Flags flags 2 Flags (see figure 2).
Ciaddr ciaddr 4 Client IP address; only filled in if client is in
BOUND, RENEW or REBINDING state and can respond
to ARP requests.
Yiaddr yiaddr 4 your (client) IP address.
Siaddr siaddr 4 IP address of next server to use in bootstrap;
returned in DHCPOFFER, DHCPACK by server.
Giaddr giaddr 4 Relay agent IP address, used in booting via a
relay agent.
Chaddr chaddr 16 Client hardware address.
Sname sname 64 Optional server host name, null terminated string.
File file 128 Boot file name, null terminated string; "generic"
name or null in DHCPDISCOVER, fully qualified
directory-path name in DHCPOFFER.
IsDhcp isDhcp 4 Controls whether the packet is BOOTP or DHCP.
DHCP conatains the "magic cookie" of 4 bytes.
0x63 0x82 0x53 0x63.
DHO_*code Optional parameters field. See the options
documents for a list of defined options.
See Net::DHCP::Constants.
Padding padding * Optional padding at the end of the packet

See below methods for values and syntax descrption.

Note: DHCP options are created in the same order as key-value pairs.

<<less
Download (0.021MB)
Added: 2007-06-23 License: Perl Artistic License Price:
859 downloads
wallstreet9 0.7pre-20060103

wallstreet9 0.7pre-20060103


wallstreet9 is a small home banking application that uses HBCI4Java for HBCI functionality. more>>
wallstreet9 is a small home banking application that uses HBCI4Java for HBCI functionality.
wallstreet9 project is not intended to become a high-end home banking application, but can be used as a test application for your HBCI account or as a demonstration of how to use HBCI4Java.
Enhancements:
- Support for accessing chipcard terminals (for DDV passports) via the OpenCard Framework was added.
<<less
Download (0.31MB)
Added: 2006-01-03 License: GPL (GNU General Public License) Price:
1389 downloads
Domain Technologie Control 0.23.0-0

Domain Technologie Control 0.23.0-0


Domain Technologie Control is a web-based control panel for admin and accounting for hosting services. more>>
Domain Technologie Control (DTC) is a GPL control panel for hosting. Using a web GUI for admin and accounting all hosting services, DTC can delegate the task of creating subdomains, email, and FTP accounts to users for the domain names they own.
DTC manages a MySQL database containing all the hosting information. It has support for many programs (bind 8 and 9 and compatibles, MySQL, Apache 1.3, php4, qmail, postfix 2, courier, dovecot, proftpd, webalizer, mod-log-sql, etc.) through config files and/or MySQL plugins (when the service is non-critical).
Domain Technologie Control project can also generate backup scripts, calculation scripts, and config files using a single system UID/GID and monitor all traffic accounting per user and per service. Since version 0.12, DTC is fully skinable and translated in 8 language (Chinese, English, Spanish, French, Deuch, German, Italian and Russian).
DTC has been tested and works well with FreeBSD, Debian stable testing and unstable and now handles SBOX cgi-wrapper to provide chroot environment to users binaries. There is a RPM for DTC that has been done under RedHat 7, but its not well tested (I need feedback on this one as I dont use RPM based distributions myself).
Enhancements:
- This version adds support for Xen VPS connecting to dtc-xen (SOAP server) and the cyrus.
- It includes support tickets, renewal with email reminders, a new, easier to understand layout, (unfinished) import/export functions, domain parking (for DNS, Apache, and mail), daily stats (instead of each month), and some more package installers (Joomla, Vtiger, WANewsletter, and drupal).
<<less
Download (16.5MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1100 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1