Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Remove MLINKS to nonexistant manpages | brueffer | 2005-07-14 | 1 | -1/+1 |
| | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | Spell 1 as SHUT_WR in argument to shutdown(2). | jmallett | 2005-05-11 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 1 | -1/+0 |
| | | | | | | bsd.*.mk infrasture. Obtained from: ru | ||||
* | Removed remnants of Kerberos support. | ru | 2005-01-21 | 2 | -24/+6 |
| | |||||
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Remove duplicate #include. Do not \n terminate errx() arg. | charnier | 2003-09-07 | 1 | -2/+3 |
| | |||||
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 2 | -172/+7 |
| | | | | for ages, and no-one seems to have noticed. Viva PAM! | ||||
* | Check for FD_SET overrun. | nectar | 2002-09-09 | 1 | -0/+4 |
| | |||||
* | If a timeout is specified, make sure that rcmd() completes within | iedowse | 2002-08-13 | 1 | -0/+18 |
| | | | | | | | | | | the specified time. Previously, rsh could potentially hang indefinitely at this point even when a timeout was set, for example if the server accepts the connection and then never sends any reply. PR: bin/20042 Submitted by: Keith White <Keith.White@site.uottawa.ca> MFC after: 1 week | ||||
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 3 | -42/+10 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+6 |
| | |||||
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
| | | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60. | ||||
* | Const what I could on a first pass. | obrien | 2002-03-30 | 1 | -7/+9 |
| | |||||
* | Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options from | markm | 2002-03-23 | 2 | -20/+11 |
| | | | | Makefile. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 |
| | |||||
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
| | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. | ||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -2/+2 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | 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 |
| | |||||
* | [rsh.1] Document the `-4' and `-6' options. | jkoshy | 2000-11-24 | 2 | -2/+6 |
| | | | | [rsh.c] Make usage message match the code. | ||||
* | 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 |
| | |||||
* | Fix a bug in rsh that caused the remote process to hang waiting on | bsd | 2000-04-01 | 1 | -0/+2 |
| | | | | | | | input even if the '-n' flag to rsh is used. The write side of the socket should be closed to allow the remote process to see EOF. Submitted by: Brad Chisholm <sasblc@unx.sas.com> | ||||
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -1/+1 |
| | | | | Approved by: jkh | ||||
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 2 | -3/+3 |
| | |||||
* | Add -4 and -6 options. | shin | 2000-02-15 | 1 | -6/+16 |
| | | | | | | | | | Current getaddrinfo() implemetation has a problem of too much resolving waiting time on INET6 enabled systems. -4 and -6 options can limit name resolving address family and is a possible workaround for the problem. Approved by: jkh | ||||
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -2/+4 |
| | | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project | ||||
* | . mdoc(7)'fy | phantom | 2000-01-07 | 1 | -1/+3 |
| | | | | | | | | . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 1 | -2/+2 |
| | | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model. | ||||
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 1 | -2/+2 |
| | | | | | smart because it will definitely get it wrong. This popped up during cross-linking. | ||||
* | add arguments | charnier | 1999-11-02 | 1 | -9/+13 |
| | |||||
* | mdoc(7)'fy | phantom | 1999-10-30 | 1 | -7/+7 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Don't use an arbitrary hardcoded value for nfds in select() calls. | des | 1999-02-10 | 1 | -6/+8 |
| | | | | PR: bin/9986 | ||||
* | 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 |
| | |||||
* | Add const to rcsid. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Initialise variable that gcc lies awake at night worrying about. | jb | 1998-02-20 | 1 | -2/+2 |
| | |||||
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 2 | -14/+20 |
| | | | | Also quieten -Wall a bit. | ||||
* | Use err(3) instead of local definition. | charnier | 1997-08-07 | 2 | -51/+25 |
| | | | | Cosmetic in man page: do not start describing a flag with `The option -X ..'. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. |