summaryrefslogtreecommitdiff
path: root/posix/glob.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * posix/glob.c: Add some branch prediction throughout.Ulrich Drepper2007-10-151-9/+9
* [BZ #73]Ulrich Drepper2007-10-071-1/+2
* [BZ #5103]Ulrich Drepper2007-10-071-2/+3
* [BZ #3996]Ulrich Drepper2007-02-141-117/+260
* * posix/glob.c (glob_in_dir): Add some comments and asserts toUlrich Drepper2006-09-301-2/+16
* [BZ #3252, BZ #3253]cvs/fedora-glibc-20060925T1535Ulrich Drepper2006-09-251-54/+88
* [BZ #1060]Roland McGrath2006-01-111-341/+86
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+1558
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-1351/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+1351
* Update.Ulrich Drepper1998-05-121-1114/+0
* (glob_in_dir): Add support for cases insensitive VMS.Ulrich Drepper1998-03-021-2/+2
* Update.cvs/libc-ud-971105Ulrich Drepper1997-11-061-123/+81
* Update.cvs/libc-ud-971031Ulrich Drepper1997-10-311-3/+26
* Update.Ulrich Drepper1997-10-291-1/+62