Lines Matching +refs:clang +refs:format +refs:buffer

79 	- Fix unused variable warning in unit test, from clang compile.
177 - Update to clang 14 in cirrus build test on Ubuntu Jammy 22.04.
223 readable text format. The number of IXFRs is num.rixfr in
578 - Fix missing parenthesis on size of fix to init buffer.
584 - Fix #133: fix 0-init of local ( stack ) buffer.
665 - Retry when udp send buffer is full to wait until buffer space is
948 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet
1042 - PR #12: send-buffer-size, receive-buffer-size,
1101 - Nicer output on travis for clang analysis.
1111 - Fix to avoid buffer alloc with global buffer in tls write handler.
1113 - Use travis for build check, initial unit test and clang analysis.
1206 - assertions for clang analysis.
1220 if the database format is modified or updated.
1227 - Fix clang analysis warning on null in closest encloser for wildcard
1229 - Fix clang analysis warnings.
1287 - Fix typo in clang analysis test.
1292 - clang analysis test.
1297 - please clang analyzer and fix parse of IPSECKEY with bad gateway.
1298 - Fix unit test code for clang analyzer.
1397 - Fix buffer size warnings from compiler on filename lengths.
1410 - For more clang warnings
1414 - Fix for clang analysis complaints.
1419 - Fix unused variable warnings from clang analyzer.
1456 - Fix warnings emitted by clang for --enable-packed. Alignment is not
1530 - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
1544 - zone parser parses type AVC (it has TXT format).
1800 - Fix flto check for OSX clang.
2014 - Fix buffer overflow in config parse of domain name,
2351 - Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx).
2512 because of the format change. printout udb write complete for
2934 - remove clang security warning about %n in format string.
3056 - -flto check supports clang compiler.
3198 corrupted (bad header or wrong file format).
3219 - udbzone, store and read zone data in the random-access udb format.
3269 - cutest for speed of answer encoding, and format of answers for root.
3549 - Adjust nsd-patch to new ixfr.db format
3683 - Changed man pages format from mdoc to mansun, to support the Solaris OS.
3846 - NSEC3 new wireformat and presentation format from draft-09.
4076 - warnings for printf format on maxOS (sizet needs cast to int).
4122 - NSEC3-PARAM has no optout bit in presentation format.
4124 - differences in latex format (needs nlnetlabs housestyle).
4152 - in presentation format of NSEC3, NSEC3-PARAM reversed hash, optout.
4208 - test for tcp underrun and overrun of the buffer.
4434 - added missing include from buffer.c (stdlib for free()).
4557 also crashproof, badly formatted tsigs get a format error.
4601 write buffer could be left behind on another process. These are
4614 - stack type (for the IPC buffer of zone update dirty). And unit test.
4637 both on blocking writes (and no OS buffer on the pipes).
4732 - diff file format expanded for >64kb transfer support.
4790 - base32 printed in lowercase (canonical format for DNS).
4803 for end of buffer. Also parser checks for '-' salt.
4877 - put null in buffer for xfrd read state.
4878 - log msg uses string that exists instead of overwritten buffer.
4892 - review: xfrd_parse_soa_info email parse uses correct buffer spot.
4898 - Added buffer length check to internal ipc.
4905 - xfrd state file format fix.
4937 size buffer.
5011 - Removed header from DIFF file format. CRC not that important there,
5053 - DIFF file format updated.
5106 - Added crc at end of NSD-database format. Unique per db.
5110 - updated tpkg213 which compares md5 on a zonefile for new format.
5232 * Miek: looked at: buffer.{ch}, answer.{ch}, dns.{ch}
5237 * Wouter: Changed buffer in write_pid from 16 bytes to 32 bytes,
5238 this makes 64 bit numbers fit in the buffer.