blob: 54f63c77a8d57149a586c8537c2eb65ec05a864c [file] [log] [blame]
Eric Parise9410c92013-02-01 16:57:55 -050012.1.9 2013-02-01
2 * filename_trans: use some better sorting to compare and merge
3 * coverity fixes
4 * implement default type policy syntax
5 * Fix memory leak issues found by Klocwork
6
Eric Paris86381972012-09-13 10:33:58 -040072.1.8 2011-09-13
8 * fix neverallow checking on attributes
9 * Move context_copy() after switch block in ocontext_copy_*().
10 * check for missing initial SID labeling statement.
11 * Add always_check_network policy capability
12 * role_fix_callback skips out-of-scope roles during expansion.
13
Eric Parisf05a71b2012-06-28 14:02:29 -0400142.1.7 2011-06-28
15 * reserve policycapability for redhat testing of ptrace child
16 * cosmetic changes to make the source easier to read
17 * prepend instead of append to filename_trans list
18 * Android/MacOS X build support
19
Eric Parisf508a292012-04-23 16:57:23 -0400202.1.6 2011-04-23
21 * allocate enough space to hold filename in trans rules
22
Eric Paris7a86fe12012-03-28 15:44:05 -0400232.1.5 2011-03-28
24 * checkpolicy: implement new default labeling behaviors
25
Eric Paris14e4b702011-11-03 15:26:36 -0400262.1.4 2011-10-03
27 * regenerate .pc on VERSION change
28 * Move ebitmap_* functions from mcstrans to libsepol
29 * expand: do filename_trans type comparison on mapped representation
30
Eric Paris418dbc72011-09-16 15:34:36 -0400312.1.3 2011-09-15
32 * Skip writing role attributes for policy.X and
33 * Indicate when boolean is indeed a tunable.
34 * Separate tunable from boolean during compile.
35 * Write and read TUNABLE flags in related
36 * Copy and check the cond_bool_datum_t.flags during link.
37 * Permanently discard disabled branches of tunables in
38 * Skip tunable identifier and cond_node_t in expansion.
39 * Create a new preserve_tunables flag
40 * Preserve tunables when required by semodule program.
41 * setools expects expand_module_avrules to be an exported
42 * tree: default make target to all not
43
Eric Paris47499402011-08-03 18:09:02 -0400442.1.2 2011-08-03
45 * Only call role_fix_callback for base.p_roles during expansion.
46 * use mapped role number instead of module role number
47
Eric Paris510003b2011-08-01 13:49:21 -0400482.1.1 2011-08-01
49 * Minor fix to reading policy with filename transition rules
50
Steve Lawrence44121f62011-07-26 09:39:09 -0400512.1.0 2011-07-27
52 * Release, minor version bump
53
Steve Lawrence50504082011-07-25 10:12:15 -0400542.0.46 2011-07-25
55 * Add role attribute support by Harry Ciao
56
Steve Lawrence2ecb2bf2011-04-29 15:56:00 -0400572.0.45 2011-05-02
58 * Warn if filename_trans rules are dropped by Steve Lawrence.
59
Steve Lawrence16c66052011-04-13 15:18:51 -0400602.0.44 2011-04-13
61 * Fixes for new role_transition class field by Eric Paris.
62 * Add libsepol support for filename_trans rules by Eric Paris.
63
Steve Lawrencec7512cf2011-04-11 16:10:04 -0400642.0.43 2011-04-11
65 * Add new class field in role_transition by Harry Ciao.
66
Chad Sellersd17ed0d2010-12-16 14:11:57 -0500672.0.42 2010-12-16
68 * Fix compliation under GCC 4.6 by Justin Mattock
69
Chad Sellers88a57ca2009-11-18 16:44:55 -0500702.0.41 2009-11-18
71 * Fixed typo in error message from Manoj Srivastava.
72
Eamon Walsh7cdfd6e2009-10-29 15:33:37 -0400732.0.40 2009-10-29
74 * Add pkgconfig file from Eamon Walsh.
75
Joshua Brindlef3c3bbd2009-10-14 15:54:16 -0400762.0.39 2009-10-14
77 * Add support for building Xen policies from Paul Nuzzi.
78
Stephen Smalleyacc3a042009-09-01 10:03:46 -0400792.0.38 2009-09-01
80 * Check last offset in the module package against the file size.
81 Reported by Manoj Srivastava for bug filed by Max Kellermann.
82
Stephen Smalley667edaa2009-07-07 14:25:12 -0400832.0.37 2009-07-07
84 * Add method to check disable dontaudit flag from Christopher Pardy.
85
Joshua Brindle94dd6852009-03-21 11:13:59 -0400862.0.36 2009-03-25
87 * Fix boolean state smashing from Joshua Brindle.
88
Joshua Brindle46d0b2c2009-02-17 12:23:41 -0500892.0.35 2009-02-19
90 * Fix alias field in module format, caused by boundary format change
91 from Caleb Case.
92
Joshua Brindleb04f2af2008-10-09 08:31:43 -0400932.0.34 2008-10-09
94 * Add bounds support from KaiGai Kohei.
95 * Fix invalid aliases bug from Joshua Brindle.
96
Joshua Brindle57671a52008-09-29 21:11:42 -0400972.0.33 2008-09-29
98 * Revert patch that removed expand_rule.
99
Joshua Brindle13cd4c82008-08-19 15:30:36 -04001002.0.32 2008-07-07
101 * Allow require then declare in the source policy from Joshua Brindle.
102
1032.0.31 2008-06-13
104 * Fix mls_semantic_level_expand() to handle a user require w/o MLS information from Stephen Smalley.
105
1062.0.30 2008-06-06
107 * Fix endianness bug in the handling of network node addresses from Stephen Smalley.
108 Only affects big endian platforms.
109 Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc.
110
1112.0.29 2008-05-27
112 * Merge user and role mapping support from Joshua Brindle.
113
1142.0.28 2008-05-05
115 * Fix mls_level_convert() to gracefully handle an empty user declaration/require from Stephen Smalley.
116
1172.0.27 2008-04-18
118 * Belatedly merge test for policy downgrade from Todd Miller.
119
1202.0.26 2008-03-24
121 * Add permissive domain support from Eric Paris.
122
1232.0.25 2008-03-04
124 * Drop unused ->buffer field from struct policy_file.
125
1262.0.24 2008-03-04
127 * Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller.
128
1292.0.23 2008-02-28
130 * Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley.
131
1322.0.22 2008-02-28
133 * Add support for open_perms policy capability from Eric Paris.
134
1352.0.21 2008-02-20
136 * Fix invalid memory allocation in policydb_index_others() from Jason Tang.
137
1382.0.20 2008-02-04
139 * Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley.
140
1412.0.19 2008-02-02
142 * Add support for consuming avrule_blocks during expansion to reduce
143 peak memory usage from Joshua Brindle.
144
1452.0.18 2008-01-02
146 * Added support for policy capabilities from Todd Miller.
147
1482.0.17 2007-12-21
149 * Prevent generation of policy.18 with MLS enabled from Todd Miller.
150
1512.0.16 2007-12-07
152 * print module magic number in hex on mismatch, from Todd Miller.
153
1542.0.15 2007-11-29
155 * clarify and reduce neverallow error reporting from Stephen Smalley.
156
1572.0.14 2007-11-05
158 * Reject self aliasing at link time from Stephen Smalley.
159
1602.0.13 2007-11-05
161 * Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
162
1632.0.12 2007-10-11
164 * Fixed bug in require checking from Stephen Smalley.
165 * Added user hierarchy checking from Todd Miller.
166
1672.0.11 2007-09-24
168 * Pass CFLAGS to CC even on link command, per Dennis Gilmore.
169
1702.0.10 2007-09-18
171 * Merged support for the handle_unknown policydb flag from Eric Paris.
172
1732.0.9 2007-08-29
174 * Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
175
1762.0.8 2007-08-28
177 * Fixed module_package_read_offsets bug introduced by the prior patch.
178
1792.0.7 2007-08-23
180 * Eliminate unaligned accesses from policy reading code from Stephen Smalley.
181
1822.0.6 2007-08-16
183 * Allow dontaudits to be turned off during policy expansion from
184 Joshua Brindle.
185
1862.0.5 2007-08-01
187 * Fix sepol_context_clone to handle a NULL context correctly.
188 This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL)
189 to set the file context entry to "<<none>>".
190
1912.0.4 2007-06-20
192 * Merged error handling patch from Eamon Walsh.
193
1942.0.3 2007-04-13
195 * Merged add boolmap argument to expand_module_avrules() from Chris PeBenito.
196
1972.0.2 2007-03-30
198 * Merged fix from Karl to remap booleans at expand time to
199 avoid holes in the symbol table.
200
2012.0.1 2007-02-06
202 * Merged libsepol segfault fix from Stephen Smalley for when
203 sensitivities are required but not present in the base.
204
2052.0.0 2007-02-01
206 * Merged patch to add errcodes.h to libsepol by Karl MacMillan.
207
2081.16.0 2007-01-18
209 * Updated version for stable branch.
210
2111.15.3 2006-11-27
212 * Merged patch to compile wit -fPIC instead of -fpic from
213 Manoj Srivastava to prevent hitting the global offest table
214 limit. Patch changed to include libselinux and libsemanage in
215 addition to libselinux.
2161.15.2 2006-10-31
217 * Merged fix from Karl MacMillan for a segfault when linking
218 non-MLS modules with users in them.
219
2201.15.1 2006-10-24
221 * Merged fix for version comparison that was preventing range
222 transition rules from being written for a version 5 base policy
223 from Darrel Goeddel.
224
2251.14 2006-10-17
226 * Updated version for release.
227
2281.12.28 2006-09-28
229 * Build libsepol's static object files with -fpic
230
2311.12.27 2006-09-28
232 * Merged mls user and range_transition support in modules
233 from Darrel Goeddel
234
2351.12.26 2006-09-05
236 * Merged range transition enhancements and user format changes
237 Darrel Goeddel
238
2391.12.25 2006-08-24
240 * Merged conditionally expand neverallows patch from Jeremy Mowery.
241 * Merged refactor expander patch from Jeremy Mowery.
242
2431.12.24 2006-08-03
244 * Merged libsepol unit tests from Joshua Brindle.
245
2461.12.23 2006-08-03
247 * Merged symtab datum patch from Karl MacMillan.
248
2491.12.22 2006-08-03
250 * Merged netfilter contexts support from Chris PeBenito.
251
2521.12.21 2006-07-28
253 * Merged helpful hierarchy check errors patch from Joshua Brindle.
254
2551.12.20 2006-07-25
256 * Merged semodule_deps patch from Karl MacMillan.
257 This adds source module names to the avrule decls.
258
2591.12.19 2006-06-29
260 * Lindent.
261
2621.12.18 2006-06-26
263 * Merged optionals in base take 2 patch set from Joshua Brindle.
264
2651.12.17 2006-05-30
266 * Revert 1.12.16.
267
2681.12.16 2006-05-30
269 * Merged cleaner fix for bool_ids overflow from Karl MacMillan,
270 replacing the prior patch.
271
2721.12.15 2006-05-30
273 * Merged fixes for several memory leaks in the error paths during
274 policy read from Serge Hallyn.
275
2761.12.14 2006-05-25
277 * Fixed bool_ids overflow bug in cond_node_find and cond_copy_list,
278 based on bug report and suggested fix by Cedric Roux.
279
2801.12.13 2006-05-24
281 * Merged sens_copy_callback, check_role_hierarchy_callback,
282 and node_from_record fixes from Serge Hallyn.
283
2841.12.12 2006-05-22
285 * Added sepol_policydb_compat_net() interface for testing whether
286 a policy requires the compatibility support for network checks
287 to be enabled in the kernel.
288
2891.12.11 2006-05-17
290 * Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
291 Reworked to use calloc in the first place, and converted some other
292 malloc/memset pairs to calloc calls.
293
2941.12.10 2006-05-08
295 * Merged patch to revert role/user decl upgrade from Karl MacMillan.
296
2971.12.9 2006-05-08
298 * Dropped tests from all Makefile target.
299
3001.12.8 2006-05-05
301 * Merged fix warnings patch from Karl MacMillan.
302
3031.12.7 2006-05-05
304 * Merged libsepol test framework patch from Karl MacMillan.
305
3061.12.6 2006-04-28
307 * Fixed cond_normalize to traverse the entire cond list at link time.
308
3091.12.5 2006-04-03
310 * Merged fix for leak of optional package sections from Ivan Gyurdiev.
311
3121.12.4 2006-03-29
313 * Generalize test for bitmap overflow in ebitmap_set_bit.
314
3151.12.3 2006-03-27
316 * Fixed attr_convert_callback and expand_convert_type_set
317 typemap bug.
318
3191.12.2 2006-03-24
320 * Fixed avrule_block_write num_decls endian bug.
321
3221.12.1 2006-03-20
323 * Fixed sepol_module_package_write buffer overflow bug.
324
3251.12 2006-03-14
326 * Updated version for release.
327
3281.11.20 2006-03-08
329 * Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
330 * Fixed bug in copy_avrule_list reported by Ivan Gyurdiev.
331
3321.11.19 2006-02-21
333 * Merged sepol_policydb_mls_enabled interface and error handling
334 changes from Ivan Gyurdiev.
335
3361.11.18 2006-02-16
337 * Merged node_expand_addr bugfix and node_compare* change from
338 Ivan Gyurdiev.
339
3401.11.17 2006-02-15
341 * Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
342 * Merged bug fix patch from Ivan Gyurdiev.
343
3441.11.16 2006-02-14
345 * Added a defined flag to level_datum_t for use by checkpolicy.
346
3471.11.15 2006-02-14
348 * Merged nodecon support patch from Ivan Gyurdiev.
349 * Merged cleanups patch from Ivan Gyurdiev.
350
3511.11.14 2006-02-13
352 * Merged optionals in base patch from Joshua Brindle.
353
3541.11.13 2006-02-07
355 * Merged seuser/user_extra support patch from Joshua Brindle.
356 * Merged fix patch from Ivan Gyurdiev.
357
3581.11.12 2006-02-02
359 * Merged clone record on set_con patch from Ivan Gyurdiev.
360
3611.11.11 2006-02-01
362 * Merged assertion copying bugfix from Joshua Brindle.
363 * Merged sepol_av_to_string patch from Joshua Brindle.
364
3651.11.10 2006-01-30
366 * Merged cond_expr mapping and package section count bug fixes
367 from Joshua Brindle.
368 * Merged improve port/fcontext API patch from Ivan Gyurdiev.
369 * Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
370
3711.11.9 2006-01-12
372 * Merged size_t -> unsigned int patch from Ivan Gyurdiev.
373
3741.11.8 2006-01-09
375 * Merged 2nd const in APIs patch from Ivan Gyurdiev.
376
3771.11.7 2006-01-06
378 * Merged const in APIs patch from Ivan Gyurdiev.
379 * Merged compare2 function patch from Ivan Gyurdiev.
380
3811.11.6 2006-01-06
382 * Fixed hierarchy checker to only check allow rules.
383
3841.11.5 2006-01-05
385 * Merged further fixes from Russell Coker, specifically:
386 - av_to_string overflow checking
387 - sepol_context_to_string error handling
388 - hierarchy checking memory leak fixes and optimizations
389 - avrule_block_read variable initialization
390 * Marked deprecated code in genbools and genusers.
391
3921.11.4 2006-01-05
393 * Merged bugfix for sepol_port_modify from Russell Coker.
394
3951.11.3 2006-01-05
396 * Fixed bug in sepol_iface_modify error path noted by Ivan Gyurdiev.
397 * Merged port ordering patch from Ivan Gyurdiev.
398
3991.11.2 2006-01-04
400 * Merged patch series from Ivan Gyurdiev.
401 This includes patches to:
402 - support ordering of records in compare function
403 - enable port interfaces
404 - add interfaces for context validity and range checks
405 - add include guards
406
4071.11.1 2005-12-16
408 * Fixed mls_range_cpy bug.
409
4101.10 2005-12-07
411 * Updated version for release.
412
4131.9.42 2005-12-05
414 * Dropped handle from user_del_role interface.
415
4161.9.41 2005-11-28
417 * Merged remove defrole from sepol patch from Ivan Gyurdiev.
418
4191.9.40 2005-11-15
420 * Merged module function and map file cleanup from Ivan Gyurdiev.
421 * Merged MLS and genusers cleanups from Ivan Gyurdiev.
422
4231.9.39 2005-11-09
424 Prepare for removal of booleans* and *.users files.
425 * Cleaned up sepol_genbools to not regenerate the image if
426 there were no changes in the boolean values, including the
427 degenerate case where there are no booleans or booleans.local
428 files.
429 * Cleaned up sepol_genusers to not warn on missing local.users.
430
4311.9.38 2005-11-08
432 * Removed sepol_port_* from libsepol.map, as the port interfaces
433 are not yet stable.
434
4351.9.37 2005-11-04
436 * Merged context destroy cleanup patch from Ivan Gyurdiev.
437
4381.9.36 2005-11-03
439 * Merged context_to_string interface change patch from Ivan Gyurdiev.
440
4411.9.35 2005-11-01
442 * Added src/dso.h and src/*_internal.h.
443 Added hidden_def for exported symbols used within libsepol.
444 Added hidden for symbols that should not be exported by
445 the wildcards in libsepol.map.
446
4471.9.34 2005-10-31
448 * Merged record interface, record bugfix, and set_roles patches
449 from Ivan Gyurdiev.
450
4511.9.33 2005-10-27
452 * Merged count specification change from Ivan Gyurdiev.
453
4541.9.32 2005-10-26
455 * Added further checking and error reporting to
456 sepol_module_package_read and _info.
457
4581.9.31 2005-10-26
459 * Merged sepol handle passing, DEBUG conversion, and memory leak
460 fix patches from Ivan Gyurdiev.
461
4621.9.30 2005-10-25
463 * Removed processing of system.users from sepol_genusers and
464 dropped delusers logic.
465
4661.9.29 2005-10-25
467 * Removed policydb_destroy from error path of policydb_read,
468 since create/init/destroy/free of policydb is handled by the
469 caller now.
470 * Fixed sepol_module_package_read to handle a failed policydb_read
471 properly.
472
4731.9.28 2005-10-25
474 * Merged query/exists and count patches from Ivan Gyurdiev.
475
4761.9.27 2005-10-25
477 * Merged fix for pruned types in expand code from Joshua Brindle.
478 * Merged new module package format code from Joshua Brindle.
479
4801.9.26 2005-10-24
481 * Merged context interface cleanup, record conversion code,
482 key passing, and bug fix patches from Ivan Gyurdiev.
483
4841.9.25 2005-10-21
485 * Merged users cleanup patch from Ivan Gyurdiev.
486
4871.9.24 2005-10-21
488 * Merged user record memory leak fix from Ivan Gyurdiev.
489 * Merged reorganize users patch from Ivan Gyurdiev.
490
4911.9.23 2005-10-19
492 * Added check flag to expand_module() to control assertion
493 and hierarchy checking on expansion.
494
4951.9.22 2005-10-19
496 * Reworked check_assertions() and hierarchy_check_constraints()
497 to take handles and use callback-based error reporting.
498 * Changed expand_module() to call check_assertions() and
499 hierarchy_check_constraints() prior to returning the expanded
500 policy.
501
5021.9.21 2005-10-18
503 * Changed sepol_module_package_set_file_contexts to copy the
504 file contexts data since it is internally managed.
505
5061.9.20 2005-10-18
507 * Added sepol_policy_file_set_handle interface to associate
508 a handle with a policy file.
509 * Added handle argument to policydb_from_image/to_image.
510 * Added sepol_module_package_set_file_contexts interface.
511 * Dropped sepol_module_package_create_file interface.
512 * Reworked policydb_read/write, policydb_from_image/to_image,
513 and sepol_module_package_read/write to use callback-based error
514 reporting system rather than DEBUG.
515
5161.9.19 2005-10-17
517 * Reworked link_packages, link_modules, and expand_module to use
518 callback-based error reporting system rather than error buffering.
519
5201.9.18 2005-10-14
521 * Merged conditional expression mapping fix in the module linking
522 code from Joshua Brindle.
523
5241.9.17 2005-10-13
525 * Hid sepol_module_package type definition, and added get interfaces.
526
5271.9.16 2005-10-13
528 * Merged new callback-based error reporting system from Ivan
529 Gyurdiev.
530
5311.9.15 2005-10-13
532 * Merged support for require blocks inside conditionals from
533 Joshua Brindle (Tresys).
534
5351.9.14 2005-10-07
536 * Fixed use of policydb_from_image/to_image to ensure proper
537 init of policydb.
538
5391.9.13 2005-10-07
540 * Isolated policydb internal headers under <sepol/policydb/*.h>.
541 These headers should only be used by users of the static libsepol.
542 Created new <sepol/policydb.h> with new public types and interfaces
543 for shared libsepol.
544 Created new <sepol/module.h> with public types and interfaces moved
545 or wrapped from old module.h, link.h, and expand.h, adjusted for
546 new public types for policydb and policy_file.
547 Added public interfaces to libsepol.map.
548 Some implementation changes visible to users of the static libsepol:
549 1) policydb_read no longer calls policydb_init.
550 Caller must do so first.
551 2) policydb_init no longer takes policy_type argument.
552 Caller must set policy_type separately.
553 3) expand_module automatically enables the global branch.
554 Caller no longer needs to do so.
555 4) policydb_write uses the policy_type and policyvers from the
556 policydb itself, and sepol_set_policyvers() has been removed.
557
5581.9.12 2005-10-06
559 * Merged function renaming and static cleanup from Ivan Gyurdiev.
560
5611.9.11 2005-10-05
562 * Merged bug fix for check_assertions handling of no assertions
563 from Joshua Brindle (Tresys).
564
5651.9.10 2005-10-04
566 * Merged iterate patch from Ivan Gyurdiev.
567
5681.9.9 2005-10-03
569 * Merged MLS in modules patch from Joshua Brindle (Tresys).
570
5711.9.8 2005-09-30
572 * Merged pointer typedef elimination patch from Ivan Gyurdiev.
573 * Merged user list function, new mls functions, and bugfix patch
574 from Ivan Gyurdiev.
575
5761.9.7 2005-09-28
577 * Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
578
5791.9.6 2005-09-23
580 * Merged bug fix patches from Joshua Brindle (Tresys).
581
5821.9.5 2005-09-21
583 * Merged boolean record and memory leak fix patches from Ivan
584 Gyurdiev.
585
5861.9.4 2005-09-19
587 * Merged interface record patch from Ivan Gyurdiev.
588
5891.9.3 2005-09-14
590 * Merged fix for sepol_enable/disable_debug from Ivan
591 Gyurdiev.
592
5931.9.2 2005-09-14
594 * Merged stddef.h patch and debug conversion patch from
595 Ivan Gyurdiev.
596
5971.9.1 2005-09-09
598 * Fixed expand_avtab and expand_cond_av_list to keep separate
599 entries with identical keys but different enabled flags.
600
6011.8 2005-09-06
602 * Updated version for release.
603
6041.7.24 2005-08-31
605 * Fixed symtab_insert return value for duplicate declarations.
606
6071.7.23 2005-08-31
608 * Merged fix for memory error in policy_module_destroy from
609 Jason Tang (Tresys).
610
6111.7.22 2005-08-26
612 * Merged fix for memory leak in sepol_context_to_sid from
613 Jason Tang (Tresys).
614
6151.7.21 2005-08-25
616 * Merged fixes for resource leaks on error paths and
617 change to scope_destroy from Joshua Brindle (Tresys).
618
6191.7.20 2005-08-23
620 * Merged more fixes for resource leaks on error paths
621 from Serge Hallyn (IBM). Bugs found by Coverity.
622
6231.7.19 2005-08-19
624 * Changed to treat all type conflicts as fatal errors.
625
6261.7.18 2005-08-18
627 * Merged several error handling fixes from
628 Serge Hallyn (IBM). Bugs found by Coverity.
629
6301.7.17 2005-08-15
631 * Fixed further memory leaks found by valgrind.
632
6331.7.16 2005-08-15
634 * Fixed several memory leaks found by valgrind.
635
6361.7.15 2005-08-12
637 * Fixed empty list test in cond_write_av_list. Bug found by
638 Coverity, reported by Serge Hallyn (IBM).
639 * Merged patch to policydb_write to check errors
640 when writing the type->attribute reverse map from
641 Serge Hallyn (IBM). Bug found by Coverity.
642 * Fixed policydb_destroy to properly handle NULL type_attr_map
643 or attr_type_map.
644
6451.7.14 2005-08-12
646 * Fixed use of uninitialized data by expand_avtab_node by
647 clearing type_val_to_struct in policydb_index_others.
648
6491.7.13 2005-08-11
650 * Improved memory use by SELinux by both reducing the avtab
651 node size and reducing the number of avtab nodes (by not
652 expanding attributes in TE rules when possible). Added
653 expand_avtab and expand_cond_av_list functions for use by
654 assertion checker, hierarchy checker, compatibility code,
655 and dispol. Added new inline ebitmap operators and converted
656 existing users of ebitmaps to the new operators for greater
657 efficiency.
658 Note: The binary policy format version has been incremented to
659 version 20 as a result of these changes.
660
6611.7.12 2005-08-10
662 * Fixed bug in constraint_node_clone handling of name sets.
663
6641.7.11 2005-08-08
665 * Fix range_trans_clone to map the type values properly.
666
6671.7.10 2005-08-02
668 * Merged patch to move module read/write code from libsemanage
669 to libsepol from Jason Tang (Tresys).
670
6711.7.9 2005-08-02
672 * Enabled further compiler warning flags and fixed them.
673
6741.7.8 2005-08-02
675 * Merged user, context, port records patch from Ivan Gyurdiev.
676 * Merged key extract function patch from Ivan Gyurdiev.
677
6781.7.7 2005-07-27
679 * Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
680
6811.7.6 2005-07-26
682 * Merged context reorganization, memory leak fixes,
683 port and interface loading, replacements for genusers and
684 genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
685 * Merged uninitialized variable bugfix from Dan Walsh.
686
6871.7.5 2005-07-18
688 * Merged debug support, policydb conversion functions from Ivan Gyurdiev (Red Hat).
689 * Removed genpolbools and genpolusers utilities.
690
6911.7.4 2005-07-18
692 * Merged hierarchy check fix from Joshua Brindle (Tresys).
693
6941.7.3 2005-07-13
695 * Merged header file cleanup and memory leak fix from Ivan Gyurdiev (Red Hat).
696
6971.7.2 2005-07-11
698 * Merged genbools debugging message cleanup from Red Hat.
699
7001.7.1 2005-07-06
701 * Merged loadable module support from Tresys Technology.
702
7031.6 2005-06-20
704 * Updated version for release.
705
7061.5.10 2005-05-19
707 * License changed to LGPL v2.1, see COPYING.
708
7091.5.9 2005-05-16
710 * Added sepol_genbools_policydb and sepol_genusers_policydb for
711 audit2why.
712
7131.5.8 2005-05-13
714 * Added sepol_ prefix to Flask types to avoid
715 namespace collision with libselinux.
716
7171.5.7 2005-05-13
718 * Added sepol_compute_av_reason() for audit2why.
719
7201.5.6 2005-04-25
721 * Fixed bug in role hierarchy checker.
722
7231.5.5 2005-04-13
724 * Merged hierarchical type/role patch from Tresys Technology.
725 * Merged MLS fixes from Darrel Goeddel of TCS.
726
7271.5.4 2005-04-13
728 * Changed sepol_genusers to not delete users by default,
729 and added a sepol_set_delusers function to enable deletion.
730 Also, removed special case handling of system_u and user_u.
731
7321.5.3 2005-03-29
733 * Merged booleans.local patch from Dan Walsh.
734
7351.5.2 2005-03-16
736 * Added man page for sepol_check_context.
737
7381.5.1 2005-03-15
739 * Added man page for sepol_genusers function.
740 * Merged man pages for genpolusers and chkcon from Manoj Srivastava.
741
7421.4 2005-03-09
743 * Updated version for release.
744
7451.3.8 2005-03-08
746 * Cleaned up error handling in sepol_genusers and sepol_genbools.
747
7481.3.7 2005-02-28
749 * Merged sepol_debug and fclose patch from Dan Walsh.
750
7511.3.6 2005-02-22
752 * Changed sepol_genusers to also use getline and correctly handle
753 EOL.
754
7551.3.5 2005-02-17
756 * Merged range_transition support from Darrel Goeddel (TCS).
757
7581.3.4 2005-02-16
759 * Added sepol_genusers function.
760
7611.3.3 2005-02-14
762 * Merged endianness and compute_av patches from Darrel Goeddel (TCS).
763
7641.3.2 2005-02-09
765 * Changed relabel Makefile target to use restorecon.
766
7671.3.1 2005-01-26
768 * Merged enhanced MLS support from Darrel Goeddel (TCS).
769
7701.2.1 2005-01-19
771 * Merged build fix patch from Manoj Srivastava.
772
7731.2 2004-10-07
774 * MLS build fixes.
775 * Added sepol_set_policydb_from_file and sepol_check_context for setfiles.
776
7771.0 2004-08-19
778 * Initial public release.
779
7800.4 2004-08-13
781 * Merged patch from Dan Walsh to ignore case on booleans.
782 * Changed sepol_genbools* to preserve the original policy version.
783 * Replaced exported global variables with set functions.
784 * Moved genpolbools utility from checkpolicy to libsepol.
785 * Added man pages for sepol_genbools* and genpolbools.
786
7870.3 2004-08-10
788 * Added ChangeLog, COPYING, spec file.
789 * Added sepol_genbools_array() for load_policy.
790 * Created libsepol.map to limit exported symbols in shared library.
791
7920.2 2004-08-09
793 * Exported other functions for checkpolicy and friends.
794 * Renamed service and sidtab functions to avoid libselinux conflict.
795 * Removed original code from checkpolicy, which now uses libsepol.
796 * Code cleanup: kill legacy references to kernel types/functions.
797
7980.1 2004-08-06
799 * Moved checkpolicy core logic into a library.
800 * Exported sepol_genbools() for load_policy.