summaryrefslogtreecommitdiffstats
path: root/libmount/src/optstr.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix potential null pointer dereferenceSami Kerola2019-07-121-1/+3
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: improve MS_REC usageKarel Zak2018-06-011-3/+6
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* libmount: support name=value for mnt_match_options()Karel Zak2016-12-201-5/+13
* libmount: reimplement mnt_match_options()Karel Zak2016-12-201-0/+79
* libmount: Preserve empty string value in optstr parsingFilipe Brandenburger2016-08-101-2/+2
* tests: fix compiler warnings [-Wmissing-prototypes]Ruediger Meier2016-02-231-10/+10
* libmount: fix uid= and gid= translationKarel Zak2015-10-121-11/+14
* libmount: fix typo in mnt_optstr_prepend_option()Karel Zak2015-08-051-1/+1
* libmount: variable dereferenced before check [smatch scan]Karel Zak2015-08-051-1/+2
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-23/+13Star
* libmount: use new debug functionsKarel Zak2014-03-211-10/+10
* libmount: Set each optstr's to NULL if failedNamhyung Kim2013-09-261-3/+9
* libmount: fix typosOndrej Oprala2013-08-051-48/+48
* libmount: more robust options string parsingKarel Zak2013-05-301-2/+2
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-121-3/+23
* libmount: fix __mnt_optstr_append_option() nonull attribute [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: ignore name=value if only 'name' is expectedKarel Zak2013-02-281-1/+21
* libmount: clean nonnull attribute usageKarel Zak2012-12-041-2/+4
* libmount: add mnt_optstr_deduplicate_option()Karel Zak2012-08-011-0/+61
* libmount: improve ifdef HAVE_LIBSELINUX stuffKarel Zak2012-06-191-2/+11
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-151-1/+4
|\
| * build: fix unused parameter warningsSami Kerola2012-06-111-1/+4
* | libmount: make some string operations more robustKarel Zak2012-06-151-1/+1
* | libmount: fix read before allocated bufferPetr Uzel2012-06-151-1/+1
* | libmount: don't use nosuid,noexec,nodev for cifs user=fooKarel Zak2012-06-141-4/+5
* | libmount: don't generate empty option stringsKarel Zak2012-06-141-1/+3
|/
* libmount: trim leading commas from each options stringDave Reisner2012-06-051-0/+5
* libmount: cleanup docsKarel Zak2012-02-221-3/+3
* libmount: fix buffer overflow and leaks in testsKarel Zak2012-01-261-1/+4
* libmount: fix compiler warnings [-Wsign-compare]Karel Zak2012-01-171-2/+2
* libmount: ignore "defaults" mount optionKarel Zak2012-01-171-1/+3
* libmount: fix MS_BIND|MS_REC usage, improve some bitwise operationsKarel Zak2012-01-161-2/+2
* libmount: allow to toggle ro/rw and mount againKarel Zak2012-01-131-1/+2
* libmount: fix trivial typos in debugging outputPetr Uzel2011-11-091-1/+1
* libmount: remove unnecessary includes, mask API as stableKarel Zak2011-07-251-7/+0Star
* libmount: clean up docsKarel Zak2011-07-251-2/+2
* libmount: cleanup docsKarel Zak2011-07-231-2/+1Star
* libmount: add support for mount -aKarel Zak2011-06-231-3/+3
* build-sys: use top-level directory for libmount rather than shlibs/mountKarel Zak2011-06-091-0/+1224