rkerberos 0.2.3 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71575b32bb628b8425101d837de9c86ce1dd5e865a5db93462457266c8eb4d2c
4
- data.tar.gz: 99128f7462ed48175619b224d838f2dd00b7d7f972963530c1276037fe299792
3
+ metadata.gz: 0dc45dbb751a22370948c430c6590df2a07739638dee7d208f8050d515dfbbfc
4
+ data.tar.gz: 318bd1b2a81b3791fddf876cdc65895a84645d9f60aa0c0cef3872005b217f6b
5
5
  SHA512:
6
- metadata.gz: d90e4d248f40ae3cd13d02febfe71cd92e0dbc4712f37326444eff8368e5326a55980424263f30d8983a1ddd674b948034cbad0c3ce3e6606649e72feb77ca57
7
- data.tar.gz: aa5bd082185a5e8b11b4d50d9e58e3fc76f954b9694d5f00aa5c53e4aeca5739c737a4c4477cc028b374391b108b4a4d166c25ce557b4a39eee39f5a1758ad16
6
+ metadata.gz: 0aebb033c55950e140cbfc02abf00f37f4cedd5141228f0bb135d4b70dd93ce50dda121bda128374339259a4a58f7c6e5db09590cd41ba708130beafca734bd2
7
+ data.tar.gz: 26753f9dcecbecbf3234fc941fe42d380ac0e77829671fe4cc947dfcc081166e0faf77444fa65533bd1b26713b81f67f13f59e5be01a1f0749f3fc7b85430644
data/CHANGES.md CHANGED
@@ -1,3 +1,33 @@
1
+ # 0.3.1 - 21-Aug-2026
2
+ * Hardened initial credential verification so it fails closed when verification
3
+ cannot be performed, rejects closed keytabs and credential caches, and safely
4
+ initializes a supplied cache before storing credentials.
5
+ * Added shared context lifetime tracking. `Context#close` now raises while
6
+ dependent wrappers remain open; `close(force: true)` logically closes the
7
+ context and defers native cleanup until its dependents close.
8
+ * Hardened native handle cleanup and closed-object checks across `Krb5`, `Kadm5`,
9
+ `CredentialsCache`, `Keytab`, and `Principal`.
10
+ * Fixed `Kadm5#modify_policy` to apply values assigned through `Policy` writers,
11
+ including password history, and require an explicit principal for keytab
12
+ authentication.
13
+ * Fixed `Keytab#each` and `Keytab.foreach` to raise iteration errors instead of
14
+ silently returning partial results.
15
+
16
+ # 0.3.0 - 20-Aug-2026
17
+ * Added optional shared `Context` support to the `Krb5`, `Kadm5`, `Config`,
18
+ `CredentialsCache`, `Keytab`, and `Principal` constructors.
19
+ * Breaking: standardized option-based constructors, credential acquisition,
20
+ verification, and principal creation on strict keyword arguments. Positional
21
+ option hashes and unknown keywords are rejected.
22
+ * Added credentials cache authentication to the `Kadm5` constructor and support
23
+ for passing a `Principal` object to `Kadm5#create_principal`.
24
+ * Added `Keytab#add_entry`, `Keytab#remove_entry`, and `Keytab#have_content?`.
25
+ * Added context realm accessors, principal components and type information,
26
+ credential cache full names, Kerberos thread-safety detection, hostname
27
+ expansion, host realm lookup, and convenience aliases.
28
+ * Added comprehensive usage examples and expanded specs for the new APIs.
29
+ * Excluded generated artifacts from release packages.
30
+
1
31
  # 0.2.3 - 8-Mar-2026
2
32
  * All Kadm5 related classes are skipped if not found.
3
33
  * Several updates to the spec helper that mainly revolved around supporting