Software:oidentd

From HandWiki
Revision as of 07:52, 9 February 2024 by Sherlock (talk | contribs) (fixing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Daemon for ident protocol
oidentd
Original author(s)Ryan McCabe
Developer(s)Janik Rabe
Initial release1998; 26 years ago (1998)
Stable release
3.1.0 / March 11, 2023; 13 months ago (2023-03-11)[1]
Repositorygithub.com/janikrabe/oidentd
Written inC
Operating system
Available inEnglish
TypeIdent protocol daemon
LicenseGNU GPL v2[3]
Websiteoidentd.janikrabe.com

oidentd is an RFC 1413 compliant ident daemon which runs on Linux, FreeBSD, OpenBSD, NetBSD, DragonFly BSD, and some versions of Darwin and Solaris. It can handle IP masqueraded or NAT connections, and has a flexible mechanism for specifying ident responses. Users can be granted permission to specify their own ident responses, hide responses for connections owned by them, or return random ident responses. Responses can be specified according to host and port pairs. One of the most notable capabilities is spoofed ident responses or ident spoofing.

The oidentd.conf configuration file can be used to specify the amount of control users have over the responses oidentd returns upon successful lookups for connections owned by them, while the $HOME/.oidentd.conf file allows a user to specify what ident response will be returned for specific connections.

See also

References

  1. "oidentd Releases". August 16, 2021. https://github.com/janikrabe/oidentd/releases. Retrieved July 4, 2022. 
  2. "oidentd README". March 8, 2018. https://github.com/janikrabe/oidentd/blob/master/README. Retrieved March 8, 2018. 
  3. "oidentd License". December 3, 2002. https://github.com/janikrabe/oidentd/blob/master/COPYING. Retrieved March 8, 2018. 

External links