1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Andrew Tridgell
79c0d24a30 replace modf so we don't need the math library -
Andrew Tridgell
c7aeb2254d - added test for vasprintf
- cleaned up GNUC printf attribute macros
- added enum handling in mkproto
- removed non-vararg code
- made slprintf and vslprintf just macros for snprintf and vsnprintf
- don't need slprintf code any more
-
Andrew Tridgell
531ab09170 got asprintf defn right -
Andrew Tridgell
10327ad11f added much better snprintf code, plus new function asprintf -
Jeremy Allison
d938ad6963 Excise snprintf -> slprintf.
srv_samr.c: duplicate gid fix.
srv_spoolss_nt.c: Merge of JF's work.
uid.c: Fix for returning names when a PDC.
Jeremy.
-
Tim Potter
873774e36d Bracked unbracketed macro arguments while looking for another bug. -
Jeremy Allison
89aa4d8ca9 Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.
Jeremy.
-
Jeremy Allison
6b61f2fe66 Fix problems with broken libc fvct returns.
Jeremy.
-
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
Alexandre Oliva
29581f8486 * client/client.c (dir_total): use SMB_BIG_UINT
* client/clitar.c (ttarf): ditto
* * lib/snprintf.c: support long longs; adapted from Cloyce D. Spradling's
patch <cloyce@headgear.org>
-
Andrew Tridgell
42d2509c9f global change from samba.anu.edu.au to samba.org -
Andrew Tridgell
d398ae487a added copyright notice from Patrick Powell -
Jeremy Allison
9cade656e2 Fixes to allow this to pass SGI compiler in -fullwarn mode (with one
annoying exception I'm still looking at :-).
Jeremy.
-
Andrew Tridgell
99430ce899 fixed problem with snprintf.c and mkproto -
Andrew Tridgell
177b7b6b19 fixed handling of %.0f in replacement snprintf.c -
Andrew Tridgell
ae1888529b add ifdef for "long double" -
Andrew Tridgell
e2cb50af45 added a vsnprintf() implementation from cvslock. See the notes on the
license at the top of lib/snprintf.c

I've always been slightly uneasy about our half-baked vslprintf()
implementation and the risks on platforms that don't have vsnprintf()
so when I saw this code in another GPLd package I wanted it for Samba.
-