aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd
Commit message (Expand)AuthorAgeFilesLines
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-2/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-092-6/+4
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
* Sort sections.Ruslan Ermilov2005-01-181-19/+19
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-11/+22
* Markup fixes.Ruslan Ermilov2004-05-161-8/+11
* Cast the terminating NULL to char * in the execl() call.Maxime Henrion2004-04-041-1/+1
* Removed duplicate -lutil.Ruslan Ermilov2004-02-021-5/+2
* Document what the PAM believers failed to do (and should have),David E. O'Brien2003-12-171-0/+9
* The .Xr utilityPhilippe Charnier2003-06-081-3/+4
* The .Nm utilityPhilippe Charnier2002-07-061-5/+5
* Gut out (by default unused) cruft, and tidy up warnings.Mark Murray2002-06-263-170/+22
* PAMify.Dag-Erling Smørgrav2002-05-081-253/+127
* YA patch I forgot to commit last night.Dag-Erling Smørgrav2002-03-061-1/+1
* o const poison a few prototypes to avoid gcc3 warningsWarner Losh2002-02-071-9/+9
* o __P removalWarner Losh2002-02-071-26/+19
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-1/+1
* Mark a function as __printf0like(). This exposes a warning which requiresKris Kennaway2002-02-041-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Replacement of the old error() routine with errx(3) was premature.Mark Murray2001-04-291-17/+39
* Grrr. Fix a line that was fatfingered out during the cleanup.Mark Murray2001-04-291-0/+1
* Cleaner method of making PAMable apps static (in the optional case ofMark Murray2001-04-281-5/+0
* Allow static linking.Mark Murray2001-04-281-0/+5
* Clean up the error handling code a bit. There is no need to "roll ourMark Murray2001-04-281-89/+26
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-04-041-4/+5
* Add full PAM support for account management and sessions.Mark Murray2001-03-273-54/+227
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Structure the options listing to be more standard.Nik Clayton2001-02-021-16/+21
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-3/+1
* Whitespace-only to sync with -stable.Ruslan Ermilov2000-12-071-2/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesRuslan Ermilov2000-10-122-28/+1
* Plug the hole where rshd would bypass a proper .rhosts check if theBrian S. Dean2000-07-051-3/+2
* Remove dead debug code.Jeroen Ruigrok van der Werven2000-04-291-8/+0
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+1
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-8/+2
* Fix rshd coredump when AF_INET socket is used.Yoshinobu Inoue2000-01-281-1/+1
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-253-24/+64
* . mdoc(7)'fyAlexey Zelkin2000-01-071-4/+12
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.Mark Murray1999-09-192-153/+66
* Fix more Common Error brokenness.Mark Murray1999-09-061-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-6/+5