summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij1-1/+1
2011-11-13upgrade: use logger.warning.Jelmer Vernooij1-4/+4
2011-11-13samba-tool: allow dbcheck to correct the originating_change_time of the delet...Matthieu Patou1-0/+34
2011-11-13s4-dsdb: initialize correctly the value of originating_change_time for the De...Matthieu Patou1-2/+52
2011-11-13s4-drs: check if we have a domain level >= 2k8r2 as before the isRecycled do ...Matthieu Patou1-7/+24
2011-11-13samba-tool: dbcheck avoid problems with deleted objectsMatthieu Patou1-1/+1
2011-11-11s4: Simple test script to create lots of contacts to stress the LDBMatthieu Patou1-0/+96
2011-11-11s4-librpc: do not limit to the first IP when trying to do a rpc connectionMatthieu Patou1-7/+25
2011-11-11s4-socket: allow connect_multi_next_socket to try all the IP for a given hostMatthieu Patou1-12/+21
2011-11-11policy/tests: Fix import of TestCase.Jelmer Vernooij1-2/+3
2011-11-10selftesthelper: Fix argument order.Jelmer Vernooij1-1/+1
2011-11-10selftest: Make planoldpythontestsuite arguments consistent with planpythontes...Jelmer Vernooij1-1/+1
2011-11-10selftest: Simplify calling of python tests.Jelmer Vernooij1-14/+39
2011-11-10selftest: Allow passing arbitrary number of additional python path values.Jelmer Vernooij1-1/+1
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij1-1/+1
2011-11-10subunitrun: Add notes about subunitrun being deprecated.Jelmer Vernooij1-0/+12
2011-11-10Revert "test: added -D option to subunitrun"Jelmer Vernooij1-5/+0
2011-11-10s4:finddcs_cldap: debug the correct server address instead of NULLStefan Metzmacher1-1/+2
2011-11-10s4: samba-tool time --help documentation improvementsTheresa Halloran1-1/+14
2011-11-10s4: samba-tool group --help documentation improvementsTheresa Halloran1-4/+75
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell6-10/+11
2011-11-10samba-tool: print samaccountname in samba-tool user listAndrew Tridgell1-6/+3
2011-11-10test: use planpythontestsuite() for ldb.python testAndrew Tridgell1-2/+1
2011-11-10test: added -D option to subunitrunAndrew Tridgell1-0/+5
2011-11-10samba-tool: Added new "user disable" commandGiampaolo Lauria2-0/+43
2011-11-10samba-tool: Added "user list" commandGiampaolo Lauria1-0/+34
2011-11-10samba-tool: Change internal argument name in domain machinepasswordGiampaolo Lauria1-5/+5
2011-11-10samba-tool: Fix domain machinepassword secret db searchGiampaolo Lauria1-4/+2
2011-11-10samba-tool: Fix domain machinepassword name searchGiampaolo Lauria1-0/+2
2011-11-10s4-test: improved error checking in samba-tool time testAndrew Tridgell1-0/+2
2011-11-10s4-socket: detect NULL server in socket connection codeAndrew Tridgell1-0/+5
2011-11-10test: enable time and user samba-tool testsSean Dague1-0/+4
2011-11-10test: add samba-tool user testsSean Dague1-0/+215
2011-11-10test: Add samba-tool time testsSean Dague1-0/+43
2011-11-10test: add directory and base class for samba-tool testsSean Dague2-0/+124
2011-11-10s4-setup Remove servicePrincipalName: DNS/${DNSDOMAIN} from new installationsAndrew Bartlett2-2/+0
2011-11-09s4:join.py - fix up "DsAddEntry" against Windows Server 2000Matthias Dieter Wallnöfer1-9/+18
2011-11-09s4: Install samba-tool and samba_kcc to bin/ rather than sbin/.Jelmer Vernooij1-1/+2
2011-11-07samba_kcc: Remove unnecessary return statements.Jelmer Vernooij1-17/+0
2011-11-09s4-provision: Create ldap records for DNS partitions similar to windowsAmitay Isaacs2-5/+3
2011-11-09s4-provision: Set security descriptor for DNS recordsAmitay Isaacs2-18/+103
2011-11-09s4:torture:smb2: rewrite durable-open.open test to use smb2_*_create functionsMichael Adam1-26/+7
2011-11-09s4:torture:smb2: rewrite the durable-open.lock test to use smb2_lease_create()Michael Adam1-23/+3
2011-11-09s4:torture:smb2: rewrite the durable-open.lease test to use smb2_lease_create()Michael Adam1-29/+6
2011-11-09s4:torture:smb2: rewrite the durable-open.oplock test to use smb2_oplock_crea...Michael Adam1-19/+3
2011-11-09s4:torture:smb2: rewrite the durable-open.file-position test to use smb2_oplo...Michael Adam1-18/+2
2011-11-09s4:torture:smb2: rewrite the durable-open.open2 test to use smb2_lease_create...Michael Adam1-26/+6
2011-11-09s4:torture:smb2: rewrite the durable-open.open1 test to use smb2_oplock_creat...Michael Adam1-21/+6
2011-11-09s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as param...Michael Adam1-2/+8
2011-11-09s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as para...Michael Adam1-2/+12