summaryrefslogtreecommitdiff
path: root/source3/lib/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11799: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison1-1/+22
2007-10-10r1656: Patch from James Peach:Vance Lankhaar1-0/+2
2007-10-10r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errorsJelmer Vernooij1-1/+1
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe1-0/+4
2003-07-23Ensure a prototype is generated for smb_snprintf()Tim Potter1-1/+1
2003-07-23A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter1-4/+2
2003-05-14*****LDAP schema changes*****Gerald Carter1-9/+9
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-12And finally IDMAP in 3_0Simo Sorce1-2/+8
2003-05-05Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter1-1/+1
2003-04-14Merge from HEAD 1.36.Martin Pool1-12/+46
2002-12-19merge from 2.2Herb Lewis1-0/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-32/+46
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-0/+1
2001-12-21fixed a typo in vsyslog()Andrew Tridgell1-1/+1
2001-12-19Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison1-0/+14
2001-12-10Explain why snprintf has to be overridden in this way.Martin Pool1-1/+8
2001-12-10Typo spotting.Tim Potter1-2/+2
2001-11-27allow printing of NULL pointers with internal snprintfAndrew Tridgell1-0/+1
2001-11-27reverted incorrect patchAndrew Tridgell1-2/+4
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-05-06replace modf so we don't need the math libraryAndrew Tridgell1-4/+39
2001-04-28- added test for vasprintfAndrew Tridgell1-9/+17
2001-04-28got asprintf defn rightAndrew Tridgell1-11/+12
2001-04-27added much better snprintf code, plus new function asprintfAndrew Tridgell1-734/+714
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-1/+2
2000-07-06Bracked unbracketed macro arguments while looking for another bug.Tim Potter1-2/+2
2000-02-21Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison1-10/+11
2000-01-12Fix problems with broken libc fvct returns.Jeremy Allison1-1/+8
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+61
1999-03-25* client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1-2/+26
1998-11-21global change from samba.anu.edu.au to samba.orgAndrew Tridgell1-1/+1
1998-10-31added copyright notice from Patrick PowellAndrew Tridgell1-8/+5
1998-10-28Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1-9/+9
1998-10-28fixed problem with snprintf.c and mkprotoAndrew Tridgell1-4/+4
1998-10-28fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1-12/+28
1998-10-27add ifdef for "long double"Andrew Tridgell1-12/+18
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-0/+801