Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-09-20 | Change the message if the S/Key sequence has expired. millert@ ok | Paul Janzen | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-09 | use setlogin(2). | Todd C. Miller | |
1997-07-24 | Add -a (audit all users) flag and do our pipes. | Todd C. Miller | |
1997-07-23 | Use _PATH_SKEYKEYS and fix a typo. | Todd C. Miller | |
1997-07-23 | close keyfile nicely. | Todd C. Miller | |
1997-07-23 | Add a seteuid() just in case someone decides to make this setuid | Todd C. Miller | |
by some uid other than 0. | |||
1997-07-23 | copyright | Todd C. Miller | |
1997-07-23 | Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys) | Todd C. Miller | |