change so that user entered info gets put in secure logfile
[unix-history] / usr / src / usr.bin /
1990-10-01 Keith Bosticchange so that user entered info gets put in secure...
1990-09-30 Keith Bosticcheck for openlog/syslog errors
1990-09-29 Kirk McKusicknow need CRYPT too
1990-09-29 Keith BosticChris Torek's fixes to make ftp stop using gets()
1990-09-28 Kirk McKusickbreak out -x (encrypted sessions) with #ifdef CRYPT
1990-09-28 Kirk McKusickbreak out -x functionality into #ifdef CRYPT
1990-09-28 Kirk McKusickhave to initialize quota variables here rather than...
1990-09-25 Keith BosticSix months ago I couldn't even spell porgrammer...
1990-09-25 Keith Bosticput -e option back in, minor typo in the -D option
1990-09-20 William Nesheimchanged conditional inclusion of machine/endian to...
1990-09-15 Paul BormanLatest batch of changes. See the README file
1990-09-15 Paul Bormandate and time created 90/09/14 10:46:06 by borman
1990-09-15 Paul BormanBump the sccs id to 5.1
1990-09-12 Keith Bosticpostorder find fails because of a missing `break'
1990-09-08 Cynthia A. E. Livi... fix example
1990-09-08 Keith Bosticnew copyright notice
1990-09-07 Keith Bosticadd the +offset syntax for od(1) compatibility
1990-09-06 Keith Sklowerresolve differences with tahoe version
1990-09-06 Keith Sklowerresolve differences with vax version
1990-09-06 Kevin Fallcall get_lrealm() with 0; -> don't use KRB_REALM define
1990-09-01 Cynthia A. E. Livi... fix botched parenthetic expression
1990-08-31 Keith Bosticadd libcompat to library list for [efg]cvt routines
1990-08-31 Keith Bosticadd libcompat to library list; needed for [efg]cvt...
1990-08-31 Marc Teitelbaumfixes from chris
1990-08-30 Kirk McKusicklist of names moves to <sys/malloc.h>
1990-08-30 Keith BosticSuruman -> Saruman
1990-08-28 Eric Allmandon't redefine _PATH_TMP; don't assume it begins "...
1990-08-27 Mike Karels/usr/local => /usr/local/bin
1990-08-26 Mike Karelssanitize syslog msgs, priorities; longer ticket lifetime;
1990-08-24 Keith Bosticadd -E for no escape character, allow octal for -e
1990-08-22 Keith Bosticdefer to the copyright notices in the files themselves
1990-08-22 Keith Bosticallow "--" with getopt(3)
1990-08-22 Keith Bosticloop was stupid, could miss if first two were identical...
1990-08-22 Keith Bosticstate the format for clarity
1990-08-22 Keith Bosticsomebody picked and dropped a little too fast
1990-08-16 Mike Karelsattempt to make this work: append to Makefile, strippin...
1990-08-13 Edward Wanglint
1990-08-13 Edward Wangswitch to POSIX tty, old code still supported under...
1990-08-13 Edward Wanglint
1990-07-29 Trent Heindisable VSTATUS (^T) on local tty
1990-07-29 Cynthia A. E. Livi... fix SYNOPSIS line
1990-07-28 Mike Karelsrestore 6.10 changes, add -a and mods to environ
1990-07-28 Mike Karelsalways mark for export when defining environ variables
1990-07-28 Mike Karelschange USER-passing to happen only if -a or -l user...
1990-07-28 Marc Teitelbaumshit - everyone wants it back as -i
1990-07-28 Marc Teitelbaumupdate for new flag and removal of old ones
1990-07-28 Marc Teitelbaum-i -> -t (more commands use -t to mean sort by time)
1990-07-26 Keith Bosticpi has a man page
1990-07-26 Keith Bosticmove man page to section 6
1990-07-26 Keith Bosticneeds VMUNIX
1990-07-26 Keith Bosticex_temp.h needs DVMUNIX
1990-07-25 Cynthia A. E. Livi... .Xr botch fix
1990-07-24 Chris Torekfix octal-escape code: beware end of string, etc
1990-07-22 Keith Bosticadd the how flag (-h) which prints out the lines betwee...
1990-07-22 Keith Bosticmissed an absolute pathname!
1990-07-22 Keith Bosticallocate space for hosts, rather than fixed table size
1990-07-06 Cynthia A. E. Livi... put back pipes (`|')
1990-07-04 Keith Bosticclean pxref.0
1990-07-03 Edward Wanguse of null pointer
1990-07-02 Keith Bosticremove genbuild stuff
1990-07-02 Keith Bostic-a wasn't getting discarded completely; test case is:
1990-07-02 Keith Bosticclean y.tab.h
1990-07-02 Keith Bosticclean style1.c
1990-07-01 Keith Bosticdon't print out file name until sure it exists
1990-07-01 Keith Bosticdon't handle "exec foo -a {} \;" as old syntax because...
1990-07-01 Keith Bosticnew makefiles
1990-07-01 Marc Teitelbaumread ioctl_compat; also, look for "define" anywhere...
1990-07-01 Marc Teitelbaumdefine COMPAT_43 ot pick up ioctl_compat.h defines
1990-07-01 Trent Heindeclaration boo-boo
1990-07-01 Trent Heintwo bugs: 'perm' primary didn't work because setmode...
1990-07-01 Marc TeitelbaumUSE_OLD_TTY
1990-07-01 Keith Bosticnew doc makefiles
1990-07-01 Keith Bosticnew doc makefiles
1990-07-01 Keith Bosticnew doc makefiles
1990-07-01 Keith Bosticdate and time created 90/06/30 12:47:04 by bostic
1990-06-30 Cynthia A. E. Livi... converted man page
1990-06-30 Keith Bosticput uucp back in
1990-06-30 Trent Heinpathname changes & addition of nroff rule for manpages
1990-06-30 Trent Hein/usr/spool -> /var/spool
1990-06-30 Trent Heinsignal() int to void
1990-06-30 Trent Heinpathname changes (new hier bsd4.3-reno)
1990-06-30 Mike Karelsfix perror messages for tos
1990-06-30 Keith Bosticadd telnet
1990-06-30 Keith Bosticclean part.c
1990-06-30 Keith BosticVern Paxon's fixes for the new lex
1990-06-30 Keith Bostich02opcs.h is generated locally, now
1990-06-30 Kirk McKusickcheck in for Kirk; use getrusage, not times()
1990-06-30 Keith Bosticinstall pascal include files in /usr/include/pascal
1990-06-30 Edward Wangdo network fingers in argument order (instead of revers...
1990-06-30 Edward Wangbug fix: missing chdir("..") when a directory is not...
1990-06-30 Marc Teitelbaumtty is already prep'd - remove unnecessary code
1990-06-30 Keith Bosticdate and time created 90/06/29 11:45:57 by bostic
1990-06-30 Keith Bosticredo how pascal finds things.
1990-06-30 Keith Bosticuse -I path to get 0.h
1990-06-30 Keith Bosticdate and time created 90/06/29 11:44:47 by bostic
1990-06-30 Keith Bosticredo pascal makefiles
1990-06-30 Keith Bosticdate and time created 90/06/29 11:43:07 by bostic
1990-06-30 Keith Bosticredo pascal makefiles
1990-06-30 Keith Bosticdate and time created 90/06/29 11:42:37 by bostic
1990-06-30 Keith Bosticdate and time created 90/06/29 11:42:24 by bostic
next