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