Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1656: Patch from James Peach: | Vance Lankhaar | 1 | -0/+2 |
2007-10-10 | r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errors | Jelmer Vernooij | 1 | -1/+1 |
2003-10-24 | Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in | Richard Sharpe | 1 | -0/+4 |
2003-07-23 | Ensure a prototype is generated for smb_snprintf() | Tim Potter | 1 | -1/+1 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 1 | -4/+2 |
2003-05-14 | *****LDAP schema changes***** | Gerald Carter | 1 | -9/+9 |
2003-05-14 | Move some #ifdefs and function prototypes around to avoid a compiler | Tim Potter | 1 | -13/+14 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -2/+8 |
2003-05-05 | Fixed typo introduced in reverted patch from version 1.12.4.5 | Tim Potter | 1 | -1/+1 |
2003-04-14 | Merge from HEAD 1.36. | Martin Pool | 1 | -12/+46 |
2002-12-19 | merge from 2.2 | Herb Lewis | 1 | -0/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -32/+46 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -0/+1 |
2001-12-21 | fixed a typo in vsyslog() | Andrew Tridgell | 1 | -1/+1 |
2001-12-19 | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 1 | -0/+14 |
2001-12-10 | Explain why snprintf has to be overridden in this way. | Martin Pool | 1 | -1/+8 |
2001-12-10 | Typo spotting. | Tim Potter | 1 | -2/+2 |
2001-11-27 | allow printing of NULL pointers with internal snprintf | Andrew Tridgell | 1 | -0/+1 |
2001-11-27 | reverted incorrect patch | Andrew Tridgell | 1 | -2/+4 |
2001-10-24 | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>. | Jeremy Allison | 1 | -2/+2 |
2001-05-06 | replace modf so we don't need the math library | Andrew Tridgell | 1 | -4/+39 |
2001-04-28 | - added test for vasprintf | Andrew Tridgell | 1 | -9/+17 |
2001-04-28 | got asprintf defn right | Andrew Tridgell | 1 | -11/+12 |
2001-04-27 | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 1 | -734/+714 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -1/+2 |
2000-07-06 | Bracked unbracketed macro arguments while looking for another bug. | Tim Potter | 1 | -2/+2 |
2000-02-21 | Fix for crash bug from Paul Tyler <pct@ansto.gov.au>. | Jeremy Allison | 1 | -10/+11 |
2000-01-12 | Fix problems with broken libc fvct returns. | Jeremy Allison | 1 | -1/+8 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -1/+61 |
1999-03-25 | * client/client.c (dir_total): use SMB_BIG_UINT | Alexandre Oliva | 1 | -2/+26 |
1998-11-21 | global change from samba.anu.edu.au to samba.org | Andrew Tridgell | 1 | -1/+1 |
1998-10-31 | added copyright notice from Patrick Powell | Andrew Tridgell | 1 | -8/+5 |
1998-10-28 | Fixes to allow this to pass SGI compiler in -fullwarn mode (with one | Jeremy Allison | 1 | -9/+9 |
1998-10-28 | fixed problem with snprintf.c and mkproto | Andrew Tridgell | 1 | -4/+4 |
1998-10-28 | fixed handling of %.0f in replacement snprintf.c | Andrew Tridgell | 1 | -12/+28 |
1998-10-27 | add ifdef for "long double" | Andrew Tridgell | 1 | -12/+18 |
1998-10-26 | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 1 | -0/+801 |