Codebase list krb5 / 41ef840
Update for krb5-1.15-beta2 Tom Yu 7 years ago
3 changed file(s) with 24 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
102102
103103 * Use the getrandom system call on supported Linux kernels to avoid
104104 blocking problems when getting entropy from the operating system.
105
106 * In the PKINIT client, use the correct DigestInfo encoding for PKCS
107 #1 signatures, so that some especially strict smart cards will work.
105108
106109 Code quality:
107110
166169 8396 Skip password prompt when running ksu as root
167170 8398 Add libk5crypto support for OpenSSL 1.1.0
168171 8399 Unconstify some krb5 GSS OIDs
172 8403 kinit documentation page
169173 8404 Remove non-DFSG documentation
170174 8405 Work around python-ldap bug in kerberos.ldif
171175 8412 Link correct VS2015 C libraries for debug builds
193197 8490 Add aes-sha2 enctype support
194198 8494 Add krb5_db_register_keytab()
195199 8496 Add KDC discovery from URI records
200 8498 Potential memory leak in prepare_error_as()
196201 8499 Use getrandom system call on recent Linux kernels
202 8500 Document krb5_kt_next_entry() requirement
197203 8502 ret_boolean in profile_get_boolean() should be krb5_boolean *
198204 instead of int *
205 8504 Properly handle EOF condition on libkrad sockets
206 8506 PKINIT fails with PKCS#11 middlware that implements PKCS#1 V2.1
207 8507 Suggest unlocked iteration for mkey rollover
208 8508 Clarify krb5_kt_resolve() API documentation
209 8509 Leak in krb5_cccol_have_content with truncated ccache
210 8510 Update features list for 1.15
211 8512 Fix detection of libaceclnt for securid_sam2
212 8513 Add doxygen comments for RFC 8009, RFC 4757
213 8514 Make zap() more reliable
214 8516 Fix declaration without type in t_shs3.c
199215
200216
201217 Acknowledgements
349365 Remi Ferrand
350366 Paul Fertser
351367 William Fiveash
368 Jacques Florent
352369 Ákos Frohner
353370 Sebastian Galiano
354371 Marcus Granado
375392 Spencer Jackson
376393 Diogenes S. Jesus
377394 Pavel Jindra
395 Brian Johannesmeyer
378396 Joel Johnson
379397 Anders Kaseorg
380398 W. Trevor King
385403 Pierre Labastie
386404 Volker Lendecke
387405 Jan iankko Lieskovsky
406 Todd Lipcon
388407 Oliver Loch
389408 Kevin Longfellow
390409 Jon Looney
457476 Tsu-Phong Wu
458477 Xu Qiang
459478 Neng Xue
479 Zhaomo Yang
460480 Nickolai Zeldovich
461481 Hanz van Zijst
462482 Gertjan Zwartjes
5151 #define KRB5_MAJOR_RELEASE 1
5252 #define KRB5_MINOR_RELEASE 15
5353 #define KRB5_PATCHLEVEL 0
54 #define KRB5_RELTAIL "beta1-postrelease"
54 #define KRB5_RELTAIL "beta2"
5555 /* #undef KRB5_RELDATE */
56 #define KRB5_RELTAG "krb5-1.15"
56 #define KRB5_RELTAG "krb5-1.15-beta2"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: mit-krb5 1.15-beta1-postrelease\n"
8 "Project-Id-Version: mit-krb5 1.15-beta2\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-11-14 17:27-0500\n"
10 "POT-Creation-Date: 2016-11-14 22:12-0500\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"