summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/base64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert accidental change.jca2021-10-251-1/+2
* Make brk() and sbrk() weak again as intended.jca2021-10-251-2/+1
* ansijsg2021-10-241-10/+4
* Put back sys/types.h and sys/socket.h. The latter was unintentionallytb2021-10-221-1/+3
* Fix some ghastly whitespace. From Martin Vahlensiecktb2021-10-221-6/+6
* Use unsigned char instead of u_char in base64.c. This is a mildtb2021-10-221-9/+6
* does not need arpa/nameser.hderaadt2021-10-111-2/+1
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* don't try writing past the end unless we have totedu2013-12-311-8/+16
* most obvious unsigned char casts for ctypederaadt2013-11-241-7/+7
* remove calls to abort(3) that can't happen anyway; fromotto2006-10-211-11/+1
* label abort() from inside library as ILLEGALderaadt2002-01-021-1/+2
* do not call abort()deraadt1997-11-081-3/+1
* Clean up some -Wall flowers.millert1997-07-091-3/+3
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-0/+319