summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dsdb: initialize correctly the value of originating_change_time for the De...Matthieu Patou2011-11-131-2/+52
* s4-drs: check if we have a domain level >= 2k8r2 as before the isRecycled do ...Matthieu Patou2011-11-131-7/+24
* samba-tool: dbcheck avoid problems with deleted objectsMatthieu Patou2011-11-131-1/+1
* s4: Simple test script to create lots of contacts to stress the LDBMatthieu Patou2011-11-111-0/+96
* s4-librpc: do not limit to the first IP when trying to do a rpc connectionMatthieu Patou2011-11-111-7/+25
* s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou2011-11-111-12/+21
* policy/tests: Fix import of TestCase.Jelmer Vernooij2011-11-111-2/+3
* selftesthelper: Fix argument order.Jelmer Vernooij2011-11-101-1/+1
* selftest: Make planoldpythontestsuite arguments consistent with planpythontes...Jelmer Vernooij2011-11-101-1/+1
* selftest: Simplify calling of python tests.Jelmer Vernooij2011-11-101-14/+39
* selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij2011-11-101-1/+1
* ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij2011-11-101-1/+1
* subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij2011-11-101-0/+12
* Revert "test: added -D option to subunitrun"Jelmer Vernooij2011-11-101-5/+0
* s4:finddcs_cldap: debug the correct server address instead of NULLStefan Metzmacher2011-11-101-1/+2
* s4: samba-tool time --help documentation improvementsTheresa Halloran2011-11-101-1/+14
* s4: samba-tool group --help documentation improvementsTheresa Halloran2011-11-101-4/+75
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-106-10/+11
* samba-tool: print samaccountname in samba-tool user listAndrew Tridgell2011-11-101-6/+3
* test: use planpythontestsuite() for ldb.python testAndrew Tridgell2011-11-101-2/+1
* test: added -D option to subunitrunAndrew Tridgell2011-11-101-0/+5
* samba-tool: Added new "user disable" commandGiampaolo Lauria2011-11-102-0/+43
* samba-tool: Added "user list" commandGiampaolo Lauria2011-11-101-0/+34
* samba-tool: Change internal argument name in domain machinepasswordGiampaolo Lauria2011-11-101-5/+5
* samba-tool: Fix domain machinepassword secret db searchGiampaolo Lauria2011-11-101-4/+2
* samba-tool: Fix domain machinepassword name searchGiampaolo Lauria2011-11-101-0/+2
* s4-test: improved error checking in samba-tool time testAndrew Tridgell2011-11-101-0/+2
* s4-socket: detect NULL server in socket connection codeAndrew Tridgell2011-11-101-0/+5
* test: enable time and user samba-tool testsSean Dague2011-11-101-0/+4
* test: add samba-tool user testsSean Dague2011-11-101-0/+215
* test: Add samba-tool time testsSean Dague2011-11-101-0/+43
* test: add directory and base class for samba-tool testsSean Dague2011-11-102-0/+124
* s4-setup Remove servicePrincipalName: DNS/${DNSDOMAIN} from new installationsAndrew Bartlett2011-11-102-2/+0
* s4:join.py - fix up "DsAddEntry" against Windows Server 2000Matthias Dieter Wallnöfer2011-11-091-9/+18
* s4: Install samba-tool and samba_kcc to bin/ rather than sbin/.Jelmer Vernooij2011-11-091-1/+2
* samba_kcc: Remove unnecessary return statements.Jelmer Vernooij2011-11-071-17/+0
* s4-provision: Create ldap records for DNS partitions similar to windowsAmitay Isaacs2011-11-092-5/+3
* s4-provision: Set security descriptor for DNS recordsAmitay Isaacs2011-11-092-18/+103
* s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functionsMichael Adam2011-11-091-26/+7
* s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()Michael Adam2011-11-091-23/+3
* s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()Michael Adam2011-11-091-29/+6
* s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...Michael Adam2011-11-091-19/+3
* s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...Michael Adam2011-11-091-18/+2
* s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...Michael Adam2011-11-091-26/+6
* s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...Michael Adam2011-11-091-21/+6
* s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam2011-11-091-2/+8
* s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam2011-11-091-2/+12
* s4:torture:smb2: add smb2_generic_create_share() that also takes the sharemod...Michael Adam2011-11-091-7/+17
* s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to u...Michael Adam2011-11-092-54/+57
* s4:torture:smb2: use smb2_util_oplock_level() in the durable-open test for co...Michael Adam2011-11-091-38/+38