summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/torture_rpc.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-02s4-torture Add tests for DES-only accounts PAC behaviour/validation.Andrew Bartlett1-0/+6
Previously we didn't support DES-only in a Samba4 domain. This is important for some legacy systems that have not yet migrated from this weak crypto. Andrew Bartlett
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-0/+94
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze