home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / rbbs / 149.dir < prev    next >
Encoding:
File List  |  1994-03-07  |  15.7 KB  |  248 lines

  1. Source Code CDROM, March 1994.  Walnut Creek CDROM.
  2. --------------------------------------------------------
  3. unix_c\sysadmin
  4. path: \unix_c\sysadmin  
  5. Name             Size    Date    Description
  6. ------------     ----    ----    ------------------
  7. 00README.TXT      132  02-24-94  
  8. ACCESS.TAR      40960  03-05-89   Control access to a system via a
  9.   configuration file.  Access is constrained by tty port, priorities, and so
  10.   on. Contributor: George M. Sipe <george@rebel.uucp>
  11. AGELOG.SH        4297  03-22-89   Age system log files by deleting old
  12.   information. Contributor: Bob Designer <bd@hpda.uucp>
  13. AGETTY.TAR      32768  02-03-90   A System V getty replacement which adapts
  14.   itself to parity bits, erase, kill, and end of line characts.  Optionally
  15.   detects baud rates from messages produced by Hayes-comptible modems.
  16.   Contributor: Wietse Z. Venema <wietse@wzv.win.tue.nl>
  17. ASROOT.C         2313  03-22-89   Run a command as the super-user.
  18.   Contributor: Kevin Szabo <ksbszabo@watvlsi.uucp>
  19. AUTOADD.TAR     40960  03-05-89   A set of scripts to add users to the
  20.   password file, create their home directories, put in default .profile files,
  21.   etc. Contributor: Jim Nelson <nelson@ecsvax.uucp>
  22. AUTOBAUD.TAR    16384  03-05-89   A program to do automatic baud rate
  23.   detection under 4.3BSD.  This is done by using the carriage return
  24.   character.  The code in 4.3BSD "getty" to do this has never worked right. 
  25.   This program can function as a replacement for "getty". Contributor: Gregg
  26.   Townsend <gmt@megaron.arizona.edu>
  27. BACKPDSK.TAR    65536  07-15-89   A program to do disk-to-disk backups of file
  28.   systems or simple directories.  Allows retrieval of the "latest" copy of a
  29.   file. Useful on failing disk drives, etc. Contributor: Rayan Zachariassen
  30.   <rayan@ai.toronto.edu>
  31. BADM.TAR        57344  03-05-89   A 4.2BSD MASSBUS disk formatter which runs
  32.   under UNIX. Contributor: Rick Ace <rick@nyit.uucp>
  33. BATCH.TAR       24576  03-05-89   A program to implement a batch queueing
  34.   system using the existing 4.2BSD "lpr" software to do all the work.
  35.   Contributor: Dave Shimel <shimel@stc.uucp>
  36. CHFNCHSH.TAR    16384  03-05-89   A version of "chsh" and "chfn" for System V.
  37.   Contributor: Jack Jansen <jack@htsa.uucp>
  38. CHKPWD.TAR      32768  04-29-89   A password checking program inspired by the
  39.   Internet worm.  Uses the algorithm the worm used for cracking passwords in
  40.   order to look for obvious passwords. Contributor: Clyde Hoover
  41.   <clyde@emx.utexas.edu>
  42. CHU.C            9659  03-22-89   A program to read the time broadcast by CHU
  43.   (the Canadian version of WWV) from a modem connected to an HF receiver.  A
  44.   pointer to info about the hardware is provided. Contributor: Dwayne Bruce
  45.   <bruce@cognos.uucp>
  46. COBWEBS.TAR     16384  03-05-89   Check for old or unusually large mailboxes.
  47.   Contributor: Don Gworek <uggworek@sunybcs.uucp>
  48. COPS.TAR       991232  04-06-92   A large package of system security check
  49.   programs, including checks for world readable/writable devices,
  50.   world-writable files, "easy" passwords, bad .rhosts files, changes in setuid
  51.   status, and more.
  52. CORENOTC.TAR     8192  03-05-89   Script to find old "core" files and notify
  53.   their owners. Contributor: Anonymous
  54. CPUTT.TAR       40960  04-24-92   Monitor top 10 (by CPU time) processes on a
  55.   SUN OS 4.1.1 system. Contributor:  Greg Vesper <vesper@kong.gsfc.nasa.gov>
  56. CRON.TAR       155648  10-31-90   A version of cron known to run on 4.xBSD
  57.   systems.  Functionally based on System V cron with per-user crontabs. 
  58.   Version 2.0. Contributor: Paul Vixie <vixie@vixie.sf.ca.us>
  59. DBGREP.TAR      24576  03-05-89   A disk block-based grep-like utility.  This
  60.   program reads the raw file system device and examines all the disk blocks
  61.   searching for a pattern. Regular expressions are not supported, although
  62.   case may be ignored. The names of the files whose disk blocks contain the
  63.   pattern, along with the names of their owners, etc. are printed.  This is
  64.   faster than doing a find/grep combination, since the program does not do all
  65.   the opens, plus it stops searching a file after the first match is found.
  66.   This program works under 4.3BSD and SunOS 3.4. Contributor: Dave Curry
  67.   <davy@erg.sri.com>
  68. DUSAGE.TAR      24576  03-09-90   A program to filter the output of du(1) and
  69.   produce a report about disk space in use, change since last run, etc.
  70.   Contributor: Johan Vromans <jv@mh.nl>
  71. FINO.TAR        24576  03-05-89   Find files and inode numbers.  This program
  72.   reads the raw disk and prints out all in-use inodes and their file names. 
  73.   The real reason it exists is to find large files being written but that have
  74.   been unlinked and can't be found with conventional methods.  It's sort of a
  75.   reinvention of what you can do with "icheck" and "ncheck", but it's sort of
  76.   different too.  For 4.xBSD. Contributor: Dave Curry <davy@erg.sri.com>
  77. FORCE.C          2527  03-22-89   Another program to allow running a command
  78.   as the super-user; this one requires the password first. Contributor: Paul
  79.   Summers <paul@wjvax.uucp>
  80. FORKTEST.TAR    16384  03-05-89   A program to check for security holes in
  81.   programs that call fork(). Contributor: Hugh Redelmeier <hugh@hcr.uucp>
  82. FSANALYZ.TAR   139264  03-06-89   A tool to measure file system fragmentation
  83.   and other file system statistics.  Works on System V Release 3, Xenix, and
  84.   Berkeley UNIX. Version 4.1. Contributor: Michael J. Young
  85.   <mjy@sdti.sdti.com>
  86. FSTAT.TAR       40960  04-29-89   Identifies open files by reading file and
  87.   inode information from the kernel.  Will also identify open network
  88.   connections.  Runs on SunOS 4.0, Dynix 3.0.14, and Ultrix 2.2. Contributor:
  89.   Vic Abell <abe@mace.cc.purdue.edu>
  90. GETTYFE.TAR     16384  03-06-89   A front end to "getty" for autobauding, etc.
  91.    For SCO Xenix 286/386. Contributor: Warren Tucker <wht@tridom.uucp>
  92. IDLDMNBS.TAR    40960  03-05-89   An idle terminal daemon for 4.2BSD.  Figures
  93.   out idle terminals by looking at the process table. Contributor: Stephen C.
  94.   Crawley <scc@uk.ac.cam.cl>
  95. INDIR.TAR       57344  05-18-90   A program which (allegedly) allows setuid
  96.   shell scripts to work by sitting between the user and the shell script.  Use
  97.   at your own risk to security. Contributor: Maarten Litmaath <maart@cs.vu.nl>
  98. LASTLOG.TAR      8192  03-05-89   A program to print out users' last login
  99.   times from 4.2BSD's "/usr/adm/lastlog" file. Contributor: R. Sanders
  100.   <rsanders@usgs2-multics.arpa>
  101. LSTLGSYS.C       4962  03-22-89   A program to implement a "last login"
  102.   recording mechanism under System V. Contributor: Lenny Tropiano
  103.   <lenny@icus.uucp>
  104. LINKSRC.TAR     16384  03-05-89   Maintain multiple source trees for machines
  105.   with the same sources but different objects and executables by using
  106.   symbolic links for the common source files. Contributor: Joe Dellinger
  107.   <joe@hanauma.stanford.edu>
  108. LOGFLSTS.TAR    16384  03-05-89   UUCP LOGFILE analyzer. Contributor: Mike
  109.   Wexler <mike@peregrine.uucp>
  110. LSOF.TAR       106496  03-22-92   Successor to "fstat" and "ofiles".  Lists
  111.   files opened by processes. Uses SUN OS 4.1.1 vnode model. Contributor: 
  112.   Victor Bell <abe@mare.cc.purdue.edu>
  113. MAGPIE.TAR     753251  06-22-88   The Magpie Host/Conferencing System, a
  114.   bulletin board system for microcomputers. Contributor: Steve Manes
  115.   <manes@magpie.uucp>
  116. MAPMEM.TAR      24576  03-06-89   Displays a visual map of physical memory and
  117.   swap device allocation for System V.  Updated at 1-second intervals to
  118.   provide a "real time" view of memory utilization. Contributor: Michael J.
  119.   Young <mjy@sdti.sdti.com>
  120. NEWGETTY.TAR    16384  03-05-89   A front end to getty (not a replacement). 
  121.   Does automatic baudrate detection, and provides the ability to run any
  122.   program or shell script instead of "login". Contributor: Michael Gersten
  123.   <michael@stb.uucp>
  124. NPASSWD.TAR    188416  03-26-92   A passwd/yppasswd replacement which features
  125.   configurable password checking to prevent easily guessed passwords.  Works
  126.   under SunOS, UMAX 4.2 (Encore), and System V, with either a straight
  127.   password file or Yellow Pages. Contributor: Clyde Hoover
  128.   <clyde@emx.utexas.edu>
  129. OFILES.TAR      40960  03-28-89   A program to report on open files in the
  130.   system.  Also reports on open sockets, etc.  Runs under BSD UNIX.
  131.   Contributor: Vic Abell <abe@j.cc.purdue.edu>
  132. OPCOM.TAR       32768  11-04-89   A program which enables users belonging to a
  133.   special group to execute a limited set of commands with another user or
  134.   group id. Makes it possible for operators to do system admin tasks without
  135.   having root. Contributor: Carel Braam <rccarel@heithe5.bitnet>
  136. PAGES.TAR       24576  03-05-89   Report on the size and number of memory
  137.   pages being used by the system. For System V UNIX. Contributor: D. J. Molny
  138.   <djmolny@chinet.uucp>
  139. PREEN.TAR       24576  03-05-89   A program to run "fsck" in parallel keeping
  140.   all spindles busy. This is better than "fsck -p", which waits until the
  141.   whole pass is done before going to the next. Contributor: Chris Torek
  142.   <chris@mimsy.umd.edu>
  143. PRINTACT.TAR    32768  03-05-89   Prints the accounting file (/usr/adm/acct)
  144.   in a human-readable format so "awk" and "perl" and things can use it.  Does
  145.   not do all the intermediate processing that "sa" does.  Works on 4.xBSD;
  146.   will probably take work for System V. Contributor: Roy Smith <roy@phri.uucp>
  147. PROCSCWD.TAR    32768  11-04-89   A program to do a "pwd" the hard way. 
  148.   Prints out the current working directory of a process, given its process id.
  149.    Berkeley UNIX depend- ent.  Doesn't work on NFS hosts (requires access to
  150.   disk devices). Contributor: Cliff SPencer <cspencer@lemming.uucp>
  151. PRUNE.C          5401  03-22-89   A program to prune log files. Contributor:
  152.   Ray Davis <bees@infoswx.uucp>
  153. PWDIFF.TAR      16384  04-29-89   Compares multiple password files and finds
  154.   different names with the same uid, etc. Contributor: Don Libes
  155.   <libes@cme-durer.arpa>
  156. PWGEN.TAR       16384  03-05-89   A program to generate random pronounceable
  157.   passwords. Contributor: Brandon S. Allbery <allbery@ncoast.uucp>
  158. RENAME.SH        1510  03-22-89   A program to rename files from their inode
  159.   numbers after using "restor" to get them off the dump tapes. Contributor:
  160.   Phil Ngai <phil@amdcad.uucp>
  161. RENICESC.TAR    24576  03-06-89   An implementation of the Berkeley "renice"
  162.   command for SCO Xenix/286. Contributor: Warren Tucker <wht@tridom.uucp>
  163. RENCNXPC.TAR    16384  03-05-89   An implementation of the Berkeley "renice"
  164.   command for the UNIX-PC. Contributor: Mike Ditto <fork@kenobi.uucp>
  165. RESH.TAR        49152  03-05-89   A restricted shell.  The user is restricted
  166.   to the directory tree in which the shell is invoked; symbolic links may not
  167.   be followed. Commands the user may execute are listed in a configuration
  168.   file. The user may not alter the shell's environment or the search path.
  169.   Output redirection is restricted to files owned by the user, and may be
  170.   optionally limited to append only, create only, overwrite only, or
  171.   prohibited entirely. Contributor: Dave Curry <davy@erg.sri.com>
  172. RMAN.TAR         8192  03-05-89   A remote manual page server. Contributor:
  173.   Reg Quinton <reggers@julian.uucp>
  174. RTROFF.TAR      65536  03-05-89   A program which allows "troff" jobs to be
  175.   passed off to remote machines with lighter loads than the local machine.
  176.   Contributor: Steve D. Miller <steve@tove.uucp>
  177. SA_BOOK.TAR    122880  01-09-92   Bunch of scripts and files to aid the system
  178.   administrator. Uses the C-shell.
  179. SBBS.TAR       114688  03-05-89   A bulletin board system for UNIX.  Features
  180.   logging, mail, and message groups. Contributor: Rob Demarco
  181.   <robertd@ncoast.uup>
  182. SCANI.C          3070  03-22-89   Scans a V7 UNIX file system looking for
  183.   inodes that have more space allocated to them than they should. Contributor:
  184.   Fred Toth <fpt@wgivax.uucp>
  185. SCOCRASH.TAR    49152  03-05-89   The crash(1) crash-dump analyzer for SCO
  186.   Xenix 2.2.1, since SCO neglected to include it. Contributor:
  187.   <jfh@rpp386.uucp>
  188. SEC.TAR         16384  10-31-90   A program to allow authorized users to "su"
  189.   to root, each using a different password. Contributor: Nick Sayer
  190.   <mrapple@quack.sac.ca.us>
  191. SPOT.TAR        73728  03-05-89   A terminal watchdog (idle daemon) which runs
  192.   off a configuration file and allows logging users out who are logged in more
  193.   than once, have been idle for too long, have been logged in for too long,
  194.   etc.  Has a few Purdue dependencies which can easily be eliminated or coded
  195.   into something that will work on your system. Contributor: Dave Curry
  196.   <davy@erg.sri.com>
  197. STATSRV.TAR    131072  03-05-89   A statistics server ala' RFC 996.  Allows
  198.   gathering of statistics on remote machines such as uptime, number of users,
  199.   load average, network stats, console messages, and so on.  For 4.2 and
  200.   4.3BSD.  Runs on Vaxes, Suns, Sequents, CCI machines, and Goulds.  Should be
  201.   easy to port to other 4BSD systems as well. Contributor: Dave Curry
  202.   <davy@erg.sri.com>
  203. SUSOMEON.TAR    24576  06-22-90   Allow a group of users to "su" to the same
  204.   account using their own passwords. Contributor: Wietse Z. Venema
  205.   <wietse@wzv.tue.nl>
  206. SYSCHCKS.TAR    49152  03-05-89   A load average daemon, the "w" program, and
  207.   a status line program, all for System V. Contributor: Brandon S. Allbery
  208.   <allbery@ncoast.uucp>
  209. SYSVDSKQ.TAR    32768  04-29-89   A set of scripts to allow enforcement of
  210.   disk quotas under System V. Contributor: Dave Settle <dave@ucms.uucp>
  211. SYSVLDVD.TAR    16384  05-31-89   A background daemon which computes load
  212.   averages on a System V Release 3 machine (should be easy to port to SVr2)
  213.   and stores the results in a file which programs can read. Contributor:
  214.   Anonymous <lars@myab.uucp>
  215. TALLOW.TAR      16384  03-23-89   A program to temporarily allow someone
  216.   access to your account.  It puts them in your .rhosts file, but then
  217.   arranges to delete them from it later using "at". Contributor: Terry Jones
  218.   <tcjones@watdragon.waterloo.edu>
  219. TROUBLE.TAR     65536  02-03-90   A set of shell scripts to maintain a
  220.   database of trouble reports. Version 2.0. Contributor: Roland J. Stolfa
  221.   <rjs@a.cs.okstate.edu>
  222. TTYUSE.TAR      32768  03-05-89   Summarize daily terminal usage.  For 4.xBSD
  223.   systems. Contributor: <ado@elsie.uucp>
  224. U386MON.TAR    303104  09-01-90   A real-time "performance" monitor for SCO
  225.   UNIX V/386 and ISC 386/ix. Requires terminfo and curses.  Version 2.20.
  226.   Contributor: Warren Tucker <wht@hgf.uucp>
  227. UNTAMO.TAR      57344  03-05-89   Another idle terminal daemon.  This one is
  228.   configurable without recompilation.  Compiles on most Berkeley systems
  229.   including Vaxen, Sequents, CCIs, Goulds, and Suns. Contributor: Rich
  230.   Kulawiec <rsk@j.cc.purdue.edu>
  231. UPS.TAR         32768  03-05-89   A program that allows users on 4.3BSD
  232.   systems to pass files around in a manner very similar to mail. Contributor:
  233.   Scooter Morris <scooter@genie.gene.com>
  234. USERACTB.TAR     8192  03-05-89   A set of programs to do user accounting on
  235.   AT&T 3b2 series machines. Contributor: Lawrence F. Strickland
  236.   <larry@jc3b21.uucp>
  237. USER_RC.TAR     16384  11-04-89   A method to allow users to run shell scripts
  238.   automatically at system boot time.  The interface is similar to Sun's
  239.   crontab. Contributor: Steven Grimm <sgrimm@sun.com>
  240. UTC.TAR          8192  03-05-89   A program which can be used with "cu" to
  241.   call the Naval Observatory clock (like WWV) and then set the system's time.
  242.   Contributor: Mike Baldwin <mike@whutt.uucp>
  243. VSAR.TAR         8192  03-05-89   Visual system activity report (visual "ps")
  244.   for System V. Contributor: Dave Brower <daveb@rtech.uucp>
  245. WITH.TAR        24576  03-05-89   A program to grab a device, make a lockfile,
  246.   and then run a command, enabling use of the device by only one person at a
  247.   time. Contributor: Rob McMahon <cudcv@daisy.warwick.ac.uk>
  248.