aboutsummaryrefslogtreecommitdiff
path: root/posix/glob.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-27posix/glob.c: update from gnulibDJ Delorie1-12/+58
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella1-21/+25
2021-01-04posix: Sync glob code with gnulibAdhemerval Zanella1-864/+884
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-7/+0
2020-02-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19glob: Silence warning about void pointer arithmeticAdhemerval Zanella1-1/+2
2017-12-19glob: pacify fuzzer for mempcpyAdhemerval Zanella1-2/+5
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert1-2/+2
2017-10-20CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert1-1/+1
2017-10-09posix: remove glob internal bogus extern declAdhemerval Zanella1-3/+0
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella1-24/+43
2017-09-08posix: Use enum for __glob_pattern_type resultAdhemerval Zanella1-4/+4
2017-09-08posix: fix glob bugs with long login namesAdhemerval Zanella1-58/+30
2017-09-08posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella1-140/+24
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella1-153/+86
2017-09-08posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella1-21/+0
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella1-404/+370
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab1-39/+26
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer1-99/+124
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer1-21/+3
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-5/+2
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-8/+3
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-21/+21
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka1-0/+5
2013-10-01glob: silence -Wattribute warningsEric Blake1-3/+3
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-09-25Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers1-5/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-07-20Check for overflows in expressionsUlrich Drepper1-8/+34
2011-05-28Remove unused variableUlrich Drepper1-1/+0
2011-05-22Add a few more alloca size checksUlrich Drepper1-87/+276
2010-03-27Whitespace fixes.Ulrich Drepper1-2/+2
2010-03-27Fix one more issue with the glob patch.Ulrich Drepper1-2/+2
2010-03-24Fix glob with empty patternUlrich Drepper1-21/+27
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper1-3/+2
2007-10-15* posix/glob.c: Reimplement link_exists_p to use fstatat64.cvs/fedora-glibc-20071015T0728Ulrich Drepper1-3/+28
2007-10-15* posix/glob.c: Add some branch prediction throughout.Ulrich Drepper1-9/+9