Displaying 5 results from an estimated 5 matches for "__snprintf".
Did you mean:
i_snprintf
2000 Jan 12
4
solaris 2.5.1 still no good
Hello,
I've got the same problem like this one.
Can somebody send the snprintf.c or other ways around please?
Thanks,
<------- snipped from mail archive ---------------------------------->
I just email'd, from my other account, the snprintf.c that we distribute
in PostgreSQL...its been thoroughly tested on all the platforms that we
support, with Solaris 2.5.1 being one of
2000 Jan 16
0
ANNOUNCE: 1.2.1pre26
...6.1 (which has the necessary functions) and 5.2
(which uses the replacement functions). This is a big change and
is likely to break some of the other platforms. Please test.
- OpenBSD cvs updates (including portforwarding fixes).
- Change auth-skey.c to use OpenSSH SHA1 functions
- Use __snprintf and friends if they are present and snprintf is not.
- Portability fixes
- Add --with-xauth=FILE and --with-pid-dir=PATH configure options
Detailed changes:
20000116
- Renamed --with-xauth-path to --with-xauth
- Added --with-pid-dir option
- Released 1.2.1pre26
20000115
- Add --with-xaut...
2000 Jan 16
0
ANNOUNCE: 1.2.1pre26
...6.1 (which has the necessary functions) and 5.2
(which uses the replacement functions). This is a big change and
is likely to break some of the other platforms. Please test.
- OpenBSD cvs updates (including portforwarding fixes).
- Change auth-skey.c to use OpenSSH SHA1 functions
- Use __snprintf and friends if they are present and snprintf is not.
- Portability fixes
- Add --with-xauth=FILE and --with-pid-dir=PATH configure options
Detailed changes:
20000116
- Renamed --with-xauth-path to --with-xauth
- Added --with-pid-dir option
- Released 1.2.1pre26
20000115
- Add --with-xaut...
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
...of silly errors, and one dangerous bug were in the pre26
release. This release corrects them.
http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz
If you want RPMs or any of the other files, please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
Changes:
- Using __snprintf is *NOT SAFE* on old Solaris. These functions do
not behave the same as "normal" snprintf. The compatiblity change
has been reverted. Thanks to Theo de Raadt <theo at cvs.openbsd.org>
for the warning.
(this means we need to adapt the another snprintf implementation
to...
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
...of silly errors, and one dangerous bug were in the pre26
release. This release corrects them.
http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz
If you want RPMs or any of the other files, please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
Changes:
- Using __snprintf is *NOT SAFE* on old Solaris. These functions do
not behave the same as "normal" snprintf. The compatiblity change
has been reverted. Thanks to Theo de Raadt <theo at cvs.openbsd.org>
for the warning.
(this means we need to adapt the another snprintf implementation
to...