summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/login.c
Commit message (Expand)AuthorAgeFilesLines
* * krlogind.c:Tom Yu1997-12-121-1/+0
* killpg() wasn't conditionalized in login.c, causing compiles to fail onKevin Mitchell1997-06-301-0/+4
* login.c: Always use the new tty line discpline. [krb5-appl/428]Theodore Tso1997-06-071-10/+27
* If we're on an SGI machine, don't do the MOTD or MAILCHECK thing,Theodore Tso1997-03-281-1/+1
* dditional patch for login environment variable processing: respect TERMSam Hartman1997-03-201-0/+6
* login.c: set ccache name consistently with other login appsRichard Basch1997-02-111-1/+1
* Overide important environment variables. Preliiminary fix; includeSam Hartman1996-12-291-6/+6
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-2/+3
* * login.c (k_init): Set up KRBTKFILE if converting krb5 tickets toTom Yu1996-11-101-1/+1
* Fix so login.c compiles with krb4 support.Sam Hartman1996-11-091-2/+3
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-071-7/+13
* * Fix broken comment ; it's setuid() that must suceed not the setleuidSam Hartman1996-11-021-3/+3
* Make the defaults be to *not* to get Kerberos V4 tickets. There areTheodore Tso1996-10-301-6/+7
* * Use login.krb5 -f from klogindSam Hartman1996-09-301-22/+17
* Fix goto labels so it compiles without krb4 supportSam Hartman1996-09-301-1/+1
* Preliminary fixed version of patch to deal with reading in credentialsSam Hartman1996-09-211-17/+26
* * login.c: fix a security-threating race condition: chown'ing theBarry Jaspan1996-09-111-6/+124
* login.M: Document that login_krb4_convert is off by defaultTheodore Tso1996-09-061-1/+1
* * klogind should do a better job of initializing output flags on ttySam Hartman1996-06-241-0/+17
* * login.c: Ezra's patches to trim unsed arg fromTom Yu1996-06-041-6/+14
* Use secure context for loginSam Hartman1996-05-231-1/+2
* krlogind.c krshd.c:Richard Basch1996-05-091-0/+9
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-011-513/+1318
* 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