summaryrefslogtreecommitdiff
path: root/security/krb5/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move security/krb5 to security/krb5-114 in preparation for restructuringCy Schubert2015-12-158-223/+0
| | | | | | | | | of the krb5 faimily of ports. Inspired by: the cfengine family of ports Notes: svn path=/head/; revision=403759
* Introduce the new krb5 1.14:Cy Schubert2015-11-211-10/+0
| | | | | | | | | | | | | - move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added) - update krb5 1.13.2 --> 1.14 - update CONFLICTS in krb5, krb5-112 and krb5-113. - update krb5-appl to allow optional dependency on krb5-113. - update security/Makefile with copied krb5-113. - deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it will EOL twelve months after the release of krb5-1.14. Notes: svn path=/head/; revision=402143
* Add sonames and minor versioned library names.Cy Schubert2015-10-211-5/+8
| | | | | | | PR: 203882 Notes: svn path=/head/; revision=399891
* Fix armv5 build.Cy Schubert2015-05-101-1/+1
| | | | | | | | PR: 200100 Submitted by: mikael.urankar@gmail.com Notes: svn path=/head/; revision=385961
* Fix gcc5 build for DragonFly BSD.Cy Schubert2015-02-121-0/+10
| | | | | | | | PR: 197561 Submitted by: marino Notes: svn path=/head/; revision=378897
* Correct various packaging issues:Cy Schubert2015-02-051-4/+16
| | | | | | | | | | | | - Libraries are not installed stripped; - pkgconfig files should be installed to libdata; - Use of deprecated @dirrm[try] PR: PR/197338 Submitted by: delphij Notes: svn path=/head/; revision=378441
* MIT Kerberos released 1.13; 1.12 becomes a maintenance release,Cy Schubert2014-10-162-15/+11
| | | | | | | | | | | | | 1.11 remains a maintenance release. - Update security/krb5 1.12.2 --> 1.13 - Copy the old security/krb5 1.12.2 to security/krb5-112 (now a maintenance release supported by MIT) - Move the old krb5-maint (1.11.5: old maintenance release) to security/krb5-111 (the old maintenance release still supported by MIT) Notes: svn path=/head/; revision=371019
* Update 1.12.1 --> 1.12.2.Cy Schubert2014-08-131-15/+2
| | | | | | | Add readline non-default option. Notes: svn path=/head/; revision=364798
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-294-0/+0
| | | | Notes: svn path=/head/; revision=363328
* Allow package build (make stage/make package) for non-root user.Cy Schubert2014-05-061-15/+18
| | | | | | | Submitted by: John Hein <john.hein@microsemi.com> Notes: svn path=/head/; revision=353055
* - Add a startup script for kpropdBrad Davis2014-04-211-0/+28
| | | | | | | | | PR: 183502 Submitted by: brd@ Approved by: bdrewery@ Notes: svn path=/head/; revision=351689
* Fix new patch.Cy Schubert2014-04-191-34/+28
| | | | | | | Point hat to: self Notes: svn path=/head/; revision=351580
* 1. Fix build when using clang 3.4.Cy Schubert2014-04-171-0/+34
| | | | | | | | | | | 2. RTM_OLDADD and RTM_OLDDEL were removed from -stable. Thanks alfred@ for this patch. 3. Stagify. Submitted by: alfred (#2) Notes: svn path=/head/; revision=351495
* Update krb5 to 1.12. Security/krb5 tracks MIT KRB5 current release.Cy Schubert2013-12-121-26/+12
| | | | | | | | | | | | | | Adjust the newly created krb5-maint with a new portname and conflicts. Krb5-maint is a maintenance release for those who wish to use the previous release of krb5. krb5-maint remains at 1.11.3. Adjust CONFLICTS in security/heimdal and security/srp to account for the newly repocopied krb5-maint. Adjust security/Makefile to include krb5-maint. Notes: svn path=/head/; revision=336247
* Update 1.11.1 --> 1.11.2Cy Schubert2013-04-171-23/+0
| | | | | | | | | | | | | | | | | | | | Major changes in 1.11.2 (2013-04-12) ==================================== This is a bugfix release. * Incremental propagation could erroneously act as if a slave's database were current after the slave received a full dump that failed to load. * gss_import_sec_context incorrectly set internal state that identifies whether an imported context is from an interposer mechanism or from the underlying mechanism. Feature safe: yes Notes: svn path=/head/; revision=315921
* Reset ulog if database load failed.Cy Schubert2013-03-051-0/+23
| | | | | | | | | Avoids a slave reporting it is current when a full resync fails. Obtained from: https://github.com/rbasch/krb5/commit/2ef5ae0607d1c317a936e439b4be7a6f5184dc Notes: svn path=/head/; revision=313458
* Update 1.10.3 --> 1.11Cy Schubert2013-01-224-51/+0
| | | | Notes: svn path=/head/; revision=310802
* Update krb5 1.9.2 --> 1.10.3Cy Schubert2012-11-032-196/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306935
* Update 1.9.1 --> 1.9.2. This is a bugfix release.Cy Schubert2011-11-162-23/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285932
* Apply patch from MIT KRB5 GIT tree commit: 043533c2f13d2bc69316.Cy Schubert2011-09-061-0/+21
| | | | | | | | | | | | | | libgssrpc was ignorant of the remote address of the kadmin socket, even when it's IPv4. This made old-style GSSAPI authentication fail because it uses the wrong channel bindings. Fix this problem by making clnttcp_create() get the remote address from the socket using getpeername() if the caller doesn't provide it and it's an IPv4 address. PR: 160500 Submitted by: Ben Kaduk <kaduk@mit.edu> Notes: svn path=/head/; revision=281304
* Enable ksu DEBUG (-D) flag.Cy Schubert2010-11-041-1/+1
| | | | Notes: svn path=/head/; revision=264006
* Welcome the new krb5-1.8.1. Significant changes include the removal ofCy Schubert2010-04-2613-483/+174
| | | | | | | the MIT KRB5 applications (now in a separate tarball and port). Notes: svn path=/head/; revision=253264
* MFkrb5-17.Cy Schubert2010-04-269-173/+57
| | | | Notes: svn path=/head/; revision=253260
* Remove redundant length check.Cy Schubert2009-08-281-11/+0
| | | | Notes: svn path=/head/; revision=240469
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-8/+5
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fixes for multiple vulnerabilities.Cy Schubert2008-03-192-0/+75
| | | | | | | | | | | | Security: US-CERT Technical Cyber Security Alert TA08-079B -- MIT Kerberos Updates for Multiple Vulnerabilities US-CERT Vulnerability Note VU#895609, US-CERT Vulnerability Note VU#374121 MIT krb5 Security Advisory 2008-001 MIT krb5 Security Advisory 2008-002 Notes: svn path=/head/; revision=209396
* Fix build under 7.0-PRERELEASE.Cy Schubert2007-10-291-0/+11
| | | | Notes: svn path=/head/; revision=202364
* Fix erroneous patch.Cy Schubert2007-10-251-4/+6
| | | | | | | | PR: 117469 Submitted by: Karen Andrews <dearmiss@optusnet.com.au> Notes: svn path=/head/; revision=202026
* Remove defunct (zero length) patch files.Cy Schubert2007-05-022-0/+0
| | | | | | | Pointy hat to: yours truly Notes: svn path=/head/; revision=191428
* Update from 1.6 to 1.6.1.Cy Schubert2007-04-2314-945/+0
| | | | Notes: svn path=/head/; revision=190763
* MIT KRB5 Security patches:Cy Schubert2007-04-0413-0/+903
| | | | | | | | | | | | | 1. MIT krb5 Security Advisory 2007-001: Telnetd allows login as arbitrary user CVE: CVE-2007-0956 CERT: VU#220816 2. MIT krb5 Security Advisory 2007-002: KDC, kadmind stack overflow in krb5_klog_syslog CVE: CVE-2007-0957 CERT: VU#704024 Notes: svn path=/head/; revision=189230
* Fix double-free vulnerability in kadmind (via GSS-API library).Cy Schubert2007-04-041-0/+15
| | | | | | | | Obtained from: MIT krb5 Security Advisory 2007-003 Security: US-CERT Technical Cyber Security Alert TA07-093B -- MIT Kerberos Vulnerabilities Notes: svn path=/head/; revision=189138
* - Fix after objformat removalPav Lucistnik2007-03-281-12/+16
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188681
* Update 1.5.1 --> 1.6Cy Schubert2007-01-102-16/+4
| | | | | | | | Security: MITKRB5-SA-2006-002, MITKRB5-SA-2006-003, and US-CERT Technical Cyber Security Alert TA07-009B Notes: svn path=/head/; revision=181950
* Update krb5-1.5 --> krb5-1.5.1Cy Schubert2006-09-1713-336/+10
| | | | | | | Submitted by: Paul Vixie <paul@vix.com> Notes: svn path=/head/; revision=173170
* Cause the KDC to also listen on the loopback interface. This is usefulCy Schubert2006-07-161-0/+75
| | | | | | | | for situations when the database is replicated to a secure environment that does not have network access, by hand. Notes: svn path=/head/; revision=167987
* Fix plugin loader. This fixes krb5kdc and kdb5_util.Cy Schubert2006-07-1612-0/+336
| | | | Notes: svn path=/head/; revision=167985
* Update 1.4.3 --> 1.5Cy Schubert2006-07-142-7/+8
| | | | Notes: svn path=/head/; revision=167821
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Improve runtime performance on Sparc 64 platform.Cy Schubert2005-11-251-4/+11
| | | | Notes: svn path=/head/; revision=149473
* Fix FreeBSD-4.11 build problemCy Schubert2005-11-081-0/+14
| | | | | | | PR: 87888 Notes: svn path=/head/; revision=147618
* Fix makeinfo problem under FreeBSD-6.0.Cy Schubert2005-11-011-2/+3
| | | | Notes: svn path=/head/; revision=146877
* Update 1.4.1 --> 1.4.2Cy Schubert2005-10-042-29/+0
| | | | Notes: svn path=/head/; revision=144205
* Fix:Cy Schubert2005-07-122-0/+29
| | | | | | | | | - MIT KRB5 Security Advisory 2005-002: Buffer overflow, heap corruption in KDC - MIT KRB5 Security Advisory 2005-003: Double free in krb5_recvauth Notes: svn path=/head/; revision=139005
* Update 1.4 --> 1.4.1.Cy Schubert2005-04-231-95/+0
| | | | | | | Package list fixup when KRB5_KRB4_COMPAT is not specified. Notes: svn path=/head/; revision=133976
* Update 1.3.6 --> 1.4Cy Schubert2005-04-134-27/+5
| | | | Notes: svn path=/head/; revision=133191
* Implement a fix for MITKRB5-SA-2005-001: buffer overflows in telnet client.Cy Schubert2005-03-311-0/+95
| | | | | | | | Approved by: portsmgr (krion) Obtained from: Tom Yu <tlyu@mit.edu> on kerberos-announce Notes: svn path=/head/; revision=132133
* Update 1.3.4 --> 1.3.5Cy Schubert2004-10-203-44/+0
| | | | Notes: svn path=/head/; revision=119872
* Fix MIT krb5 Security Advisory 2004-002: double-free vulnerabilitiesCy Schubert2004-09-012-0/+31
| | | | | | | | | in KDC and libraries Heads-up by: nectar Notes: svn path=/head/; revision=117861
* Fix MITKRB5-SA-2004-003: ASN.1 decoder denial-of-service.Cy Schubert2004-09-011-0/+13
| | | | | | | Heads-up by: nectar Notes: svn path=/head/; revision=117839