Software by Cygnus

***LINE***
Mirror: http://mirror.asteroid-b612.org/software

    USRCHK 1.06a
    This is a program to retrieve session information from Netserver and HyperARC type 3com Total Control Chassises
    It is written in C and implemented via telnet pipes
    It outputs stats in either text format from the command line or HTML through calling from a web page.
    It can also be used to kill users manually from the command line, by clicking in the webpage, or to autokill users when a chassis reaches capacity (with crontab)
    See the READ-ME-UNIX in the individual files for more info.
  • Get the unix version here
  • Get the WIN32 version here (1.05a)
  • Individual files (unix version)


    MAXLIST 1.04
    This is a program to retrieve session information from Ascend Max 40xx/60xx Dialup Servers.
    It outputs stats in either text format from the command line or HTML through calling from a web page.
    It can also be used to kill users manually from the command line, by clicking in the webpage, or to autokill users when a chassis reaches capacity (with crontab)
    It is written in C and based on ucd-snmp. the ucd-snmp package can be found at ftp://ucd-snmp.ucdavis.edu/.
    It also includes a NON-SNMP finger based program, maxlist-finger.
    See the READ-ME in the individual files for more info.
  • Get it here
  • Individual files


    CHECKPRIS 1.0.1
    This is a program to check up/down status on PRIs going into Ascend Max 40xx/60xx Dialup Servers or 3com HiperDSP/Netserver cards via the NMC card.
    It will send email notification when any status changes between up and down or when it can't retrieve said info.
    It is written in C and requires sendmail and snmpget.
    snmpget is usually standard with unix based OSes, but can be found in the ucd-snmp package which in turn can be found at ftp://ucd-snmp.ucdavis.edu/.
    See the READ-ME in the individual files for more info.
  • Get it here
  • Individual files


    NETSERVER-PORTCHECK 1.0.0
    This is a program to check modem status on 3com Total Control-style chassises w/netserver cards.
    If the modem status is anything other than "A R P" it will mail/page the trouble-ports to the addresses defined in the program. It is written in C and implemented via telnet pipes
    See the READ-ME in the individual files for more info.
  • Get it here
  • Individual files


    NCOHAFMUTA 1.4.0
    This is a networked real-time chat/conferencing system.
    It's text-based and allows students, academic staff, businesses, or any other people on the net to talk to each other in real-time, via a telnet-based client or java applet embedded in a web page
  • Its homepage




    POSTFIX PATCHES
    These are patches against Postfix release-20010228 (these SHOULD also patch cleanly against pl04).
    The first is a patch by Jeff A. Earickson to do directory hashing for local mailbox delivery.
    The second is a patch by Keith Stevenson to do local per-user mailbox size limiting mbox-style (w/maps)
    The third is a patch by me to add size limiting support for Maildir/ style mailboxes.
    To patch the source with these, put the patch in your main Postfix source directory. Then run:
    patch -p1 < name.of.patch
    NOTE: My Maildir/ support patch REQUIRES you to apply Stevenson's patch FIRST
    NOTE: These do NOT work with the VDA (Virtual Delivery Agent) or a specific mailbox_command, just with Postfix's local agent. Nadal has mbox & maildir limiting patches for the VDA, if you use that. see here

  • Directory Hashing - against release-20010228
  • Inbox Limiting - against release-20010228
  • Maildir/ support to Inbox Limiting - against release-20010228


    CHECKMOD 1.0.0
    This is a program you can put on your web page to let users know which pages on your site have changed since they last visited.
    When someone visits your site, it will set a cookie, saving the last time they accessed the site. Then when they return, it will read the time from the cookie and compare it against the modification times of the webpages you specify in the config file. If newer than their timestamp, it will pop up a dialog box to them, saying which pages have changed and when they were last changes.
    It is written in C and JavaScript.
    See the READ-ME in the individual files for more info.
  • Get it here
  • Individual files


***LINE***