summaryrefslogtreecommitdiff
path: root/libexec/fingerd
AgeCommit message (Collapse)Author
2025-10-12blocklist: Rename blacklist to blocklistJose Luis Duran
Follow up upstream rename from blacklist to blocklist. - Old names and rc scripts are still valid, but emitting an ugly warning - Old firewall rules and anchor names should work, but emitting an ugly warning - Old MK_BLACKLIST* knobs are wired to the new ones Although care has been taken not to break current configurations, this is a large patch containing mostly duplicated code. If issues arise, it will be swiftly reverted. Reviewed by: ivy (pkgbase) Approved by: emaste (mentor) MFC after: 2 days Relnotes: yes
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-11-26Remove copyright strings ifdef'd outWarner Losh
We've ifdef'd out the copyright strings for some time now. Go ahead and remove the ifdefs. Plus whatever other detritis was left over from other recent removals. These copyright strings are present in the comments and are largely from CSRG's attempt at adding their copyright to every binary file (which modern interpretations of the license doesn't require). Sponsored by: Netflix
2023-11-26libexec: Remove ancient SCCS tags.Warner Losh
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
2023-11-03Track upstream project rename in contrib/blocklistdEd Maste
Upstream is now https://github.com/zoulasc/blocklist/. Rename the contrib directory and update Makefiles to match, in advance of the next vendor branch update. Sponsored by: The FreeBSD Foundation
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
Remove /^\.\\"\s*\$FreeBSD\$$\n/
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2019-12-11Update Makefile.depend filesSimon J. Gerraty
Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
Leaf directories that have dependencies impacted by options need a Makefile.depend.options file to avoid churn in Makefile.depend DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc can be set in local.dirdeps-options.mk which can add to those set in Makefile.depend.options See share/mk/dirdeps-options.mk Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22469 Notes: svn path=/head/; revision=355616
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
2016-06-14DIRDEPS_BUILD: Update dependenciesBryan Drewery
Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301891
2016-06-03Add blacklist support to fingerdKurt Lidl
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
2015-06-13Add META_MODE support.Simon J. Gerraty
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
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=284172
2015-05-27Merge sync of headSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=283595
2014-11-25Convert to LIBADDBaptiste Daroussin
Reduce overlinking Notes: svn path=/head/; revision=275077
2014-11-20I agree w/ tedu that this isn't a Bug.. it's like complaining thatJohn-Mark Gurney
you can't use an ssh client to fetch a web page... Submitted by: tedu (via -tech) Notes: svn path=/head/; revision=274736
2014-05-16Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=266219
2014-05-10Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=265802
2014-04-28Merge headSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=265044
2014-02-17Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer
permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=262136
2014-02-17Add $FreeBSD$.Christian Brueffer
MFC after: 1 week Notes: svn path=/head/; revision=262135
2013-03-11Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=248169
2013-02-16Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=246868
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
2010-04-01Forgot to initialize the debug variable.Dag-Erling Smørgrav
MFC after: 2 weeks Notes: svn path=/head/; revision=206040
2010-04-01Add a debugging option (-d)Dag-Erling Smørgrav
Add a -k option which fingerd(8) passes through to finger(1). MFC after: 2 weeks Notes: svn path=/head/; revision=206038
2010-01-02Make WARNS=6 the default for libexec/.Ed Schouten
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
2008-08-04Mark functions as __dead2 in order to help the LLVM static checkerColin Percival
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
2005-02-14Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder
socklen_t * argument. Notes: svn path=/head/; revision=141918
2005-01-18Sort sections.Ruslan Ermilov
Notes: svn path=/head/; revision=140414
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
Notes: svn path=/head/; revision=131487
2004-03-29Make fingerd(8) WARNS2 clean.Pawel Jakub Dawidek
Notes: svn path=/head/; revision=127560
2002-10-13Mark the logerr() function __printflike().Kris Kennaway
MFC after: 3 days Notes: svn path=/head/; revision=105040
2002-08-13mdoc(7) police: nits.Ruslan Ermilov
Notes: svn path=/head/; revision=101785
2002-07-21Correct wrong grammar from previous commit. Note that fingerd is not limitedPhilippe Charnier
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
2002-07-06The .Nm utilityPhilippe Charnier
Notes: svn path=/head/; revision=99500
2002-06-26When the -p flag is specified, set an environment variable to the nameGarrett Wollman
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
2002-05-30Add used include of <string.h>.Garrett Wollman
Delete unused include of <strings.h>. Notes: svn path=/head/; revision=97635
2002-02-24Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft
MFC after: 1 week Notes: svn path=/head/; revision=91201
2002-02-04Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway
are not yet warning-clean. Tested on i386 and alpha. Notes: svn path=/head/; revision=90164
2002-02-03o Eliminate __PWarner Losh
o Use new-style function definitions o remove some !__STDC__ code o eliminate register Notes: svn path=/head/; revision=90148
2001-10-04Terminate the array of execv(3) pointers by a NULL pointer in the edge case.Ruslan Ermilov
PR: bin/30913 Submitted by: Dimitri Lommers <dimitri@hinttech.com> Notes: svn path=/head/; revision=84454
2001-08-10mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov
with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
2001-07-15Remove whitespace at EOL.Dima Dorfman
Notes: svn path=/head/; revision=79754
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
Notes: svn path=/head/; revision=79529