Akinori MUSHA
77f6c01ede
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Jacques Vidrine
6ace6882e7
Bump PORTREVISION for today's updates to libgssapi and su.
2001-10-31 19:58:05 +00:00
Jacques Vidrine
8c16fd7765
su: Don't use the result of getlogin() to determine whether we are the
...
superuser. Always use getuid() instead.
Submitted by: Johan Danielsson <joda@pdc.kth.se>
2001-10-31 19:57:35 +00:00
Jacques Vidrine
a5714880c9
Fix a heap buffer overrun in gss_get_mic().
2001-10-31 13:50:43 +00:00
Jacques Vidrine
a1d4de67f0
= Add support for using cracklib with kpasswdd, the password changing
...
daemon.
= Fix a bug in `ktutil get' which was causing a segfault.
= Bump PORTREVISION.
2001-10-29 13:02:43 +00:00
Jacques Vidrine
39daa242c8
Update 0.4d -> 0.4e
2001-09-07 19:45:46 +00:00
Jacques Vidrine
d26a8b68a2
Move the man pages back out of the PLIST, but this time into a separate
...
Makefile (Makefile.man).
Submitted by: Pete Fritchman <petef@databits.net>
2001-08-17 20:28:05 +00:00
Jacques Vidrine
597d9b6178
Add a couple of missing man pages.
2001-08-17 19:45:38 +00:00
Jacques Vidrine
4fe8a17d04
There are now too many man pages to usefully maintain with
...
MANn= in the Makefile. Move them to the PLIST instead.
2001-08-17 19:29:14 +00:00
Jacques Vidrine
85c532b3ad
Update 0.4c -> 0.4d
2001-08-14 16:51:57 +00:00
Jacques Vidrine
73d05c1ed5
Update 0.4b -> 0.4c
2001-07-31 16:41:36 +00:00
Jacques Vidrine
ae3b77d753
Update 0.4b -> 0.4c
2001-07-19 22:54:09 +00:00
Jacques Vidrine
65947fb078
= Fix possible telnetd vulnerability in option processing.
...
Obtained from: heimdal-discuss@sics.se
= Fix bug in GSSAPI accept_sec_context() that prevented credential
forwarding from working in some cases.
2001-07-19 21:43:42 +00:00
Jacques Vidrine
c6c4d86a7e
Update 0.3f -> 0.4b
2001-07-06 22:55:34 +00:00
Jacques Vidrine
9c3c2fffc7
Correct no-nos: one file per patch, please. Don't touch more than one
...
source file with each patch file, and don't touch the same source file
with more than one patch file.
2001-06-29 15:38:33 +00:00
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
2ee1cf0270
Remove patch that has been incorporated into 0.3f. By a quirk of
...
fate, it applied cleanly anyway, with harmless effect (two NULL
assignments instead of one).
Noticed by: assar
2001-06-24 01:26:27 +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
286760b720
configure was generating bogus -R' and
-L' flags for the linker when
...
Kerberos IV libs were not present.
PR: ports/27490
2001-05-21 14:12:32 +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
a97b6f070c
Missed in previous commit: remove headers for libdes
...
(they are in a seperate PLIST now).
2001-01-04 16:34:08 +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
4014682b5c
*** empty log message ***
2000-11-03 16:34:45 +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
Will Andrews
7d7a9a2180
Make these COMMENT files conform to Handbook standard.
...
PR: 20269
Submitted by: Ports Fury
2000-08-11 11:50:37 +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
be7e59d5dc
Fix PLIST.
...
Reported by: bento.freebsd.org
2000-06-15 19:03:27 +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