summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-04-02fix unintended sizeof(pointer) introduced in rev 1.41Jonathan Gray
2024-01-22When getpwnam(3) reaches out to YP, it calls clntudp_create(3) with aTheo de Raadt
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-08-24if the socket is connected, we can use recv() instead of recvfrom()Theo de Raadt
2022-07-15Add a new clnt*_control CLSET_CONNECTED, which says the socket has alreadyTheo de Raadt
2022-05-14Use fseeko() instead of fseek() inside libc, as the latter justPhilip Guenther
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-01failured -> failedJonathan Gray
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-07-06Add support for timeconting in userland.Paul Irofti
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-01-06Remove dead gettimeofday calls and timevals.cheloha
2017-12-14Simplify and unify timespec variables used in those event loopsJeremie Courreges-Anglas
2017-12-14Use CLOCK_MONOTONIC for the rpc event loopsJeremie Courreges-Anglas
2017-06-10fix a sentence that used unusual terminology, the wrong macro,Ingo Schwarze
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-20Add 'default:' cases to switch statements that gcc whines about.Kenneth R Westerback
2016-09-23s/alloctaed/allocated/ in commentPhilip Guenther
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-09We are done providing support for the vax.Theo de Raadt
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-04__xdrrec_getrec is in the reserved namespace, so it doesn't need to be weakPhilip Guenther
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalPhilip Guenther
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-11lseek() is in <unistd.h> ok deraadt@Philip Guenther
2015-09-11_rpc_dtablesize() is not used anywhere, tracking by sthen; ok guentherTheo de Raadt
2015-09-11rpcdata should not be exported; ok guentherTheo de Raadt
2015-09-09Use SOCK_NONBLOCK in a couple more placesPhilip Guenther
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-05-18swap calloc() arguments for clarityTheo de Raadt
2015-05-17Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterTheo de Raadt
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().Jonathan Gray
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), forMiod Vallat
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Move to the <limits.h> universe.Theo de Raadt