I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 18 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add code to compare sin6_addrs. More... over 22 years ago
Back out last change -- to see whether an address is spoofed, we don't want to look at the whole sockaddr, but rather just at the sin_addr that it contains. More... over 22 years ago
compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses. More... over 22 years ago
Split out code to compare addrinfo and sockaddr into it's own function. The comparison cannot be done just byte-by-byte, because different parts of the sockaddr will be meaningful depending on the protocol. It looks like on some systems the library sets the unused parts to 0, but this is not reliable. IPv6 not implemented yet. More... over 22 years ago
Doc. More... over 22 years ago
The name resolution stuff is getting complicated -- split it out into its own file. More... over 22 years ago
Verbose messages for spoof check... doesn't work on old linux libc? More... over 22 years ago
When doing a name->addr translation to check for spoofing, give the resolver the address family of the original address as a hint, so that we're more likely to find the correct A or AAAA record., More... over 22 years ago
Message on successful configuration. More... over 22 years ago
Fix comment. More... over 22 years ago
Name resolution on machines supporting IPv6 is improved. More... over 22 years ago
ignore gmon.out More... over 22 years ago
Fix getpeername call. More... over 22 years ago
size_t fix. More... over 22 years ago
write_batch_csums_file: Opaque IO buffers should be void*. More... over 22 years ago
Fix cast that was breaking HP/UX. More... over 22 years ago
Move both calls to getpeername into a common wrapper function that handles IPV4_MAPPED addresses. More... over 22 years ago
Must get declarations from addrinfo.h before prototypes. More... over 22 years ago
Another size_t warning More... over 22 years ago
check_name: Print out name *before* clobbering it. More... over 22 years ago
Try to fix error on Solaris: More... over 22 years ago
If name lookup fails, then show the relevant IP address in the error message. More... over 22 years ago
At the connections that just get a list of modules are not logged, but they should be. More... over 22 years ago
rsync_module: If host-based access fails, show the exact name/address used for the check in the error message. (Just in case...) More... over 22 years ago
Show command used to start connection child. More... over 22 years ago
indent -kr -i8 More... over 22 years ago
Doc. More... over 22 years ago
Show helper program with -v when opening connection. More... over 22 years ago
Doc. More... over 22 years ago
Fix const More... over 22 years ago