summaryrefslogtreecommitdiff
path: root/usr.bin/login
AgeCommit message (Expand)Author
2000-07-23Fix library order.mycroft
2000-07-11Xr passwd.confad
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-06-02Backout login_get_kconf function, because it breaks crypto-intl builds.aidan
2000-05-30Allow krb5 and krb4 to be compiled in to the same login binary at once,aidan
2000-03-07- For root, if ignorenologin is set in login.conf, don't callenami
2000-03-07Cosmetic changes.enami
2000-02-14Move include/kerberosIV/com_err.h to include/com_err.h.aidan
2000-02-14Patch from assar@netbsd.org to make k5login.c work with both MIT and Heimdalaidan
2000-02-04Add login_getpwclass to libutil as convenience function formjl
2000-01-22Removed some fallback cases since that is now done in libutil.mjl
2000-01-13Clean up changes a bit.mjl
2000-01-13Re-enable login_cap processing, now that a non-existing login.confmjl
2000-01-13Ack. Disable login caps, until problems are fixed.mjl
2000-01-13Add login.conf capability setting.mjl
2000-01-07copyright year change (thanks cgd) so we emit , 2000 now.billc
1999-12-26Fixed 'login in free' warning in kdestroy().aidan
1999-12-05Made login continue without kerberos when there is no krb5.conf presentaidan
1999-08-25make this compile....christos
1999-07-30Make this compile again in an ELF world.mycroft
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-12Kerberos5 changes to login -- now supports forwarded TGTs.aidan
1999-06-15Don't declare login here. It is declared in <util.h>christos
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-05Build domestic login on domestic systems.kim
1999-02-18Remove the crypto-related bits until such time as we have a fully-scottr
1999-01-13Correct documentation of /etc/nologin to note that it does notfair
1999-01-11Show year of last login.kim
1999-01-06add copyright 1999lukem
1998-08-29Execute ttyaction on termination of rlogind/telnetd sessions.tsarna
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft
1998-07-11do _NOT_ use system(3) in setuid programs. KNF.mrg
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-04-10Add .Xr ttyaction 3 per PR#4647fair
1998-04-02Need <time.h> for ctime() and time() prototypes.kleink
1998-01-16Also save groups before chdir($HOME). This fixes a problem pointedhubertf
1998-01-07Happy new year!thorpej
1997-12-05Give up special privileges before chdir($HOME) and access(.hushlogin),hubertf
1997-11-07print TNF copyright, like the kernel does.mrg
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-19s/bzero/memsetlukem
1997-10-19fix .Nm usagelukem
1997-10-19don't define WARNS=1 herelukem
1997-10-12Undo part of the previous; don't allow logins if we've passed pw_change.mycroft
1997-10-12Refuse login only when we've past pw_expire, not pw_change. Check pw_expiremycroft
1997-10-12Several things:mycroft
1997-10-12SRCS must be defined *before* bsd.prog.mk is included...mycroft