1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source/torture
Andrew Tridgell f86521677d r5034: - added a type mapping function in pidl, so the type names in our IDL
files don't need to match the type names in the generated headers

- with this type mapping we no longer need definitions for the
  deprecated "int32", "uint8" etc form of types. We can now force
  everyone to use the standard types int32_t, uint8_t etc.

- fixed all the code that used the deprecated types

- converted the IDL types "int64" and "uint64" to "dlong" and
  "udlong". These are the 4 byte aligned 64 bit integers that
  Microsoft internally define as two 32 bit integers in a
  structure. After discussions with Ronnie Sahlberg we decided that
  calling these "int64" was confusing, as it implied a true 8 byte
  aligned type

- fixed all the cases where we incorrectly used things like
  "NTTIME_hyper" in our C code. The generated API now uses a NTTIME for
  those. The fact that it is hyper-aligned on the wire is not relevant
  to the API, and should remain just a IDL property
2007-10-10 13:09:15 -05:00
..
auth r3453: - split out the auth and popt includes 2007-10-10 13:05:13 -05:00
basic r4951: some of the code dealing with libcli was getting too complex trying to 2007-10-10 13:09:09 -05:00
dcom r4624: Several crash fixes for DCOM 2007-10-10 13:08:35 -05:00
ldap r4459: GENSEC refinements: 2007-10-10 13:07:53 -05:00
local r4832: added simple testing of tcp sockets to LOCAL-SOCKET test 2007-10-10 13:08:59 -05:00
nbench r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
rap r4980: Copy RAP callno constants from Samba 3 and start to use them. 2007-10-10 13:09:11 -05:00
raw r4951: some of the code dealing with libcli was getting too complex trying to 2007-10-10 13:09:09 -05:00
rpc r5034: - added a type mapping function in pidl, so the type names in our IDL 2007-10-10 13:09:15 -05:00
config.mk r4831: added udp support to our generic sockets library. 2007-10-10 13:08:59 -05:00
gentest.c r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
locktest2.c r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
locktest.c r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
masktest.c r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
msgtest.c more fixes from the IRIX compiler (thanks herb!) 0001-01-01 00:00:00 +00:00
nsstest.c r4052: fixed a bunch of code to use the type safe _p allocation macros 2007-10-10 13:06:18 -05:00
smbiconv.c Add make rule for smbiconv 0001-01-01 00:00:00 +00:00
t_strcmp.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
torture_util.c r4547: - added talloc_new(ctx) macro that is a neater form of the common talloc(ctx, 0) call. 2007-10-10 13:08:20 -05:00
torture.c r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although 2007-10-10 13:09:10 -05:00
vfstest.h first public release of samba4 code 0001-01-01 00:00:00 +00:00