summaryrefslogtreecommitdiff
path: root/source3/torture/pdbtest.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: Replace a few calls to TALLOC() with talloc_array()Volker Lendecke1-2/+4
2023-07-19s3:torture: Fix code spellingAndreas Schneider1-4/+4
2022-01-26s3/torture/pdbtest: fix always false conditionDouglas Bagnall1-1/+1
2021-11-09CVE-2020-25717: s3:torture: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-09-10pdbtest: don't ignore unknown optionsRalph Boehme1-1/+10
2021-05-20s3:torture: Migrate pdbtest to new cmdline option parserAndreas Schneider1-6/+16
2021-03-16lib: Remove init_names()Volker Lendecke1-1/+0
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-2/+7
2019-02-27pdbtest: Use dom_sid_str_bufVolker Lendecke1-4/+9
2018-01-13s3/torture/pdbtest: delete trusted domain at test endRalph Boehme1-0/+7
2018-01-13s3/torture/pdbtest: creating a trusted domain requires a valid SIDRalph Boehme1-0/+6
2018-01-13s3/torture: fix an error messageRalph Boehme1-1/+1
2017-12-13pdbtest: also verify the authentication path for local users via winbinddStefan Metzmacher1-0/+73
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-5/+10
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett1-1/+2
2017-03-24auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher1-3/+7
2017-03-24pdbtest: make use of make_auth3_context_for_ntlm()Stefan Metzmacher1-1/+1
2017-03-24pdbtest: Call make_auth_context_subsystem directlyVolker Lendecke1-2/+10
2015-05-12Convert all uses of uint32/16/8 to _t in source3/torture.Richard Sharpe1-10/+10
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-04-02s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett1-1/+2
2014-04-02s3:torture: avoid explicit casting and compiler warnings in pdbtest.cStefan Metzmacher1-3/+2
2014-02-19s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider1-1/+4
2013-12-27Compare the correct valuesSimo Sorce1-1/+1
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner1-1/+1
2012-08-08s3-torture: Extend pdbtest to also run an authentication unit-testAndrew Bartlett1-1/+116
2012-07-18source3/torture/pdbtest: allocate talloc_stackframe()Rusty Russell1-2/+2
2012-06-27s3-pdbtest: Initialise more elements for testingAndrew Bartlett1-0/+8
2012-06-27s3-pdbtest: show mis-matching timesAndrew Bartlett1-4/+12
2012-06-26s3-pdbtest: Fix pdbtest to compare the same fieldsAndrew Bartlett1-1/+1
2012-06-26s3-pdbtest: Report and handle errors in pdb->getsampwnam()Andrew Bartlett1-3/+5
2012-04-19s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett1-6/+0
2012-01-09s3-pdbtest: only test trusted domains when pdb backends offers trusted domain...Günther Deschner1-74/+89
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-1/+2
2011-08-05s3: Fix "ISO C90 forbids mixed declarations and code"Volker Lendecke1-7/+7
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke1-25/+25
2011-07-28s3:torture: use lp_load_global() in pdbtest - this does not need shares nor IPC$Michael Adam1-1/+1
2011-06-12s3-passdb: Implement new pdb trust calls for the default backendSumit Bose1-0/+83
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-1/+1
2010-08-22s3:pdbtest Fix command name of pdbtestAndrew Bartlett1-1/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-3/+3
2007-12-26Remove the sampwent interfaceVolker Lendecke1-18/+0
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21965: fix compiler warningStefan Metzmacher1-1/+1