summaryrefslogtreecommitdiffstats
path: root/source/lib/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* r18644: bring in libreplace in lib/replaceStefan Metzmacher2007-10-101-1507/+0
* r18049: Backport SAMBA_4_0 snprintf changesSimo Sorce2007-10-101-12/+43
* r18029: More C++ stuffVolker Lendecke2007-10-101-1/+1
* r17906: Port the snprintf bugfix from 4. I wonder why we never hit this....Volker Lendecke2007-10-101-2/+2
* r17667: Merge snprintf fixes from tridge (Samba4).Jeremy Allison2007-10-101-16/+41
* r13591: I really have no idea how this code ever worked. And I haveGerald Carter2007-10-101-19/+22
* r13374: new revision of the snprintf replace codeSimo Sorce2007-10-101-176/+580
* r11799: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison2007-10-101-1/+22
* r1656: Patch from James Peach:Vance Lankhaar2007-10-101-0/+2
* r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errorsJelmer Vernooij2007-10-101-1/+1
* Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe2003-10-241-0/+4
* Ensure a prototype is generated for smb_snprintf()Tim Potter2003-07-231-1/+1
* A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2003-07-231-4/+2
* *****LDAP schema changes*****Gerald Carter2003-05-141-9/+9
* Move some #ifdefs and function prototypes around to avoid a compilerTim Potter2003-05-141-13/+14
* And finally IDMAP in 3_0Simo Sorce2003-05-121-2/+8
* Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter2003-05-051-1/+1
* Merge from HEAD 1.36.Martin Pool2003-04-141-12/+46
* merge from 2.2Herb Lewis2002-12-191-0/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-32/+46
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-0/+1
* fixed a typo in vsyslog()Andrew Tridgell2001-12-211-1/+1
* Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison2001-12-191-0/+14
* Explain why snprintf has to be overridden in this way.Martin Pool2001-12-101-1/+8
* Typo spotting.Tim Potter2001-12-101-2/+2
* allow printing of NULL pointers with internal snprintfAndrew Tridgell2001-11-271-0/+1
* reverted incorrect patchAndrew Tridgell2001-11-271-2/+4
* Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
* replace modf so we don't need the math libraryAndrew Tridgell2001-05-061-4/+39
* - added test for vasprintfAndrew Tridgell2001-04-281-9/+17
* got asprintf defn rightAndrew Tridgell2001-04-281-11/+12
* added much better snprintf code, plus new function asprintfAndrew Tridgell2001-04-271-734/+714
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+2
* Bracked unbracketed macro arguments while looking for another bug.Tim Potter2000-07-061-2/+2
* Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+61
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+26
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-211-1/+1
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801