]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod
gitignore: ignore gtk-doc.make
[thirdparty/kmod.git] / libkmod /
2022-02-21  Lucas De Marchilibkmod-module: Fix return code for kmod_module_new_fro...
2022-02-12  Lucas De Marchilibkmod: Prefer builtin index over builtin.alias
2022-01-20  Michal Suchaneklibkmod: Set builtin to no when module is created from...
2021-09-23  Luis Chamberlainlibkmod: add a library notice log level print
2021-06-09  Yauheni Kaliutalibkmod-module: check "new_from_name" return value...
2021-05-11  Lucas De MarchiFix return value doc for kmod_module_get_info()
2021-04-17  Seung-Woo Kimlibkmod: fix possible double free with wrong modules...
2021-04-17  Seung-Woo Kimlibkmod: fix an overflow with wrong modules.builtin...
2021-04-09  Seung-Woo Kimlibkmod-config: fix a memory leak when kmod_list_append...
2021-03-10  Lucas De Marchilibkmod-config: more chars allowed as space
2021-02-15  Lucas De Marchilibkmod-config: re-quote option from kernel cmdline
2021-02-15  Lucas De Marchilibkmod-config: revamp kcmdline parsing into a state...
2021-01-19  Lucas De MarchiSupport /usr/local for configuration files
2021-01-19  Lucas De Marchilibkmod: Fix documentation on config precedence order
2020-12-01  Yauheni Kaliutalibkmod: kmod_log_null: qualify ctx argument as const
2020-12-01  Yauheni Kaliutalibkmod: kmod_builtin_get_modinfo: free modinfo on...
2020-09-11  Torge Matthiesadd Zstandard compression support
2020-03-23  Lucas De Marchilibkmod: allow modules.alias.builtin to be optional
2020-03-23  Lucas De Marchilibkmod: fix return error when opening index
2020-03-23  Lucas De Marchilibkmod: simplify lookup when builtin.modinfo.bin file...
2020-03-13  Lucas De Marchilibkmod: ignore kcmdline option if we fail to parse...
2020-01-20  Lucas De Marchilibkmod: reset was_space on second pass
2019-12-30  Topi Miettinenlibkmod-module: convert return value from system()...
2019-12-19  Alexey Gladkovmodinfo: Show information about built-in modules
2019-12-19  Alexey GladkovLookup aliases in the modules.builtin.modinfo
2019-12-19  Alexey Gladkovlibkmod: Add function to get list of built-in modules
2019-12-19  Alexey Gladkovlibkmod: Add parser for modules.builtin.modinfo
2019-05-28  Stefan Stroginlibkmod-signature: use PKCS#7 instead of CMS
2019-02-04  Yauheni Kaliutalibkmod-signature: implement pkcs7 parsing with openssl
2018-11-16  Yauheni Kaliutasignature: do not report wrong data for pkc#7 signature
2018-06-18  Jan Engelhardtkmod: build: cure compiler warnings showing up externally
2018-04-05  Luca Brunolibkmod-module: check for NULL before accessing pointers
2017-08-04  Yauheni Kaliutalibkmod-elf: resolve CRC if module is built with MODULE...
2017-04-11  Yauheni Kaliutalibkmod: modinfo: implement signature output
2017-04-11  Yauheni Kaliutalibkmod: modinfo: implement line splitting in hex_to_str
2017-04-11  Yauheni Kaliutalibkmod: modinfo: use own function for sig_key hex...
2017-04-11  Yauheni Kaliutalibkmod: modinfo: fix sig_id output
2017-02-16  Lucas De Marchilibkmod-config: fix parsing quoted kernel cmdline on...
2017-02-16  Lucas De Marchilibkmod-config: replace 0/1 with bool
2017-02-16  Bartosz Golaszewskimodule: fix a memory leak
2017-01-23  James Minorlibkmod: Fix handling of quotes in kernel command line
2016-08-08  Lucas De Marchilibkmod: fix use of strcpy
2016-06-28  Lucas De Marchilibkmod: fix integration with gtk-doc
2016-06-27  Lucas De Marchilibkmod-module: modinfo: print signature id
2016-06-27  Lucas De Marchilibkmod-signature: handle PKCS#7
2016-06-27  Lucas De Marchilibkmod-module: do not crash modinfo on 0 key id len
2016-06-21  Michal Mareklibkmod: Handle long lines in /proc/modules
2016-05-21  Peter Wukmod_module_get_refcnt: fix documentation
2015-09-30  Lucas De Marchilibkmod: export new kmod_get_dirname() function
2015-09-30  Laura Abbottmodprobe: Update error message when path is missing
2015-06-13  Lucas De Marchilibkmod-module: fix return code in error path
2015-02-28  Lucas De MarchiCheck return of fseek while reading index
2015-02-28  Lucas De MarchiAvoid sign-extension error on multiplication
2015-02-28  Harish Jenny K NFix race while loading modules
2015-02-18  Lucas De Marchilibkmod: better explain a signed module layout
2015-02-18  Lucas De Marchilibkmod: consider empty signature key as invalid
2015-02-18  Tobias StoeckmannFix out of bounds signature access with 32 bit off_t
2015-02-17  Tobias Stoeckmannlibkmod: properly validate file size
2015-02-10  Lucas De Marchilibkmod: use helper function to check for overflow
2015-02-10  Tobias StoeckmannPrevent offset + size overflow.
2015-01-26  Lucas De MarchiFix uninitialized warning
2015-01-02  Lucas De MarchiFix include in python bindings
2015-01-02  Lucas De Marchilibkmod-elf: Remove unused variables
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-11-15  Lucas De Marchilibkmod-index: move comment to include the includes
2014-11-15  Lucas De Marchilibkmod-index: remove invalid comment
2014-10-29  Lucas De Marchilibkmod-index: keep index and comments in .c
2014-10-11  Lucas De Marchishared: rename prefixes of strbuf functions
2014-10-11  Lucas De MarchiMove strbuf implementation to shared/
2014-10-09  Lucas De Marchilibkmod: remove unused inline functions
2014-10-09  Lucas De MarchiLog error on failed underscores(), moving it to shared/
2014-10-09  Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09  Lucas De MarchiMove alias_normalize() to shared
2014-10-09  Lucas De MarchiDo not export array of kmod extensions
2014-10-03  Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03  Lucas De MarchiPrefer inttypes.h over stdint.h
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove hash implementation to shared directory
2014-10-03  Lucas De MarchiMove array implementation to shared directory
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2014-10-03  Lucas De MarchiMove missing.h to shared directory
2014-10-03  Lucas De MarchiMove macro.h to shared directory
2014-09-29  Randy MacLeodAdd back-up implementation of be32toh()
2014-09-04  Holger Obermaierlibkmod-index.c: Fix error message
2014-06-19  Cristian RodríguezAdd missing O_CLOEXEC in kmod_module_get_size()
2014-05-18  Lukas AnzingerFix use-after-free in hash implementation.
2014-05-14  Leandro PereiraClose /sys/module/$NAME directory if opening /proc...
2014-05-14  Leandro PereiraFree abspath if kmod_module_new_from_path() fails.
2014-05-14  Leandro PereiraFree realnames if kmod_lookup_alias_from_alias_bin...
2014-05-14  Leandro PereiraEnsure read_long() reads the correct number of bytes...
2014-05-14  Leandro PereiraBail out of index_mm_open() if fstat() fails
2014-04-07  Lucas De MarchiMake sure there's NUL byte at the end of strndupa
2014-04-07  Lucas De MarchiAdd strndupa to missing.h
2014-04-01  Tom Gundersenconfig: also parse softdeps from modules
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
2014-03-27  Lucas De Marchibuild-sys: add hooks to build python bindings
2014-03-27  Lucas De Marchipython: Remove unused files from import
2014-03-27  Lucas De MarchiMerge branch 'master' of python-kmod
2014-03-25  Guy Rozendornpython: Issue #15: resovled by using setuptools_cython
2014-03-25  Guy Rozendornpython: Issue #15: Cython needs to be in setup_requires
next