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