summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd/rusersd.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-241-5/+1
| | | | | | | Remove the 3rd clause ("advertising clause") of the BSD license as permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp
* More -Wmissing-variable-declarations fixes.ed2012-10-201-1/+1
| | | | | | | | | | In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h.
* Make rpc.ruserd work with utmpx/libulog.ed2009-12-291-2/+0
| | | | | | | Because strings are now null-terminated, I've decided to just use an array of utmpx structures, instead of the separated strings. This means we just copy the entire utmpx structure and point to the strings within the structures directly.
* Perform cleanups to rpc.rusersd:ed2009-12-281-19/+19
| | | | | - Perform whitespace fixes. Use tabs instead of 8 spaces. - Make it build at WARNS=6.
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
| | | | socklen_t * argument.
* Port to TI/RPC and/or IPV6.alfred2002-07-151-20/+28
| | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>
* o __P removalimp2002-02-071-5/+3
| | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove unused #includes and make it compile again with -DDEBUG. Use syslog()charnier1998-01-071-2/+1
| | | | instead of errx() when being a daemon.
* Use err(3). -Wall cleaning. cosmetics in man page.charnier1997-11-261-4/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd.
* rusersd from FreeBSD 1.1.5.1csgr1994-08-281-0/+108
Reviewed by: geoff. Submitted by: John Brezak
OpenPOWER on IntegriCloud