summaryrefslogtreecommitdiff
path: root/security/heimdal/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 0.4b -> 0.4cJacques Vidrine2001-07-192-53/+0
| | | | Notes: svn path=/head/; revision=45258
* = Fix possible telnetd vulnerability in option processing.Jacques Vidrine2001-07-192-0/+63
| | | | | | | | | | Obtained from: heimdal-discuss@sics.se = Fix bug in GSSAPI accept_sec_context() that prevented credential forwarding from working in some cases. Notes: svn path=/head/; revision=45257
* Update 0.3f -> 0.4bJacques Vidrine2001-07-064-112/+0
| | | | Notes: svn path=/head/; revision=44846
* Correct no-nos: one file per patch, please. Don't touch more than oneJacques Vidrine2001-06-293-49/+42
| | | | | | | | source file with each patch file, and don't touch the same source file with more than one patch file. Notes: svn path=/head/; revision=44566
* Bug fix for memory being free'd twice when using the new ANY:-keytabs.Jacques Vidrine2001-06-241-0/+53
| | | | | | | | | PORTREVISION bumped. Submitted by: assar Notes: svn path=/head/; revision=44376
* Remove patch that has been incorporated into 0.3f. By a quirk ofJacques Vidrine2001-06-241-10/+0
| | | | | | | | | | fate, it applied cleanly anyway, with harmless effect (two NULL assignments instead of one). Noticed by: assar Notes: svn path=/head/; revision=44373
* Fix segfault in ftpd introduced in 0.3f.Jacques Vidrine2001-06-221-0/+66
| | | | | | | | | PORTREVISION bumped. Obtained from: assar on heimdal-discuss@sics.se Notes: svn path=/head/; revision=44332
* Update 0.3e -> 0.3f. From the announcement:Jacques Vidrine2001-06-112-24/+0
| | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=43863
* configure was generating bogus `-R' and `-L' flags for the linker whenJacques Vidrine2001-05-212-3/+27
| | | | | | | | | Kerberos IV libs were not present. PR: ports/27490 Notes: svn path=/head/; revision=42855
* Fix an uninitialized pointer dereference in krb5_rd_cred.Jacques Vidrine2001-04-191-0/+10
| | | | Notes: svn path=/head/; revision=41685
* Add a sample start-up script for the KDC.Jacques Vidrine2001-04-171-0/+32
| | | | Notes: svn path=/head/; revision=41573
* Update 0.3d -> 0.3e.Jacques Vidrine2001-02-056-110/+7
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=37988
* = Update to use OpenSSL in the base if it has MD4 support (version 0.9.6Jacques Vidrine2001-01-044-6/+71
| | | | | | | | | | 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 Notes: svn path=/head/; revision=36783
* Update 0.3c -> 0.3dJacques Vidrine2000-12-143-34/+9
| | | | Notes: svn path=/head/; revision=35981
* = Use system libcom_err.Jacques Vidrine2000-11-099-0/+189
| | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=34951
* *** empty log message ***Jacques Vidrine2000-11-031-0/+11
| | | | Notes: svn path=/head/; revision=34755
* Upgrade 0.2t -> 0.3bJacques Vidrine2000-08-303-10/+26
| | | | Notes: svn path=/head/; revision=32135
* = Update 0.2q -> 0.2rJacques Vidrine2000-04-182-4251/+17
| | | | | | | | = Replace obscenely large patch to configure with something more reasonable Notes: svn path=/head/; revision=27719
* Fix packaging: Need to check for com_err when building with Kerberos IVJacques Vidrine2000-03-313-0/+4283
libraries. Reported by: bento.freebsd.org Notes: svn path=/head/; revision=27173