Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 16:12:32 2020 +0000

    tds: Fix bulk insert for big endian machines

    Now that network is always little endian the row data must be also
    little endian.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 16:31:18 2020 +0000

    tds: Swap correctly Sybase unsigned types for bit endian machines

    Fix getting these types from server.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Oct 29 13:48:59 2020 +0000

    tds: Fix Sybse UNI(VAR)CHAR type for big endian machines

    Network endian is now always little endian.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed Oct 28 20:03:33 2020 +0000

    tds: Fix inserting bulk data into Sybase from big endian platforms

    The encoding for client is always little endian, even for big endian
    machines.
    Reported by Bellam R.

Author: Craig A. Berry <craigberry@mac.com>
Date:   Tue Sep 15 16:10:45 2020 -0500

    Fix VMS build for OpenSSL 1.1.x

    It needed some configuration tinkering to recognize the pieces
    correctly.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Thu Sep 3 14:50:08 2020 +0100

    build: Compile gssapi.c always

    Allows Sybase kerberos connections under Windows using GSSAPI.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Mon Jul 6 16:54:51 2020 +0100

    tds: Optimization for char encoding

    Detect same charset and avoid using larger buffer to store
    result of conversion.
    This also affects the column length on some libraries which do
    not differ between DDL and byte length.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Jul 7 07:54:37 2020 +0100

    dblib: Allows to pass 0 as type for bcp_bind

    0 value as type means no conversion performed.
    This is correctly handled but it was rejected when more checks
    were introduced.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Tue Jul 7 07:31:38 2020 +0100

    dblib: Add missing parameters to DBSETLSERVERPRINCIPAL macro

