about summary refs log tree commit diff
path: root/posix/glob.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* posix/glob.c: update from gnulibDJ Delorie2022-04-271-12/+58
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-21/+25
* posix: Sync glob code with gnulibAdhemerval Zanella2021-01-041-864/+884
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-7/+0
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-02-201-12/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* glob: Silence warning about void pointer arithmeticAdhemerval Zanella2017-12-191-1/+2
* glob: pacify fuzzer for mempcpyAdhemerval Zanella2017-12-191-2/+5
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-10-221-2/+2
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-201-1/+1
* posix: remove glob internal bogus extern declAdhemerval Zanella2017-10-091-3/+0
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-251-24/+43
* posix: Use enum for __glob_pattern_type resultAdhemerval Zanella2017-09-081-4/+4
* posix: fix glob bugs with long login namesAdhemerval Zanella2017-09-081-58/+30
* posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella2017-09-081-140/+24
* posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella2017-09-081-153/+86
* posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella2017-09-081-21/+0
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-09-081-404/+370
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2016-10-311-39/+26
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-041-99/+124
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-04-291-21/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-5/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-8/+3
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-21/+21
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2013-10-201-0/+5
* glob: silence -Wattribute warningsEric Blake2013-10-011-3/+3
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers2012-09-251-5/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Check for overflows in expressionsUlrich Drepper2011-07-201-8/+34
* Remove unused variableUlrich Drepper2011-05-281-1/+0
* Add a few more alloca size checksUlrich Drepper2011-05-221-87/+276
* Whitespace fixes.Ulrich Drepper2010-03-271-2/+2
* Fix one more issue with the glob patch.Ulrich Drepper2010-03-271-2/+2
* Fix glob with empty patternUlrich Drepper2010-03-241-21/+27
* Remove useless more "if" tests before "free".Ulrich Drepper2008-05-271-3/+2
* * posix/glob.c: Reimplement link_exists_p to use fstatat64. cvs/fedora-glibc-20071015T0728Ulrich Drepper2007-10-151-3/+28