Home | History | Annotate | Download | only in libsepol
      1 2.2 2013-10-30
      2 	* Allow constraint denial cause to be determined from Richard Haines.
      3 	  - Add kernel policy version 29.
      4 	  - Add modular policy version 17.
      5 	  - Add sepol_compute_av_reason_buffer(), sepol_string_to_security_class(), sepol_string_to_av_perm().
      6 	* Support overriding Makefile RANLIB from Sven Vermeulen.
      7 	* Fix man pages from Laurent Bigonville.
      8 
      9 2.1.9 2013-02-01
     10 	* filename_trans: use some better sorting to compare and merge
     11 	* coverity fixes
     12 	* implement default type policy syntax
     13 	* Fix memory leak issues found by Klocwork
     14 
     15 2.1.8 2011-09-13
     16 	* fix neverallow checking on attributes
     17 	* Move context_copy() after switch block in ocontext_copy_*().
     18 	* check for missing initial SID labeling statement.
     19 	* Add always_check_network policy capability
     20 	* role_fix_callback skips out-of-scope roles during expansion.
     21 
     22 2.1.7 2011-06-28
     23 	* reserve policycapability for redhat testing of ptrace child
     24 	* cosmetic changes to make the source easier to read
     25 	* prepend instead of append to filename_trans list
     26 	* Android/MacOS X build support
     27 
     28 2.1.6 2011-04-23
     29 	* allocate enough space to hold filename in trans rules
     30 
     31 2.1.5 2011-03-28
     32 	* checkpolicy: implement new default labeling behaviors
     33 
     34 2.1.4 2011-10-03
     35 	* regenerate .pc on VERSION change
     36 	* Move ebitmap_* functions from mcstrans to libsepol
     37 	* expand: do filename_trans type comparison on mapped representation
     38 
     39 2.1.3 2011-09-15
     40 	* Skip writing role attributes for policy.X and
     41 	* Indicate when boolean is indeed a tunable.
     42 	* Separate tunable from boolean during compile.
     43 	* Write and read TUNABLE flags in related
     44 	* Copy and check the cond_bool_datum_t.flags during link.
     45 	* Permanently discard disabled branches of tunables in
     46 	* Skip tunable identifier and cond_node_t in expansion.
     47 	* Create a new preserve_tunables flag
     48 	* Preserve tunables when required by semodule program.
     49 	* setools expects expand_module_avrules to be an exported
     50 	* tree: default make target to all not
     51 
     52 2.1.2 2011-08-03
     53 	* Only call role_fix_callback for base.p_roles during expansion.
     54 	* use mapped role number instead of module role number
     55 
     56 2.1.1 2011-08-01
     57 	* Minor fix to reading policy with filename transition rules
     58 
     59 2.1.0 2011-07-27
     60 	* Release, minor version bump
     61 
     62 2.0.46 2011-07-25
     63 	* Add role attribute support by Harry Ciao
     64 
     65 2.0.45 2011-05-02
     66 	* Warn if filename_trans rules are dropped by Steve Lawrence.
     67 
     68 2.0.44 2011-04-13
     69 	* Fixes for new role_transition class field by Eric Paris.
     70 	* Add libsepol support for filename_trans rules by Eric Paris.
     71 
     72 2.0.43 2011-04-11
     73 	* Add new class field in role_transition by Harry Ciao.
     74 
     75 2.0.42 2010-12-16
     76 	* Fix compliation under GCC 4.6 by Justin Mattock
     77 
     78 2.0.41 2009-11-18
     79 	* Fixed typo in error message from Manoj Srivastava.
     80 
     81 2.0.40 2009-10-29
     82 	* Add pkgconfig file from Eamon Walsh.
     83 
     84 2.0.39 2009-10-14
     85 	* Add support for building Xen policies from Paul Nuzzi.
     86 
     87 2.0.38 2009-09-01
     88 	* Check last offset in the module package against the file size.
     89 	Reported by Manoj Srivastava for bug filed by Max Kellermann.
     90 
     91 2.0.37 2009-07-07
     92 	* Add method to check disable dontaudit flag from Christopher Pardy.
     93 
     94 2.0.36 2009-03-25
     95 	* Fix boolean state smashing from Joshua Brindle.
     96 
     97 2.0.35 2009-02-19
     98         * Fix alias field in module format, caused by boundary format change
     99           from Caleb Case.
    100 
    101 2.0.34 2008-10-09
    102 	* Add bounds support from KaiGai Kohei.
    103 	* Fix invalid aliases bug from Joshua Brindle.
    104 
    105 2.0.33 2008-09-29
    106 	* Revert patch that removed expand_rule.
    107 
    108 2.0.32 2008-07-07
    109 	* Allow require then declare in the source policy from Joshua Brindle.
    110 
    111 2.0.31 2008-06-13
    112 	* Fix mls_semantic_level_expand() to handle a user require w/o MLS information from Stephen Smalley.
    113 
    114 2.0.30 2008-06-06
    115 	* Fix endianness bug in the handling of network node addresses from Stephen Smalley.
    116 	  Only affects big endian platforms.
    117 	  Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc.
    118 
    119 2.0.29 2008-05-27
    120 	* Merge user and role mapping support from Joshua Brindle.
    121 
    122 2.0.28 2008-05-05
    123 	* Fix mls_level_convert() to gracefully handle an empty user declaration/require from Stephen Smalley.
    124 
    125 2.0.27 2008-04-18
    126 	* Belatedly merge test for policy downgrade from Todd Miller.
    127 
    128 2.0.26 2008-03-24
    129 	* Add permissive domain support from Eric Paris.
    130 
    131 2.0.25 2008-03-04
    132 	* Drop unused ->buffer field from struct policy_file.
    133 
    134 2.0.24 2008-03-04
    135 	* Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller.
    136 
    137 2.0.23 2008-02-28
    138 	* Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley.
    139 
    140 2.0.22 2008-02-28
    141 	* Add support for open_perms policy capability from Eric Paris.
    142 
    143 2.0.21 2008-02-20
    144 	* Fix invalid memory allocation in policydb_index_others() from Jason Tang.
    145 
    146 2.0.20 2008-02-04
    147 	* Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley.
    148 
    149 2.0.19 2008-02-02
    150 	* Add support for consuming avrule_blocks during expansion to reduce
    151 	  peak memory usage from Joshua Brindle.
    152 
    153 2.0.18 2008-01-02
    154 	* Added support for policy capabilities from Todd Miller.
    155 
    156 2.0.17 2007-12-21
    157 	* Prevent generation of policy.18 with MLS enabled from Todd Miller.
    158 
    159 2.0.16 2007-12-07
    160 	* print module magic number in hex on mismatch, from Todd Miller.
    161 
    162 2.0.15 2007-11-29
    163 	* clarify and reduce neverallow error reporting from Stephen Smalley.
    164 
    165 2.0.14 2007-11-05
    166 	* Reject self aliasing at link time from Stephen Smalley.
    167 
    168 2.0.13 2007-11-05
    169 	* Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
    170 
    171 2.0.12 2007-10-11
    172 	* Fixed bug in require checking from Stephen Smalley.
    173 	* Added user hierarchy checking from Todd Miller.	
    174 
    175 2.0.11 2007-09-24
    176 	* Pass CFLAGS to CC even on link command, per Dennis Gilmore.
    177 
    178 2.0.10 2007-09-18
    179 	* Merged support for the handle_unknown policydb flag from Eric Paris.
    180 
    181 2.0.9 2007-08-29
    182 	* Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
    183 
    184 2.0.8 2007-08-28
    185 	* Fixed module_package_read_offsets bug introduced by the prior patch.
    186 
    187 2.0.7 2007-08-23
    188 	* Eliminate unaligned accesses from policy reading code from Stephen Smalley.
    189 
    190 2.0.6 2007-08-16
    191 	* Allow dontaudits to be turned off during policy expansion from
    192 	  Joshua Brindle.
    193 
    194 2.0.5 2007-08-01
    195 	* Fix sepol_context_clone to handle a NULL context correctly.
    196           This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL)
    197 	  to set the file context entry to "<<none>>".
    198 
    199 2.0.4 2007-06-20
    200 	* Merged error handling patch from Eamon Walsh.
    201 
    202 2.0.3 2007-04-13
    203 	* Merged add boolmap argument to expand_module_avrules() from Chris PeBenito.
    204 
    205 2.0.2 2007-03-30
    206 	* Merged fix from Karl to remap booleans at expand time to 
    207 	  avoid holes in the symbol table.
    208 
    209 2.0.1 2007-02-06
    210 	* Merged libsepol segfault fix from Stephen Smalley for when
    211 	  sensitivities are required but not present in the base.
    212 	
    213 2.0.0 2007-02-01
    214 	* Merged patch to add errcodes.h to libsepol by Karl MacMillan.
    215 	
    216 1.16.0 2007-01-18
    217 	* Updated version for stable branch.
    218 
    219 1.15.3 2006-11-27
    220 	* Merged patch to compile wit -fPIC instead of -fpic from
    221 	  Manoj Srivastava to prevent hitting the global offest table
    222 	  limit. Patch changed to include libselinux and libsemanage in
    223 	  addition to libselinux.
    224 1.15.2 2006-10-31
    225 	* Merged fix from Karl MacMillan for a segfault when linking
    226 	  non-MLS modules with users in them.
    227 
    228 1.15.1 2006-10-24
    229 	* Merged fix for version comparison that was preventing range
    230 	  transition rules from being written for a version 5 base policy
    231 	  from Darrel Goeddel.
    232 
    233 1.14 2006-10-17
    234 	* Updated version for release.
    235 
    236 1.12.28 2006-09-28
    237 	* Build libsepol's static object files with -fpic
    238 
    239 1.12.27 2006-09-28
    240 	* Merged mls user and range_transition support in modules
    241 	  from Darrel Goeddel
    242 
    243 1.12.26 2006-09-05
    244 	* Merged range transition enhancements and user format changes
    245 	  Darrel Goeddel
    246 
    247 1.12.25 2006-08-24
    248 	* Merged conditionally expand neverallows patch from Jeremy Mowery.
    249 	* Merged refactor expander patch from Jeremy Mowery.
    250 
    251 1.12.24 2006-08-03
    252 	* Merged libsepol unit tests from Joshua Brindle.
    253 
    254 1.12.23 2006-08-03
    255 	* Merged symtab datum patch from Karl MacMillan.
    256 
    257 1.12.22 2006-08-03
    258 	* Merged netfilter contexts support from Chris PeBenito.
    259 
    260 1.12.21 2006-07-28
    261 	* Merged helpful hierarchy check errors patch from Joshua Brindle.
    262 
    263 1.12.20 2006-07-25
    264 	* Merged semodule_deps patch from Karl MacMillan.
    265 	  This adds source module names to the avrule decls.
    266 
    267 1.12.19 2006-06-29
    268 	* Lindent.
    269 
    270 1.12.18 2006-06-26
    271 	* Merged optionals in base take 2 patch set from Joshua Brindle.
    272 
    273 1.12.17 2006-05-30
    274 	* Revert 1.12.16.
    275 
    276 1.12.16 2006-05-30
    277 	* Merged cleaner fix for bool_ids overflow from Karl MacMillan,
    278 	  replacing the prior patch.
    279 
    280 1.12.15 2006-05-30
    281 	* Merged fixes for several memory leaks in the error paths during
    282 	  policy read from Serge Hallyn.
    283 
    284 1.12.14 2006-05-25
    285 	* Fixed bool_ids overflow bug in cond_node_find and cond_copy_list,
    286 	  based on bug report and suggested fix by Cedric Roux.
    287 
    288 1.12.13 2006-05-24
    289 	* Merged sens_copy_callback, check_role_hierarchy_callback,
    290 	  and node_from_record fixes from Serge Hallyn.
    291 
    292 1.12.12 2006-05-22
    293 	* Added sepol_policydb_compat_net() interface for testing whether
    294 	  a policy requires the compatibility support for network checks
    295 	  to be enabled in the kernel.
    296 
    297 1.12.11 2006-05-17
    298 	* Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
    299 	  Reworked to use calloc in the first place, and converted some other
    300 	  malloc/memset pairs to calloc calls.
    301 
    302 1.12.10 2006-05-08
    303 	* Merged patch to revert role/user decl upgrade from Karl MacMillan.
    304 
    305 1.12.9 2006-05-08
    306 	* Dropped tests from all Makefile target.
    307 
    308 1.12.8 2006-05-05
    309 	* Merged fix warnings patch from Karl MacMillan.
    310 
    311 1.12.7 2006-05-05
    312 	* Merged libsepol test framework patch from Karl MacMillan.
    313 
    314 1.12.6 2006-04-28
    315 	* Fixed cond_normalize to traverse the entire cond list at link time.
    316 
    317 1.12.5 2006-04-03
    318 	* Merged fix for leak of optional package sections from Ivan Gyurdiev.
    319 
    320 1.12.4 2006-03-29
    321 	* Generalize test for bitmap overflow in ebitmap_set_bit.
    322 
    323 1.12.3 2006-03-27
    324 	* Fixed attr_convert_callback and expand_convert_type_set
    325 	  typemap bug.
    326 
    327 1.12.2 2006-03-24
    328 	* Fixed avrule_block_write num_decls endian bug.
    329 
    330 1.12.1 2006-03-20
    331 	* Fixed sepol_module_package_write buffer overflow bug.
    332 
    333 1.12 2006-03-14
    334 	* Updated version for release.
    335 
    336 1.11.20 2006-03-08
    337 	* Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
    338 	* Fixed bug in copy_avrule_list reported by Ivan Gyurdiev.
    339 
    340 1.11.19 2006-02-21
    341 	* Merged sepol_policydb_mls_enabled interface and error handling
    342 	  changes from Ivan Gyurdiev.
    343 	
    344 1.11.18 2006-02-16
    345 	* Merged node_expand_addr bugfix and node_compare* change from
    346 	  Ivan Gyurdiev.
    347 
    348 1.11.17 2006-02-15
    349 	* Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
    350 	* Merged bug fix patch from Ivan Gyurdiev.
    351 
    352 1.11.16 2006-02-14
    353 	* Added a defined flag to level_datum_t for use by checkpolicy.
    354 
    355 1.11.15 2006-02-14
    356 	* Merged nodecon support patch from Ivan Gyurdiev.
    357 	* Merged cleanups patch from Ivan Gyurdiev.	
    358 
    359 1.11.14 2006-02-13
    360 	* Merged optionals in base patch from Joshua Brindle.
    361 	
    362 1.11.13 2006-02-07
    363 	* Merged seuser/user_extra support patch from Joshua Brindle.
    364 	* Merged fix patch from Ivan Gyurdiev.
    365 
    366 1.11.12 2006-02-02
    367 	* Merged clone record on set_con patch from Ivan Gyurdiev.	
    368 
    369 1.11.11 2006-02-01
    370 	* Merged assertion copying bugfix from Joshua Brindle.
    371 	* Merged sepol_av_to_string patch from Joshua Brindle.
    372 
    373 1.11.10 2006-01-30
    374 	* Merged cond_expr mapping and package section count bug fixes
    375 	  from Joshua Brindle.
    376 	* Merged improve port/fcontext API patch from Ivan Gyurdiev.	
    377 	* Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
    378 
    379 1.11.9 2006-01-12
    380 	* Merged size_t -> unsigned int patch from Ivan Gyurdiev.
    381 
    382 1.11.8 2006-01-09
    383 	* Merged 2nd const in APIs patch from Ivan Gyurdiev.
    384 
    385 1.11.7 2006-01-06
    386 	* Merged const in APIs patch from Ivan Gyurdiev.
    387 	* Merged compare2 function patch from Ivan Gyurdiev.
    388 
    389 1.11.6 2006-01-06
    390 	* Fixed hierarchy checker to only check allow rules.
    391 
    392 1.11.5 2006-01-05
    393 	* Merged further fixes from Russell Coker, specifically:
    394 	  - av_to_string overflow checking
    395 	  - sepol_context_to_string error handling
    396 	  - hierarchy checking memory leak fixes and optimizations
    397 	  - avrule_block_read variable initialization
    398 	* Marked deprecated code in genbools and genusers.
    399 
    400 1.11.4 2006-01-05
    401 	* Merged bugfix for sepol_port_modify from Russell Coker.
    402 
    403 1.11.3 2006-01-05
    404 	* Fixed bug in sepol_iface_modify error path noted by Ivan Gyurdiev.
    405 	* Merged port ordering patch from Ivan Gyurdiev.
    406 
    407 1.11.2 2006-01-04
    408 	* Merged patch series from Ivan Gyurdiev.
    409 	  This includes patches to:
    410 	  - support ordering of records in compare function
    411 	  - enable port interfaces
    412 	  - add interfaces for context validity and range checks
    413 	  - add include guards
    414 
    415 1.11.1 2005-12-16
    416 	* Fixed mls_range_cpy bug.
    417 
    418 1.10 2005-12-07
    419 	* Updated version for release.
    420 
    421 1.9.42 2005-12-05
    422 	* Dropped handle from user_del_role interface.	
    423 
    424 1.9.41 2005-11-28
    425 	* Merged remove defrole from sepol patch from Ivan Gyurdiev.
    426 
    427 1.9.40 2005-11-15
    428 	* Merged module function and map file cleanup from Ivan Gyurdiev.
    429 	* Merged MLS and genusers cleanups from Ivan Gyurdiev.
    430 
    431 1.9.39 2005-11-09
    432 	Prepare for removal of booleans* and *.users files.
    433 	* Cleaned up sepol_genbools to not regenerate the image if
    434 	  there were no changes in the boolean values, including the
    435 	  degenerate case where there are no booleans or booleans.local
    436 	  files.
    437 	* Cleaned up sepol_genusers to not warn on missing local.users.
    438 	
    439 1.9.38 2005-11-08
    440 	* Removed sepol_port_* from libsepol.map, as the port interfaces
    441 	  are not yet stable.
    442 
    443 1.9.37 2005-11-04
    444 	* Merged context destroy cleanup patch from Ivan Gyurdiev.
    445 
    446 1.9.36 2005-11-03
    447 	* Merged context_to_string interface change patch from Ivan Gyurdiev.
    448 
    449 1.9.35 2005-11-01
    450 	* Added src/dso.h and src/*_internal.h.
    451 	  Added hidden_def for exported symbols used within libsepol.
    452 	  Added hidden for symbols that should not be exported by
    453 	  the wildcards in libsepol.map.
    454 
    455 1.9.34 2005-10-31
    456 	* Merged record interface, record bugfix, and set_roles patches 
    457 	  from Ivan Gyurdiev.
    458 
    459 1.9.33 2005-10-27
    460 	* Merged count specification change from Ivan Gyurdiev.	
    461 
    462 1.9.32 2005-10-26
    463 	* Added further checking and error reporting to 
    464 	  sepol_module_package_read and _info.
    465 
    466 1.9.31 2005-10-26
    467 	* Merged sepol handle passing, DEBUG conversion, and memory leak
    468 	  fix patches from Ivan Gyurdiev.
    469 
    470 1.9.30 2005-10-25
    471 	* Removed processing of system.users from sepol_genusers and
    472 	  dropped delusers logic.
    473 
    474 1.9.29 2005-10-25
    475 	* Removed policydb_destroy from error path of policydb_read,
    476 	  since create/init/destroy/free of policydb is handled by the
    477 	  caller now.
    478 	* Fixed sepol_module_package_read to handle a failed policydb_read
    479 	  properly.
    480 
    481 1.9.28 2005-10-25
    482 	* Merged query/exists and count patches from Ivan Gyurdiev.
    483 
    484 1.9.27 2005-10-25
    485 	* Merged fix for pruned types in expand code from Joshua Brindle.
    486 	* Merged new module package format code from Joshua Brindle.
    487 
    488 1.9.26 2005-10-24
    489 	* Merged context interface cleanup, record conversion code, 
    490 	  key passing, and bug fix patches from Ivan Gyurdiev.               
    491 
    492 1.9.25 2005-10-21
    493 	* Merged users cleanup patch from Ivan Gyurdiev.
    494 
    495 1.9.24 2005-10-21
    496 	* Merged user record memory leak fix from Ivan Gyurdiev.
    497 	* Merged reorganize users patch from Ivan Gyurdiev.
    498 
    499 1.9.23 2005-10-19
    500 	* Added check flag to expand_module() to control assertion
    501 	  and hierarchy checking on expansion.
    502 
    503 1.9.22 2005-10-19
    504 	* Reworked check_assertions() and hierarchy_check_constraints()
    505 	  to take handles and use callback-based error reporting.
    506 	* Changed expand_module() to call check_assertions() and 
    507 	  hierarchy_check_constraints() prior to returning the expanded
    508 	  policy.
    509 
    510 1.9.21 2005-10-18
    511 	* Changed sepol_module_package_set_file_contexts to copy the
    512 	  file contexts data since it is internally managed.
    513 
    514 1.9.20 2005-10-18
    515 	* Added sepol_policy_file_set_handle interface to associate
    516 	  a handle with a policy file.
    517 	* Added handle argument to policydb_from_image/to_image.
    518 	* Added sepol_module_package_set_file_contexts interface.
    519 	* Dropped sepol_module_package_create_file interface.
    520 	* Reworked policydb_read/write, policydb_from_image/to_image, 
    521 	  and sepol_module_package_read/write to use callback-based error
    522 	  reporting system rather than DEBUG.  
    523 
    524 1.9.19 2005-10-17
    525 	* Reworked link_packages, link_modules, and expand_module to use
    526 	callback-based error reporting system rather than error buffering.
    527 
    528 1.9.18 2005-10-14
    529 	* Merged conditional expression mapping fix in the module linking
    530 	code from Joshua Brindle.
    531 
    532 1.9.17 2005-10-13
    533 	* Hid sepol_module_package type definition, and added get interfaces.
    534 
    535 1.9.16 2005-10-13
    536 	* Merged new callback-based error reporting system from Ivan
    537 	Gyurdiev.
    538 
    539 1.9.15 2005-10-13
    540 	* Merged support for require blocks inside conditionals from
    541 	Joshua Brindle (Tresys).
    542 
    543 1.9.14 2005-10-07
    544 	* Fixed use of policydb_from_image/to_image to ensure proper
    545 	init of policydb.
    546 
    547 1.9.13 2005-10-07
    548 	* Isolated policydb internal headers under <sepol/policydb/*.h>.
    549 	These headers should only be used by users of the static libsepol.
    550 	Created new <sepol/policydb.h> with new public types and interfaces
    551 	for shared libsepol.
    552 	Created new <sepol/module.h> with public types and interfaces moved
    553 	or wrapped from old module.h, link.h, and expand.h, adjusted for
    554 	new public types for policydb and policy_file.
    555 	Added public interfaces to libsepol.map.
    556 	Some implementation changes visible to users of the static libsepol:
    557 	1) policydb_read no longer calls policydb_init.
    558 	Caller must do so first.
    559 	2) policydb_init no longer takes policy_type argument.
    560 	Caller must set policy_type separately.
    561 	3) expand_module automatically enables the global branch.  
    562 	Caller no longer needs to do so.
    563 	4) policydb_write uses the policy_type and policyvers from the 
    564 	policydb itself, and sepol_set_policyvers() has been removed.
    565 	
    566 1.9.12 2005-10-06
    567 	* Merged function renaming and static cleanup from Ivan Gyurdiev.
    568 
    569 1.9.11 2005-10-05
    570 	* Merged bug fix for check_assertions handling of no assertions
    571 	from Joshua Brindle (Tresys).
    572 	
    573 1.9.10 2005-10-04
    574 	* Merged iterate patch from Ivan Gyurdiev.
    575 
    576 1.9.9 2005-10-03
    577 	* Merged MLS in modules patch from Joshua Brindle (Tresys).
    578 
    579 1.9.8 2005-09-30
    580 	* Merged pointer typedef elimination patch from Ivan Gyurdiev.
    581 	* Merged user list function, new mls functions, and bugfix patch
    582 	  from Ivan Gyurdiev.
    583 
    584 1.9.7 2005-09-28
    585 	* Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
    586 
    587 1.9.6 2005-09-23
    588 	* Merged bug fix patches from Joshua Brindle (Tresys).
    589 
    590 1.9.5 2005-09-21
    591 	* Merged boolean record and memory leak fix patches from Ivan
    592 	Gyurdiev.
    593 
    594 1.9.4 2005-09-19
    595 	* Merged interface record patch from Ivan Gyurdiev.
    596 
    597 1.9.3 2005-09-14
    598 	* Merged fix for sepol_enable/disable_debug from Ivan
    599 	Gyurdiev.
    600 
    601 1.9.2 2005-09-14
    602 	* Merged stddef.h patch and debug conversion patch from 
    603 	Ivan Gyurdiev.
    604 
    605 1.9.1 2005-09-09
    606 	* Fixed expand_avtab and expand_cond_av_list to keep separate
    607 	entries with identical keys but different enabled flags.
    608 
    609 1.8 2005-09-06
    610 	* Updated version for release.
    611 
    612 1.7.24 2005-08-31
    613 	* Fixed symtab_insert return value for duplicate declarations.
    614 
    615 1.7.23 2005-08-31
    616 	* Merged fix for memory error in policy_module_destroy from
    617 	Jason Tang (Tresys).
    618 
    619 1.7.22 2005-08-26
    620 	* Merged fix for memory leak in sepol_context_to_sid from
    621 	Jason Tang (Tresys).
    622 
    623 1.7.21 2005-08-25
    624 	* Merged fixes for resource leaks on error paths and
    625 	  change to scope_destroy from Joshua Brindle (Tresys).
    626 
    627 1.7.20 2005-08-23
    628 	* Merged more fixes for resource leaks on error paths 
    629 	  from Serge Hallyn (IBM).  Bugs found by Coverity. 
    630 
    631 1.7.19 2005-08-19
    632 	* Changed to treat all type conflicts as fatal errors.
    633 
    634 1.7.18 2005-08-18
    635 	* Merged several error handling fixes from 
    636 	  Serge Hallyn (IBM).  Bugs found by Coverity.	
    637 
    638 1.7.17 2005-08-15
    639 	* Fixed further memory leaks found by valgrind.
    640 
    641 1.7.16 2005-08-15
    642 	* Fixed several memory leaks found by valgrind.
    643 
    644 1.7.15 2005-08-12
    645 	* Fixed empty list test in cond_write_av_list.  Bug found by
    646 	  Coverity, reported by Serge Hallyn (IBM).
    647 	* Merged patch to policydb_write to check errors 
    648 	  when writing the type->attribute reverse map from
    649 	  Serge Hallyn (IBM).  Bug found by Coverity.
    650 	* Fixed policydb_destroy to properly handle NULL type_attr_map
    651 	  or attr_type_map.
    652 
    653 1.7.14 2005-08-12
    654 	* Fixed use of uninitialized data by expand_avtab_node by
    655 	  clearing type_val_to_struct in policydb_index_others.
    656 
    657 1.7.13 2005-08-11
    658 	* Improved memory use by SELinux by both reducing the avtab 
    659 	  node size and reducing the number of avtab nodes (by not
    660 	  expanding attributes in TE rules when possible).  Added
    661 	  expand_avtab and expand_cond_av_list functions for use by
    662 	  assertion checker, hierarchy checker, compatibility code,
    663 	  and dispol.  Added new inline ebitmap operators and converted
    664 	  existing users of ebitmaps to the new operators for greater 
    665 	  efficiency.
    666 	  Note:  The binary policy format version has been incremented to 
    667 	  version 20 as a result of these changes.
    668 
    669 1.7.12 2005-08-10
    670 	* Fixed bug in constraint_node_clone handling of name sets.
    671 
    672 1.7.11 2005-08-08
    673 	* Fix range_trans_clone to map the type values properly.
    674 
    675 1.7.10 2005-08-02
    676 	* Merged patch to move module read/write code from libsemanage
    677 	  to libsepol from Jason Tang (Tresys).
    678 
    679 1.7.9 2005-08-02
    680 	* Enabled further compiler warning flags and fixed them.
    681 
    682 1.7.8 2005-08-02
    683 	* Merged user, context, port records patch from Ivan Gyurdiev.
    684 	* Merged key extract function patch from Ivan Gyurdiev.
    685 
    686 1.7.7 2005-07-27
    687 	* Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
    688 
    689 1.7.6 2005-07-26
    690 	* Merged context reorganization, memory leak fixes, 
    691 	  port and interface loading, replacements for genusers and
    692 	  genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
    693 	* Merged uninitialized variable bugfix from Dan Walsh.
    694 
    695 1.7.5 2005-07-18
    696 	* Merged debug support, policydb conversion functions from Ivan Gyurdiev (Red Hat).
    697 	* Removed genpolbools and genpolusers utilities.
    698 
    699 1.7.4 2005-07-18
    700 	* Merged hierarchy check fix from Joshua Brindle (Tresys).
    701 
    702 1.7.3 2005-07-13
    703 	* Merged header file cleanup and memory leak fix from Ivan Gyurdiev (Red Hat).
    704 
    705 1.7.2 2005-07-11
    706 	* Merged genbools debugging message cleanup from Red Hat.
    707 
    708 1.7.1 2005-07-06
    709 	* Merged loadable module support from Tresys Technology.
    710 
    711 1.6 2005-06-20
    712 	* Updated version for release.
    713 
    714 1.5.10 2005-05-19
    715 	* License changed to LGPL v2.1, see COPYING.
    716 
    717 1.5.9 2005-05-16
    718 	* Added sepol_genbools_policydb and sepol_genusers_policydb for
    719 	  audit2why.
    720 
    721 1.5.8 2005-05-13
    722 	* Added sepol_ prefix to Flask types to avoid 
    723 	  namespace collision with libselinux.
    724 
    725 1.5.7 2005-05-13
    726 	* Added sepol_compute_av_reason() for audit2why.
    727 
    728 1.5.6 2005-04-25
    729 	* Fixed bug in role hierarchy checker.
    730 
    731 1.5.5 2005-04-13
    732 	* Merged hierarchical type/role patch from Tresys Technology.
    733 	* Merged MLS fixes from Darrel Goeddel of TCS.
    734 
    735 1.5.4 2005-04-13
    736 	* Changed sepol_genusers to not delete users by default,
    737 	and added a sepol_set_delusers function to enable deletion.
    738 	Also, removed special case handling of system_u and user_u.
    739 	
    740 1.5.3 2005-03-29
    741 	* Merged booleans.local patch from Dan Walsh.
    742 
    743 1.5.2 2005-03-16
    744 	* Added man page for sepol_check_context.
    745 
    746 1.5.1 2005-03-15
    747 	* Added man page for sepol_genusers function.
    748 	* Merged man pages for genpolusers and chkcon from Manoj Srivastava.
    749 
    750 1.4 2005-03-09
    751 	* Updated version for release.
    752 
    753 1.3.8 2005-03-08
    754 	* Cleaned up error handling in sepol_genusers and sepol_genbools.
    755 
    756 1.3.7 2005-02-28
    757 	* Merged sepol_debug and fclose patch from Dan Walsh.
    758 
    759 1.3.6 2005-02-22
    760 	* Changed sepol_genusers to also use getline and correctly handle
    761 	  EOL.
    762 
    763 1.3.5 2005-02-17
    764 	* Merged range_transition support from Darrel Goeddel (TCS).
    765 
    766 1.3.4 2005-02-16
    767 	* Added sepol_genusers function.
    768 
    769 1.3.3 2005-02-14
    770 	* Merged endianness and compute_av patches from Darrel Goeddel (TCS).
    771 
    772 1.3.2 2005-02-09
    773 	* Changed relabel Makefile target to use restorecon.
    774 
    775 1.3.1 2005-01-26
    776 	* Merged enhanced MLS support from Darrel Goeddel (TCS).
    777 
    778 1.2.1 2005-01-19
    779 	* Merged build fix patch from Manoj Srivastava.
    780 
    781 1.2 2004-10-07
    782 	* MLS build fixes.
    783 	* Added sepol_set_policydb_from_file and sepol_check_context for setfiles.
    784 
    785 1.0 2004-08-19
    786 	* Initial public release.
    787 
    788 0.4 2004-08-13
    789 	* Merged patch from Dan Walsh to ignore case on booleans.
    790 	* Changed sepol_genbools* to preserve the original policy version.
    791 	* Replaced exported global variables with set functions. 
    792 	* Moved genpolbools utility from checkpolicy to libsepol.
    793 	* Added man pages for sepol_genbools* and genpolbools.
    794 
    795 0.3 2004-08-10
    796 	* Added ChangeLog, COPYING, spec file.
    797 	* Added sepol_genbools_array() for load_policy.
    798 	* Created libsepol.map to limit exported symbols in shared library. 
    799 
    800 0.2 2004-08-09
    801 	* Exported other functions for checkpolicy and friends.
    802 	* Renamed service and sidtab functions to avoid libselinux conflict.
    803 	* Removed original code from checkpolicy, which now uses libsepol.
    804 	* Code cleanup:  kill legacy references to kernel types/functions.
    805 
    806 0.1 2004-08-06
    807 	* Moved checkpolicy core logic into a library.
    808 	* Exported sepol_genbools() for load_policy.
    809