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