• Home
  • Raw
  • Download

Lines Matching refs:ninfod

4       ninfod: Use unsigned int for digest.
5 ninfod: nanosleep(3) needs <time.h>.
6 ninfod: Too many arguments for syslog(3)/fprintf(3) via DEBUG().
7 ninfod: Fix several warnings on ununsed variables.
12 ninfod: Fix memory leakage in error path.
13 ninfod: Fix off-by-one error to check possible programming error (again).
14 ninfod: Do not expose freed buffer to caller.
16 ninfod: Support GNU TLS.
17 ninfod: Allow printing usage without permission errors.
105 ninfod: Do noy try to memcpy to self.
106 ninfod Makefile: More precise dependencies.
107 ninfod: Discard multicat packet outside linklocal scope.
108 ninfod: Apply default policy to refuse queries from global addresses.
109 ninfod: Normalize timespec for delay.
110 ninfod: Fix double-free without pthreads.
111 ninfod: Do not mix output from multiple threads.
112 ninfod: Employ internal buffer in stderrlog() for common case.
167 arping,ping,ping6,ninfod: Change euid to uid (non-root) even if capabiliy is enabled.
168 ninfod: Add configure.
169 ninfod: libcap support to drop capabilities.
170 ninfod: Add run as user (-u user) option.
171 ninfod: Fix usage message.
173 ninfod: Add ninfod(8) manpage.
174 makefile: Add ninfod, distclean targets.
206 ninfod: Attatch configure and renew config.h.in.
238 ninfod: Node Information Query (RFC4620) daemon from USAGI Project.
239 ninfod: struct in6_pktinfo requires -D_GNU_SOURCE.
240 ninfod: Use %zu format string for size_t variable.
241 ninfod: Add missing entry for ENABLE_SUPTYPES in config.h.in.
242 ninfod: Support newer environment supporting RFC3542.
243 ninfod: Fix format string for string returned from strerror(3).
244 ninfod: Check return value of fscanf(3).
245 ninfod: Fix off-by-one error to check possible programming error.
246 ninfod: Add datarootdir.
247 ninfod: Use __func__ instead of __FUNCTION__.
248 ninfod: Introduce ARRAY_SIZE macro for counting number of elements in an array.
249 ninfod: Delete ninfod.sh by make distclean, not by make clean.