Age | Commit message (Expand) | Author |
2003-06-29 | remove some old groff macros and replace them with -mdoc ones; | Jason McIntyre |
2003-05-30 | - whitespace at EOL | Jason McIntyre |
2003-05-20 | this is all new code. copyright to downsj and myself who managed to | Theo de Raadt |
2003-05-07 | typos; | Jason McIntyre |
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller |
2003-03-17 | some small typos; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-14 | put my copyrights on here | Theo de Raadt |
2002-12-11 | Make x_handy in XDR u_int, not int since there are places in the | Todd C. Miller |
2002-09-10 | remove extra output of \n in clnt_perror() | Theo de Raadt |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt |
2002-08-29 | clean; gwyllion@ace.ulyssis.org | Theo de Raadt |
2002-08-22 | do not lose errno | Theo de Raadt |
2002-08-22 | tweak | Theo de Raadt |
2002-08-03 | If malloc() fails, perror() and return. This is non-optimal but because | Todd C. Miller |
2002-08-01 | KNF and correct overflow fix; jhutz@cmu.edu | Theo de Raadt |
2002-07-29 | careful malloc | Theo de Raadt |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-05-29 | strlcat bounds | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | indent | Theo de Raadt |
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt |
2001-09-17 | cast a few more long's to int32_t | Jason Wright |
2001-09-16 | It is not legal to have multiple .%T entries in a reference so split | Todd C. Miller |
2001-09-15 | prototype cleanup | Theo de Raadt |
2001-08-18 | be more careful with snprintf; millert ok | Theo de Raadt |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-03-03 | plug many memory leaks | Theo de Raadt |
2000-12-21 | document svc_getreqset2(), a non-standard interface | Theo de Raadt |
2000-12-17 | data base -> database | Todd C. Miller |
2000-11-09 | typo | Theo de Raadt |
2000-08-24 | fix includes | Theo de Raadt |
2000-08-24 | uninit variables | Theo de Raadt |
2000-08-02 | update other obsoleted rfcs | Niels Provos |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton |
2000-04-25 | Typo | Marc Espie |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-02-25 | make it very safe against LP64 alignment issues, by using getifaddrs(). | Jun-ichiro itojun Hagino |
2000-01-26 | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | Theo de Raadt |
2000-01-26 | typo (no verb) | Jun-ichiro itojun Hagino |
2000-01-26 | fix .Os KAME | Jun-ichiro itojun Hagino |
2000-01-26 | man page updates from itojun | Theo de Raadt |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on... | Theo de Raadt |
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual... | Theo de Raadt |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt |
1999-12-17 | set sa_len too | Theo de Raadt |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |