1 22015-06-10 13:50 Christos Zoulas <christos@zoulas.com> 3 4 * release 5.23 5 62015-06-09 16:10 Christos Zoulas <christos@zoulas.com> 7 8 * Fix issue with regex range for magic with offset 9 * Always return true from mget with USE (success to mget not match 10 indication). Fixes mime evaluation after USE magic 11 * PR/459: Don't insert magic entries to the list if there are parsing 12 errors for them. 13 142015-06-03 16:00 Christos Zoulas <christos@zoulas.com> 15 16 * PR/455: Add utf-7 encoding 17 182015-06-03 14:30 Christos Zoulas <christos@zoulas.com> 19 20 * PR/455: Implement -Z, look inside, but don't report on compression 21 * PR/454: Fix allocation error on bad magic. 22 232015-05-29 10:30 Christos Zoulas <christos@zoulas.com> 24 25 * handle MAGIC_CONTINUE everywhere, not just in softmagic 26 272015-05-21 14:30 Christos Zoulas <christos@zoulas.com> 28 29 * don't print descriptions for NAME types when mime. 30 312015-04-09 15:59 Christos Zoulas <christos@zoulas.com> 32 33 * Add --extension to list the known extensions for this file type 34 Idea by Andrew J Roazen 35 362015-02-14 12:23 Christos Zoulas <christos@zoulas.com> 37 38 * Bump file search buffer size to 1M. 39 402015-01-09 14:35 Christos Zoulas <christos@zoulas.com> 41 42 * Fix multiple issues with date formats reported by Christoph Biedl: 43 - T_LOCAL meaning was reversed 44 - Arithmetic did not work 45 Also stop adjusting daylight savings for gmt printing. 46 472015-01-05 13:00 Christos Zoulas <christos@zoulas.com> 48 49 * PR/411: Fix memory corruption from corrupt cdf file. 50 512015-01-02 15:15 Christos Zoulas <christos@zoulas.com> 52 53 * release 5.22 54 552015-01-01 12:01 Christos Zoulas <christos@zoulas.com> 56 57 * add indirect relative for TIFF/Exif 58 592014-12-16 18:10 Christos Zoulas <christos@zoulas.com> 60 61 * restructure elf note printing to avoid repeated messages 62 * add note limit, suggested by Alexander Cherepanov 63 642014-12-16 16:53 Christos Zoulas <christos@zoulas.com> 65 66 * Bail out on partial pread()'s (Alexander Cherepanov) 67 * Fix incorrect bounds check in file_printable (Alexander Cherepanov) 68 692014-12-11 20:01 Christos Zoulas <christos@zoulas.com> 70 71 * PR/405: ignore SIGPIPE from uncompress programs 72 * change printable -> file_printable and use it in 73 more places for safety 74 * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP 75 is present print the interpreter name. 76 772014-12-10 20:01 Christos Zoulas <christos@zoulas.com> 78 79 * release 5.21 80 812014-11-27 18:40 Christos Zoulas <christos@zoulas.com> 82 83 * Allow setting more parameters from the command line. 84 * Split name/use and indirect magic recursion limits. 85 862014-11-27 11:12 Christos Zoulas <christos@zoulas.com> 87 88 * Adjust ELF parameters and the default recursion 89 level. 90 * Allow setting the recursion level dynamically. 91 922014-11-24 8:55 Christos Zoulas <christos@zoulas.com> 93 94 * The following fixes resulted from Thomas Jarosch's fuzzing 95 tests that revealed severe performance issues on pathological 96 input: 97 - limit number of elf program and sections processing 98 - abort elf note processing quickly 99 - reduce the number of recursion levels from 20 to 10 100 - preserve error messages in indirect magic handling 101 102 This is tracked as CVE-2014-8116 and CVE-2014-8117 103 1042014-11-12 10:30 Christos Zoulas <christos@zoulas.com> 105 106 * fix bogus free in the user buffer case. 107 1082014-11-11 12:35 Christos Zoulas <christos@zoulas.com> 109 110 * fix out of bounds read for pascal strings 111 * fix memory leak (not freeing the head of each mlist) 112 1132014-11-07 10:25 Christos Zoulas <christos@zoulas.com> 114 115 * When printing strings from a file, convert them to printable 116 on a byte by byte basis, so that we don't get issues with 117 locale's trying to interpret random byte streams as UTF-8 and 118 having printf error out with EILSEQ. 119 1202014-10-17 11:48 Christos Zoulas <christos@zoulas.com> 121 122 * fix bounds in note reading (Francisco Alonso / Red Hat) 123 1242014-10-11 15:02 Christos Zoulas <christos@zoulas.com> 125 126 * fix autoconf glue for setlocale and locale_t; some OS's 127 have locale_t in xlocale.h 128 1292014-10-10 15:01 Christos Zoulas <christos@zoulas.com> 130 131 * release 5.20 132 1332014-08-17 10:01 Christos Zoulas <christos@zoulas.com> 134 135 * recognize encrypted CDF documents 136 1372014-08-04 9:18 Christos Zoulas <christos@zoulas.com> 138 139 * add magic_load_buffers from Brooks Davis 140 1412014-07-24 16:40 Christos Zoulas <christos@zoulas.com> 142 143 * add thumbs.db support 144 1452014-06-12 12:28 Christos Zoulas <christos@zoulas.com> 146 147 * release 5.19 148 1492014-06-09 9:04 Christos Zoulas <christos@zoulas.com> 150 151 * Misc buffer overruns and missing buffer size tests in cdf parsing 152 (Francisco Alonso, Jan Kaluza) 153 1542014-06-02 14:50 Christos Zoulas <christos@zoulas.com> 155 156 * Enforce limit of 8K on regex searches that have no limits 157 * Allow the l modifier for regex to mean line count. Default 158 to byte count. If line count is specified, assume a max 159 of 80 characters per line to limit the byte count. 160 * Don't allow conversions to be used for dates, allowing 161 the mask field to be used as an offset. 162 1632014-05-30 12:51 Christos Zoulas <christos@zoulas.com> 164 165 * Make the range operator limit the length of the 166 regex search. 167 1682014-05-14 19:23 Christos Zoulas <christos@zoulas.com> 169 170 * PR/347: Windows fixes 171 * PR/352: Hangul word processor recognition 172 * PR/354: Encoding irregularities in text files 173 1742014-05-06 6:12 Christos Zoulas <christos@zoulas.com> 175 176 * Fix uninitialized title in CDF files (Jan Kaluza) 177 1782014-05-04 14:55 Christos Zoulas <christos@zoulas.com> 179 180 * PR/351: Fix compilation of empty files 181 1822014-04-30 17:39 Christos Zoulas <christos@zoulas.com> 183 184 * Fix integer formats: We don't specify 'l' or 185 'h' and 'hh' specifiers anymore, only 'll' for 186 quads and nothing for the rest. This is so that 187 magic writing is simpler. 188 1892014-04-01 15:25 Christos Zoulas <christos@zoulas.com> 190 191 * PR/341: Jan Kaluza, fix memory leak 192 * PR/342: Jan Kaluza, fix out of bounds read 193 1942014-03-28 15:25 Christos Zoulas <christos@zoulas.com> 195 196 * Fix issue with long formats not matching fmtcheck 197 1982014-03-26 11:25 Christos Zoulas <christos@zoulas.com> 199 200 * release 5.18 201 2022014-03-15 17:45 Christos Zoulas <christos@zoulas.com> 203 204 * add fmtcheck(3) for those who don't have it 205 2062014-03-14 15:12 Christos Zoulas <christos@zoulas.com> 207 208 * prevent mime entries from being attached to magic 209 entries with no descriptions 210 211 * adjust magic strength for regex type 212 213 * remove superfluous ascmagic with encoding test 214 2152014-03-06 12:01 Christos Zoulas <christos@zoulas.com> 216 217 * fix regression fix echo -ne "\012\013\014" | file -i - 218 which printed "binary" instead of "application/octet-stream" 219 220 * add size_t overflow check for magic file size 221 2222014-02-27 16:01 Christos Zoulas <christos@zoulas.com> 223 224 * experimental support for matching with CFD CLSID 225 2262014-02-18 13:04 Kimmo Suominen (kimmo@suominen.com) 227 228 * Cache old LC_CTYPE locale before setting it to "C", so 229 we can use it to restore LC_CTYPE instead of asking 230 setlocale() to scan the environment variables. 231 2322014-02-12 18:21 Christos Zoulas <christos@zoulas.com> 233 234 * Count recursion levels through indirect magic 235 2362014-02-11 10:40 Christos Zoulas <christos@zoulas.com> 237 238 * Prevent infinite recursion on files with indirect offsets of 0 239 2402014-01-30 21:00 Christos Zoulas <christos@zoulas.com> 241 242 * Add -E flag that makes file print filesystem errors to stderr 243 and exit. 244 2452014-01-08 17:20 Christos Zoulas <christos@zoulas.com> 246 247 * mime printing could print results from multiple magic entries 248 if there were multiple matches. 249 * in some cases overflow was not detected when computing offsets 250 in softmagic. 251 2522013-12-05 12:00 Christos Zoulas <christos@zoulas.com> 253 254 * use strcasestr() to for cdf strings 255 * reset to the "C" locale while doing regex operations, or case 256 insensitive comparisons; this is provisional 257 2582013-11-19 20:10 Christos Zoulas <christos@zoulas.com> 259 260 * always leave magic file loaded, don't unload for magic_check, etc. 261 * fix default encoding to binary instead of unknown which broke recently 262 * handle empty and one byte files, less specially so that 263 --mime-encoding does not break completely. 264 ` 2652013-11-06 14:40 Christos Zoulas <christos@zoulas.com> 266 267 * fix erroneous non-zero exit code from non-existant file and message 268 2692013-10-29 14:25 Christos Zoulas <christos@zoulas.com> 270 271 * add CDF MSI file detection (Guy Helmer) 272 2732013-09-03 11:56 Christos Zoulas <christos@zoulas.com> 274 275 * Don't mix errors and regular output if there was an error 276 * in magic_descriptor() don't close the file and try to restore 277 its position 278 2792013-05-30 17:25 Christos Zoulas <christos@zoulas.com> 280 281 * Don't treat magic as an error if offset was past EOF (Christoph Biedl) 282 2832013-05-28 17:25 Christos Zoulas <christos@zoulas.com> 284 285 * Fix spacing issues in softmagic and elf (Jan Kaluza) 286 2872013-05-02 18:00 Christos Zoulas <christos@zoulas.com> 288 289 * Fix segmentation fault with multiple magic_load commands. 290 2912013-04-22 11:20 Christos Zoulas <christos@zoulas.com> 292 293 * The way "default" was implemented was not very useful 294 because the "if something was printed at that level" 295 was not easily controlled by the user, and the format 296 was bound to a string which is too restrictive. Add 297 a "clear" for that level keyword and make "default" 298 void. This way one can do: 299 300 >>13 clear x 301 >>13 lelong 1 foo 302 >>13 lelong 2 bar 303 >>13 default x 304 >>>13 lelong x unknown %x 305 3062013-03-25 13:20 Christos Zoulas <christos@zoulas.com> 307 308 * disallow strength setting in "name" entries 309 3102013-03-06 21:24 Christos Zoulas <christos@zoulas.com> 311 312 * fix recursive magic separator printing 313 3142013-02-26 19:28 Christos Zoulas <christos@zoulas.com> 315 316 * limit recursion level for mget 317 * fix pread() related breakage in cdf 318 * handle offsets properly in recursive "use" 319 3202013-02-18 10:39 Christos Zoulas <christos@zoulas.com> 321 322 * add elf reading of debug info to determine if file is stripped 323 (Jan Kaluza) 324 * use pread() 325 3262013-01-25 18:05 Christos Zoulas <christos@zoulas.com> 327 328 * change mime description size from 64 to 80 to accommodate OOXML. 329 3302013-01-11 14:50 Christos Zoulas <christos@zoulas.com> 331 332 * Warn about inconsistent continuation levels. 333 * Change fsmagic to add a space after it prints. 334 3352013-01-10 21:00 Christos Zoulas <christos@zoulas.com> 336 337 * Make getline public so that file can link against it. 338 Perhaps it is better to rename it, or hide it differently. 339 Fixes builds on platforms that do not provide it. 340 3412013-01-07 16:30 Christos Zoulas <christos@zoulas.com> 342 343 * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document 344 what long, int, short, etc is (Guy Harris) 345 3462013-01-06 11:20 Christos Zoulas <christos@zoulas.com> 347 348 * add magic_version function and constant 349 * Redo memory allocation and de-allocation. 350 (prevents double frees on non mmap platforms) 351 * Fix bug with name/use having to do with passing 352 found state from the parent to the child and back. 353 3542012-12-19 8:47 Christos Zoulas <christos@zoulas.com> 355 356 * Only print elf capabilities for archs we know (Jan Kaluza) 357 3582012-10-30 19:14 Christos Zoulas <christos@zoulas.com> 359 360 * Add "name" and "use" file types in order to look 361 inside mach-o files. 362 3632012-09-06 10:40 Christos Zoulas <christos@zoulas.com> 364 365 * make --version exit 0 (Matthew Schultz) 366 * add string/T (Jan Kaluza) 367 3682012-08-09 2:15 Christos Zoulas <christos@zoulas.com> 369 370 * add z and t modifiers for our own vasprintf 371 * search for $HOME/.magic.mgc if it is there first 372 * fix reads from a pipe, and preserve errno 373 3742012-05-15 13:12 Christos Zoulas <christos@zoulas.com> 375 376 * use ctime_r, asctime_r 377 3782012-04-06 17:18 Christos Zoulas <christos@zoulas.com> 379 380 * Fixes for indirect offsets to handle apple disk formats 381 3822012-04-03 18:26 Christos Zoulas <christos@zoulas.com> 383 384 * Add windows date field types 385 * More info for windows shortcuts (incomplete) 386 3872012-02-20 17:33 Christos Zoulas <christos@zoulas.com> 388 389 * Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann) 390 3912011-12-15 12:17 Chris Metcalf <cmetcalf@tilera.com> 392 393 * Support Tilera architectures (tile64, tilepro, tilegx). 394 3952011-12-16 16:33 Reuben Thomas <rrt@sc3d.org> 396 397 * Add magic for /usr/bin/env Perl scripts 398 * Weaken generic script magic to avoid clashing with 399 language-specific magic. 400 4012011-12-08 13:37 Reuben Thomas <rrt@sc3d.org> 402 403 * Simplify if (p) free(p) to free(p). 404 4052011-12-08 13:07 Reuben Thomas <rrt@sc3d.org> 406 407 * Remove hardwired token finding (names.h), turning it into soft 408 magic. Patterns are either anchored regexs or search/8192. English 409 language detection and PL/1 detection have been removed as they 410 were too fragile. -e tokens is still accepted for backwards 411 compatibility. 412 * Move 3ds patterns (which are commented out anyway) into autodesk 413 (they were, oddly, in c-lang). 414 4152011-12-06 00:16 Reuben Thomas <rrt@sc3d.org> 416 417 * Tweak strength of generic hash-bang detectors to be less than 418 specific ones. 419 * Make an inconsistent description of Python scripts consistent. 420 4212011-12-05 23:58 Reuben Thomas <rrt@sc3d.org> 422 423 * Fix minor error in file(1). 424 4252011-11-05 00:00 Reuben Thomas <rrt@sc3d.org> 426 427 * Fix issue #150 (I hope). 428 4292011-09-22 12:57 Christos Zoulas <christos@zoulas.com> 430 431 * Python3 binding fixes from Kelly Anderson 432 4332011-09-20 11:32 Christos Zoulas <christos@zoulas.com> 434 435 * If a string type magic entry is marked as text or binary 436 only match text files against text entries and binary 437 files against binary entries. 438 4392011-09-01 12:12 Christos Zoulas <christos@zoulas.com> 440 441 * Don't wait for any subprocess, just the one we forked. 442 4432011-08-26 16:40 Christos Zoulas <christos@zoulas.com> 444 445 * If the application name is not set in a cdf file, try to see 446 if it has a directory with the application name on it. 447 4482011-08-17 14:32 Christos Zoulas <christos@zoulas.com> 449 450 * Fix ELF lseek(2) madness. Inspired by PR/134 by Jan Kaluza 451 4522011-08-14 09:03 Christos Zoulas <christos@zoulas.com> 453 454 * Don't use variable string formats. 455 4562011-07-12 12:32 Reuben Thomas <rrt@sc3d.org> 457 458 * Fix detection of Zip files (Mantis #128). 459 * Make some minor improvements to file(1). 460 * Rename MIME types for filesystem objects for consistency with 461 xdg-utils. Typically this means that application/x-foo becomes 462 inode/foo, but some names also change slightly, e.g. 463 application/x-character-device becomes inode/chardevice. 464 4652011-05-10 20:57 Christos Zoulas <christos@zoulas.com> 466 467 * fix mingw compilation (Abradoks) 468 4692011-05-10 20:57 Christos Zoulas <christos@zoulas.com> 470 471 * remove patchlevel.h 472 * Fix read past allocated memory caused by double-incrementing 473 a pointer in a loop (reported by Roberto Maar) 474 4752011-03-30 15:45 Christos Zoulas <christos@zoulas.com> 476 477 * Fix cdf string buffer setting (Sven Anders) 478 4792011-03-20 16:35 Christos Zoulas <christos@zoulas.com> 480 481 * Eliminate MAXPATHLEN and use dynamic allocation for 482 path and file buffers. 483 4842011-03-15 18:15 Christos Zoulas <christos@zoulas.com> 485 486 * binary tests on magic entries with masks could spuriously 487 get converted to ascii. 488 4892011-03-12 18:06 Reuben Thomas <rrt@sc3d.org> 490 491 * Improve file.man (remove BUGS, present email addresses consistently). 492 4932011-03-07 19:38 Christos Zoulas <christos@zoulas.com> 494 495 * add lrzip support (from Ville Skytta) 496 4972011-02-10 16:36 Christos Zoulas <christos@zoulas.com> 498 499 * fix CDF bounds checking (Guy Helmer) 500 5012011-02-10 12:03 Christos Zoulas <christos@zoulas.com> 502 503 * add cdf_ctime() that prints a meaningful error when time cannot 504 be converted. 505 5062011-02-02 20:40 Christos Zoulas <christos@zoulas.com> 507 508 * help and version output to stdout. 509 510 * When matching softmagic for ascii files, don't just print 511 the softmagic classification, keep going and print the 512 text classification too. This fixes broken troff files when 513 we moved them from keyword recognition to softmagic 514 (they stopped printing "with CRLF" etc.) 515 Reported by Doug McIlroy. 516 5172011-01-16 19:31 Reuben Thomas <rrt@sc3d.org> 518 519 * Fix two potential buffer overruns in apprentice_list. 520 5212011-01-14 22:33 Reuben Thomas <rrt@sc3d.org> 522 523 * New Python binding in pure Python. 524 * Update libmagic(3). 525 5262011-01-06 21:40 Reuben Thomas <rrt@sc3d.org> 527 528 * Fix Python bindings (including recent Python 3 compatibility 529 update). 530 5312011-01-04 18:43 Reuben Thomas <rrt@sc3d.org> 532 533 * magic/Makefile.am: make it easier to recover from magic build failures. 534 * Fix pstring length specifier parsing to avoid generating invalid 535 magic files. 536 * Add pstring length "J" (for "JPEG") to specify that the length 537 include itself. 538 * Fix JPEG comment parsing at last using pstring/HJ! 539 * Ignore section 5 man pages in doc/.cvsignore. 540 5412010-12-22 13:12 Christos Zoulas <christos@zoulas.com> 542 543 * Add pstring/BHhLl to specify the type of the length of pascal 544 strings. 545 5462010-11-26 18:39 Reuben Thomas <rrt@sc3d.org> 547 548 * Fix "-e soft": it was ignored when softmagic was called 549 during asciimagic. 550 * Improve comments and use "unsigned char" in tar.h/is_tar.c. 551 5522010-11-05 17:26 Reuben Thomas <rrt@sc3d.org> 553 554 * Make bug reporting addresses more visible. 555 5562010-11-01 18:35 Reuben Thomas <rrt@sc3d.org> 557 558 * Add tcl magic from Gustaf Neumann 559 5602010-10-24 10:42 Christos Zoulas <christos@zoulas.com> 561 562 * Fix the whitespace comparing code (Christopher Chittleborough) 563 5642010-10-06 21:05 Christos Zoulas <christos@zoulas.com> 565 566 * allow string/t to work (Jan Kaluza) 567 5682010-09-20 22:11 Reuben Thomas <rrt@sc3d.org> 569 570 * Apply some patches from Ubuntu and Fedora. 571 5722010-09-20 21:16 Reuben Thomas <rrt@sc3d.org> 573 574 * Apply all patches from Debian package 5.04-6 which have not 575 already been applied and are not Debian-specific. 576 5772010-09-20 15:24 Reuben Thomas <rrt@sc3d.org> 578 579 * Minor security fix to softmagic.c (don't use untrusted 580 string as printf format). 581 5822010-07-21 12:20 Christos Zoulas <christos@zoulas.com> 583 584 * MINGW32 portability from LRN 585 586 * Don't warn about escaping magic regex chars when we are in a regex. 587 5882010-07-19 10:55 Christos Zoulas <christos@zoulas.com> 589 590 * Only try to print prpsinfo for core files. (Jan Kaluza) 591 5922010-04-22 12:55 Christos Zoulas <christos@zoulas.com> 593 594 * Try more elf offsets for Debian core files. (Arnaud Giersch) 595 5962010-02-20 15:18 Reuben Thomas <rrt@sc3d.org> 597 598 * Clarify which sort of CDF we mean. 599 6002010-02-14 22:58 Reuben Thomas <rrt@sc3d.org> 601 602 * Re-jig Zip file type magic so that unsupported special 603 Zip types (those with "mimetype" at offset 30) can be 604 recognized. 605 6062010-02-02 21:50 Reuben Thomas <rrt@sc3d.org> 607 608 * Add support for OCF (EPUB) files (application/epub+zip) 609 6102010-01-28 18:25 Christos Zoulas <christos@zoulas.com> 611 612 * Fix core-dump from unbound loop: 613 https://bugzilla.redhat.com/show_bug.cgi?id=533245 614 6152010-01-22 15:45 Christos Zoulas <christos@zoulas.com> 616 617 * print proper mime for crystal reports file 618 619 * print the last summary information of a cdf document, not the 620 first so that nested documents print the right info 621 6222010-01-16 18:42 Charles Longeau <chl@tuxfamily.org> 623 624 * bring back some fixes from OpenBSD: 625 - make gcc2 builds file 626 - fix typos in a magic file comment 627 6282009-11-17 18:35 Christos Zoulas <christos@zoulas.com> 629 630 * ctime/asctime can return NULL on some OS's although 631 they should not (Toshit Antani) 632 6332009-09-14 13:49 Christos Zoulas <christos@zoulas.com> 634 635 * Centralize magic path handling routines and remove the 636 special-casing from file.c so that the python module for 637 example comes up with the same magic path (Fixes ~/.magic 638 handling) (from Gab) 639 6402009-09-11 23:38 Reuben Thomas <rrt@sc3d.org> 641 642 * When magic argument is a directory, read the files in 643 strcmp-sorted order (fixes Debian bug #488562 and our own FIXME). 644 6452009-09-11 13:11 Reuben Thomas <rrt@sc3d.org> 646 647 * Combine overlapping epoc and psion magic files into one (epoc). 648 649 * Add some more EPOC MIME types. 650 6512009-08-19 15:55 Christos Zoulas <christos@zoulas.com> 652 653 * Fix 3 bugs (From Ian Darwin): 654 - file_showstr could move one past the end of the array 655 - parse_apple did not nul terminate the string in the overflow case 656 - parse_mime truncated the wrong string in the overflow case 657 6582009-08-12 12:28 Robert Byrnes <byrnes@wildpumpkin.net> 659 660 * Include Localstuff when compiling magic. 661 6622009-07-15 10:05 Christos Zoulas <christos@zoulas.com> 663 664 * Fix logic for including mygetopts.h 665 666 * Make cdf.c compile again with debugging 667 668 * Add the necessary field handling for crystal reports files to work 669 6702009-06-23 01:34 Reuben Thomas <rrt@sc3d.org> 671 672 * Stop "(if" identifying Lisp files, that's plain dumb! 673 6742009-06-09 22:13 Reuben Thomas <rrt@sc3d.org> 675 676 * Add a couple of missing MP3 MIME types. 677 6782009-05-27 23:00 Reuben Thomas <rrt@sc3d.org> 679 680 * Add full range of hash-bang tests for Python and Ruby. 681 682 * Add MIME types for Python and Ruby scripts. 683 6842009-05-13 10:44 Christos Zoulas <christos@zoulas.com> 685 686 * off by one in parsing hw capabilities in elf 687 (Cheng Renquan) 688 6892009-05-08 13:40 Christos Zoulas <christos@zoulas.com> 690 691 * lint fixes and more from NetBSD 692 6932009-05-06 10:25 Christos Zoulas <christos@zoulas.com> 694 695 * Avoid null dereference in cdf code (Drew Yao) 696 697 * More cdf bounds checks and overflow checks 698 6992009-05-01 18:37 Christos Zoulas <christos@zoulas.com> 700 701 * Buffer overflow fixes from Drew Yao 702 7032009-04-30 17:10 Christos Zoulas <christos@zoulas.com> 704 705 * Fix more cdf lossage. All the documents I have 706 right now print the correct information. 707 7082009-03-27 18:43 Christos Zoulas <christos@zoulas.com> 709 710 * don't print \012- separators in the same magic entry 711 if it consists of multiple magic printing lines. 712 7132009-03-23 10:20 Christos Zoulas <christos@zoulas.com> 714 715 * Avoid file descriptor leak in compress code from 716 (Daniel Novotny) 717 7182009-03-18 16:50 Christos Zoulas <christos@zoulas.com> 719 720 * Allow escaping of relation characters, so that we can say \^[A-Z] 721 and the ^ is not eaten as a relation char. 722 723 * Fix troff and fortran to their previous glory using 724 regex. This was broken since their removel from ascmagic. 725 7262009-03-10 16:50 Christos Zoulas <christos@zoulas.com> 727 728 * don't use strlen in strndup() (Toby Peterson) 729 7302009-03-10 7:45 Christos Zoulas <christos@zoulas.com> 731 732 * avoid c99 syntax. 733 7342009-02-23 15:45 Christos Zoulas <christos@zoulas.com> 735 736 * make the cdf code use the buffer first if available, 737 and then the fd code. 738 7392009-02-13 13:45 Christos Zoulas <christos@zoulas.com> 740 741 * look for struct option to determine if getopt.h is usable for IRIX. 742 743 * sanitize cdf document strings 744 7452009-02-04 13:25 Christos Zoulas <christos@zoulas.com> 746 747 * fix OS/2 warnings. 748 7492008-12-12 15:50 Christos Zoulas <christos@zoulas.com> 750 751 * fix initial offset calculation for non 4K sector files 752 753 * add loop limits to avoid DoS attacks by constructing 754 looping sector references. 755 7562008-12-03 13:05 Christos Zoulas <christos@zoulas.com> 757 758 * fix memory botches on cdf file parsing. 759 760 * exit with non-zero value for any error, not just for the last 761 file processed. 762 7632008-11-09 20:42 Charles Longeau <chl@tuxfamily.org> 764 765 * Replace all str{cpy,cat} functions with strl{cpy,cat} 766 * Ensure that strl{cpy,cat} are included in libmagic, 767 as needed. 768 7692008-11-06 18:18 Christos Zoulas <christos@zoulas.com> 770 771 * Handle ID3 format files. 772 7732008-11-06 23:00 Reuben Thomas <rrt@sc3d.org> 774 775 * Fix --mime, --mime-type and --mime-encoding under new scheme. 776 777 * Rename "ascii" to "text" and add "encoding" test. 778 779 * Return a precise ("utf-16le" or "utf-16be") MIME charset for 780 UTF-16. 781 782 * Fix error in comment caused by automatic indentation adding 783 words! 784 7852008-11-06 10:35 Christos Zoulas <christos@astron.com> 786 787 * use memchr instead of strchr because the string 788 might not be NUL terminated (Scott MacVicar) 789 7902008-11-03 07:31 Reuben Thomas <rrt@sc3d.org> 791 792 * Fix a printf with a non-literal format string. 793 794 * Fix formatting and punctuation of help for "--apple". 795 7962008-10-30 11:00 Reuben Thomas <rrt@sc3d.org> 797 798 * Correct words counts in comments of struct magic. 799 800 * Fix handle_annotation to allow both Apple and MIME types to be 801 printed, and to return correct code if MIME type is 802 printed (1, not 0) or if there's an error (-1 not 1). 803 804 * Fix output of charset for MIME type (precede with semi-colon; 805 fixes Debian bug #501460). 806 807 * Fix potential attacks via conversion specifications in magic 808 strings. 809 810 * Add a FIXME for Debian bug #488562 (magic files should be 811 read in a defined order, by sorting the names). 812 8132008-10-18 16:45 Christos Zoulas <christos@astron.com> 814 815 * Added APPLE file creator/type 816 8172008-10-12 10:20 Christos Zoulas <christos@astron.com> 818 819 * Added CDF parsing 820 8212008-10-09 16:40 Christos Zoulas <christos@astron.com> 822 823 * filesystem and msdos patches (Joerg Jenderek) 824 8252008-10-09 13:20 Christos Zoulas <christos@astron.com> 826 827 * correct --exclude documentation issues: remove troff and fortran 828 and rename "token" to "tokens". (Randy McMurchy) 829 8302008-10-01 10:30 Christos Zoulas <christos@astron.com> 831 832 * Read ~/.magic in addition to the default magic file not instead 833 of, as documented in the man page. 834 8352008-09-10 21:30 Reuben Thomas <rrt@sc3d.org> 836 837 * Comment out graphviz patterns, as they match too many files. 838 8392008-08-30 12:54 Christos Zoulas <christos@astron.com> 840 841 * Don't eat trailing \n in magic enties. 842 843 * Cast defines to allow compilation using a c++ compiler. 844 8452008-08-25 23:56 Reuben Thomas <rrt@sc3d.org> 846 847 * Add text/x-lua MIME type for Lua scripts. 848 849 * Escape { in regex in graphviz patterns. 850 8512008-07-26 00:59 Reuben Thomas <rrt@sc3d.org> 852 853 * Add MIME types for special files. 854 855 * Use access to give more accurate information for files that 856 can't be opened. 857 858 * Add a TODO list. 859 8602008-07-02 11:15 Christos Zoulas <christos@astron.com> 861 862 * add !:strength op to adjust magic strength (experimental) 863 8642008-06-16 21:41 Reuben Thomas <rrt@sc3d.org> 865 866 * Fix automake error in configure.ac. 867 868 * Add MIME type for Psion Sketch files. 869 8702008-06-05 08:59 Christos Zoulas <christos@astron.com> 871 872 * Don't print warnings about bad namesize in stripped 873 binaries with PT_NOTE is still there, and the actual 874 note is gone (Jakub Jelinek) 875 8762008-05-28 15:12 Robert Byrnes <byrnes@wildpumpkin.net> 877 878 * magic/Magdir/elf: 879 Note invalid byte order for little-endian SPARC32PLUS. 880 Add SPARC V9 vendor extensions and memory model. 881 882 * src/elfclass.h: 883 Pass target machine to doshn (for Solaris hardware capabilities). 884 885 * src/readelf.c (doshn): 886 Add support for Solaris hardware/software capabilities. 887 888 * src/readelf.h: 889 Ditto. 890 891 * src/vasprintf.c (dispatch): 892 Add support for ll modifier. 893 8942008-05-16 10:25 Christos Zoulas <christos@astron.com> 895 896 * Fix compiler warnings. 897 898 * remove stray printf, and fix a vprintf bug. (Martin Dorey) 899 9002008-05-06 00:13 Robert Byrnes <byrnes@wildpumpkin.net> 901 902 * src/Makefile.am: 903 Ensure that getopt_long and [v]asprintf are included in libmagic, 904 as needed. 905 906 Remove unnecessary EXTRA_DIST. 907 908 * src/Makefile.in: 909 Rerun automake. 910 911 * src/vasprintf.c (dispatch): 912 Fix variable precision bug: be sure to step past '*'. 913 914 * src/vasprintf.c (core): 915 Remove unreachable code. 916 917 * src/apprentice.c (set_test_type): 918 Add cast to avoid compiler warning. 919 9202008-04-22 23:45 Christos Zoulas <christos@astron.com> 921 922 * Add magic submission guidelines (Abel Cheung) 923 924 * split msdos and windows magic (Abel Cheung) 925 9262008-04-04 11:00 Christos Zoulas <christos@astron.com> 927 928 * >= <= is not supported, so fix the magic and warn about it. 929 reported by: Thien-Thi Nguyen <ttn@gnuvola.org> 930 9312008-03-27 16:16 Robert Byrnes <byrnes@wildpumpkin.net> 932 933 * src/readelf.c (donote): 934 ELF core file command name/line bug fixes and enhancements: 935 936 Try larger offsets first to avoid false matches 937 from earlier data that happen to look like strings; 938 this primarily affected SunOS 5.x 32-bit Intel core files. 939 940 Add support for command line (instead of just short name) 941 for SunOS 5.x. 942 943 Add information about NT_PSINFO for SunOS 5.x. 944 945 Only trim whitespace from end of command line. 946 9472007-02-11 01:36 Reuben Thomas <rrt@sc3d.org> 948 949 * Change strength of ! from MULT to 0, as it matches almost 950 anything (Reuben Thomas) 951 952 * Debian fixes (Reuben Thomas) 953 9542007-02-11 00:17 Reuben Thomas <rrt@sc3d.org> 955 956 * Clarify UTF-8 BOM message (Reuben Thomas) 957 958 * Add HTML comment to token list in names.h 959 9602007-02-04 15:50 Christos Zoulas <christos@astron.com> 961 962 * Debian fixes (Reuben Thomas) 963 9642007-02-04 11:31 Christos Zoulas <christos@astron.com> 965 966 * !:mime annotations in magic files (Reuben Thomas) 967 9682007-01-29 15:35 Christos Zoulas <christos@astron.com> 969 970 * zero out utime/utimes structs (Gavin Atkinson) 971 9722007-01-26 13:45 Christos Zoulas <christos@astron.com> 973 974 * reduce writable data from Diego "Flameeyes" Petten 975 9762007-12-28 15:06 Christos Zoulas <christos@astron.com> 977 978 * strtof detection 979 980 * remove bogus regex magic that could cause a DoS 981 982 * better mismatch version message 983 9842007-12-27 11:35 Christos Zoulas <christos@astron.com> 985 986 * bring back some fixes from OpenBSD 987 988 * treat ELF dynamic objects as executables 989 990 * fix gcc warnings 991 9922007-12-01 19:55 Christos Zoulas <christos@astron.com> 993 994 * make sure we have zlib.h and libz to compile the builtin 995 decompress code 996 9972007-10-28 20:48 Christos Zoulas <christos@astron.com> 998 999 * float and double magic support (Behan Webster) 1000 10012007-10-28 20:48 Christos Zoulas <christos@astron.com> 1002 1003 * Convert fortran to a soft test (Reuben Thomas) 1004 10052007-10-23 5:25 Christos Zoulas <christos@astron.com> 1006 1007 * Add --with-filename, and --no-filename (Reuben Thomas) 1008 10092007-10-23 3:59 Christos Zoulas <christos@astron.com> 1010 1011 * Rest of the mime split (Reuben Thomas) 1012 1013 * Make usage message generated from the flags so that 1014 they stay consistent (Reuben Thomas) 1015 10162007-10-20 3:06 Christos Zoulas <christos@astron.com> 1017 1018 * typo in comment, missing ifdef QUICK, remove unneeded code 1019 (Charles Longeau) 1020 10212007-10-17 3:33 Christos Zoulas <christos@astron.com> 1022 1023 * Fix problem printing -\012 in some entries 1024 1025 * Separate magic type and encoding flags (Reuben Thomas) 1026 10272007-10-09 3:55 Christos Zoulas <christos@astron.com> 1028 1029 * configure fix for int64 and strndup (Reuben Thomas) 1030 10312007-09-26 4:45 Christos Zoulas <christos@astron.com> 1032 1033 * Add magic_descriptor() function. 1034 1035 * Fix regression in elf reading code where the core name was 1036 not being printed. 1037 1038 * Don't convert NUL's to spaces in {l,b}estring16 (Daniel Dawson) 1039 10402007-08-19 6:30 Christos Zoulas <christos@astron.com> 1041 1042 * Make mime format consistent so that it can 1043 be easily parsed: 1044 mimetype [charset=character-set] [encoding=encoding-mime-type] 1045 1046 Remove spurious extra text from some MIME type printouts 1047 (mostly in is_tar). 1048 1049 Fix one case where -i produced nothing at all (for a 1-byte file, 1050 which is now classed as application/octet-stream). 1051 1052 Remove 7/8bit classifications, since they were arbitrary 1053 and not based on the file data. 1054 1055 This work was done by Reuben Thomas 1056 10572007-05-24 10:00 Christos Zoulas <christos@astron.com> 1058 1059 * Fix another integer overflow (Colin Percival) 1060 10612007-03-26 13:58 Christos Zoulas <christos@astron.com> 1062 1063 * make sure that all of struct magic_set is initialized appropriately 1064 (Brett) 1065 10662007-03-25 17:44 Christos Zoulas <christos@astron.com> 1067 1068 * reset left bytes in the buffer (Dmitry V. Levin) 1069 1070 * compilation failed with COMPILE_ONLY and ENABLE_CONDITIONALS 1071 (Peter Avalos) 1072 10732007-03-15 10:51 Christos Zoulas <christos@astron.com> 1074 1075 * fix fortran and nroff reversed tests (Dmitry V. Levin) 1076 1077 * fix exclude option (Dmitry V. Levin) 1078 10792007-02-08 17:30 Christos Zoulas <christos@astron.com> 1080 1081 * fix integer underflow in file_printf which can lead to 1082 to exploitable heap overflow (Jean-Sebastien Guay-Lero) 1083 10842007-02-05 11:35 Christos Zoulas <christos@astron.com> 1085 1086 * make socket/pipe reading more robust 1087 10882007-01-25 16:01 Christos Zoulas <christos@astron.com> 1089 1090 * Centralize all the tests in file_buffer. 1091 1092 * Add exclude flag. 1093 10942007-01-18 05:29 Anon Ymous <do@not.spam.me> 1095 1096 * Move the "type" detection code from parse() into its own table 1097 driven routine. This avoids maintaining multiple lists in 1098 file.h. 1099 1100 * Add an optional conditional field (ust before the type field). 1101 This code is wrapped in "#ifdef ENABLE_CONDITIONALS" as it is 1102 likely to go away. 1103 11042007-01-16 23:24 Anon Ymous <do@not.spam.me> 1105 1106 * Fix an initialization bug in check_mem(). 1107 11082007-01-16 14:58 Anon Ymous <do@not.spam.me> 1109 1110 * Add a "default" type to print a message if nothing previously 1111 matched at that level or since the last default at that 1112 level. This is useful for setting up switch-like statements. 1113 It can also be used to do if/else constructions without a 1114 redundant second test. 1115 1116 * Fix the "x" special case test so that one can test for that 1117 string with "=x". 1118 1119 * Allow "search" to search the entire buffer if the "/N" 1120 search count is missing. 1121 1122 * Make "regex" work! It now starts its search at the 1123 specified offset and takes an (optional) "/N" line count to 1124 specify the search range; otherwise it searches to the end 1125 of the file. The match is now grabbed correctly for format 1126 strings and the offset set to the end of the match. 1127 1128 * Add a "/s" flag to "regex" and "search" to set the offset to 1129 the start of the match. By default the offset is set to the 1130 end of the match, as it is with other tests. This is mostly 1131 useful for "regex". 1132 1133 * Make "search", "string" and "pstring" use the same 1134 file_strncmp() routine so that they support the same flags; 1135 "bestring16" and "lestring16" call the same routine, but 1136 with flags = 0. Also add a "/C" flag (in analogy to "/c") 1137 to ignore the case on uppercase (lowercase) characters in 1138 the test string. 1139 1140 * Strict adherence to C style string escapes. A warnings are 1141 printed when compiling. Note: previously "\a" was 1142 incorrectly translated to 'a' instead of an <alert> (i.e., 1143 BELL, typically 0x07). 1144 1145 * Make this compile with "-Wall -Wextra" and all the warning 1146 flags used with WARNS=4 in the NetBSD source. Also make it 1147 pass lint. 1148 1149 * Many "cleanups" and hopefully not too many new bugs! 1150 11512007-01-16 14:56 Anon Ymous <do@not.spam.me> 1152 1153 * make several more files compile with gcc warnings 1154 on and also make them pass lint. 1155 11562007-01-16 14:54 Anon Ymous <do@not.spam.me> 1157 1158 * fix a puts()/putc() usage goof in file.c 1159 1160 * make file.c compile with gcc warnings and pass lint 1161 11622006-12-11 16:49 Christos Zoulas <christos@astron.com> 1163 1164 * fix byteswapping issue 1165 1166 * report the number of bytes we tried to 1167 allocate when allocation fails 1168 1169 * add a few missed cases in the strength routine 1170 11712006-12-08 16:32 Christos Zoulas <christos@astron.com> 1172 1173 * store and print the line number of the magic 1174 entry for debugging. 1175 1176 * if the magic entry did not print anything, 1177 don't treat it as a match 1178 1179 * change the magic strength algorithm to take 1180 into account the relationship op. 1181 1182 * fix a bug in search where we could accidentally 1183 return a match. 1184 1185 * propagate the error return from match to 1186 file_softmagic. 1187 11882006-11-25 13:35 Christos Zoulas <christos@astron.com> 1189 1190 * Don't store the current offset in the magic 1191 struct, because it needs to be restored and 1192 it was not done properly all the time. Bug 1193 found by: Arkadiusz Miskiewicz 1194 1195 * Fix problem in the '\0' separator; and don't 1196 print it as an additional separator; print 1197 it as the only separator. 1198 11992006-11-17 10:51 Christos Zoulas <christos@astron.com> 1200 1201 * Added a -0 option to print a '\0' separator 1202 Etienne Buira <etienne.buira@free.fr> 1203 12042006-10-31 15:14 Christos Zoulas <christos@astron.com> 1205 1206 * Check offset before copying (Mike Frysinger) 1207 1208 * merge duplicated code 1209 1210 * add quad date support 1211 1212 * make sure that we nul terminate desc (Ryoji Kanai) 1213 1214 * don't process elf notes multiple times 1215 1216 * allow -z to report empty compressed files 1217 1218 * use calloc to initialize the ascii buffers (Jos van den Oever) 1219 12202006-06-08 11:11 Christos Zoulas <christos@astron.com> 1221 1222 * QNX fixes (Mike Gorchak) 1223 1224 * Add quad support. 1225 1226 * FIFO checks (Dr. Werner Fink) 1227 1228 * Linux ELF fixes (Dr. Werner Fink) 1229 1230 * Magic format checks (Dr. Werner Fink) 1231 1232 * Magic format function improvent (Karl Chen) 1233 12342006-05-03 11:11 Christos Zoulas <christos@astron.com> 1235 1236 * Pick up some elf changes and some constant fixes from SUSE 1237 1238 * Identify gnu tar vs. posix tar 1239 1240 * When keep going, don't print spurious newlines (Radek Vokal) 1241 12422006-04-01 12:02 Christos Zoulas <christos@astron.com> 1243 1244 * Use calloc instead of malloc (Mike Frysinger) 1245 1246 * Fix configure script to detect wctypes.h (Mike Frysinger) 1247 12482006-03-02 16:06 Christos Zoulas <christos@astron.com> 1249 1250 * Print empty if the file is (Mike Frysinger) 1251 1252 * Don't try to read past the end of the buffer (Mike Frysinger) 1253 1254 * Sort magic entries by strength [experimental] 1255 12562005-11-29 13:26 Christos Zoulas <christos@astron.com> 1257 1258 * Use iswprint() to convert the output string. 1259 (Bastien Nocera) 1260 12612005-10-31 8:54 Christos Zoulas <christos@astron.com> 1262 1263 * Fix regression where the core info was not completely processed 1264 (Radek Vokal) 1265 12662005-10-20 11:15 Christos Zoulas <christos@astron.com> 1267 1268 * Middle Endian magic (Diomidis Spinellis) 1269 12702005-10-17 11:15 Christos Zoulas <christos@astron.com> 1271 1272 * Open with O_BINARY for CYGWIN (Corinna Vinschen) 1273 1274 * Don't close stdin (Arkadiusz Miskiewicz) 1275 1276 * Look for note sections in non executables. 1277 12782005-09-20 13:33 Christos Zoulas <christos@astron.com> 1279 1280 * Don't print SVR4 Style in core files multiple times 1281 (Radek Vokal) 1282 12832005-08-27 04:09 Christos Zoulas <christos@astron.com> 1284 1285 * Cygwin changes Corinna Vinschen 1286 12872005-08-18 09:53 Christos Zoulas <christos@astron.com> 1288 1289 * Remove erroreous mention of /etc/magic in the file man page 1290 This is gentoo bug 101639. (Mike Frysinger) 1291 1292 * Cross-compile support and detection (Mike Frysinger) 1293 12942005-08-12 10:17 Christos Zoulas <christos@astron.com> 1295 1296 * Add -h flag and dereference symlinks if POSIXLY_CORRECT 1297 is set. 1298 12992005-07-29 13:57 Christos Zoulas <christos@astron.com> 1300 1301 * Avoid search and regex buffer overflows (Kelledin) 1302 13032005-07-12 11:48 Christos Zoulas <christos@astron.com> 1304 1305 * Provide stub implementations for {v,}nsprintf() for older 1306 OS's that don't have them. 1307 * Change mbstate_t autoconf detection macro from AC_MBSTATE_T 1308 to AC_TYPE_MBSTATE_T. 1309 13102005-06-25 11:48 Christos Zoulas <christos@astron.com> 1311 1312 * Dynamically allocate the string buffers and make the 1313 default read size 256K. 1314 13152005-06-01 00:00 Joerg Sonnenberger <joerg@britannica.bec.de> 1316 1317 * Dragonfly ELF note support 1318 13192005-03-14 00:00 Giuliano Bertoletti <gb@symbolic.it> 1320 1321 * Avoid NULL pointer dereference in time conversion. 1322 13232005-03-06 00:00 Joerg Walter <jwalt@mail.garni.ch> 1324 1325 * Add indirect magic offset support, and search mode. 1326 13272005-01-12 00:00 Stepan Kasal <kasal@ucw.cz> 1328 1329 * src/ascmagic.c (file_ascmagic): Fix three bugs about text files: 1330 If a CRLF text file happens to have CR at offset HOWMANY - 1 1331 (currently 0xffff), it should not be counted as CR line 1332 terminator. 1333 If a line has length exactly MAXLINELEN, it should not yet be 1334 treated as a ``very long line'', as MAXLINELEN is ``longest sane 1335 line length''. 1336 With CRLF, the line length was not computed correctly, and even 1337 lines of length MAXLINELEN - 1 were treated as ``very long''. 1338 13392004-12-07 14:15 Christos Zoulas <christos@astron.com> 1340 1341 * bzip2 needs a lot of input buffer space on some files 1342 before it can begin uncompressing. This makes file -z 1343 fail on some bz2 files. Fix it by giving it a copy of 1344 the file descriptor to read as much as it wants if we 1345 have access to it. <christos@astron.com> 1346 13472004-11-24 12:39 Christos Zoulas <christos@astron.com> 1348 1349 * Stack smash fix, and ELF more conservative reading. 1350 Jakub Bogusz <qboosh@pld-linux.org> 1351 13522004-11-20 18:50 Christos Zoulas <christos@astron.com> 1353 1354 * New FreeBSD version parsing code: 1355 Jon Noack <noackjr@alumni.rice.edu> 1356 1357 * Hackish support for ucs16 strings <christos@astron.com> 1358 13592004-11-13 03:07 Christos Zoulas <christos@astron.com> 1360 1361 * print the file name and line number in syntax errors. 1362 13632004 10-12 10:50 Christos Zoulas <christos@astron.com> 1364 1365 * Fix stack overwriting on 0 length strings: Tim Waugh 1366 <twaugh@redhat.com> Ned Ludd <solar@gentoo.org> 1367 13682004-09-27 11:30 Christos Zoulas <christos@astron.com> 1369 1370 * Remove 3rd and 4th copyright clause; approved by Ian Darwin. 1371 1372 * Fix small memory leaks; caught by: Tamas Sarlos 1373 <stamas@csillag.ilab.sztaki.hu> 1374 13752004-07-24 16:33 Christos Zoulas <christos@astron.com> 1376 1377 * magic.mime update Danny Milosavljevic <danny.milo@gmx.net> 1378 1379 * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com> 1380 1381 * utime/utimes detection Ian Lance Taylor <ian@wasabisystems.com> 1382 1383 * errors reading elf magic Jakub Bogusz <qboosh@pld-linux.org> 1384 13852004-04-12 10:55 Christos Zoulas <christos@astron.com> 1386 1387 * make sure that magic formats match magic types during compilation 1388 1389 * fix broken sgi magic file 1390 13912004-04-06 20:36 Christos Zoulas <christos@astron.com> 1392 1393 * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com> 1394 1395 * magic fixes 1396 13972004-03-22 15:25 Christos Zoulas <christos@astron.com> 1398 1399 * Lots of mime fixes 1400 (Joerg Ostertag) <ostertag@rechengilde.de> 1401 1402 * FreeBSD ELF version handling 1403 (Edwin Groothuis) <edwin@mavetju.org> 1404 1405 * correct cleanup in all cases; don't just close the file. 1406 (Christos Zoulas) <christos@astron.com> 1407 1408 * add gettext message catalogue support 1409 (Michael Piefel) <piefel@debian.org> 1410 1411 * better printout for unreadable files 1412 (Michael Piefel) <piefel@debian.org> 1413 1414 * compensate for missing MAXPATHLEN 1415 (Michael Piefel) <piefel@debian.org> 1416 1417 * add wide character string length computation 1418 (Michael Piefel) <piefel@debian.org> 1419 1420 * Avoid infinite loops caused by bad elf alignments 1421 or name and description note sizes. Reported by 1422 (Mikael Magnusson) <mmikael@comhem.se> 1423 14242004-03-09 13:55 Christos Zoulas <christos@astron.com> 1425 1426 * Fix possible memory leak on error and add missing regfree 1427 (Dmitry V. Levin) <ldv@altlinux.org> 1428 14292003-12-23 12:12 Christos Zoulas <christos@astron.com> 1430 1431 * fix -k flag (Maciej W. Rozycki) 1432 14332003-11-18 14:10 Christos Zoulas <christos@astron.com> 1434 1435 * Try to give us much info as possible on corrupt elf files. 1436 (Willy Tarreau) <willy@w.ods.org> 1437 * Updated python bindings (Brett Funderburg) 1438 <brettf@deepfile.com> 1439 14402003-11-11 15:03 Christos Zoulas <christos@astron.com> 1441 1442 * Include file.h first, because it includes config.h 1443 breaks largefile test macros otherwise. 1444 (Paul Eggert <eggert@CS.UCLA.EDU> via 1445 Lars Hecking <lhecking@nmrc.ie>) 1446 14472003-10-14 21:39 Christos Zoulas <christos@astron.com> 1448 1449 * Python bindings (Brett Funderburg) <brettf@deepfile.com> 1450 * Don't lookup past the end of the buffer 1451 (Chad Hanson) <chanson@tcs-sec.com> 1452 * Add MAGIC_ERROR and api on magic_errno() 1453 14542003-10-08 12:40 Christos Zoulas <christos@astron.com> 1455 1456 * handle error conditions from compile as fatal 1457 (Antti Kantee) <pooka@netbsd.org> 1458 * handle magic filename parsing sanely 1459 * more magic fixes. 1460 * fix a memory leak (Illes Marton) <illes.marton@balabit.hu> 1461 * describe magic file handling 1462 (Bryan Henderson) <bryanh@giraffe-data.com> 1463 14642003-09-12 15:09 Christos Zoulas <christos@astron.com> 1465 1466 * update magic files. 1467 * remove largefile support from file.h; it breaks things on most OS's 1468 14692003-08-10 10:25 Christos Zoulas <christos@astron.com> 1470 1471 * fix unmapping'ing of mmaped files. 1472 14732003-07-10 12:03 Christos Zoulas <christos@astron.com> 1474 1475 * don't exit with -1 on error; always exit 1 (Marty Leisner) 1476 * restore utimes code. 1477 14782003-06-10 17:03 Christos Zoulas <christos@astron.com> 1479 1480 * make sure we don't access uninitialized memory. 1481 * pass lint 1482 * #ifdef __cplusplus in magic.h 1483 14842003-05-25 19:23 Christos Zoulas <christos@astron.com> 1485 1486 * rename cvs magic file to revision to deal with 1487 case insensitive filesystems. 1488 14892003-05-23 17:03 Christos Zoulas <christos@astron.com> 1490 1491 * documentation fixes from Michael Piefel <piefel@debian.org> 1492 * magic fixes (various) 1493 * revert basename magic in .mgc name determination 1494 * buffer protection in uncompress, 1495 signness issues, 1496 close files 1497 Maciej W. Rozycki <macro@ds2.pg.gda.pl 1498 14992003-04-21 20:12 Christos Zoulas <christos@astron.com> 1500 1501 * fix zsh magic 1502 15032003-04-04 16:59 Christos Zoulas <christos@astron.com> 1504 1505 * fix operand sort order in string. 1506 15072003-04-02 17:30 Christos Zoulas <christos@astron.com> 1508 1509 * cleanup namespace in magic.h 1510 15112003-04-02 13:50 Christos Zoulas <christos@astron.com> 1512 1513 * Magic additions (Alex Ott) 1514 * Fix bug that broke VPATH compilation (Peter Breitenlohner) 1515 15162003-03-28 16:03 Christos Zoulas <christos@astron.com> 1517 1518 * remove packed attribute from magic struct. 1519 * make the magic struct properly aligned. 1520 * bump version number of compiled files to 2. 1521 15222003-03-27 13:10 Christos Zoulas <christos@astron.com> 1523 1524 * separate tar detection and run it before softmagic. 1525 * fix reversed symlink test. 1526 * fix version printing. 1527 * make separator a string instead of a char. 1528 * update manual page and sort options. 1529 15302003-03-26 11:00 Christos Zoulas <christos@astron.com> 1531 1532 * Pass lint 1533 * make NULL in magic_file mean stdin 1534 * Fix "-" argument to file to pass NULL to magic_file 1535 * avoid pointer casts by using memcpy 1536 * rename magic_buf -> magic_buffer 1537 * keep only the first error 1538 * manual page: new sentence, new line 1539 * fix typo in api function (magic_buf -> magic_buffer) 1540