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

16 Commits

Author SHA1 Message Date
Andrew Tridgell
691ba583af r18353: try to fix the assumption of NULL being handled in printf()
permanently by replacing printf() on systems that don't have a C99
printf lib
(This used to be commit eacb5357c3)
2007-10-10 14:18:16 -05:00
Andrew Tridgell
9adf2883ef r18321: fixed some warnings on AIX
(This used to be commit 449fab2c26)
2007-10-10 14:18:08 -05:00
Andrew Tridgell
4e99d06ee7 r18304: fixed misuse of size_t in dopr()
(This used to be commit d082a3c5f5)
2007-10-10 14:18:05 -05:00
Andrew Tridgell
3ca73facc5 r18160: - pread and pwrite replacements need to be non-static
- replacing rename() is pointless - all platforms have it (and the
  #define of rename breaks some code)

- use system/locale.h in snprintf.c

- fix passwd.h for initgroups

- stdlib is in replace.h, not needed elsewhere

- fix the initgroups replacement

- fix mapping of dl functions to rep_*
(This used to be commit 57cd0ca176)
2007-10-10 14:17:44 -05:00
Andrew Tridgell
d9319068f5 r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related
macros
(This used to be commit 3917436ff7)
2007-10-10 14:17:09 -05:00
Simo Sorce
62e6027413 r18046: Add 'z' specifier support and a configure test.
Jeremy should I backport this to samba3 too?
(This used to be commit dc689b5579)
2007-10-10 14:17:08 -05:00
Jelmer Vernooij
38fdde5d9b r18031: Merge my replace fixes:
* libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b145)
2007-10-10 14:17:05 -05:00
Volker Lendecke
6f7dd6ca07 r17884: Shape up the snprintf fix after Metzes comments
(This used to be commit 66b6456eee)
2007-10-10 14:16:51 -05:00
Volker Lendecke
1bdf669209 r17849: Next round for RPC-SAMBA3-SHARESEC
(This used to be commit e17371b7f9)
2007-10-10 14:16:48 -05:00
Stefan Metzmacher
168e9ec231 r17789: remove compiler warnings
metze
(This used to be commit dec228be4d)
2007-10-10 14:16:43 -05:00
Andrew Tridgell
691e5e5fdc r17658: several replacement snprintf() fixes.
1) when running the testsuite, actually test against the system
   sprintf(), not against ourselves (doh!)

2) fix the buffer termination to terminate buf2 as well

3) fix handling of %llu, and add a simple test

This fixes a bug with password expiry on solaris
(This used to be commit ad539ec114)
2007-10-10 14:16:20 -05:00
Simo Sorce
4b476ff4fb r13592: Incredible how bugs like this can sweep in even after peer review and testing ...
(This used to be commit 8483f61a1d)
2007-10-10 13:51:58 -05:00
Andrew Tridgell
4c78d1bfa2 r13401: remove the rename of the snprintf functions that simo accidentially
included in his last commit
(This used to be commit 487b374b43)
2007-10-10 13:51:52 -05:00
Simo Sorce
b8a9bec662 r13374: new revision of the snprintf replace code
still missing a configure test to make us
substitute our snprintf to system one when
the system one does not have positional parameters support
(This used to be commit 398f989d65)
2007-10-10 13:51:51 -05:00
Jeremy Allison
931b1974a2 r11797: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker
<dtucker@zip.com.au>
Jeremy.
(This used to be commit a2006c1628)
2007-10-10 13:46:29 -05:00
Jelmer Vernooij
e4a505192d r7166: Move replacement stuff to seperate directory
(easier to add win32-specific bits later)
Trim LIBBASIC a bit more
(This used to be commit fc7f519e4a)
2007-10-10 13:17:22 -05:00