1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

7 Commits

Author SHA1 Message Date
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.
-