summaryrefslogtreecommitdiff
path: root/posix/glob.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19glob: Silence warning about void pointer arithmeticAdhemerval Zanella
2017-12-19glob: pacify fuzzer for mempcpyAdhemerval Zanella
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert
2017-10-20CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert
2017-10-09posix: remove glob internal bogus extern declAdhemerval Zanella
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-08posix: Use enum for __glob_pattern_type resultAdhemerval Zanella
2017-09-08posix: fix glob bugs with long login namesAdhemerval Zanella
2017-09-08posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella
2017-09-08posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka
2013-10-01glob: silence -Wattribute warningsEric Blake
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-09-25Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-07-20Check for overflows in expressionsUlrich Drepper
2011-05-28Remove unused variableUlrich Drepper
2011-05-22Add a few more alloca size checksUlrich Drepper
2010-03-27Whitespace fixes.Ulrich Drepper
2010-03-27Fix one more issue with the glob patch.Ulrich Drepper
2010-03-24Fix glob with empty patternUlrich Drepper
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper
2007-10-15* posix/glob.c: Reimplement link_exists_p to use fstatat64.cvs/fedora-glibc-20071015T0728Ulrich Drepper
2007-10-15* posix/glob.c: Add some branch prediction throughout.Ulrich Drepper
2007-10-07[BZ #73]Ulrich Drepper
2007-10-07[BZ #5103]Ulrich Drepper
2007-02-14[BZ #3996]Ulrich Drepper
2006-09-30* posix/glob.c (glob_in_dir): Add some comments and asserts toUlrich Drepper
2006-09-25[BZ #3252, BZ #3253]cvs/fedora-glibc-20060925T1535Ulrich Drepper
2006-01-11[BZ #1060]Roland McGrath
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
1998-05-12Update.Ulrich Drepper
1998-03-02(glob_in_dir): Add support for cases insensitive VMS.Ulrich Drepper