[Forensics-changes] [yara] annotated tag v3.1.0 deleted (was 803c35d)
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:39:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag v3.1.0
in repository yara.
*** WARNING: tag v3.1.0 was deleted! ***
tag was 803c35d
This change permanently discards the following revisions:
discards 3462b7f Release version 3.1.0
discards 03b015e Don't generate debug information for release version
discards ffc0a33 Replace WIN32 with _WIN32
discards 3daf2bd Update the documentation
discards 87df834 Fix bug introduced in previous commit
discards d196b97 Provide an implementation for strlcat and strlcpy and use them where appropriate
discards 8df08b8 Use strlcat, strlcpy, and snprintf instead of strcat, strcpy and sprint to avoid warning in OpenBSD
discards a85a72f Use strlcat, strlcpy, and snprintf instead of strcat, strcpy and sprint to avoid warning in OpenBSD
discards 689c41d Merge pull request #163 from swdunlop/master
discards b274520 added new libyara headers to yarainclude_HEADERS
discards 829348a Add missing newlines at the end of files
discards 174cda2 Homogenize newlines at the end of files
discards a7c1dc2 Fix issues with Bison 3.0
discards bc3bc53 Fix issues with Bison 3.0
discards 0de8878 Merge pull request #161 from billmarczak/master
discards f329724 make 'dns_lookup' usable
discards 61f517d Implement "magic" module based on Armin Buescher's original idea.
discards ac87a92 Fix double invocation side-effect when passing a function to return_string() macro, like in return_string(f(...))
discards a22f289 Accept functions without arguments
discards 2d04878 Improve error reporting when a function is called with wrong number of arguments
discards 5e3282b Fix some warnings
discards 75139e2 Handle zero-length files as normal files and remove zero-length errors.
discards 1c5ac31 Fix issues introduced in yara-python
discards f56608c Improve error handling
discards d5ed62e Implement module_initialize and module_finalize
discards 7b3f904 Remove reference to yara-python installation with PIP
discards 500e588 Merge pull request #158 from sroberts/patch-1
discards 5274d45 Added Homebrew installation instructions.
discards 68d8a49 Fix issue #157
discards 797c485 Show appropriate error message when importing an unknown module
discards 3b5ddd0 Replace WIN32 with _WIN32. The latest is defined by the compiler and doesn't need to be defined externally.
discards e6db404 Fix non-escaped characters in documentation
discards 2dd8274 Improve buffer bounds checking in PE module
discards 2eaafa8 Fix buffer overrun in PE module
discards a9db0ea Update documentation
discards 48c43c5 Merge pull request #151 from corumir/patch-1
discards 36dadb0 Update writingmodules.rst
discards dcf80f7 Update version number in documentation
discards 8e85126 Fix some issues while compiling in Windows
discards 8cc6a99 Add missing patch version
discards 35d9ce6 Release version 3.0.0
discards 542c955 Document the command-line -x option in the man page and add example to documentation
discards 37bdd55 Fix typo
discards c195f6f Update documentation
discards 91f4e74 Update documentation
discards 8e869c6 Replace fast_scan_mode boolean argument with flags for greater flexibility in the future
discards 6d1a26b Implement iteration macros
discards d972eed Update exported symbols
discards d75fc00 Change some "char*" to "const char*"
discards 33bd8fd Fix issue #148 by asserting that yr_compiler_get_rules was not called before yr_compiler_add_file/yr_compiler_add_string
discards 57ef744 Fix issue #147
discards ba112e0 Update documentation
discards d06a778 Remove yr_compiler_push_file_name from the public API
discards 92e1c36 Rename YR_COMPILER_CALLBACK to YR_COMPILER_CALLBACK_FUNC
discards 425dade Implement yr_compiler_set_callback
discards 70852a8 Add declare_ prefix declaration macros to avoid collision with type "string" in C++
discards 6751779 Raise warning when the deprecated "entrypoint" keyword is used
discards 7958ed4 Add extern "C" directive to yara.h
discards ec5eb9f Bug fix: Start of string anchor (^) not working properly with wide strings
discards 285d538 Fix warning about uninitialised variable and add assert
discards f8fd52d Enable optimisations by default
discards e33266d Fix issues with parent() in Cuckoo module
discards 1387428 Remove dmalloc from config.h
discards 077fba2 Add Blueliv and Adlice to "Who's using YARA"
discards 8552b47 Add test case for functions in modules
discards f3e8b0f Update documentation
discards 0c1a27a Rename self() to parent() and add module() to module's API
discards c4ae098 Implement imports() function and other small changes in PE module
discards b86ef21 Implement exports() function in PE module and add support for 64-bit PEs
discards 9575382 Update documentation
discards 2f16c3a Make scan context accesible to module functions
discards a8ddf6f Update documentation
discards 912bb62 Add first_memory_block macro
discards 3c577a7 Update documentation and remove old one
discards 0780c6e Fix issue with documentation config in readthedocs.org
discards 4ff1b48 Add more tests and remove unnecessary #undef directives
discards c285e54 Add string_array macro to modules.h
discards 044be47 Add demo module
discards a9fd7f2 Replace uint8_t* type with RE_CODE for regular expression code
discards 7fdcb84 First draft of documentation
discards 86b09b4 Rename modules/list to modules/module_list
discards c864034 Setup new documentation
discards b0b3c7f Fix problem with string matches offsets not being treated as virtual addresses while scanning a process
discards f609e10 Set multi-byte character set for Windows projects
discards b056a7d Fix bug in Window's version of is_directory function
discards a9dd9e4 Fix bug in PE module caused by misplaced break
discards b41d264 Add missing Jansson files
discards 6a11508 Fix compilation in Windows
discards 609ee5a Add missing includes in Windows
discards 7857a47 Put leading and trailing underscores to tokens, to avoid conflicts with other types and macros
discards 82b2c61 Rename token SIZE to FILESIZE to avoid conflicts with windef.h in Windows
discards f5c045a Calculate pe.entry_point value differently for file and process memory scans
discards 65170ff Remove unnecessary file
discards 26c456d Add more test cases
discards d907fdd Rename YR_EVALUATION_CONTEXT to YR_SCAN_CONTEXT and some other minor changes
discards 7690f84 Rename YR_EVALUATION_CONTEXT to YR_SCAN_CONTEXT and some other minor changes
discards 3773bb1 Fix bug in yara-python causing segmentation faults
discards 3344ada Fix issues with includes
discards fcc71e0 Remove unnecessary code
discards f81eeaf Fix bug in yara-python
discards 51aeb0e Fix issue with undefined strings
discards 1d65669 Fix bug caused by missing flags initialisation while splitting a regular expression
discards bd40304 Add subdir-objects to automate options
discards a890012 Implement modules support
discards f40567a Add Blue Coat to "Who's using YARA"
discards 13096f3 Merge pull request #137 from kcreyts/patch-2
discards f6d91d7 Fix issue with files larger than 4GB
discards f884da4 Update README.md
discards af78ed3 Add Fox-IT to "who's using YARA"
discards e13a5bc Merge pull request #134 from wxsBSD/master
discards ee6289b Increment initial arena sizes to reduce the number of memory allocations
discards 035b2a2 Avoid segfault while scanning some processes in Windows
discards f0e80c7 Fix wrong #ifdef
discards 89cde68 Implement profiling support
discards 3216460 Minor style fixes
discards cb4d544 Fix minor issues in arena.c
discards 0ce0d33 Adjust value for RE_MAX_CODE_SIZE
discards 79304f3 Fix issue caused by regexp code spanning over non-contiguous arena pages
discards efd5b45 Remove unused prototype.
discards 67eb56c Fix bug introduced in commit 08c8456a0728522b347e936f66b98676a890cd09
discards 74a7e4e Fix issue #131
discards 01bb023 Add ThreatStream to "who's using YARA"
discards f1999cb Fix bug while handling nested includes
discards 08c8456 Fix bug in regular expression engine causing false negative matches
discards bfe9980 Fix segmentation fault caused by invalid characters in regular expressions.
discards 74ca113 Fix issue #127
discards a5736f9 Add Bayshore Networks to "Who's using YARA"
discards e87621b Fix typo
discards f22999b Enable optimization settings
discards 9cae43b Add test case for nested loops
discards c9d6d93 Fix bug causing segmentation fault when using nested loops
discards 24d001d Fix buffer overflow
discards 372ce64 Fix warning about uninitialized variable
discards 345bf84 Fix bug in yr_re_exec logic
discards 4dc0442 Fix issue with ^ anchor in regular expressions used with "matches" operator. Make yr_re_exec easier to read.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list