summaryrefslogtreecommitdiffstats
path: root/source3/lib/snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-32/+46
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-0/+1
| | | | (This used to be commit 6b123adda901ff05b0271eeda060297448f64eec)
* fixed a typo in vsyslog()Andrew Tridgell2001-12-211-1/+1
| | | | (This used to be commit da353bc539db6e2f8d834275abdd9b5fb47b9db8)
* Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison2001-12-191-0/+14
| | | | | | | nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. (This used to be commit ab2e55cdb376d6699c9a09fac243fba7d3840447)
* Explain why snprintf has to be overridden in this way.Martin Pool2001-12-101-1/+8
| | | | (This used to be commit a4cc69d9459879c3fa5e782efd643d4e8cd334ba)
* Typo spotting.Tim Potter2001-12-101-2/+2
| | | | (This used to be commit 62dfda654ba9a80aa4875ff73fd9170199c745ea)
* allow printing of NULL pointers with internal snprintfAndrew Tridgell2001-11-271-0/+1
| | | | (This used to be commit 91bc14f430f798c6be3cb21cb5199ec56308d4f2)
* reverted incorrect patchAndrew Tridgell2001-11-271-2/+4
| | | | (This used to be commit 96224fe2d40d0ce79d1215bb6f0d17291cace7b9)
* Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
| | | | | Jeremy. (This used to be commit 57b8e6d742addd9fa90da918ec4343d47562f0b7)
* replace modf so we don't need the math libraryAndrew Tridgell2001-05-061-4/+39
| | | | (This used to be commit 79c0d24a3092098d3d8e58ebe07cf61db7d898e5)
* - added test for vasprintfAndrew Tridgell2001-04-281-9/+17
| | | | | | | | | - 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 (This used to be commit c7aeb2254dfc3cd0aa0b6c0bdd426f9323be0ddf)
* got asprintf defn rightAndrew Tridgell2001-04-281-11/+12
| | | | (This used to be commit 531ab0917004cc1dbbdc4a2b6b8d41f354dd2da7)
* added much better snprintf code, plus new function asprintfAndrew Tridgell2001-04-271-734/+714
| | | | (This used to be commit 10327ad11f9a97bf536dc772c9577d8f6809c829)
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+2
| | | | | | | | 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. (This used to be commit d938ad6963a2dd4eda930d508600ec1902dc2b16)
* Bracked unbracketed macro arguments while looking for another bug.Tim Potter2000-07-061-2/+2
| | | | (This used to be commit 873774e36dfc877727133a86fbc2c2ddc2d563cd)
* Fix for crash bug from Paul Tyler <pct@ansto.gov.au>.Jeremy Allison2000-02-211-10/+11
| | | | | Jeremy. (This used to be commit 89aa4d8ca9cc9e8e6dd4566076c0cace8b82d838)
* Fix problems with broken libc fvct returns.Jeremy Allison2000-01-121-1/+8
| | | | | Jeremy. (This used to be commit 6b61f2fe66a62082fdab998ec7bbb1184b9583d7)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+61
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* * client/client.c (dir_total): use SMB_BIG_UINTAlexandre Oliva1999-03-251-2/+26
| | | | | | | * client/clitar.c (ttarf): ditto * * lib/snprintf.c: support long longs; adapted from Cloyce D. Spradling's patch <cloyce@headgear.org> (This used to be commit 29581f8486e221f41669c2ca268c282f36a496ce)
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-211-1/+1
| | | | (This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
| | | | (This used to be commit d398ae487a3edbfefb980fe0abddca1e95f6f3d5)
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
| | | | | | annoying exception I'm still looking at :-). Jeremy. (This used to be commit 9cade656e2db743cb6ee67bbb8b0f50e8e4c39f9)
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
| | | | (This used to be commit 99430ce899c02b95ab3c577afff7f28c6d5c6c45)
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
| | | | (This used to be commit 177b7b6b190c78ab59e19187d3221d23bb280911)
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
| | | | (This used to be commit ae1888529b00f1a98d2b76fec7f19684efca90c7)
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-0/+801
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. (This used to be commit e2cb50af45be6683d02ab48a6648816ee3d52ab1)