Age | Commit message (Expand) | Author |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-13 | bring in proto | Theo de Raadt |
2013-11-12 | insert the proper arguments into a prototype | Theo de Raadt |
2013-11-12 | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | Theo de Raadt |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2013-04-16 | Replace a realloc() + memcpy() with calloc() + memcpy(). | Todd C. Miller |
2013-04-15 | Back out r1.17 and its subsequent conversion to poll. Otherwise | Todd C. Miller |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-03-04 | Drop the rpcauth(3) MLINK, there is no function of that name. | Ingo Schwarze |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | Assumptions about floating-point word order based on BYTE_ORDER are | Martynas Venckus |
2010-10-29 | - the nroff workaround is no longer needed | Jason McIntyre |
2010-09-07 | do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse | Ingo Schwarze |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2010-07-17 | Correct the #includes to avoid warnings in <rpc/svc.h> | Philip Guenthe |
2009-12-14 | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. | Ingo Schwarze |
2009-12-11 | __svc_fdsetsize is counted in bits, not in array elements | Ingo Schwarze |
2009-06-07 | Modify the uc_entries allocation check such that the lhs is a constant. | Todd C. Miller |
2009-06-06 | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; | Ingo Schwarze |
2009-06-06 | use calloc() and realloc() more; ok schwarze | Theo de Raadt |
2009-06-05 | use calloc() to provide size * nitems safety | Theo de Raadt |
2009-06-05 | use calloc() to provide size * nitems safety; ok millert | Theo de Raadt |
2009-06-04 | Proper error handling in clntraw_create: | Ingo Schwarze |
2009-06-03 | State that clnt{raw,udp}_create can fail. | Ingo Schwarze |
2009-06-03 | Don't postpone memory allocation for the error message to the error handler: | Ingo Schwarze |
2009-06-02 | When authnone_create fails, do not leave behind a NULL cl_auth attribute, | Ingo Schwarze |
2009-06-02 | make the documentation of {svc,clnt}*create complete and correct | Ingo Schwarze |
2009-06-01 | When an RPC client program encounters ENOMEM while trying to print | Ingo Schwarze |
2008-12-09 | Commit requested by marco: | Otto Moerbeek |
2008-09-07 | Fix param list for xdrrec_eof. Found during coding some stuff that uses | Marco Peereboom |
2008-06-25 | Change a very long selective list of all architectures which do IEEE into | Theo de Raadt |
2008-06-13 | document xdr_{u_}int64_t() functions | Theo de Raadt |
2008-06-13 | implement xdr_int64_t, xdr_u_int64_t | Nikolay Sturm |
2007-09-17 | Fix comment typos; ok ray@, jmc@ | Bret Lambert |
2007-09-12 | Remove wrong snprintf(3) truncation checks, which can't be | Moritz Jodeit |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-25 | eliminate call to abort(), which is very bad in libs. I forgat how | Otto Moerbeek |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2006-11-10 | add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g | Alexander von Gernler |
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 |
2006-09-17 | dont put two '\n' at the end of the string returnd by clnt_sperror() | Thordur I. Bjornsson |
2006-04-02 | be more careful checking for (off_t)-1 as the failure condition from | Theo de Raadt |
2006-04-02 | sprinkle a socklen_t | Theo de Raadt |