summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
| | | | | | According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
* libc: replace 0 with NULL for pointers.pfg2016-04-101-1/+1
| | | | | | | | | While here also cleanup some surrounding code; particularly drop some malloc() casts. Found with devel/coccinelle. Reviewed by: bde (previous version - all new bugs are mine)
* ANSIfy b64_ptonemaste2014-11-271-4/+1
|
* Fix b64_pton output buffer overrun test for exact-sized bufferemaste2014-11-251-7/+15
| | | | | | | | | | | | b64_pton would sometimes erroneously fail to decode a base64 string into a precisely sized buffer. The overflow check was a little too greedy. Reported by: Ted Unangst on freebsd-hackers@ Reviewed by: loos, trasz Obtained from: OpenBSD MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1218
* Fix the style of the SCM ID's.obrien2002-03-221-3/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Add unsigned char cast to ctype macros argache1999-11-041-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-111-21/+16
| | | | | | getXXXXbyYYYY() interfaces yet. Obtained from: diff relative to bind-8.1.2 sources
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-0/+321
DNSSEC stuff, among other things. There are also some renamed functions, I've left out the res_stubs.c from this commit in case cvs bombs out..
OpenPOWER on IntegriCloud