310 projects tagged "Linux"
Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #endif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.
This is a patch for the popular Cistron RADIUS server to put the "users" file, including passwords in an LDAP directory. Integrating the radius server with LDAP has many benefits: all user accounts can be put in a central store, the store is easily replicated, and writing account management scripts also become easier with the multitudes of freely available LDAP browsers and administration tools.
The Linux Driver and API for Datel PC-462 project aims to produce a Linux driver and API for the Datel PC-462 Data Acquisition Card/Power Supply. From correspondence with Datel, there is no other Linux driver/API for this board. This software will allow developers and engineers to write test software that runs on Linux and incorporates the Datel hardware.
rc.firewall is configurable for dialup and static IP addresses. It is based on Linux-kernel 2.4.x, and it generates it's own configuration file. It supports specific port filtering for the internet- , intranet-, and a dmz-zone. For the DMZ-Zone, there is also a machine-specific port filtering, and redirection of specific ports of the internet-interface available. Note: Do not install this in productive environments, until you have checked the rules/tables with your own eyes.
Open Runtime Platform (ORP) is a Java Virtual Machine (JVM) that implements advanced JIT and GC interfaces. These interfaces allow the JIT, GC, and remaining runtime system to be developed in complete isolation and at independent rates. A major benefit is that JIT and GC researchers are relieved of the intractable task of developing a full system before they can innovate in their area of expertise.
LMB is a tool to browse the web using a dumb terminal that isn't capable of even the most simple options (like deleting the screen or cursor placement). All commands are entered as a single line command. Links are visited by entering the number that is printed before the link. All other commands can be changed using the config file. LMB isn't a real browser, but a frontend to lynx. Documentation is nearly nonexistant. It is written in Pascal using the Freepascal compiler. An x86-linux binary is included.