summaryrefslogtreecommitdiff
path: root/libkmod
AgeCommit message (Expand)AuthorFilesLines
2016-06-28libkmod: fix integration with gtk-docLucas De Marchi1-1/+3
2016-06-27libkmod-module: modinfo: print signature idLucas De Marchi1-1/+7
2016-06-27libkmod-signature: handle PKCS#7Lucas De Marchi1-0/+2
2016-06-27libkmod-module: do not crash modinfo on 0 key id lenLucas De Marchi1-15/+23
2016-06-21libkmod: Handle long lines in /proc/modulesMichal Marek1-2/+10
2016-05-21kmod_module_get_refcnt: fix documentationPeter Wu1-1/+1
2015-09-30libkmod: export new kmod_get_dirname() functionLucas De Marchi2-1/+14
2015-09-30modprobe: Update error message when path is missingLaura Abbott2-2/+1
2015-06-13libkmod-module: fix return code in error pathLucas De Marchi1-1/+1
2015-02-28Check return of fseek while reading indexLucas De Marchi1-1/+2
2015-02-28Avoid sign-extension error on multiplicationLucas De Marchi1-1/+1
2015-02-28Fix race while loading modulesHarish Jenny K N3-19/+57
2015-02-18libkmod: better explain a signed module layoutLucas De Marchi1-7/+11
2015-02-18libkmod: consider empty signature key as invalidLucas De Marchi1-1/+2
2015-02-18Fix out of bounds signature access with 32 bit off_tTobias Stoeckmann1-1/+1
2015-02-17libkmod: properly validate file sizeTobias Stoeckmann1-5/+5
2015-02-10libkmod: use helper function to check for overflowLucas De Marchi1-2/+2
2015-02-10Prevent offset + size overflow.Tobias Stoeckmann1-1/+1
2015-01-25Fix uninitialized warningLucas De Marchi1-1/+1
2015-01-02Fix include in python bindingsLucas De Marchi1-1/+1
2015-01-02libkmod-elf: Remove unused variablesLucas De Marchi1-6/+0
2014-12-25Remove FSF mailing addressLucas De Marchi10-20/+10
2014-11-15libkmod-index: move comment to include the includesLucas De Marchi1-5/+5
2014-11-15libkmod-index: remove invalid commentLucas De Marchi1-1/+0
2014-10-29libkmod-index: keep index and comments in .cLucas De Marchi2-104/+99
2014-10-11shared: rename prefixes of strbuf functionsLucas De Marchi1-60/+60
2014-10-11Move strbuf implementation to shared/Lucas De Marchi1-111/+1
2014-10-09libkmod: remove unused inline functionsLucas De Marchi1-16/+0
2014-10-09Log error on failed underscores(), moving it to shared/Lucas De Marchi1-56/+17
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi4-112/+0
2014-10-09Move alias_normalize() to sharedLucas De Marchi2-40/+0
2014-10-09Do not export array of kmod extensionsLucas De Marchi2-8/+6
2014-10-03Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi1-1/+1
2014-10-03Prefer inttypes.h over stdint.hLucas De Marchi2-2/+2
2014-10-03Reorder and reorganize header filesLucas De Marchi8-47/+45
2014-10-03Move hash implementation to shared directoryLucas De Marchi5-367/+1
2014-10-03Move array implementation to shared directoryLucas De Marchi3-136/+0
2014-10-03Move generic util functions to shared directoryLucas De Marchi10-366/+32
2014-10-03Move missing.h to shared directoryLucas De Marchi3-57/+3
2014-10-02Move macro.h to shared directoryLucas De Marchi5-75/+6
2014-09-29Add back-up implementation of be32toh()Randy MacLeod2-0/+11
2014-09-04libkmod-index.c: Fix error messageHolger Obermaier1-1/+1
2014-06-19Add missing O_CLOEXEC in kmod_module_get_size()Cristian Rodríguez1-1/+1
2014-05-18Fix use-after-free in hash implementation.Lukas Anzinger1-0/+1
2014-05-14Close /sys/module/$NAME directory if opening /proc/module fails.Leandro Pereira1-0/+1
2014-05-14Free abspath if kmod_module_new_from_path() fails.Leandro Pereira1-1/+3
2014-05-14Free realnames if kmod_lookup_alias_from_alias_bin() failsLeandro Pereira1-0/+1
2014-05-14Ensure read_long() reads the correct number of bytes from the indexLeandro Pereira1-1/+1
2014-05-14Bail out of index_mm_open() if fstat() failsLeandro Pereira1-1/+2
2014-04-07Make sure there's NUL byte at the end of strndupaLucas De Marchi1-4/+7