aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd
Commit message (Collapse)AuthorAgeFilesLines
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+1
| | | | | | | socklen_t * argument. Notes: svn path=/head/; revision=141918
* Include stdlib.h to get exit()'s prototype.David E. O'Brien2003-06-021-0/+1
| | | | Notes: svn path=/head/; revision=115668
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-20/+28
| | | | | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr> Notes: svn path=/head/; revision=100120
* The .Nm utilityPhilippe Charnier2002-07-061-4/+6
| | | | Notes: svn path=/head/; revision=99500
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-5/+6
| | | | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=95658
* o __P removalWarner Losh2002-02-072-23/+11
| | | | | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused. Notes: svn path=/head/; revision=90336
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74529
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50476
* Make these programs compile and work correctly now that /usr/include/rpcsvcBill Paul1998-01-191-11/+19
| | | | | | | | | has been ANSI-fied. Pointed out by: bde Notes: svn path=/head/; revision=32629
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()Philippe Charnier1998-01-072-12/+10
| | | | | | | instead of errx() when being a daemon. Notes: svn path=/head/; revision=32312
* Use err(3). -Wall cleaning. cosmetics in man page.Philippe Charnier1997-11-263-23/+30
| | | | Notes: svn path=/head/; revision=31422
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | Notes: svn path=/head/; revision=21635
* Correct the ancient paths here in case someone ever uncomments this again.Jordan K. Hubbard1996-11-051-3/+3
| | | | Notes: svn path=/head/; revision=19416
* Comment out the XIDLE extension stuff, it breaks make world on systemsTorsten Blum1996-11-041-5/+5
| | | | | | | with Xinside's CDE installed Notes: svn path=/head/; revision=19404
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-17/+17
| | | | Notes: svn path=/head/; revision=8870
* Make two variables static so that the compiler warnings areAndreas Schulz1994-11-181-3/+3
| | | | | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem. Notes: svn path=/head/; revision=4661
* Reviewed by: Roger Holst roger@first.gmd.deAndreas Schulz1994-11-181-1/+2
| | | | | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd. Notes: svn path=/head/; revision=4657
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-2/+2
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* rusersd from FreeBSD 1.1.5.1Geoff Rehmet1994-08-284-0/+578
Reviewed by: geoff. Submitted by: John Brezak Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2337