| Commit message (Expand) | Author | Age | Files | Lines |
* | remove extra output of \n in clnt_perror() |  deraadt | 2002-09-10 | 1 | -2/+2 |
* | use socklen_t where needed; henning pvalchev ok |  deraadt | 2002-09-06 | 5 | -12/+13 |
* | clean; gwyllion@ace.ulyssis.org |  deraadt | 2002-08-29 | 1 | -2/+1 |
* | do not lose errno |  deraadt | 2002-08-22 | 1 | -1/+6 |
* | tweak |  deraadt | 2002-08-22 | 2 | -8/+8 |
* | If malloc() fails, perror() and return. This is non-optimal but because |  millert | 2002-08-03 | 1 | -2/+5 |
* | KNF and correct overflow fix; jhutz@cmu.edu |  deraadt | 2002-08-01 | 1 | -16/+11 |
* | careful malloc |  deraadt | 2002-07-29 | 1 | -4/+6 |
* | compatiblity -> compatibility |  deraadt | 2002-06-03 | 1 | -2/+2 |
* | strlcat bounds |  deraadt | 2002-05-29 | 1 | -2/+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. |  millert | 2002-02-16 | 4 | -10/+10 |
* | indent |  deraadt | 2002-02-13 | 1 | -3/+3 |
* | label abort() from inside library as ILLEGAL |  deraadt | 2002-01-02 | 2 | -7/+7 |
* | cast a few more long's to int32_t |  jason | 2001-09-17 | 2 | -6/+6 |
* | It is not legal to have multiple .%T entries in a reference so split |  millert | 2001-09-16 | 1 | -7/+20 |
* | prototype cleanup |  deraadt | 2001-09-15 | 28 | -412/+407 |
* | be more careful with snprintf; millert ok |  deraadt | 2001-08-18 | 1 | -22/+20 |
* | o) We always close .Bl and .Bd tags; |  mpech | 2001-08-06 | 1 | -2/+2 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 2 | -6/+4 |
* | plug many memory leaks |  deraadt | 2001-03-03 | 13 | -50/+94 |
* | document svc_getreqset2(), a non-standard interface |  deraadt | 2000-12-21 | 2 | -2/+29 |
* | data base -> database |  millert | 2000-12-17 | 1 | -3/+3 |
* | typo |  deraadt | 2000-11-09 | 1 | -2/+2 |
* | fix includes |  deraadt | 2000-08-24 | 2 | -2/+4 |
* | uninit variables |  deraadt | 2000-08-24 | 3 | -6/+6 |
* | update other obsoleted rfcs |  provos | 2000-08-02 | 2 | -4/+4 |
* | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. |  itojun | 2000-05-19 | 1 | -51/+32 |
* | #ifdef vax -> #ifdef __vax__ |  bjc | 2000-04-30 | 1 | -5/+5 |
* | Typo |  espie | 2000-04-25 | 1 | -2/+2 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 6 | -105/+146 |
* | Mostly punctuation fixes. |  aaron | 2000-04-15 | 1 | -3/+2 |
* | make it very safe against LP64 alignment issues, by using getifaddrs(). |  itojun | 2000-02-25 | 1 | -53/+12 |
* | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr |  deraadt | 2000-01-26 | 1 | -1/+5 |
* | typo (no verb) |  itojun | 2000-01-26 | 1 | -2/+2 |
* | fix .Os KAME |  itojun | 2000-01-26 | 1 | -2/+2 |
* | man page updates from itojun |  deraadt | 2000-01-26 | 2 | -12/+34 |
* | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. |  deraadt | 2000-01-26 | 1 | -17/+21 |
* | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processed |  deraadt | 2000-01-24 | 1 | -2/+4 |
* | add the _af versions to the NAME chunk |  deraadt | 1999-12-30 | 1 | -2/+3 |
* | set sa_len too |  deraadt | 1999-12-17 | 1 | -1/+2 |
* | rresvport_af() and bindresvport_af() |  deraadt | 1999-12-16 | 3 | -29/+71 |
* | mark some places that malloc is not checked |  deraadt | 1999-11-23 | 3 | -4/+8 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 3 | -9/+9 |
* | when using `-' as a negative sign, escape it with a backslash so troff knows |  aaron | 1999-07-07 | 1 | -2/+2 |
* | use .Li to refer to data types |  aaron | 1999-07-05 | 1 | -27/+27 |
* | remove redundant .Pp macros |  aaron | 1999-07-02 | 1 | -2/+1 |
* | fix some old macros that didn't get converted from man to mdoc |  aaron | 1999-06-29 | 1 | -2/+2 |
* | More xref sorting under SEE ALSO. |  alex | 1999-06-16 | 1 | -3/+3 |
* | kill some old macros |  aaron | 1999-05-25 | 2 | -39/+35 |
* | punctuation |  aaron | 1999-05-25 | 3 | -9/+10 |