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

165 	- Fix unused variable warning in unit test, from clang compile.
263 - Update to clang 14 in cirrus build test on Ubuntu Jammy 22.04.
309 readable text format. The number of IXFRs is num.rixfr in
664 - Fix missing parenthesis on size of fix to init buffer.
670 - Fix #133: fix 0-init of local ( stack ) buffer.
751 - Retry when udp send buffer is full to wait until buffer space is
1034 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet
1128 - PR #12: send-buffer-size, receive-buffer-size,
1187 - Nicer output on travis for clang analysis.
1197 - Fix to avoid buffer alloc with global buffer in tls write handler.
1199 - Use travis for build check, initial unit test and clang analysis.
1292 - assertions for clang analysis.
1306 if the database format is modified or updated.
1313 - Fix clang analysis warning on null in closest encloser for wildcard
1315 - Fix clang analysis warnings.
1373 - Fix typo in clang analysis test.
1378 - clang analysis test.
1383 - please clang analyzer and fix parse of IPSECKEY with bad gateway.
1384 - Fix unit test code for clang analyzer.
1483 - Fix buffer size warnings from compiler on filename lengths.
1496 - For more clang warnings
1500 - Fix for clang analysis complaints.
1505 - Fix unused variable warnings from clang analyzer.
1542 - Fix warnings emitted by clang for --enable-packed. Alignment is not
1616 - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
1630 - zone parser parses type AVC (it has TXT format).
1886 - Fix flto check for OSX clang.
2100 - Fix buffer overflow in config parse of domain name,
2437 - Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx).
2598 because of the format change. printout udb write complete for
3020 - remove clang security warning about %n in format string.
3142 - -flto check supports clang compiler.
3284 corrupted (bad header or wrong file format).
3305 - udbzone, store and read zone data in the random-access udb format.
3355 - cutest for speed of answer encoding, and format of answers for root.
3635 - Adjust nsd-patch to new ixfr.db format
3769 - Changed man pages format from mdoc to mansun, to support the Solaris OS.
3932 - NSEC3 new wireformat and presentation format from draft-09.
4162 - warnings for printf format on maxOS (sizet needs cast to int).
4208 - NSEC3-PARAM has no optout bit in presentation format.
4210 - differences in latex format (needs nlnetlabs housestyle).
4238 - in presentation format of NSEC3, NSEC3-PARAM reversed hash, optout.
4294 - test for tcp underrun and overrun of the buffer.
4520 - added missing include from buffer.c (stdlib for free()).
4643 also crashproof, badly formatted tsigs get a format error.
4687 write buffer could be left behind on another process. These are
4700 - stack type (for the IPC buffer of zone update dirty). And unit test.
4723 both on blocking writes (and no OS buffer on the pipes).
4818 - diff file format expanded for >64kb transfer support.
4876 - base32 printed in lowercase (canonical format for DNS).
4889 for end of buffer. Also parser checks for '-' salt.
4963 - put null in buffer for xfrd read state.
4964 - log msg uses string that exists instead of overwritten buffer.
4978 - review: xfrd_parse_soa_info email parse uses correct buffer spot.
4984 - Added buffer length check to internal ipc.
4991 - xfrd state file format fix.
5023 size buffer.
5097 - Removed header from DIFF file format. CRC not that important there,
5139 - DIFF file format updated.
5192 - Added crc at end of NSD-database format. Unique per db.
5196 - updated tpkg213 which compares md5 on a zonefile for new format.
5318 * Miek: looked at: buffer.{ch}, answer.{ch}, dns.{ch}
5323 * Wouter: Changed buffer in write_pid from 16 bytes to 32 bytes,
5324 this makes 64 bit numbers fit in the buffer.