summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2001-07-31Add missing MLINKS for various .3 man pageskrw1-1/+16
2001-07-31more Xr completionsderaadt1-4/+6
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncmillert1-7/+10
2001-07-27clean up.mpech1-2/+2
2001-07-09a first pass at -Wallderaadt2-9/+10
2001-07-04fix unused code path; karls@inet.noderaadt1-4/+5
2001-06-30missing freeaddrinfo(). PR 1907itojun1-2/+5
2001-06-27more magic stuff to define'sericj1-8/+9
2001-06-27Spit out errno message instead of just exitting. ericj@ ok.smart1-3/+3
2001-06-27ericj@ requested netcat not have -Wall defined in the Makefilesmart1-3/+1
2001-06-27Fix AUTHORS section. aaron@ ok.smart1-4/+7
2001-06-27Compile cleanly with -Wallsmart2-14/+26
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel14-68/+47
2001-06-26remove some unused var's.ericj1-3/+2
2001-06-26allow -k for udp and tcpericj1-5/+6
2001-06-26be weary of atoi().ericj1-8/+19
2001-06-26dont set the source address to 127.0.0.1 if a local port is specifiedericj1-2/+3
2001-06-26rewrite telnet negotiationericj1-33/+26
2001-06-26rename variable, as not to conflictericj1-6/+6
2001-06-26typojasoni1-2/+2
2001-06-26type in usage: Surpress -> Suppressjasoni1-2/+2
2001-06-26update this man page for the new netcatericj1-117/+67
2001-06-25remove old cruftericj2-1007/+0
2001-06-25Import completely re-written netcat w/ support for IPv6.ericj3-1281/+523
2001-06-23more .%A handling; bk@rt.fmderaadt1-2/+3
2001-06-23ok, tmac is now fixedderaadt4-10/+16
2001-06-23join .%A entries; most by bk@rt.fmderaadt4-16/+10
2001-06-22openssl-engine-0.9.6a mergebeck371-1594/+6399
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itmillert1-2/+4
2001-06-16typoderaadt2-2/+0
2001-06-14Fix a buf oflow in EXAMPLES code; millert@ okaaron1-3/+6
2001-06-12on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870itojun1-2/+7
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.itojun5-9/+56
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar1-11/+3
2001-06-05License clarification from David Mazieres, ok deraadt@pvalchev1-3/+2
2001-06-05repair copyright notices for NRL & cmetz; cmetzderaadt4-5/+1
2001-05-13unsigned -> unsigned int; grange@rt.mipt.rumillert1-2/+2
2001-05-13type of function on seperate linederaadt2-6/+8
2001-05-11-1 -> MAP_FAILEDart1-3/+3
2001-05-10Use madvise(MADV_FREE) to allow the 'h' option.art1-4/+4
2001-05-07Document boundary condition when size < strlen(dst).millert1-1/+20
2001-05-07Back out last change, it is intended behavior and update the blockmillert1-5/+5
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parametermillert1-3/+3
2001-05-04GAPING_SECURITY_HOLE was removed so there is no -e option.millert2-6/+4
2001-04-23Various man page fixes and improvements from gluk@aaron1-4/+4
2001-04-23crank crypto lib version, just in casederaadt1-1/+1
2001-04-23crank ssl lib version, just in casederaadt2-2/+2
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@markus6-42/+132
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@markus4-2/+24
2001-04-17Add an x509v3.cnf in /etc/ssl so that creating certificate authoritiesbeck2-2/+23