1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/torture
Andrew Tridgell 340d9b71f9 added a basic dcerpc endpoint mapper to Samba4. Currently only
implements the epm_Lookup() call, I'll add the other important calls
soon. I was rather pleased to find that epm_Lookup() worked first
time, which is particularly surprising given its complexity.

This required quite a bit of new infrastructure:

  * a generic way of handling dcerpc policy handles in the rpc server

  * added type checked varients of talloc. These are much less error
    prone. I'd like to move to using these for nearly all uses of
    talloc.

  * added more dcerpc fault handling code, and translation from
    NTSTATUS to a dcerpc fault code

  * added data_blob_talloc_zero() for allocating an initially zero
    blob

  * added a endpoint enumeration hook in the dcerpc endpoint server
    operations
(This used to be commit 3f85f9b782)
2003-12-13 02:20:40 +00:00
..
raw * patch based on work by Jim Myers to unify the ioctl handling to be 2003-12-04 02:03:06 +00:00
rpc added a basic dcerpc endpoint mapper to Samba4. Currently only 2003-12-13 02:20:40 +00:00
.cvsignore first public release of samba4 code 2003-08-13 01:53:07 +00:00
aliases.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
cmd_sam.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
cmd_vfs.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
denytest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
dfstest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
genbit.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
gendefs.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
genparm.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
gentest.c * removed a bunch of unused code 2003-11-30 23:40:04 +00:00
locktest2.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
locktest.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
mangle_test.c * removed some unused code 2003-12-10 03:02:12 +00:00
masktest.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:54:44 +00:00
msgtest.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
nbio.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:54:44 +00:00
nsstest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
qfileinfo.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
qfsinfo.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rpctorture.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
samtest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
samtest.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
scanner.c - added a raw smb scanner 2003-08-13 22:23:18 +00:00
setfileinfo.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
smbiconv.c Add make rule for smbiconv 2003-11-09 16:24:31 +00:00
t_strcmp.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
torture_util.c * patch based on work by Jim Myers to unify the ioctl handling to be 2003-12-04 02:03:06 +00:00
torture.c * patch based on work by Jim Myers to unify the ioctl handling to be 2003-12-04 02:03:06 +00:00
utable.c fixed some warnings 2003-11-28 09:05:44 +00:00
vfstest.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
vfstest.h first public release of samba4 code 2003-08-13 01:53:07 +00:00