summaryrefslogtreecommitdiff
path: root/security/pidentd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oops, local changes were added to the repository in the last commit.Will Andrews2000-06-021-4/+4
| | | | | | | | | | Unfortunately, since the newer version (3.0.11) has a lot of FreeBSD unfriendly code, we can't upgrade at this time. :-( Submitted by: jim Notes: svn path=/head/; revision=29119
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-5/+5
| | | | | | | the Porter's Handbook. :-) Notes: svn path=/head/; revision=29084
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* Support IPv6.Munechika SUMIKAWA2000-02-143-6/+85
| | | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Approved by: torstenb Notes: svn path=/head/; revision=25818
* Version Required = reality.Bill Fumerola1999-09-231-1/+1
| | | | Notes: svn path=/head/; revision=21895
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-312-2/+2
| | | | Notes: svn path=/head/; revision=21143
* Update to allow 3.2 (320002) to use the new interface to the kernel.Brian Feldman1999-08-292-4/+5
| | | | Notes: svn path=/head/; revision=21087
* Switch pidentd to using sysctl()s instead of libkvm. It now doesn't needBrian Feldman1999-07-142-0/+50
| | | | | | | | | | to be linked with libkvm... this should fix a lot of strange problems people report with pidentd. This is for -CURRENT only, at the moment. Notes: svn path=/head/; revision=20204
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update to version 2.8.5.Steve Price1999-03-152-3/+3
| | | | | | | | PR: 10201 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17212
* The location of identd.key is in ${PREFIX}/etc.Steve Price1998-10-102-8/+45
| | | | | | | | PR: 8091 Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=13841
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-2/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Strip binary now.Vanilla I. Shu1998-05-071-5/+16
| | | | Notes: svn path=/head/; revision=10889
* Upgrade to 2.8.2Andrey A. Chernov1998-04-242-4/+4
| | | | Notes: svn path=/head/; revision=10670
* Upgrade to 2.8.1Andrey A. Chernov1997-12-172-4/+4
| | | | Notes: svn path=/head/; revision=9119
* link idecrypt with -ldesTorsten Blum1997-09-011-0/+19
| | | | Notes: svn path=/head/; revision=7745
* Upgrade to 2.8a4 (child death fixed)Andrey A. Chernov1997-08-102-4/+4
| | | | Notes: svn path=/head/; revision=7513
* Update from 2.7.2 to 2.7.4Peter Wemm1997-03-024-12/+15
| | | | | | | | patch-ag is merged into patch-ab - they both patched the same file patch-ah was included by the author Notes: svn path=/head/; revision=5782
* aargh! how did this happen?? USE_DES is *not* supposed to be on byPeter Wemm1996-11-251-2/+2
| | | | | | | default, as it needs the secure dist to be installed... Notes: svn path=/head/; revision=4658
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))David E. O'Brien1996-11-171-8/+3
| | | | | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable Notes: svn path=/head/; revision=4537
* YAFCSSatoshi Asami1996-11-161-1/+1
| | | | Notes: svn path=/head/; revision=4512
* Update 2.7.1 -> 2.7.2. The author used our patches that were notPeter Wemm1996-11-151-4/+4
| | | | | | | related to the ports mechanism. Notes: svn path=/head/; revision=4480
* Add a compile option so that identd will send encrypted cookies out ratherPeter Wemm1996-11-051-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | than usernames. This makes it much more difficult for somebody to "frame" one of your users. ie: instead of people getting: connect from peter@spinner.DIALix.COM in their syslogs, they will get this instead: connect from [W+rNvCy5FuPV4xEj8thdXIlfD9qNIbzB]@spinner.DIALix.COM The remote site will have to send it to you to decode it. When you are given one of these cookies, you can know for sure it is not faked, and you don't have to trust the word of the remote sysadmin when arranging your local lame hacker-type user to meet with an unfortunate incident :-). This feature is documented in the man pages. Also, fix an apparent bug in the code that deals with this, but it might be a feature of the version of libdes we have on FreeBSD. Requested by: markm (a fair while ago) Notes: svn path=/head/; revision=4305
* Fix bug in man page path substitution.Peter Wemm1996-11-051-1/+1
| | | | | | | (it used to come out as /usr/local/identd) Notes: svn path=/head/; revision=4303
* Upgrade to 2.7.1Andrey A. Chernov1996-10-312-4/+4
| | | | Notes: svn path=/head/; revision=4206
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Upgrade to 2.7 (no changes since 2.7b4)Torsten Blum1996-09-142-4/+4
| | | | Notes: svn path=/head/; revision=3781
* Dont install identconn or itest, installing itest requires root access,Peter Wemm1996-08-172-3/+24
| | | | | | | | | | | | | | | meaning it will silently fail if you (say) install as "bin". This makes the packaging break. (Will the package tools install the setuid-root binary anyway?) They were not particularly useful anyway, they are mainly diagnostic tools to parse the output of 'netstat' to see which users have what local connections open. Requested by: asami Notes: svn path=/head/; revision=3633
* Update from 2.7b3 -> 2.7b4, the author included our patch.Peter Wemm1996-08-165-127/+80
| | | | | | | | .. however, he also changed the top level Makefile to use $PREFIX for something completely different (and incompatable) to what we use it for. Notes: svn path=/head/; revision=3625
* Take out the version numberTorsten Blum1996-07-071-1/+1
| | | | | | | Suggested by: asami Notes: svn path=/head/; revision=3326
* Change version number from 2.6 to 2.7 beta3Torsten Blum1996-07-061-1/+1
| | | | Notes: svn path=/head/; revision=3323
* upgrade to 2.7b2Torsten Blum1996-06-254-11/+13
| | | | | | | | Submitted by: adam via gpalmer OK'ed by: gpalmer Notes: svn path=/head/; revision=3279
* Check NOMANCOMPRESS.Satoshi Asami1996-04-011-1/+3
| | | | Notes: svn path=/head/; revision=2929
* update to latest version. old version was gone from the master site.Adam David1996-02-093-7/+7
| | | | | | | Reviewed by:torstenb Notes: svn path=/head/; revision=2704
* update to latest version. old version was gone from the master site.Adam David1996-02-092-6/+9
| | | | | | | | some FreeBSD patches now in the main distribution. Reviewed by:torstenb Notes: svn path=/head/; revision=2703
* Change category "networking" to "net".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2455
* Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one MakefileAndrey A. Chernov1995-07-282-16/+15
| | | | | | | change Notes: svn path=/head/; revision=2010
* - upgrade to 2.6.1Torsten Blum1995-07-277-154/+98
| | | | | | | | - rename in.identd to identd - fix paths in manpage Notes: svn path=/head/; revision=2009
* Moved to new category security.Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1961
* Update md5 from previous versionAndrey A. Chernov1995-05-071-1/+1
| | | | Notes: svn path=/head/; revision=1662
* - upgradeTorsten Blum1995-05-062-3/+2
| | | | | | | | - remove @cwd - use compressed manpage Notes: svn path=/head/; revision=1647
* add a #ifdef to detect new inpcb styleTorsten Blum1995-05-061-66/+79
| | | | Notes: svn path=/head/; revision=1646
* - upgrade to 2.5.1Torsten Blum1995-05-061-7/+7
| | | | | | | | - add myself as MAINTAINER - compress manpage Notes: svn path=/head/; revision=1645
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-2/+3
| | | | Notes: svn path=/head/; revision=1363
* Fix inpcb handlingAndrey A. Chernov1995-04-111-44/+75
| | | | Notes: svn path=/head/; revision=1335
* Fix for new inpcb style.Andrey A. Chernov1995-04-111-0/+80
| | | | | | | Submitted by: tri@pooh.tky.hut.fi Notes: svn path=/head/; revision=1334
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267