Age | Commit message (Expand) | Author |
2020-10-13 | Do some easy .data -> .rodata/.data.rel.ro conversions | Philip Guenther |
2020-04-21 | Prevent infinite for loop since i went from ssize_t to size_t. Patch from | Darren Tucker |
2019-02-04 | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. | Todd C. Miller |
2017-05-08 | Fix exponential CPU use with repeated '*' operators by changing '*' | Todd C. Miller |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-09-14 | remove null check before free. from Michael McConville | Ted Unangst |
2015-06-13 | in glob() initialize the glob_t before the first failure check. | Theo de Raadt |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2011-09-22 | fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being | Damien Miller |
2011-09-20 | In glob(3), limit recursion during matching attempts. Similar to fnmatch fix. | Stefan Sperling |
2011-05-12 | When the max number of items for a directory has reached GLOB_LIMIT_READDIR | Pierre-Yves Ritschard |
2011-01-12 | avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS | Damien Miller |
2010-10-08 | Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit | Nicholas Marriott |
2010-09-26 | oops, don't free array before freeing members; spotted by dkrause@ | Damien Miller |
2010-09-24 | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | Damien Miller |
2010-05-19 | remove unused variable | Charles Longeau |
2010-03-23 | Fix glob(3) to correctly return an error when its buffer space is | Nicholas Marriott |
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau |
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller |
2008-10-01 | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | Todd C. Miller |
2005-11-28 | unused arg in internal static API | Theo de Raadt |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2004-10-07 | Kill register and fix some whilespace goofs in a do {} while loop. | Todd C. Miller |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau |
2003-06-25 | protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-04-05 | remove extra continue statements | Theo de Raadt |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt |
2001-03-28 | Fix some glob defects: | Todd C. Miller |
2001-03-28 | must spec +1 in this one case... | Theo de Raadt |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt |
2001-03-28 | KNF | Theo de Raadt |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt |
1998-08-14 | realloc repair | Theo de Raadt |
1998-01-31 | Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping | Todd C. Miller |
1997-09-01 | Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to | Todd C. Miller |
1997-04-12 | Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com> | Todd C. Miller |
1996-10-27 | be careful in the non-setuid case too, what the heck | Theo de Raadt |
1996-09-11 | protect $HOME expansion; from das33@cornell.edu | Theo de Raadt |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |