1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Steve Price
b0642e71dd From submitter:
There is serious bug in handling requests in AATV module of AA_FORK
and AA_FREPLAY types in Merit AAA server. If AATV module not
responding for a long time main server drops original request without
cleaning some critical information (process counter aatv->proc_cnt).
As a result after some definite number of timeouts server stops
responding.

PR:		23212
Submitted by:	Andriy I Pilipenko <bamby@marka.net.ua>
2000-12-11 02:36:19 +00:00
Jun Kuriyama
c9b41dd6a7 I've checked and make changes from submittion as following patch.
(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
-----
1998-10-08 14:49:28 +00:00
Mark Murray
59a19f9bb3 Fix this.
1) eBones/Kerberos now works with 2.2-stable
2) PREFIX is honoured
3) oddball directories are removed by pkg_delete
1997-08-26 12:17:57 +00:00
Garrett Wollman
35d02eb78d I hope Torsten doesn't mind me stepping on his toes a bit here...
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).
1997-07-28 15:29:29 +00:00
Garrett Wollman
3ef89b4b4f patch-aa (Makefile): optionally compile in Kerberos support if MAKE_EBONES
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.
1997-06-17 20:47:15 +00:00
Mark Murray
b58ffc5ef8 Upgrade to version 2.4.23. The master site does not even have the tarball
for 2.4.21 anymore.
1996-11-20 21:22:06 +00:00
Torsten Blum
33b259e1e2 radiusd - a authentication server 1996-07-05 23:47:29 +00:00