ux 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1117
pam_unix2 1.30
pam_unix2 PAM module is for traditional password authentication. more>>
pam_unix2 PAM module is for traditional password authentication.
Main features:
- Allows global configuration file for all options
- Can get passwords from secure NIS+ servers
- Sets secureRPC credentials
- Supports HP-UX password aging.
- Support of passwords with DES, bigcrypt, MD5 and blowfish encryption
- Usage of glibc NSS modules for flexible location of user data
- Allows changing of passwords in local files, NIS, NIS+ and LDAP (if pam_ldap is installed)
- On a NIS master server, passwords could be changed in the source files of NIS maps.
<<lessMain features:
- Allows global configuration file for all options
- Can get passwords from secure NIS+ servers
- Sets secureRPC credentials
- Supports HP-UX password aging.
- Support of passwords with DES, bigcrypt, MD5 and blowfish encryption
- Usage of glibc NSS modules for flexible location of user data
- Allows changing of passwords in local files, NIS, NIS+ and LDAP (if pam_ldap is installed)
- On a NIS master server, passwords could be changed in the source files of NIS maps.
Download (0.19MB)
Added: 2006-05-17 License: BSD License Price:
1256 downloads
rssh 2.3.0
rssh is a small shell that provides the ability for system administrators to give specific users access to a given system. more>>
rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. rssh project now also includes support for rdist, rsync, and cvs.
For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
hough rssh is written to work with OpenSSH, it will probably work with other implementations of SSH. Also, rssh is written and tested on Linux systems, but should compile cleanly and work on any POSIX.2-compliant system. It is verified to work on the following platforms:
A wide variety of Linux distributions, on IA32 and IA64 hardware
Compaq Tru64 Unix
Solaris 2.x - 8 (under certain conditions -- see the security link)
AIX 5.1
HP/UX 11.00 (PA-RISC)
HP/UX 11.22 (IA64)
Irix 6.5
Currently, it does not work on (at least most of) the *BSDs, nor on OS X. They lack the wordexp() function, which rssh uses for command line argument expansion. Until they have such a function (which is defined by POSIX.2), or until I get bored enough to write a replacement, rssh will not work with the BSDs out of the box.
Update, 7 Jun 2003: Jacques A. Vidrine reports that FreeBSD 5.0 now has the wordexp() function, and rssh compiles cleanly on it, though he has not tested it. I still do not have any confirmation that it will work on FreeBSD 5, but it seems like a safe bet. I have received reports that other operating environments are also adding support for wordexp(), and rssh should work on all of those platforms, too.
If youre on a BSD system without the wordexp() function, you could work around this by obtaining a copy of the wordexp() functions code from, say, glibc2, and creating your own wordexp.h header. Compile wordexp.c manually, and link it against the other .o files. I have no intention of doing any work to facilitate that, though, so youre on your own.
If you have success using rssh with some other implementation of SSH, or using it on other platforms, feel free to send e-mail to the rssh mailing list to let me know. If you have problems compiling or installing rssh on your favorite platform, please send me the complete configure output, and any compilation errors generated.
Enhancements:
- This release fixes a design flaw in rssh_chroot_helper that allowed local users with full shell access to gain root privileges.
<<lessFor example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
hough rssh is written to work with OpenSSH, it will probably work with other implementations of SSH. Also, rssh is written and tested on Linux systems, but should compile cleanly and work on any POSIX.2-compliant system. It is verified to work on the following platforms:
A wide variety of Linux distributions, on IA32 and IA64 hardware
Compaq Tru64 Unix
Solaris 2.x - 8 (under certain conditions -- see the security link)
AIX 5.1
HP/UX 11.00 (PA-RISC)
HP/UX 11.22 (IA64)
Irix 6.5
Currently, it does not work on (at least most of) the *BSDs, nor on OS X. They lack the wordexp() function, which rssh uses for command line argument expansion. Until they have such a function (which is defined by POSIX.2), or until I get bored enough to write a replacement, rssh will not work with the BSDs out of the box.
Update, 7 Jun 2003: Jacques A. Vidrine reports that FreeBSD 5.0 now has the wordexp() function, and rssh compiles cleanly on it, though he has not tested it. I still do not have any confirmation that it will work on FreeBSD 5, but it seems like a safe bet. I have received reports that other operating environments are also adding support for wordexp(), and rssh should work on all of those platforms, too.
If youre on a BSD system without the wordexp() function, you could work around this by obtaining a copy of the wordexp() functions code from, say, glibc2, and creating your own wordexp.h header. Compile wordexp.c manually, and link it against the other .o files. I have no intention of doing any work to facilitate that, though, so youre on your own.
If you have success using rssh with some other implementation of SSH, or using it on other platforms, feel free to send e-mail to the rssh mailing list to let me know. If you have problems compiling or installing rssh on your favorite platform, please send me the complete configure output, and any compilation errors generated.
Enhancements:
- This release fixes a design flaw in rssh_chroot_helper that allowed local users with full shell access to gain root privileges.
Download (0.052MB)
Added: 2005-12-20 License: BSD License Price:
1403 downloads
HPUX::SDUX 0.03
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. more>>
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules.
SYNOPSIS
perl -MHPUX::SDUX -e wmf
make; make test; make depot
HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.
This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.
After unpacking a CPAN module, move to the expanded directory and say
perl -MHPUX::SDUX -e wmf
This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with
make; make test; make depot
The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.
<<lessSYNOPSIS
perl -MHPUX::SDUX -e wmf
make; make test; make depot
HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.
This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.
After unpacking a CPAN module, move to the expanded directory and say
perl -MHPUX::SDUX -e wmf
This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with
make; make test; make depot
The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.
Download (0.005MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1022 downloads
Log4c 1.2.0
Log4c is a library of C for flexible logging to files, syslog and other destinations. more>>
Log4c is a library of C for flexible logging to files, syslog and other destinations. The project is modeled after the Log for Java library, staying as close to their API as is reasonable. Here is a short introduction to Log4j which describes the API, and design rationale.
Mark Mendel started a parallel log4c projet with a different philosophy. The design is macro oriented, so much lighter and faster which perfect for kernel development.
Supported Platforms:
- HP-UX release 11.00
- Tru 64 release 4.0F and 5.1
- Red Hat Linux Intel release 7.x, 8, 9
- Red Hat Enterprise Linux 3, 4
- Solaris Intel release 8, 9, 10
- FreeBSD 6.1-RELEASE
- AIX 5.3 (witk xlc compiler)
- Mac OS X
- Windows X
<<lessMark Mendel started a parallel log4c projet with a different philosophy. The design is macro oriented, so much lighter and faster which perfect for kernel development.
Supported Platforms:
- HP-UX release 11.00
- Tru 64 release 4.0F and 5.1
- Red Hat Linux Intel release 7.x, 8, 9
- Red Hat Enterprise Linux 3, 4
- Solaris Intel release 8, 9, 10
- FreeBSD 6.1-RELEASE
- AIX 5.3 (witk xlc compiler)
- Mac OS X
- Windows X
Download (0.49MB)
Added: 2007-06-22 License: LGPL (GNU Lesser General Public License) Price:
858 downloads
Sproxy 1.01
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. more>>
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege.
It is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
<<lessIt is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
Download (0.34MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
964 downloads
SCCS 1.0
SCCS is an implementation of the POSIX standard Source Code Control System. more>>
SCCS project is an implementation of the POSIX standard Source Code Control System.
Calling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
<<lessCalling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
Download (0.39MB)
Added: 2007-02-13 License: CDDL (Common Development and Distribution License) Price:
985 downloads
HPUX::Ioscan 1.010
HPUX::Ioscan is a Perl function to handle HPUX ioscan command. more>>
HPUX::Ioscan is a Perl function to handle HPUX ioscan command.
SYNOPSIS
use HPUX::Ioscan ;
my $result = ioscan ();
print "All hardware paths: ", join(" ", keys %$result),"n";
print "One device file of disk :n",
$result->{2/1.6.0}{device_files}[0],
"n";
This module works on top of the HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.
This module is quite basic but it may be interesting if you need to write administration program on HP-UX.
You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)
<<lessSYNOPSIS
use HPUX::Ioscan ;
my $result = ioscan ();
print "All hardware paths: ", join(" ", keys %$result),"n";
print "One device file of disk :n",
$result->{2/1.6.0}{device_files}[0],
"n";
This module works on top of the HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.
This module is quite basic but it may be interesting if you need to write administration program on HP-UX.
You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)
Download (0.019MB)
Added: 2007-04-14 License: Perl Artistic License Price:
923 downloads
GNU CLISP 2.41
GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system. more>>
GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, and foreign language interface which runs on most UNIXes and Win32.
Common Lisp is a high-level, all-purpose, object-oriented, dynamic, functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. GNU CLISP supports the Lisp described in the ANSI Common Lisp standard plus many extensions.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, regular expressions, a socket interface, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages.
CLISP runs on most Unix workstations (Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU GPL. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Enhancements:
- The new libsvm module makes Support Vector Machines available in CLISP.
<<lessCommon Lisp is a high-level, all-purpose, object-oriented, dynamic, functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. GNU CLISP supports the Lisp described in the ANSI Common Lisp standard plus many extensions.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, regular expressions, a socket interface, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages.
CLISP runs on most Unix workstations (Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU GPL. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Enhancements:
- The new libsvm module makes Support Vector Machines available in CLISP.
Download (9.5MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1110 downloads
SINGULAR 3.0.2
SINGULAR is a computer algebra system for polynomial computations. more>>
SINGULAR is a computer algebra system for polynomial computations in commutative algebra, algebraic geometry, and singularity theory.
Its main computational objects are ideals and modules over a large variety of baserings. The baserings are polynomial rings over a field (eg. finite fields, the rationals, floats, algebraic extensions, transcendental extensions), or localizations thereof, or quotient rings with respect to an ideal.
It features fast and general implementations for computing Groebner and standard bases, including Buchbergers algorithm and Moras Tangent Cone algorithm. Its interactive shell and C-like programming language can be extended by libraries written in the SINGULAR programming language.
Main features:
- Main computational objects: ideals/modules over very general polynomial rings over various ground fields.
- Large variety of algorithms implemented in kernel (written in C/C++).
- Many more algorithms implemented as SINGULAR libraries.
- Intuitive, C-like programming language.
- Extensive documentation: Manual (info, ps, and html), Publications.
- Available for most hard- and software platforms: Unix (HP-UX, SunOS, Solaris, Linux, AIX), Windows, Macintosh.
Enhancements:
- This version is mainly a bugfix release, but it also contains some new features.
- Speed was improved for 64-bit architectures.
- The dmod.lib and perron.lib libraries were added.
- center.lib was improved. ncalg.lib was revised.
- New algorithms were added in primdec.lib.
- An improved version of slimgb was incorporated into groebner.
- The module generator (modgen) was improved.
- The build process was improved to build automatically without patches on 64-bit architectures.
<<lessIts main computational objects are ideals and modules over a large variety of baserings. The baserings are polynomial rings over a field (eg. finite fields, the rationals, floats, algebraic extensions, transcendental extensions), or localizations thereof, or quotient rings with respect to an ideal.
It features fast and general implementations for computing Groebner and standard bases, including Buchbergers algorithm and Moras Tangent Cone algorithm. Its interactive shell and C-like programming language can be extended by libraries written in the SINGULAR programming language.
Main features:
- Main computational objects: ideals/modules over very general polynomial rings over various ground fields.
- Large variety of algorithms implemented in kernel (written in C/C++).
- Many more algorithms implemented as SINGULAR libraries.
- Intuitive, C-like programming language.
- Extensive documentation: Manual (info, ps, and html), Publications.
- Available for most hard- and software platforms: Unix (HP-UX, SunOS, Solaris, Linux, AIX), Windows, Macintosh.
Enhancements:
- This version is mainly a bugfix release, but it also contains some new features.
- Speed was improved for 64-bit architectures.
- The dmod.lib and perron.lib libraries were added.
- center.lib was improved. ncalg.lib was revised.
- New algorithms were added in primdec.lib.
- An improved version of slimgb was incorporated into groebner.
- The module generator (modgen) was improved.
- The build process was improved to build automatically without patches on 64-bit architectures.
Download (10.5MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1159 downloads
WMcp 1.2.8
WMcp is a simple dockable pager for use in Window Maker. more>>
WMcp is a simple dockable pager for use in Window Maker.
Installation:
Unzip the file: gunzip wmcp-1.2.8.tar.gz
Untar the file: tar xvf wmcp-1.2.8.tar
CD to src dir: cd wmcp-1.2.8
do one of these makes:
make -- make wmcp using the default button scheme (scalpel)
make scalpel -- make wmcp using the scalpel style button colors
make gv -- make wmcp using the ghostview style button colors
copy wmcp to some directory in your $PATH.
( ie: cp wmcp /usr/local/bin )
type wmcp
Grab the appicon and move it to the dock.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on:
WindowMaker-0.20.3
WindowMaker-0.50.2
X Clients: Red Hat 5.0, Red Hat 6.0, HP-UX 10.20
X Servers: XFree86, Exceed, AccelX
Usage:
usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]
-g geometry: ie: 64x64+10+10
-d dpy: Display. ie: 127.0.0.1:0.0
-n workspaces: How many buttons to start with.
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
-s y/n: Shaped window: yes or no (default y)
-c Sends CTRL + ALT + Key (default only sends ALT + key)
-v Verbose. 0=off, 1=on (default 0)
-x # Number of buttons on the x-direction (1,2,3 or 4)
-y # Number of buttons in the y-direction (1,2,3 or 4)
-h Help. This screen.
Left mouse button:
Selects the workspace to switch to.
Right / Middle mouse buttons:
Change the number of buttons displayed.
<<lessInstallation:
Unzip the file: gunzip wmcp-1.2.8.tar.gz
Untar the file: tar xvf wmcp-1.2.8.tar
CD to src dir: cd wmcp-1.2.8
do one of these makes:
make -- make wmcp using the default button scheme (scalpel)
make scalpel -- make wmcp using the scalpel style button colors
make gv -- make wmcp using the ghostview style button colors
copy wmcp to some directory in your $PATH.
( ie: cp wmcp /usr/local/bin )
type wmcp
Grab the appicon and move it to the dock.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on:
WindowMaker-0.20.3
WindowMaker-0.50.2
X Clients: Red Hat 5.0, Red Hat 6.0, HP-UX 10.20
X Servers: XFree86, Exceed, AccelX
Usage:
usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]
-g geometry: ie: 64x64+10+10
-d dpy: Display. ie: 127.0.0.1:0.0
-n workspaces: How many buttons to start with.
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
-s y/n: Shaped window: yes or no (default y)
-c Sends CTRL + ALT + Key (default only sends ALT + key)
-v Verbose. 0=off, 1=on (default 0)
-x # Number of buttons on the x-direction (1,2,3 or 4)
-y # Number of buttons in the y-direction (1,2,3 or 4)
-h Help. This screen.
Left mouse button:
Selects the workspace to switch to.
Right / Middle mouse buttons:
Change the number of buttons displayed.
Download (0.008MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1099 downloads
miau 0.6.4
miau is a small, fully featured IRC bouncer/proxy. more>>
miau is a small, fully featured IRC bouncer and IRC proxy.
The biggest difference of miau and HTTP-proxy (forgetting the fact they talk all different protocols) is that when IRC-client disconnects from bouncer, the connection to the server isnt necessarily lost.
This way your nick can stay online and cannot be taken by the others. In case bouncer loses the nick because of netsplit or other disruption, it can try to get it back automatically.
Some people may also like the fact that when using bouncer, your hostname appearing in IRC is the one of the machine the bouncer is running at, not the one you are IRCing from.
miau was written on GNU/Linux (i386), but it should compile on most UNIX-platforms.
Main features:
- Permanent connection to IRC-server
- Can set user away when client quits and can also use users quit-message as away-message.
- Ability to try to get primary nick
- Logging (recent log can be replayed automatically at reconnect like you already had been on the channel)
- Message forwarding
- DCC-bouncing
- Auto-mode (without mode-flood)
- Flood protection
- On-connect sent messages (to keep nickservs etc. happy)
- Ability to survive even if some pings to server are lost
- V-host support
- Preliminary IPv6-support (untested)
- Cats in ASCII
- Support for multiple clients (one at home, one at office)
- Permission-chains
- Portable, written in C
- Compiles (at least) on GNU/Linux (i386/StrongARM/Alpha), HP-UX (HP 9000/C3000), SunOS (sun4m/sun4u/sun4c), Digital UNIX (Alpha) and MacOSX (PPC). Not tested on others.
- Small (my miau is about 50 kB KiB on GNU/Linux on i386)
- Most features can be left uncompiled
- Released under GPL
Enhancements:
- This release fixes several issues with Undernet-like servers, and improves your chances of staying online in case of netsplit and network problems.
- The behaviour of the wildcard "*" is finally predictable, although non-greedy.
<<lessThe biggest difference of miau and HTTP-proxy (forgetting the fact they talk all different protocols) is that when IRC-client disconnects from bouncer, the connection to the server isnt necessarily lost.
This way your nick can stay online and cannot be taken by the others. In case bouncer loses the nick because of netsplit or other disruption, it can try to get it back automatically.
Some people may also like the fact that when using bouncer, your hostname appearing in IRC is the one of the machine the bouncer is running at, not the one you are IRCing from.
miau was written on GNU/Linux (i386), but it should compile on most UNIX-platforms.
Main features:
- Permanent connection to IRC-server
- Can set user away when client quits and can also use users quit-message as away-message.
- Ability to try to get primary nick
- Logging (recent log can be replayed automatically at reconnect like you already had been on the channel)
- Message forwarding
- DCC-bouncing
- Auto-mode (without mode-flood)
- Flood protection
- On-connect sent messages (to keep nickservs etc. happy)
- Ability to survive even if some pings to server are lost
- V-host support
- Preliminary IPv6-support (untested)
- Cats in ASCII
- Support for multiple clients (one at home, one at office)
- Permission-chains
- Portable, written in C
- Compiles (at least) on GNU/Linux (i386/StrongARM/Alpha), HP-UX (HP 9000/C3000), SunOS (sun4m/sun4u/sun4c), Digital UNIX (Alpha) and MacOSX (PPC). Not tested on others.
- Small (my miau is about 50 kB KiB on GNU/Linux on i386)
- Most features can be left uncompiled
- Released under GPL
Enhancements:
- This release fixes several issues with Undernet-like servers, and improves your chances of staying online in case of netsplit and network problems.
- The behaviour of the wildcard "*" is finally predictable, although non-greedy.
Download (0.066MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
UnrealIRCd 3.2.6
UnrealIRCd is an Open Source IRC Server. more>>
UnrealIRCd is an Open Source IRC Server. Development of UnrealIRCd began in May of 1999. Unreal was created from the Dreamforge IRCd that was formerly used by the DALnet IRC Network.
Over the years, many new and exciting features have been added to Unreal. UnrealIRCd is hard to even see a resemblance between the current Unreal and Dreamforge.
Main features:
- Channel Half-ops (+h)
- Channel Owners (+q) and Channel Admins (+a)
- Channel linking (+L)
- Advanced anti-flood and anti-spam systems
- Swear filtering (+G)
- Hostname cloaking (+x)
- Color blocking and stripping (+c/+S)
- Vhosts
- WebTV Support
- DCCDeny
- Ziplinks
- SSL encrypted client and server connections
- Advanced and highly configurable configuration file
- Module support
- And Much More...
Unreal can run on several operating systems. Unreal works on most *nix OSes including Linux, BSD, MacOS X, Solaris, and HP-UX. Unreal also works on Windows (NT4/2K/XP/2003). UnrealIRCd is designed to be an advanced IRCd, so it is probably not the best choice for beginners.
Enhancements:
- This release comes with over 80 changes.
- Many small bugs have been fixed, and a couple of major bugs as well.
- No new major features were added. It is recommended for everyone to upgrade.
<<lessOver the years, many new and exciting features have been added to Unreal. UnrealIRCd is hard to even see a resemblance between the current Unreal and Dreamforge.
Main features:
- Channel Half-ops (+h)
- Channel Owners (+q) and Channel Admins (+a)
- Channel linking (+L)
- Advanced anti-flood and anti-spam systems
- Swear filtering (+G)
- Hostname cloaking (+x)
- Color blocking and stripping (+c/+S)
- Vhosts
- WebTV Support
- DCCDeny
- Ziplinks
- SSL encrypted client and server connections
- Advanced and highly configurable configuration file
- Module support
- And Much More...
Unreal can run on several operating systems. Unreal works on most *nix OSes including Linux, BSD, MacOS X, Solaris, and HP-UX. Unreal also works on Windows (NT4/2K/XP/2003). UnrealIRCd is designed to be an advanced IRCd, so it is probably not the best choice for beginners.
Enhancements:
- This release comes with over 80 changes.
- Many small bugs have been fixed, and a couple of major bugs as well.
- No new major features were added. It is recommended for everyone to upgrade.
Download (2.4MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1061 downloads
Xmp 2.0.4 / 2.2.0-pre2
Xmp is a free module player for UNIX distributed under the terms of the GNU GPL. more>>
Xmp is a free module player for UNIX distributed under the terms of the GNU GPL. The project runs on Linux 2.0 and 2.2 (using ALSA and OSS), S/Linux, Solaris 2.5 and HP-UX 9, and has been also reported to work in OpenBSD, FreeBSD, Linux/Alpha and Digital UNIX (an experimental driver for IRIX is included but it has not been tested for 16 bit output).
On PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at sampling rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. Experimental support for the Enlightened Sound Daemon is included.
Whats New in 2.2.0-pre2 Development Release:
- added CD61 Octalyser module support
- added Flextrax FLX module detection
- added TCB Tracker module loader
- added Digital Tracker DTM module loader
- added Real Tracker module loader
- added X-Tracker module loader
- added portable, 64bit-safe MMD0/1/2/3 MED loader
- added Graoumf Tracker GTK module loader
- added old Liquid Tracker "NO" module loader
- added OSX CoreAudio driver
- replaced non-free PowerPack depacker with Kyzers PD version
- fixed MDL effects translation
- fixed MDL pattern order loading missing first pattern
- fixed MDL memory corruption in envelope initialization
- fixed MDL 16-bit sample depacking (reported by Paul Wise)
- fixed MDL multisampled instrument mapping
- fixed MDL note event keyoff (gothlord.mdl plays better)
- fixed XM and MDL sample loop size
<<lessOn PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at sampling rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. Experimental support for the Enlightened Sound Daemon is included.
Whats New in 2.2.0-pre2 Development Release:
- added CD61 Octalyser module support
- added Flextrax FLX module detection
- added TCB Tracker module loader
- added Digital Tracker DTM module loader
- added Real Tracker module loader
- added X-Tracker module loader
- added portable, 64bit-safe MMD0/1/2/3 MED loader
- added Graoumf Tracker GTK module loader
- added old Liquid Tracker "NO" module loader
- added OSX CoreAudio driver
- replaced non-free PowerPack depacker with Kyzers PD version
- fixed MDL effects translation
- fixed MDL pattern order loading missing first pattern
- fixed MDL memory corruption in envelope initialization
- fixed MDL 16-bit sample depacking (reported by Paul Wise)
- fixed MDL multisampled instrument mapping
- fixed MDL note event keyoff (gothlord.mdl plays better)
- fixed XM and MDL sample loop size
Download (0.34MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
803 downloads
nload 0.6.0
nload is a console application which monitors network traffic and bandwidth usage in real time. more>>
XPortScan is a cross-platform lightweight gui multi-threaded port scanner. This is the XPortScan v. 2.1 beta
Currently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
<<lessCurrently only tcp connect() scanning (vanilla scan) is included, although more advance port scan methods are in the works. (actually you can see how its going in the source code.)
Enhancements:
- ported to HP-UX
- add some useful key shortcuts
- fixed some memory leaks (also on BSD), uninitialized variables
- fix compilation with gcc 3.x
- a bit of source code cleanup
Download (0.038MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
837 downloads
Ident2 1.07
Ident2 is an alternative approach to auth/ident services. more>>
Ident2 is an alternative approach to auth/ident services. The project was written from the ground up and can run either as a child handler of inetd or as a standalone daemon with no user intervention.
Users can set their own replies or toggle random replies, all at the system administrators preference, of course. Full compliance with RFC1413 is attempted.
Enhancements:
- This release adds support for SunOS, NetBSD, OpenBSD, OSF/1, and HP-UX.
- It fixes a buffer overflow in the getline function.
- A buffer overflow on FreeBSD has been fixed.
- Neither of these have known exploits or are known to be exploitable.
- Ident2 servers do not announce their version information to the Internet.
- All users are encouraged to upgrade.
<<lessUsers can set their own replies or toggle random replies, all at the system administrators preference, of course. Full compliance with RFC1413 is attempted.
Enhancements:
- This release adds support for SunOS, NetBSD, OpenBSD, OSF/1, and HP-UX.
- It fixes a buffer overflow in the getline function.
- A buffer overflow on FreeBSD has been fixed.
- Neither of these have known exploits or are known to be exploitable.
- Ident2 servers do not announce their version information to the Internet.
- All users are encouraged to upgrade.
Download (0.048MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1055 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ux 2.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed