aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rusersd/rusers_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
| | | | | | | These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
| | | | | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=262136
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-4/+2
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=241777
* Port all apps in libexec/ from libulog to utmpx.Ed Schouten2010-01-131-2/+1
| | | | Notes: svn path=/head/; revision=202210
* Make rpc.ruserd work with utmpx/libulog.Ed Schouten2009-12-291-88/+33
| | | | | | | | | | 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. Notes: svn path=/head/; revision=201192
* Perform cleanups to rpc.rusersd:Ed Schouten2009-12-281-179/+183
| | | | | | | | - Perform whitespace fixes. Use tabs instead of 8 spaces. - Make it build at WARNS=6. Notes: svn path=/head/; revision=201146
* Include stdlib.h to get exit()'s prototype.David E. O'Brien2003-06-021-0/+1
| | | | Notes: svn path=/head/; revision=115668
* 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-071-18/+8
| | | | | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused. Notes: svn path=/head/; revision=90336
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | 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-071-10/+9
| | | | | | | 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-261-14/+15
| | | | Notes: svn path=/head/; revision=31422
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
| | | | 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
* __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-281-0/+390
Reviewed by: geoff. Submitted by: John Brezak Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2337