BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.bin / login / login.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-02-24 Keith Bosticupdate the copyright notice
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-02 Kirk McKusickupdate login copyright string
1992-06-30 Keith BosticANSI C cleanups
1992-04-27 Keith Bosticthe prettiness police welcome login to ANSI; no real...
1992-04-27 Keith Bosticrootlogin should be set early in the loop
1991-11-20 Marc Teitelbaumreset rootlogin=0 so successive attempts to login with...
1991-08-01 Keith Bosticwrong expire value for password; bug report 4.3BSD...
1991-06-30 Keith Bosticdocument -h option, exit 1 if exec fails, minor cleanups
1991-06-29 Keith Bosticset LOGNAME for POSIX.2
1991-06-28 Keith Bosticcorrect error message for -h option by unprivileged...
1991-06-03 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-06-02 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-05-11 Marc Teitelbaumdon't set tty mode - should already be done (and too...
1991-03-30 Kevin Fallupdate to use "person.root" login for kerberos
1991-03-16 Mike Karelstry to satisfy General Counsel
1991-03-02 Keith BosticANSI
1991-02-06 Mike Karelsdon't need sgtty.h now
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-10-30 Keith Bosticchange so that user entered info gets put in secure...
1990-10-01 Keith Bosticchange so that user entered info gets put in secure...
1990-06-30 Marc Teitelbaumtty is already prep'd - remove unnecessary code
1990-06-29 Marc Teitelbaumrip out tty initializations (done elsewhere)
1990-06-28 Mike Karelsdon't do duplicate ROOT login logs from rlogind w/...
1990-06-25 Keith Bosticmake -f work for root, simplify the code
1990-06-25 Keith Bosticdon't show nologin stuff until have a valid password
1990-06-25 Keith Bosticreplace localtime/printf combinations with calls to...
1990-06-25 Keith Bosticmake unknown login name parallel real login so looks...
1990-06-25 Keith Bosticmove Kerberos code into klogin.c; CFLUSH -> CDISCARD...
1990-06-01 Keith Bosticmove openlog before syslog call
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-12 Kevin Fallnow includes kerberosIV/des.h
1990-05-07 Kirk McKusickno more interaction with quotas
1990-04-04 Keith Bosticinclude from kerberosIV directory
1990-03-15 Keith Bosticenvinit must be initialized to NULL
1990-02-03 Keith Sklowerchange setlogname --> setlogin
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-10-13 Kevin Falladded some root terminal protection
1989-08-25 Kevin Fallunlink ticket file before initializing new one; fix...
1989-08-24 Kevin Fallfix ticket file ownership (look at this again later)
1989-08-23 Kevin Fallremove BSD ifdefs
1989-08-23 Kevin Fallnumerous Kerberos, syslog changes; signal() is now...
1989-08-15 Keith Bosticnew tty driver
1989-06-03 Keith Bosticuse tzfile.h #defines; tests for expiration were reversed
1989-05-18 Kevin Falladd protection against masquerading Kerberos server
1989-05-10 Keith Bosticfile system reorg; paths.h; add setlogname, clean up...
1989-04-03 Keith Bosticrest of pathnames
1989-03-18 Keith Bosticdon't let user force core dump; KNF some Kerberos stuff;
1989-03-18 Keith Bosticadd in -r flag for shadow password package
1989-03-15 Keith Bosticfor marc; hushlogin for password expiration and Kerbero...
1989-03-06 Keith Bosticforgot one
1989-03-06 Keith Bosticadd pathnames.h
1989-02-24 Keith Bosticadd shadow passwords to branch for distribution
1989-02-24 Keith Bosticadd password/change account/expiration timeouts
1989-02-08 Kevin Falluse new krb library, correct ownership of ticket file,
1989-01-29 Mike Karelsbranch without Kerberos (network release)
1989-01-29 Mike Karelsrestore SCCS keywords (grrr)
1989-01-29 Mike Karelsnot so noisy: don't log failures if same login name...
1989-01-25 Kevin Falladd Kerberos ifdefs and bzero password ASAP
1989-01-21 Keith Bosticnull pointer dereference
1989-01-16 Keith Bosticdo case insensitive comparison on domain name
1989-01-16 Keith Bosticalways log errors, even if EOF read or eventually succe...
1989-01-07 Mike Karelsremove -r (moved into rlogind)
1989-01-07 Keith BosticMike's cleanups; add Berkeley specific copyright, minor...
1988-12-22 Keith Bosticmajor rework/cleanup; remove any vestige of AT&T code
1988-09-23 Keith Bosticfopen returns pointer, not integer; fix for ANSI C
1988-09-20 Keith Bosticuse libutil version of login
1988-09-18 Keith Bostici unused
1987-10-02 Keith Bostic'-' may not start login name; bug report 4.3BSD/bin/85
1987-06-28 Mike Karelsadd -f for datakit and others
1987-06-17 Keith Bostictimeout to 5 minutes
1987-03-12 Keith Bosticsetenv moved to C library
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-11-11 Mike Karelsshorten hostname if local
1986-04-13 Mike Karelswrite => tty
1986-03-14 Kirk McKusickif lookup of group "write" fails, use user's /etc/passw...
1986-03-14 Kirk McKusicksetgid to group "write" so that terminals need not...
1986-03-06 Mike Karelsif resetting special chars, let's do them all
1986-01-10 Kirk McKusickdelete trash for distribution
1985-11-09 Jim Bloomcheck for null string as well as null pointer
1985-10-19 Kirk McKusickgive "from host" information for network login failures
1985-10-11 Jim Bloomask for login name second time around on rlogin
1985-09-25 Jim Bloomask for login name after first time around on remote...
1985-09-20 Mike Karelsdon't clobber term, path if -p (but always set user...
1985-09-18 Kirk McKusickoverloading of rflag causes trouble for window sizes
1985-09-18 Eric Allmanfacilities in syslog
1985-09-18 Kirk McKusickdo not set window size from rlogin as rlogind promises...
1985-09-13 Jim Bloomallow -p and a network arg, use ruserok instead of...
1985-05-25 Kirk McKusickignore ``quotas not compiled in'' error message from...
1985-05-01 Distribution FolksAdd copyright
1985-04-02 Mike Karelsoff by one
1985-04-02 Sam Lefflerallow getty to propagate environment; setup window...
1985-01-09 Serge ???specify if mail in the mbox is new
1984-12-18 Ralph Campbellset umask here until switchover (get it from init).
1984-05-08 Bill Joyuses new getttyent(3) routines.
1983-09-03 Edward Wangin getloginname, use lusername to getpw so it can be...
1983-09-03 Edward Wanguse lusername[] as buffer in getloginname()
next