1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Jacques Vidrine
e7b042d993 Bug fix for memory being free'd twice when using the new ANY:-keytabs.
PORTREVISION bumped.

Submitted by:	assar
2001-06-24 04:45:32 +00:00
Jacques Vidrine
4d72d6c732 Fix segfault in ftpd introduced in 0.3f.
PORTREVISION bumped.

Obtained from:	assar on heimdal-discuss@sics.se
2001-06-22 21:28:21 +00:00
Jacques Vidrine
1c7d18cccf Update 0.3e -> 0.3f. From the announcement:
* change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
   the new keytab type that tries both of these in order (SRVTAB is
   also an alias for krb4:)
 * improve error reporting and error handling (error messages should
   be more detailed and more useful)
 * improve building with openssl
 * add kadmin -K, rcp -F
 * fix two incorrect weak DES keys
 * fix building of kaserver compat in KDC
 * the API is closer to what MIT krb5 is using
 * more compatible with windows 2000
 * removed some memory leaks
 * bug fixes
2001-06-11 18:37:33 +00:00
Jacques Vidrine
08d56f4a50 Explicitly list directories for Kerberos 4 bits, so that once this
is built there are no references to the likely non-existent `/usr/athena'.
2001-04-24 18:55:17 +00:00
Jacques Vidrine
81ab4375c6 Fix an uninitialized pointer dereference in krb5_rd_cred. 2001-04-19 16:47:38 +00:00
Jacques Vidrine
84a708203e Add a sample start-up script for the KDC. 2001-04-17 16:25:13 +00:00
Jacques Vidrine
7f6756dccd On older systems (pre-4.1.0-RELEASE or so), this port will install
its own ifaddrs.h.  Update ${PLIST} accordingly.

Noticed by:	assar
2001-02-21 12:43:20 +00:00
Jacques Vidrine
32e2f6629f Update 0.3d -> 0.3e.
The vendor says: ``We suggest those running a ftpd to update
immediately.''

Changes in release 0.3e:
 * rcp program included
 * fix buffer overrun in ftpd
 * handle omitted sequence numbers as zeroes to handle MIT krb5 that
   cannot generate zero sequence numbers
 * handle v4 /.k files better
 * configure/portability fixes
 * fixes in parsing of options to kadmin (sub-)commands
 * handle errors in kadmin load better
 * bug fixes
2001-02-05 15:50:26 +00:00
Jacques Vidrine
0a237614d8 There is no des_set_odd_parity in OpenSSL's libcrypto. Use
des_fixup_key_parity instead.
2001-01-23 21:50:13 +00:00
Jacques Vidrine
a207a15093 = Update to use OpenSSL in the base if it has MD4 support (version 0.9.6
or later).  If these libraries are used, then this port's libdes will
  not be built nor installed.

= A man page was renamed that I missed earlier: afs.3 -> kafs.3
2001-01-04 16:30:04 +00:00
Jacques Vidrine
a04077bde7 Style fixup only: use tabs consistently; sort man pages. 2000-12-14 16:32:22 +00:00
Jacques Vidrine
c1cc1e35b2 Update 0.3c -> 0.3d 2000-12-14 16:13:48 +00:00
Jacques Vidrine
2cf9350a4e = Use system libcom_err.
No longer build or install the included libcom_err and compile_et.

= ftpd now uses IP_PORTRANGE* in the same fashion as the system ftpd.
  By default, ftpd will now use high port numbers for serving clients
  in passive mode.

= Fix segmentation fault in kadmin.
  A null pointer dereference that was only tickled when using kadmin
  with a kdc that uses LDAP as the backend.

= Fix a search filter in hdb-ldap.c.
  A lookup was failing to fetch operational attributes such as
  modifiersName.

= Bump PORTREVISION for above changes.
2000-11-09 23:35:03 +00:00
Jacques Vidrine
fe925925a0 Bump PORTREVISION for ftp client fix. 2000-11-03 16:41:43 +00:00
Jacques Vidrine
10f93da3a0 Add a knob (WITH_LDAP) to enable compiling with support for LDAP as a
backend database for the KDC.
2000-10-31 17:26:41 +00:00
Satoshi Asami
f8bc77d1c0 Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}. 2000-10-08 05:57:33 +00:00
Jacques Vidrine
24bc76a036 Update 0.3b -> 0.3c 2000-09-20 11:56:50 +00:00
Jacques Vidrine
21bb45e907 Upgrade 0.2t -> 0.3b 2000-08-30 13:59:56 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Jacques Vidrine
f7eef312ca Update 0.2r -> 0.2t 2000-05-18 16:18:16 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Jacques Vidrine
61478d4702 = Update 0.2q -> 0.2r
= Replace obscenely large patch to configure with something more
  reasonable
2000-04-18 02:17:25 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Jacques Vidrine
07eded5f23 Fix packaging: Need to check for com_err when building with Kerberos IV
libraries.

Reported by:	bento.freebsd.org
2000-03-31 05:20:41 +00:00
Jacques Vidrine
03706db785 Update 0.2p -> 0.2q 2000-02-23 15:29:03 +00:00
Jacques Vidrine
7efa022330 Update to 0.2p 2000-02-21 02:16:38 +00:00
Munechika SUMIKAWA
d95ffdf7e4 Add 'ipv6' on CATEGORIES. 2000-01-18 12:54:55 +00:00
Jacques Vidrine
a16e97dfc4 . fix packing list for cases with/without X, with/without KRB4
. restore HEIMDAL_HOME for PREFIX handling
2000-01-17 20:07:39 +00:00
Mark Murray
fdeab08731 Update to 0.2l - bug fixes and a bunch of new man pages. 2000-01-08 16:35:17 +00:00
Mark Murray
fd1da02c8d CVS is starting to really piss me off. This was supposed to be part
of the same commit that:

Upgrade Heimdal to 0.2j

No response from:	MAINTAINER
1999-12-31 15:40:27 +00:00
Mark Murray
2d0ae0697e Clean up a bunch of portlint(1) FATAL errors, and tidy up the
PREFIX handling.

OK'ed by:	MAINTAINER (a few days ago)
1999-11-07 09:58:40 +00:00
Jacques Vidrine
b5d3958ec8 . Update 0.2c -> 0.2d
. remove an army of patches that are no longer needed with this version
. enable shared library support
. compress man pages
. add missing newline to COMMENT
1999-11-06 18:03:56 +00:00
Jacques Vidrine
47ee11a843 Update 0.2a -> 0.2c and add some additional MASTER_SITES 1999-11-02 22:47:03 +00:00
Jacques Vidrine
a433a6e9a4 Hack to avoid rerunning automake. 1999-10-30 23:56:19 +00:00
Jacques Vidrine
5492d6d9a9 Heimdal is a re-implementation of Kerberos V. 1999-10-30 23:38:05 +00:00