identd.git
11 years agoChecking in project file change. master
Shaun Rowland [Mon, 10 Dec 2012 03:37:11 +0000]
Checking in project file change.

11 years agoFixed identd to treat identd.user as an override.
Shaun Rowland [Sun, 9 Sep 2012 07:49:40 +0000]
Fixed identd to treat identd.user as an override.

The identd.user file is now an override, instead of just what it returns
if it finds no user. This is clearer and probably what most people want.

12 years agoAdded "sudo" to the kill -USR1 instruction in the manual page.
Shaun Rowland [Tue, 28 Feb 2012 06:15:52 +0000]
Added "sudo" to the kill -USR1 instruction in the manual page.

12 years agoAdded the ability to specify a default username.
Shaun Rowland [Tue, 28 Feb 2012 06:08:29 +0000]
Added the ability to specify a default username.

This solves a problem if you are behind certain NAT routers. The source
and destination ports might not match what they are on your local
machine. Normally identd says there is no associated username. Now if
you create a /usr/local/etc/identd.user file containing a username on a
single line, that will be returned instead. You can send a SIGUSR1 to
reload this file at any time.

12 years agoRemoved commented out line.
Shaun Rowland [Thu, 20 Oct 2011 05:42:20 +0000]
Removed commented out line.

12 years agoAdded full IPv6 support.
Shaun Rowland [Thu, 20 Oct 2011 05:06:11 +0000]
Added full IPv6 support.

12 years agoFixed a bug that would cause identd to crash.
Shaun Rowland [Wed, 19 Oct 2011 05:17:23 +0000]
Fixed a bug that would cause identd to crash.

The identd would not restart due to its launch daemon configuration. I
also changed one more target to be 10.6.

12 years agoChanged settings to target 10.6 explicitly.
Shaun Rowland [Wed, 19 Oct 2011 03:44:23 +0000]
Changed settings to target 10.6 explicitly.

13 years agoMore whitespace fixes.
Shaun Rowland [Sun, 15 May 2011 08:51:21 +0000]
More whitespace fixes.

I just can't stand those spaces.

13 years agoChanged malloc() check to use NULL.
Shaun Rowland [Sun, 15 May 2011 08:09:42 +0000]
Changed malloc() check to use NULL.

13 years agoSmall whitespace fix.
Shaun Rowland [Sun, 15 May 2011 04:16:52 +0000]
Small whitespace fix.

13 years agoFinished initial implementation of my IDENT server.
Shaun Rowland [Sun, 15 May 2011 02:22:25 +0000]
Finished initial implementation of my IDENT server.

This needs more work, but it will answer basic queries and function as a
launchd job.

13 years agoInitial Commit
Shaun Rowland [Thu, 12 May 2011 05:27:10 +0000]
Initial Commit