Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler | |
working again. help from millert@, ok deraadt@ pedro@ | |||
2006-10-10 | Teach'em about cpus in spandex | Miod Vallat | |
2006-09-22 | Check return value of authunix_create_default(); from bret lambert | Otto Moerbeek | |
with some guidance by me; ok jaredy@ | |||
2006-09-17 | dont put two '\n' at the end of the string returnd by clnt_sperror() | Thordur I. Bjornsson | |
ok deraadt@ | |||
2006-04-02 | be more careful checking for (off_t)-1 as the failure condition from | Theo de Raadt | |
lseek(), not just any old -1; ok millert | |||
2006-04-02 | sprinkle a socklen_t | Theo de Raadt | |
2006-03-31 | sprinkle a bit of ARGSUSED | Theo de Raadt | |
2006-03-31 | internal API newgetbroadcastnets() does not need a sock | Theo de Raadt | |
2006-01-17 | Include param.h for MAXHOSTNAMELEN | Todd C. Miller | |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis | |
systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@ | |||
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie | |
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br> Thanks. | |||
2005-10-02 | some fixes to the .Nm list: | Jason McIntyre | |
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run} | |||
2005-09-10 | Use realloc() instead of malloc(). | Brad Smith | |
From: Alexander dot Farber at gmail dot com ok deraadt@ | |||
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-08-05 | impelmentation -> implementation | Marc Espie | |
yes, new typo for an old friend. | |||
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-07-22 | - sync prototypes and header excerpts to reality | Jared Yanovich | |
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | |||
2005-04-25 | Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmers | Otto Moerbeek | |
dot se>. ok deraadt@ | |||
2005-04-11 | more snprintf return value sloppiness; ok otto | Theo de Raadt | |
2005-04-01 | ansify. ok deraadt@ jaredy@ | Otto Moerbeek | |
2005-03-15 | - correct include file (from david leonard, pr 4147) | Jason McIntyre | |
- r_number is type int, not long - lessen display indent to avoid line split ok deraadt@ millert@ | |||
2005-02-17 | alyte spelling-in-comment fixes | Jolan Luff | |
2005-01-08 | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | Kenneth R Westerback | |
out by mickey@, seconded by millert@. ok deraadt@. | |||
2004-12-17 | Ensure that 'addrs' is always initialized before use (from Yamamoto | Kenneth R Westerback | |
Takashi). If no broadcast networks are found then just return RPC_CANTSEND. Eliminate perror() calls (suggested by Yamamoto Takashi and seconded by deraadt@, otto@ and millert@) and just let return values speak. ok millert@ | |||
2004-12-16 | De-reference pointer *after* checking if it is NULL. | Kenneth R Westerback | |
ok millert@. | |||
2004-09-14 | spacing | Theo de Raadt | |
2004-04-28 | typo from Jared Yanovich; | Jason McIntyre | |
ok deraadt@ | |||
2004-02-01 | s/arm32/arm/ with VFP bit to match netbsd. | Dale Rahn | |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff | |
2003-12-31 | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | Todd C. Miller | |
in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@ | |||
2003-09-20 | incorrect ordering of free operations | Theo de Raadt | |
2003-09-20 | do not leak if mem_alloc fails | Theo de Raadt | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-29 | remove some old groff macros and replace them with -mdoc ones; | Jason McIntyre | |
2003-05-30 | - whitespace at EOL | Jason McIntyre | |
- remove unnecessary macros - section reorder in getrpcent(3) | |||
2003-05-20 | this is all new code. copyright to downsj and myself who managed to | Theo de Raadt | |
erradicate the old stuff. | |||
2003-05-07 | typos; | Jason McIntyre | |
2003-04-11 | bindresvport() does not automatically select another port if the | Todd C. Miller | |
specified one is in use (closes PR 3192). While I am here, reorganize and clean up much of the wording. This now reads like a native speaker of English wrote it. | |||
2003-03-17 | some small typos; | Jason McIntyre | |
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Sun Microsystems | |||
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 | |
code that assign a u_int value to x_handy. However, this means that we need to be careful checking for overflow as we can no longer subtract a value and check the result for < 0. We reorder the expression instead to avoid this problem (basic algebra). deraadt@ OK | |||
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 | |
svr_run() is void we have no way to pass back error status. | |||
2002-08-01 | KNF and correct overflow fix; jhutz@cmu.edu | Theo de Raadt | |