1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
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
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +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
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Satoshi Asami
564d57404c Typo in master site path.
Submitted by:	chuckr
1996-07-12 10:53:34 +00:00
Torsten Blum
d86058490d Change path to tarball on ftp.merit.edu
Submitted by: markm
1996-07-07 10:50:48 +00:00
Torsten Blum
33b259e1e2 radiusd - a authentication server 1996-07-05 23:47:29 +00:00