summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
Commit message (Expand)AuthorAgeFilesLines
* - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use ofDarren Tucker2007-12-311-1/+2
* - deraadt@cvs.openbsd.org 2005/11/28 17:50:12Damien Miller2007-10-261-6/+6
* - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] ExplicitlyDarren Tucker2006-09-011-1/+2
* - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,Darren Tucker2006-08-061-0/+2
* - (djm) [openbsd-compat/glob.c]Damien Miller2006-07-241-3/+3
* - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]Damien Miller2006-07-241-0/+2
* - (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.cDarren Tucker2006-07-121-0/+2
* - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]Damien Miller2006-07-101-0/+1
* - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]Damien Miller2006-03-151-0/+3
* - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25.Darren Tucker2005-11-101-85/+33
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
* - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom2003-08-251-3/+3
* - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller2003-06-031-6/+2
* - (djm) Sync openbsd-compat with OpenBSD -currentDamien Miller2002-09-111-22/+22
* - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.Ben Lindstrom2002-07-041-0/+1
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-271-2/+2
* - Sync with OpenBSD glob.c, strlcat.c and vis.c changesDamien Miller2001-04-141-31/+34
* - (djm) Another openbsd-compat/glob.c syncDamien Miller2001-03-301-29/+56
* - (djm) Sync openbsd-compat/glob.cDamien Miller2001-03-281-44/+37
* add get_arg_max(). Use sysconf() if ARG_MAX is not defined.Tim Rice2001-03-191-1/+13
* - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).Ben Lindstrom2001-03-191-2/+5
* - (bal) glob.c update to added GLOB_LIMITS.Ben Lindstrom2001-03-191-22/+38
* - Check for gl_matchc support in glob_t and fall back to theBen Lindstrom2001-03-171-2/+4
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller2001-03-141-0/+859