summaryrefslogtreecommitdiff
path: root/libkmod
Commit message (Expand)AuthorAgeFilesLines
* libkmod: reset was_space on second passLucas De Marchi2020-01-201-0/+1
* libkmod-module: convert return value from system() to errnoTopi Miettinen2019-12-291-6/+11
* modinfo: Show information about built-in modulesAlexey Gladkov2019-12-182-8/+17
* Lookup aliases in the modules.builtin.modinfoAlexey Gladkov2019-12-184-2/+35
* libkmod: Add function to get list of built-in modulesAlexey Gladkov2019-12-182-0/+41
* libkmod: Add parser for modules.builtin.modinfoAlexey Gladkov2019-12-182-0/+337
* libkmod-signature: use PKCS#7 instead of CMSStefan Strogin2019-05-281-18/+19
* libkmod-signature: implement pkcs7 parsing with opensslYauheni Kaliuta2019-02-043-4/+199
* signature: do not report wrong data for pkc#7 signatureYauheni Kaliuta2018-11-162-19/+39
* kmod: build: cure compiler warnings showing up externallyJan Engelhardt2018-06-181-2/+2
* libkmod-module: check for NULL before accessing pointersLuca Bruno2018-04-051-13/+10
* libkmod-elf: resolve CRC if module is built with MODULE_REL_CRCSYauheni Kaliuta2017-08-041-1/+29
* libkmod: modinfo: implement signature outputYauheni Kaliuta2017-04-113-1/+16
* libkmod: modinfo: implement line splitting in hex_to_strYauheni Kaliuta2017-04-111-5/+15
* libkmod: modinfo: use own function for sig_key hex outputYauheni Kaliuta2017-04-111-25/+54
* libkmod: modinfo: fix sig_id outputYauheni Kaliuta2017-04-111-1/+1
* libkmod-config: fix parsing quoted kernel cmdline on paramsLucas De Marchi2017-02-161-0/+14
* libkmod-config: replace 0/1 with boolLucas De Marchi2017-02-161-4/+4
* module: fix a memory leakBartosz Golaszewski2017-02-161-4/+6
* libkmod: Fix handling of quotes in kernel command lineJames Minor2017-01-231-0/+7
* libkmod: fix use of strcpyLucas De Marchi2016-08-081-6/+11
* libkmod: fix integration with gtk-docLucas De Marchi2016-06-281-1/+3
* libkmod-module: modinfo: print signature idLucas De Marchi2016-06-271-1/+7
* libkmod-signature: handle PKCS#7Lucas De Marchi2016-06-271-0/+2
* libkmod-module: do not crash modinfo on 0 key id lenLucas De Marchi2016-06-271-15/+23
* libkmod: Handle long lines in /proc/modulesMichal Marek2016-06-211-2/+10
* kmod_module_get_refcnt: fix documentationPeter Wu2016-05-211-1/+1
* libkmod: export new kmod_get_dirname() functionLucas De Marchi2015-09-302-1/+14
* modprobe: Update error message when path is missingLaura Abbott2015-09-302-2/+1
* libkmod-module: fix return code in error pathLucas De Marchi2015-06-131-1/+1
* Check return of fseek while reading indexLucas De Marchi2015-02-281-1/+2
* Avoid sign-extension error on multiplicationLucas De Marchi2015-02-281-1/+1
* Fix race while loading modulesHarish Jenny K N2015-02-283-19/+57
* libkmod: better explain a signed module layoutLucas De Marchi2015-02-181-7/+11
* libkmod: consider empty signature key as invalidLucas De Marchi2015-02-181-1/+2
* Fix out of bounds signature access with 32 bit off_tTobias Stoeckmann2015-02-181-1/+1
* libkmod: properly validate file sizeTobias Stoeckmann2015-02-171-5/+5
* libkmod: use helper function to check for overflowLucas De Marchi2015-02-101-2/+2
* Prevent offset + size overflow.Tobias Stoeckmann2015-02-101-1/+1
* Fix uninitialized warningLucas De Marchi2015-01-251-1/+1
* Fix include in python bindingsLucas De Marchi2015-01-021-1/+1
* libkmod-elf: Remove unused variablesLucas De Marchi2015-01-021-6/+0
* Remove FSF mailing addressLucas De Marchi2014-12-2510-20/+10
* libkmod-index: move comment to include the includesLucas De Marchi2014-11-151-5/+5
* libkmod-index: remove invalid commentLucas De Marchi2014-11-151-1/+0
* libkmod-index: keep index and comments in .cLucas De Marchi2014-10-292-104/+99
* shared: rename prefixes of strbuf functionsLucas De Marchi2014-10-111-60/+60
* Move strbuf implementation to shared/Lucas De Marchi2014-10-111-111/+1
* libkmod: remove unused inline functionsLucas De Marchi2014-10-091-16/+0
* Log error on failed underscores(), moving it to shared/Lucas De Marchi2014-10-091-56/+17