aboutsummaryrefslogtreecommitdiff
path: root/libexec/fingerd
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-2/+6
| | | | | | | | | | | | | | | | | 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-141-0/+2
| | | | | | | | Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301891
* Add blacklist support to fingerdKurt Lidl2016-06-032-0/+20
| | | | | | | | | | | Reviewed by: rpaulo Approved by: rpaulo Relnotes: YES Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5916 Notes: svn path=/head/; revision=301243
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-272-20/+3
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge headSimon J. Gerraty2014-04-283-15/+5
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | | | | | | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275077
* | | I agree w/ tedu that this isn't a Bug.. it's like complaining thatJohn-Mark Gurney2014-11-201-18/+2
| |/ |/| | | | | | | | | | | | | | | you can't use an ssh client to fetch a web page... Submitted by: tedu (via -tech) Notes: svn path=/head/; revision=274736
* | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-173-15/+3
| | | | | | | | | | | | | | | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=262136
* | Add $FreeBSD$.Christian Brueffer2014-02-171-0/+2
|/ | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=262135
* Forgot to initialize the debug variable.Dag-Erling Smørgrav2010-04-011-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=206040
* Add a debugging option (-d)Dag-Erling Smørgrav2010-04-012-12/+47
| | | | | | | | | Add a -k option which fingerd(8) passes through to finger(1). MFC after: 2 weeks Notes: svn path=/head/; revision=206038
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-021-1/+1
| | | | | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS. Notes: svn path=/head/; revision=201380
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+1
| | | | | | | | | | understand which code paths aren't possible. This commit eliminates 117 false positive bug reports of the form "allocate memory; error out if pointer is NULL; use pointer". Notes: svn path=/head/; revision=181269
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+2
| | | | | | | socklen_t * argument. Notes: svn path=/head/; revision=141918
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
| | | | Notes: svn path=/head/; revision=140414
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131487
* Make fingerd(8) WARNS2 clean.Pawel Jakub Dawidek2004-03-292-1/+2
| | | | Notes: svn path=/head/; revision=127560
* Mark the logerr() function __printflike().Kris Kennaway2002-10-131-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=105040
* mdoc(7) police: nits.Ruslan Ermilov2002-08-131-2/+3
| | | | Notes: svn path=/head/; revision=101785
* Correct wrong grammar from previous commit. Note that fingerd is not limitedPhilippe Charnier2002-07-211-5/+10
| | | | | | | | | | to being an interface to finger(1), see -p flag. Remove a reference to name(?) program we don't have. Submitted by: wollman Notes: svn path=/head/; revision=100442
* The .Nm utilityPhilippe Charnier2002-07-061-10/+14
| | | | Notes: svn path=/head/; revision=99500
* When the -p flag is specified, set an environment variable to the nameGarrett Wollman2002-06-262-12/+30
| | | | | | | | | | | | | | | | | | of the remote host (or rather, the name as mangled by realhostname_sa()) so that the process can use it to behave differently depending on the origin on the request. We use this to implement rudimentary visibility control on our user information. Make sure that the child process's standard error goes through the same NVT-ASCII filter as is applied to the standard output. Don't attempt to call logerr() from the child since stdio is not safe in a vforked process. Just write a message to fd 2 instead. (Ideally, the parent would open two pipes, and siphon off our stderr to some place less public, but I have not attempted to do so in this implementation.) Notes: svn path=/head/; revision=98897
* Add used include of <string.h>.Garrett Wollman2002-05-301-1/+1
| | | | | | | Delete unused include of <strings.h>. Notes: svn path=/head/; revision=97635
* Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft2002-02-241-2/+0
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=91201
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-0/+2
| | | | | | | are not yet warning-clean. Tested on i386 and alpha. Notes: svn path=/head/; revision=90164
* o Eliminate __PWarner Losh2002-02-031-21/+5
| | | | | | | | | o Use new-style function definitions o remove some !__STDC__ code o eliminate register Notes: svn path=/head/; revision=90148
* Terminate the array of execv(3) pointers by a NULL pointer in the edge case.Ruslan Ermilov2001-10-041-1/+3
| | | | | | | | PR: bin/30913 Submitted by: Dimitri Lommers <dimitri@hinttech.com> Notes: svn path=/head/; revision=84454
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* 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
* Check malloc() and strdup() return valuesChris D. Faulhaber2001-01-201-2/+6
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=71274
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68949
* Support logging for IPv6 remote host.Yoshinobu Inoue2000-02-181-4/+5
| | | | | | | | | | Approved by: jkh PR: bin/16789 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk Notes: svn path=/head/; revision=57313
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+1
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Identify illegal switches, don't print them as '?' in the error..Peter Wemm1999-05-181-2/+2
| | | | Notes: svn path=/head/; revision=47291
* Fix the size of rhost, don't forget to NUL terminateBrian Somers1999-04-071-2/+3
| | | | | | | | it and use brackets for sizeof. Requested by: bde Notes: svn path=/head/; revision=45418
* Link with libutilBrian Somers1999-04-061-1/+3
| | | | Notes: svn path=/head/; revision=45396
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-9/+5
| | | | | | | | | gethostbyaddr() & gethostbyname(). Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length. Notes: svn path=/head/; revision=45393
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell1998-05-151-1/+3
| | | | | | | | this socket option. This is temporary code while the alpha still uses NetBSD socket code in the kernel. Notes: svn path=/head/; revision=36045