summaryrefslogtreecommitdiff
path: root/source4/lib/replace/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke1-1/+1
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell1-2/+4
2007-10-10r18401: some of our code also relies on fprintf() handling C99Andrew Tridgell1-0/+21
2007-10-10r18353: try to fix the assumption of NULL being handled in printf()Andrew Tridgell1-0/+21
2007-10-10r18321: fixed some warnings on AIXAndrew Tridgell1-1/+1
2007-10-10r18304: fixed misuse of size_t in dopr()Andrew Tridgell1-3/+3
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-16/+1
2007-10-10r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and relatedAndrew Tridgell1-5/+1
2007-10-10r18046: Add 'z' specifier support and a configure test.Simo Sorce1-12/+43
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-3/+3
2007-10-10r17884: Shape up the snprintf fix after Metzes commentsVolker Lendecke1-2/+2
2007-10-10r17849: Next round for RPC-SAMBA3-SHARESECVolker Lendecke1-2/+2
2007-10-10r17789: remove compiler warningsStefan Metzmacher1-3/+3
2007-10-10r17658: several replacement snprintf() fixes.Andrew Tridgell1-15/+40
2007-10-10r13592: Incredible how bugs like this can sweep in even after peer review and...Simo Sorce1-19/+22
2007-10-10r13401: remove the rename of the snprintf functions that simo accidentiallyAndrew Tridgell1-4/+2
2007-10-10r13374: new revision of the snprintf replace codeSimo Sorce1-226/+672
2007-10-10r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r7166: Move replacement stuff to seperate directoryJelmer Vernooij1-0/+981