And finally IDMAP in 3_0
[kai/samba.git] / source3 / lib / snprintf.c
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-05 Tim PotterFixed typo introduced when reverting patch from revisio...
2003-05-05 Tim PotterFixed typo introduced in reverted patch from version...
2003-04-14 Martin PoolMerge from HEAD 1.36.
2003-04-14 Martin PoolRemove SAFE_FREE() definition, which is not needed...
2003-04-14 Martin PoolAdd selected parts of the changelog to this file, to...
2003-04-14 Martin PoolMerge test cases from rsync.
2003-04-14 Martin PoolDoc.
2002-12-19 Herb Lewismerge from 2.2
2002-12-19 Herb Lewismerge from 2.2
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-03 Jim McDonoughSince includes.h isn't included here, VA_COPY has to...
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-05-17 Jim McDonoughFix usage of va_list passed as an arg. Use __va_copy...
2002-05-11 Simo Sorcemove vsyslog() from snprintf.c to replace.c
2002-04-16 Simo Sorcesync with 2.2
2002-04-16 Simo SorceFix incorrect zpadlen handling in fmtfp.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2001-12-21 Andrew Tridgellfixed a typo in vsyslog()
2001-12-19 Jeremy AllisonAdded AC_CHECK_FUNCS(syslog vsyslog).
2001-12-10 Martin PoolExplain why snprintf has to be overridden in this way.
2001-12-10 Tim PotterTypo spotting.
2001-11-27 Andrew Tridgellallow printing of NULL pointers with internal snprintf
2001-11-27 Andrew Tridgellreverted incorrect patch
2001-10-24 Jeremy AllisonAdded || -> && fix from "Orwig, Paul" <PORWIG@PacificLi...
2001-05-06 Andrew Tridgellreplace modf so we don't need the math library
2001-04-28 Andrew Tridgell- added test for vasprintf
2001-04-28 Andrew Tridgellgot asprintf defn right
2001-04-27 Andrew Tridgelladded much better snprintf code, plus new function...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2000-07-06 Tim PotterBracked unbracketed macro arguments while looking for...
2000-02-21 Jeremy AllisonFix for crash bug from Paul Tyler <pct@ansto.gov.au>.
2000-01-12 Jeremy AllisonFix problems with broken libc fvct returns.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-03-25 Alexandre Oliva* client/client.c (dir_total): use SMB_BIG_UINT
1998-11-21 Andrew Tridgellglobal change from samba.anu.edu.au to samba.org
1998-10-31 Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-28 Jeremy AllisonFixes to allow this to pass SGI compiler in -fullwarn...
1998-10-28 Andrew Tridgellfixed problem with snprintf.c and mkproto
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-27 Andrew Tridgelladd ifdef for "long double"
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...