summaryrefslogtreecommitdiff
path: root/source4/torture/winbind/struct_based.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-02lib: Use talloc_realloc_zero() in a few obvious placesVolker Lendecke1-8/+6
2025-03-05nsswitch: Remove next_token() from torture4Volker Lendecke1-8/+9
2024-12-17s4:torture: Remove test for deprecated WINBINDD_SHOW_SEQUENCEPavel Filipenský1-157/+0
2023-08-14s4:torture: Fix code spellingAndreas Schneider1-1/+1
2021-11-30s4:torture/winbind: use wbcRequestResponse() instead of winbindd_request_resp...Stefan Metzmacher1-7/+30
2020-10-29CVE-2020-14323 torture4: Add a simple test for invalid lookup_sids winbind callVolker Lendecke1-0/+27
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2018-05-29torture: Cope with WINBINDD_SHOW_SEQUENCE failure for fake trustsAndrew Bartlett1-3/+19
2018-05-25torture: Give extra information on WINBINDD_SHOW_SEQUENCE failureAndrew Bartlett1-1/+21
2017-05-05s4: torture: Add a TALLOC_CTX * to torture_winbind_struct_init().Jeremy Allison1-2/+2
2015-12-14s4:torture/winbind: add more debug output to samba4.winbind.struct.domain_infoStefan Metzmacher1-2/+13
2015-05-06torture-winbind: Assert that the list of trusted domains is not NULLAndrew Bartlett1-6/+6
2015-04-09s4:torture/winbind: add torture:winbindd_domain_without_prefix optionStefan Metzmacher1-3/+5
2015-03-20s4:torture/winbind: avoid compiler warningsStefan Metzmacher1-3/+3
2015-03-10Make winbind client library thread-safe by adding contextMatthew Newton1-1/+1
2015-03-03Fix the O3 developer buildVolker Lendecke1-1/+1
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+1
2014-11-25s4:torture/winbind: remove unused variables in struct_based.cStefan Metzmacher1-4/+4
2014-10-06torture: Reorder torture_winbind_struct_domain_info testsAndrew Bartlett1-18/+19
2014-06-04selftest: Set winbind separator = /Andrew Bartlett1-1/+1
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-1/+0
2011-03-19source4/torture: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-08pam: share pam errors in a common location.Günther Deschner1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-20/+20
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-5/+5
2010-03-05s4:torture/winbind/struct_based.c - fix up (un)signedness of a function argumentMatthias Dieter Wallnöfer1-1/+2
2010-03-02s4-smbtorture: fix WINBIND-STRUCT assumptions about getpwent() for s3.Günther Deschner1-5/+16
2010-01-16s4 selftest: Fix and reenable WINBIND-STRUCT.NETBIOS_NAME testKai Blin1-4/+5
2010-01-14s3 test: Fix WINBINDD-STRUCT testsKai Blin1-2/+2
2010-01-14s3 selftest: Fix LOOKUP_SID test.Kai Blin1-4/+12
2010-01-14s3 selftest: Fix WINBINDD_LIST_GROUPS testKai Blin1-9/+22
2010-01-14s3 selftest: Allow the enumeration of users and groupsKai Blin1-1/+1
2010-01-14s3 selftest: Fix the WINBINDD_GETDCNAMEe test.Kai Blin1-0/+10
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-1/+0
2008-10-22Repel pstring to nsswitch/.Jelmer Vernooij1-9/+8
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett1-11/+0
2008-05-06Tiago Batista posted a patch to fix the build:Tiago Batista1-1/+1
2008-04-16Adjust the expectations of the struct based winbind test.Andrew Bartlett1-7/+14
2008-04-16Fix struct_based winbind test for 'check machine account'.Andrew Bartlett1-1/+1
2008-04-15Fix some of the winbind tests.Andrew Bartlett1-1/+2
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-4/+4
2007-12-21r25721: remove unused varStefan Metzmacher1-1/+0
2007-10-10r25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to alsoMichael Adam1-1/+64
2007-10-10r25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS tes...Michael Adam1-12/+208
2007-10-10r25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test:Michael Adam1-23/+47
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+2
2007-10-10r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.Michael Adam1-0/+28
2007-10-10r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:Michael Adam1-6/+62
2007-10-10r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.Michael Adam1-0/+32