summaryrefslogtreecommitdiff
path: root/net/radius (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* I've checked and make changes from submittion as following patch.Jun Kuriyama1998-10-087-83/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) PKGNAME satisfies handbook rule. (2) @dirrm lib/radius fails when lib/radius/acct exists. Submitted by: Stefan Esser <se@mi.uni-koeln.de> ----- diff -urN -x CVS merit/Makefile radius/Makefile --- merit/Makefile Fri Sep 18 02:00:05 1998 +++ radius/Makefile Wed Oct 7 23:54:43 1998 @@ -7,7 +7,7 @@ # DISTNAME= radius.3.6B.basic -PKGNAME= radius-3.6B.basic +PKGNAME= radius-basic-3.6B CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ diff -urN -x CVS merit/pkg/PLIST radius/pkg/PLIST --- merit/pkg/PLIST Fri Sep 18 01:58:28 1998 +++ radius/pkg/PLIST Wed Oct 7 23:51:47 1998 @@ -12,4 +12,5 @@ lib/radius/db/engine.config.sample lib/radius/db/vendors.sample @dirrm lib/radius/db +@dirrm lib/radius/acct @dirrm lib/radius ----- Notes: svn path=/head/; revision=13738
* remote myself as maintainer.Torsten Blum1998-09-161-2/+2
| | | | Notes: svn path=/head/; revision=13180
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-9/+0
| | | | Notes: svn path=/head/; revision=12624
* radius is (mostly) not redistributable.Satoshi Asami1998-07-241-1/+5
| | | | | | | Pointed out by: jdp Notes: svn path=/head/; revision=12101
* Fix this.Mark Murray1997-08-263-4/+16
| | | | | | | | | 1) eBones/Kerberos now works with 2.2-stable 2) PREFIX is honoured 3) oddball directories are removed by pkg_delete Notes: svn path=/head/; revision=7695
* I hope Torsten doesn't mind me stepping on his toes a bit here...Garrett Wollman1997-07-282-8/+74
| | | | | | | | | | | | | | | | | | | | Fix one serious bug in the RADIUS server's Kerberos interface, one minor nit in the build, and add one feature: - Properly validate the Kerberos ticket we obtained against an actual service so we know it wasn't forged. - Make sure the test programs are built knowing where the database is. - If the make variable KRB_INSTANCE is defined, it names the instance of each user to be used in validating their Kerberos password. (If this instance doesn't exist, the validation will fail.) This can be used for both access control and to keep separate one's login password from the less secure RADIUS mechanism (since exposure of the instance does not expose the null instance). Notes: svn path=/head/; revision=7428
* patch-aa (Makefile): optionally compile in Kerberos support if MAKE_EBONESGarrett Wollman1997-06-172-7/+81
| | | | | | | | | is set in make.conf. patch-ac (several files): comment out bogus #include <mit-copyright.h> which doesn't work in our version of Kerberos. Notes: svn path=/head/; revision=6985
* General Makefile cleanupDavid E. O'Brien1996-12-011-2/+4
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Upgrade to version 2.4.23. The master site does not even have the tarballMark Murray1996-11-206-185/+150
| | | | | | | for 2.4.21 anymore. Notes: svn path=/head/; revision=4618
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-11/+4
| | | | Notes: svn path=/head/; revision=4575
* 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
* Typo in master site path.Satoshi Asami1996-07-121-2/+2
| | | | | | | Submitted by: chuckr Notes: svn path=/head/; revision=3379
* Change path to tarball on ftp.merit.eduTorsten Blum1996-07-071-2/+2
| | | | | | | Submitted by: markm Notes: svn path=/head/; revision=3327
* radiusd - a authentication serverTorsten Blum1996-07-057-0/+226
Notes: svn path=/head/; revision=3310