| Commit message (Expand) | Author | Age | Files | Lines |
* | incorrect ordering of free operations |  deraadt | 2003-09-20 | 1 | -4/+4 |
* | do not leak if mem_alloc fails |  deraadt | 2003-09-20 | 1 | -1/+4 |
* | refer to RFCs consistently (RFC XXXX); |  jmc | 2003-08-08 | 2 | -4/+4 |
* | remove some old groff macros and replace them with -mdoc ones; |  jmc | 2003-06-29 | 1 | -6/+9 |
* | - whitespace at EOL |  jmc | 2003-05-30 | 6 | -24/+24 |
* | this is all new code. copyright to downsj and myself who managed to |  deraadt | 2003-05-20 | 1 | -34/+22 |
* | typos; |  jmc | 2003-05-07 | 1 | -11/+12 |
* | bindresvport() does not automatically select another port if the |  millert | 2003-04-11 | 1 | -30/+34 |
* | some small typos; |  jmc | 2003-03-17 | 1 | -3/+3 |
* | copyrights added; |  jmc | 2003-02-18 | 6 | -6/+168 |
* | put my copyrights on here |  deraadt | 2003-02-14 | 1 | -2/+52 |
* | Make x_handy in XDR u_int, not int since there are places in the |  millert | 2002-12-11 | 1 | -9/+15 |
* | 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 |