about summary refs log tree commit diff
path: root/posix/glob.c
Commit message (Expand)AuthorAgeFilesLines
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332] release/2.22/masterPaul Eggert2018-04-131-2/+2
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2018-04-131-1/+1
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2018-04-131-409/+370
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-111-99/+124
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-05-111-21/+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
* Update. cvs/libc-ud-970915Ulrich Drepper1997-09-161-116/+153
* Update.Ulrich Drepper1997-08-241-0/+5
* Update. cvs/libc-ud-970813Ulrich Drepper1997-08-141-19/+22
* Update. cvs/libc-ud-970612Ulrich Drepper1997-06-121-3/+3
* Update. cvs/libc-ud-970326 cvs/libc-970329 cvs/libc-970328 cvs/libc-970327Ulrich Drepper1997-03-271-7/+9
* Update.Ulrich Drepper1997-03-211-107/+187
* update from main archive 961217 cvs/libc-961219 cvs/libc-961218Ulrich Drepper1996-12-181-18/+4
* update from main archive 961206Ulrich Drepper1996-12-071-2/+2
* update from main archive 961203Ulrich Drepper1996-12-041-16/+30
* update from main archive 961201 cvs/libc-961202Ulrich Drepper1996-12-021-4/+41
* update from main archive cvs/libc-960927Ulrich Drepper1996-09-271-4/+6
* Sat Jul 20 21:55:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-07-211-2/+20