pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  8 09:49:22 UTC 2011

Modified Files:
        pkgsrc/security/heimdal: Makefile PLIST buildlink3.mk distinfo
            options.mk
        pkgsrc/security/heimdal/patches: patch-ad patch-al patch-ar
Added Files:
        pkgsrc/security/heimdal/patches: patch-lib_otp_Makefile.in
Removed Files:
        pkgsrc/security/heimdal/patches: patch-aa patch-ac patch-ah patch-as
            patch-at patch-au

Log Message:
Changes 1.4:
New features
* Support for reading MIT database file directly
* KCM is polished up and now used in production
* NTLM first class citizen, credentials stored in KCM
* Table driven ASN.1 compiler, smaller!, not enabled by default
* Native Windows client support
Notes
* Disabled write support NDBM hdb backend (read still in there) since
  it can't handle large records, please migrate to a diffrent backend
  (like BDB4)

Changes 1.3.3:
Bug fixes
* Check the GSS-API checksum exists before trying to use it [CVE-2010-1321]
* Check NULL pointers before dereference them [kdc]

Changes 1.3.2:
Bug fixes
* Don't mix length when clearing hmac (could memset too much)
* More paranoid underrun checking when decrypting packets
* Check the password change requests and refuse to answer empty packets
* Build on OpenSolaris
* Renumber AD-SIGNED-TICKET since it was stolen from US
* Don't cache /dev/*random file descriptor, it doesn't get unloaded
* Make C++ safe
* Misc warnings


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/heimdal/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/heimdal/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/heimdal/buildlink3.mk
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/heimdal/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/heimdal/options.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/security/heimdal/patches/patch-aa \
    pkgsrc/security/heimdal/patches/patch-ah
cvs rdiff -u -r1.3 -r0 pkgsrc/security/heimdal/patches/patch-ac
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/heimdal/patches/patch-ad
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/heimdal/patches/patch-al \
    pkgsrc/security/heimdal/patches/patch-ar
cvs rdiff -u -r1.1 -r0 pkgsrc/security/heimdal/patches/patch-as \
    pkgsrc/security/heimdal/patches/patch-at \
    pkgsrc/security/heimdal/patches/patch-au
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/heimdal/patches/patch-lib_otp_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index