| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the POSIX tty interface instead of the old interface. This makes | tjr | 2003-09-28 | 2 | -104/+58 |
* | Remove remnants of Kerberos -Kkx options. | tjr | 2003-09-28 | 2 | -25/+4 |
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 2 | -175/+24 |
* | Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'', | charnier | 2002-10-16 | 2 | -44/+34 |
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 1 | -4/+4 |
* | Really include <paths.h> (it seems it was brought in indirectly) | des | 2002-05-08 | 1 | -0/+1 |
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 2 | -3/+8 |
* | Easy warns fixes; use const, mark unused function parameters. Remove | markm | 2002-04-28 | 1 | -14/+13 |
* | Remove GCC-specific flags. | markm | 2002-04-28 | 1 | -1/+0 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -5/+9 |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
* | o unifdef -D__STDC__ | imp | 2002-03-23 | 1 | -77/+19 |
* | remove __P | imp | 2002-03-22 | 1 | -19/+19 |
* | Fix typo: supporting -> support. | keramida | 2002-03-17 | 1 | -1/+1 |
* | Use SIGUSR1 to propogate SIGURG to the child; security measures prevent | fenner | 2002-02-27 | 1 | -2/+3 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+2 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | [rlogin.1] Document the `-4' and `-6' options. Correct a typo. | jkoshy | 2000-11-24 | 2 | -3/+7 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -2/+0 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -1/+1 |
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 2 | -3/+3 |
* | Add -4 and -6 options. | shin | 2000-02-15 | 1 | -5/+14 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 2 | -4/+16 |
* | . mdoc(7)'fy | phantom | 2000-01-07 | 1 | -14/+29 |
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 1 | -2/+2 |
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 1 | -2/+2 |
* | Change edistribution to krb4 in preaparation for K5 | markm | 1999-09-19 | 1 | -1/+1 |
* | Fix for new Kerberos4. | markm | 1999-09-19 | 1 | -1/+2 |
* | Fix Common Error brokenness. | markm | 1999-09-06 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Fixed usage message to almost match the man page. The old -d option and | bde | 1999-05-27 | 1 | -12/+9 |
* | Add a -i localname switch (restricted to root) to specify a different | peter | 1999-05-25 | 2 | -5/+21 |
* | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | markm | 1998-10-09 | 3 | -4/+12 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Add -lcrypt when building kerberos. | jb | 1998-09-05 | 1 | -3/+3 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+2 |
* | Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos | markm | 1998-03-26 | 1 | -3/+3 |
* | Quite a while back KTH (who are the good folks who wrote our KerberosIV) | markm | 1998-03-26 | 2 | -18/+20 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 5 | -567/+30 |
* | Use err(3). Document -l flag. | charnier | 1997-08-05 | 2 | -38/+34 |
* | kill the undead | peter | 1997-07-13 | 1 | -203/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 1 | -0/+203 |
|\ |
|
| * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, | bde | 1997-07-06 | 3 | -157/+415 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -203/+0 |