summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r297790:ngie2016-12-031-1/+1
| | | | | | | | | | | r297790 (by pfg): libc: replace 0 with NULL for pointers. While here also cleanup some surrounding code; particularly drop some malloc() casts. Found with devel/coccinelle.
* MFC r275163: ANSIfy b64_ptonemaste2015-03-231-4/+1
|
* MFC r275060: Fix b64_pton output buffer overrun test for exact-sized bufferemaste2015-03-231-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.
* 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