summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Output changes #1Bjoern Tropf2009-08-262-112/+102
|
* Add hardened/git kernel checkBjoern Tropf2009-08-252-58/+69
| | | | Move genpatch as attribute to kernel
* Implement IntervalTestCaseBjoern Tropf2009-08-234-33/+99
| | | | Rename debug() to BUG_ON()
* Implement is_affected()Bjoern Tropf2009-08-231-41/+47
|
* Implement -show cveBjoern Tropf2009-08-233-129/+132
| | | | | Fix some bugs Clean code
* Fix several bugsBjoern Tropf2009-08-232-12/+24
|
* Implement genpatchesBjoern Tropf2009-08-232-50/+141
| | | | | | | Implement affected class Split parse_cve_files -> bundle_affected, parse_cve_files Rename schedule -> bundle Version 0.5.6 -> 0.3.7 (version 0.5 was way too optimistic)
* Backup commitBjoern Tropf2009-08-221-10/+23
|
* Implement genpatchesBjoern Tropf2009-08-223-18/+32
| | | | Several bugfixes
* Use textwrap.wrap() instead of own implementationBjoern Tropf2009-08-221-21/+11
|
* Further work on outputBjoern Tropf2009-08-223-8/+17
|
* Implement show bugidBjoern Tropf2009-08-224-66/+178
| | | | | | | | Rework output Add beta message Remove sys.exit() Add debug arg (-d, --debug) Fix one exception
* Break lines after 79 charactersBjoern Tropf2009-08-214-35/+51
| | | | | | | Remove GENTOO_KERNEL list Add more Exceptions Fix directory errors Fix sources error introduced two commits before
* Minor output changesRobert Buchholz2009-08-051-11/+11
| | | | | | * recommend to run -s instead of -i for bug details * append '.' at the end of sentences * print "no genpatches found" only on -v
* Rework best_version() in kernellibRobert Buchholz2009-08-052-17/+22
| | | | | | | Rework best_version() so it returns a Kernel object or None, instead of calling extract_vesion(). Also removed '-source' postfix in source attribute of kernel class as it does not make sense to append it only for certain sources.
* Check for Linux kernel on startupRobert Buchholz2009-08-051-1/+6
|
* Print error messages on unimplemented functionalityRobert Buchholz2009-08-051-2/+4
|
* Fix one bugBjoern Tropf2009-07-311-1/+1
|
* Fix git user, add newlineBjoern Tropf2009-07-311-1/+1
|
* Clean code, fix some small bugsbjoern2009-07-315-45/+42
|
* Bump to alpha release ;)Bjoern Tropf2009-07-273-22/+41
|
* Fix bugBjoern Tropf2009-07-261-1/+1
|
* Add (kernel release; number of vulnerabilities) chartBjoern Tropf2009-07-262-5/+67
|
* Add licenseBjoern Tropf2009-07-241-0/+3
|
* Add findcommit to the kernel-check projectBjoern Tropf2009-07-246-73/+128
| | | | | | | | | | * Change output (colors, readability) * Add GITPATH variable * Encapsulate input (.*input.*) * Check last interval * Fix "remotes" error * Fix typo (LASTFIXEDBRANCH) * Fix indents
* Change max line length to 79Bjoern Tropf2009-07-234-152/+203
| | | | | | Start work on documentation Fix some minor bugs Edit the TODO list
* Backup commitBjoern Tropf2009-07-122-21/+41
|
* Add custom ExceptionsBjoern Tropf2009-07-096-102/+133
| | | | | | | | | | Remove error() Mark debug() deprecated Move global variables to kernellib Fix some minor bugs Add some additional output information Remove Copyrights Move all tests to testsuite.py
* Add guidexml classBjoern Tropf2009-06-253-0/+334
|
* Add status to vulnerabilityBjoern Tropf2009-06-163-29/+29
|
* Debug commitBjoern Tropf2009-06-152-11/+17
|
* Change license; include class schedule; some bugfixesBjoern Tropf2009-06-143-90/+90
|
* Implement interval_from_xml()Bjoern Tropf2009-06-133-48/+69
|
* Rename bug -> bugroot, vul.interval -> vul.affectedBjoern Tropf2009-06-131-9/+9
|
* Implement read_cve_file()Bjoern Tropf2009-06-133-32/+28
|
* Fix several TODOsBjoern Tropf2009-06-133-73/+56
|
* Some bug fixesBjoern Tropf2009-06-114-30/+38
|
* Add kernel class; Fix some bugsBjoern Tropf2009-06-113-66/+80
|
* Fix some bugsBjoern Tropf2009-06-094-26/+42
|
* Backup commit (several parts of the code are rewritten)Bjoern Tropf2009-06-083-189/+239
|
* Edit string concatenationBjoern Tropf2009-06-083-19/+19
|
* Some insignificant changesBjoern Tropf2009-06-083-112/+122
|
* Fix todo (add gentoo to refs)Bjoern Tropf2009-06-081-11/+8
|
* Add cve/vulnerability class, change lots of codeBjoern Tropf2009-06-084-90/+117
|
* Move is_in_interval() to kernellib.py; Use dict for genpatchesBjoern Tropf2009-06-063-107/+103
|
* Small changesBjoern Tropf2009-06-053-15/+15
|
* Implement get_genpatch()Bjoern Tropf2009-06-054-7/+24
|
* Some fixes to previous commitBjoern Tropf2009-06-052-8/+11
|
* Add reading/parsing/writing genpatchesBjoern Tropf2009-06-052-11/+84
|
* Fix FIXMEs, edit TODOBjoern Tropf2009-06-032-7/+19
|