Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-24 | - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with | Tim Rice | |
1.12 to unbreak Solaris build. ok djm@ | |||
2010-10-07 | sadly, two typos on one line is not my best record | Damien Miller | |
2010-10-07 | unbreak previous | Damien Miller | |
2010-10-07 | - djm@cvs.openbsd.org 2010/09/25 09:30:16 | Damien Miller | |
[sftp.c configure.ac openbsd-compat/glob.c openbsd-compat/glob.h] make use of new glob(3) GLOB_KEEPSTAT extension to save extra server rountrips to fetch per-file stat(2) information. NB. update openbsd-compat/ glob(3) implementation from OpenBSD libc to match. | |||
2007-12-31 | - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of | Darren Tucker | |
builtin glob implementation on Mac OS X. Based on a patch from vgiffin at apple. | |||
2007-10-26 | - millert@cvs.openbsd.org 2004/10/07 16:56:11 | Damien Miller | |
GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. (NB. mostly an RCS ID sync, as portable strips out the conditionals) | |||
2006-09-01 | - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly | Darren Tucker | |
test for GLOB_NOMATCH and use our glob functions if it's not found. Stops sftp from segfaulting when attempting to get a nonexistent file on Cygwin (previous versions of OpenSSH didn't use the native glob). Partly from and tested by Corinna Vinschen. | |||
2005-11-10 | - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to | Darren Tucker | |
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync. | |||
2003-11-24 | - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original | Damien Miller | |
source file path (in OpenBSD tree). | |||
2003-06-03 | - (djm) Sync openbsd-compat with OpenBSD CVS. | Damien Miller | |
- No more 4-term BSD licenses in our tree | |||
2002-09-11 | - (djm) Sync openbsd-compat with OpenBSD -current | Damien Miller | |
2001-03-19 | - (bal) Oops. Missed globc.h change (OpenBSD CVS). | Ben Lindstrom | |
2001-03-17 | - Check for gl_matchc support in glob_t and fall back to the | Ben Lindstrom | |
openbsd-compat/glob.[ch] support if it does not exist. | |||
2001-03-14 | - (djm) Add replacement glob() from OpenBSD libc if the system glob is | Damien Miller | |
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h |