summaryrefslogtreecommitdiff
path: root/usr.bin/su
AgeCommit message (Expand)Author
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-21Add missing dot to the `-' option. Ok'ed by wiz.jmmv
2003-01-19Add EXIT STATUS section.jmmv
2002-11-16error handling on strdup failureitojun
2002-11-16use strlcpyitojun
2002-10-23add DPADD.itojun
2002-10-13New sentence, new line; drop trailing whitespace.wiz
2002-10-05Make example clearer, that the -c _after_ the login is passed to the shell.hubertf
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2001-12-08Sort sections, sort SEE ALSO, use .Pp instead of empty lines.wiz
2001-04-23Revert to previous, less offensive, error message when a malloc fails.simonb
2001-04-04kerberos(1) -> (8). Sort SEE ALSO.wiz
2001-03-08Correct the HISTORY section, per PR 11192 and Robert Elz.fair
2001-02-19convert to use getprogname()cgd
2001-01-11SU_INDIRECT_GROUP should not be on by default.sjg
2001-01-10If SU_INDIRECT_GROUP is defined (it is by default), then su willsjg
2001-01-10- don't use LOG_CONSlukem
2000-10-18Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.simonb
2000-09-09Switch to the user we're su-ing to sooner. This allows su to actually access...erh
2000-08-09set the correct owner on the krb5 ccacheassar
2000-08-03remove -lvers, it's not usedassar
2000-08-03update build infrastructure for heimdal 0.3aassar
2000-07-23Fix library order.mycroft
2000-07-13fix the krb5 su to ordinary user case, from Mark Daviesassar
2000-07-10add Kerberos5 supportassar
2000-07-10repair, simplify, and improve the Kerberos partassar
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-05-10Add some examples of usage. Modelled after what is in Solaris manpage,jdolecek
2000-02-11Set SU_FROM environment variable. This can be used to determine a 'su -'abs
2000-01-25Removed code that would squash root's path when suing to root,mjl
2000-01-14Implement login_cap capability lookup.mjl
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-09-27Mention "-" is the same as "-l". Closes PR/8499 by Matthew Aldous.mjl
1999-08-29Amazing how this worked for so long. setenv(3) expects environ(7) to bechristos
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-11Allow people in group wheel to use the ROOTAUTH group.kim
1999-05-02Bring $PATH information in sync with _PATH_DEFPATH.kleink
1999-03-22Looks like some recent changes broke the 'anyone can su if wheel is not presentabs
1999-03-15Revert - handling; it is done as part of getopt.christos
1999-03-15Remove Solaris shadow password support... Better to do this in thechristos
1999-03-15- Add support for Solaris style shadow password fileschristos
1999-02-20Don't warn about being in a user's ACL if Kerberos appears to bescottr
1999-02-18Remove the crypto-related bits until such time as we have a fully-scottr
1998-12-19ifdef the pw_change and pw_expire stuff with BSD4_4christos
1998-10-14Add #ifdef SKEY around SKEY-specific code.wsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft