Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do some easy .data -> .rodata/.data.rel.ro conversions | 2020-10-13 | 1 | -2/+2 | |
| | | | | ok millert@ deraadt@ | ||||
* | typo in comment | 2020-03-13 | 1 | -2/+2 | |
| | | | | spotted at https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html | ||||
* | KNF this file; OK stsp@ | 2016-03-01 | 1 | -350/+349 | |
| | |||||
* | Fix negation of POSIX character classes; passed new regress test. | 2016-02-26 | 1 | -4/+10 | |
| | | | | OK tb@ | ||||
* | Fix a potential out-of-bounds read found via address-sanitizer while | 2015-08-01 | 1 | -1/+3 | |
| | | | | fuzzing as reported by Elliott Hughes. OK doug@ stsp@ | ||||
* | Remove an undocumented limit on the length of the pattern and string | 2014-12-11 | 1 | -6/+1 | |
| | | | | | | to match of PATH_MAX. As fnmatch() is used for matching more than just pathnames, this can prevent legitimate matches for long strings or partterns. OK miod@ tedu@ | ||||
* | most obvious unsigned char casts for ctype | 2013-11-24 | 1 | -9/+16 | |
| | | | | ok jca krw ingo | ||||
* | New fnmatch(3) implementation which is not recursive. | 2011-12-06 | 1 | -232/+435 | |
| | | | | | | | Written and provided under BSD licence by William A. Rowe Jr. Originally released in Apache APR-1.4.5. Merged class matching code from r1.14 and PATH_MAX check from r1.15. ok miod millert | ||||
* | Put a limit on recursion during matching, and reject input of size greater | 2011-02-10 | 1 | -3/+29 | |
| | | | | | or equal PATH_MAX. Based on similar fix made in NetBSD. ok miod@ millert@ | ||||
* | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | 2008-10-01 | 1 | -2/+48 | |
| | |||||
* | (char)to{upper,lower}() | 2006-03-31 | 1 | -4/+4 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -9/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -5/+3 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -10/+2 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Add #ifdef __STDC__ around the rangematch function header to avoid | 2000-03-23 | 1 | -3/+7 | |
| | | | | | promotion of test to int, thus violating the prototype. Gcc handles this gracefully but more std ANSI compilers will complain. | ||||
* | some -Wall | 1998-03-19 | 1 | -4/+4 | |
| | |||||
* | From FreeBSD: | 1997-09-22 | 1 | -18/+70 | |
| | | | | | 1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes | ||||
* | trailing blanks | 1997-07-23 | 1 | -3/+3 | |
| | |||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -2/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+177 | |