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