summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/login.c
Commit message (Expand)AuthorAgeFilesLines
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-191-1/+1
* kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.)Theodore Tso1996-01-111-1/+28
* If HAVE_SHADOW is defined, and no shadow password entry is availble,Theodore Tso1995-12-221-2/+1
* * configure.in: Use krb5util libraryEzra Peisach1995-12-061-1/+1
* Applied patch from Scott Schwartz <schwartz@galapagos.cse.psu.edu>Theodore Tso1995-12-011-0/+41
* Add IEXTEN to lflagsSam Hartman1995-11-171-1/+0
* ----------------------------------------------------------------------Sam Hartman1995-10-161-1/+2
* * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t...Sam Hartman1995-08-071-5/+3
* Change to use libpty for utmp handling in login.krb5. RemoveSam Hartman1995-08-011-1/+4
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-311-5/+6
* Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1995-07-061-2/+0
* Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.Theodore Tso1995-07-061-4/+11
* login.c: Change RETSIGTYPE to krb5_sigtype to be consistantEzra Peisach1995-06-211-1/+1
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-191-4/+10
* * loginpaths.h: Add NetBSD pathsEzra Peisach1995-05-211-0/+4
* login.c (main): Only try to use TIOCSETD if it is definedTheodore Tso1995-05-201-2/+4
* Don't use setreuid() to play games with the real uid, since not allTheodore Tso1995-04-291-19/+5
* Lots of lint cleanup; declare functions before they are used, addTheodore Tso1995-04-281-15/+24
* Do not prototype krb_err_txt. kerberosIV/krb.h definesEzra Peisach1995-04-281-2/+0
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-261-1/+6
* * logutil.cRichard Basch1994-12-301-17/+10
* Fixed a couple more syntactical errors with shadow passwords (now works)Richard Basch1994-12-281-3/+3
* Corrected logic for shadow password testsRichard Basch1994-12-281-10/+15
* Removed a reference to CBAUD that caused compilation errorsRichard Basch1994-12-281-2/+0
* Changed uid_type to uid_t, gid_type to gid_tRichard Basch1994-12-281-33/+44
* * krlogind.cRichard Basch1994-12-271-25/+7
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-081-20/+74
* * login.c (main): if CSTATUS is missing, don't set c_cc[VSTATUS]Mark Eichin1994-10-281-0/+2
* * login.c (main): if CDISCARD is missing, use CFLUSH insteadMark Eichin1994-10-271-0/+3
* Add other termios c_cc initializations for the ALPHATheodore Tso1994-10-191-0/+9
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* lintMark Eichin1994-08-141-2/+2
* add dbm for an_to_ln, fix tioclset ifdefMark Eichin1994-08-081-1/+1
* more posix and linux fixesMark Eichin1994-08-071-0/+3
* add missing declaration of strsaveMark Eichin1994-08-061-0/+4
* rest of signal cleanups plus strsaveMark Eichin1994-08-051-9/+21
* almost there. safety checkinMark Eichin1994-08-041-37/+157
* HAVE_TTYENT_H, HAVE_SYS_LABEL_HMark Eichin1994-07-271-6/+2
* strings.h is always wrongMark Eichin1994-07-261-1/+1
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-2/+2
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-7/+7
* Add support for the -F flag --- allow logins by anyone, including rootTheodore Tso1994-06-101-7/+24
* Lots of cleanup. V4/V5 compatibility recvauth moved to separateTheodore Tso1993-12-241-79/+656
* Added support for credentials forwardingTheodore Tso1993-06-031-496/+476
* *** empty log message ***Theodore Tso1992-09-291-0/+684