summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-21pyldb: create LdbResult, return value from ldb.search is now a LdbResultMatthieu Patou2-5/+332
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou3-26/+26
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou4-623/+930
2011-02-21Fix missing dependency on libreplace.Jelmer Vernooij1-1/+1
2011-02-20s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki1-0/+91
2011-02-20s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki1-2/+2
2011-02-20s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki1-0/+13
2011-02-20s4/drs-tests: Allow _net_drs_replicate to force replication and return output...Kamen Mazdrashki1-2/+4
2011-02-20s4/drs-tests: Split samba-tool command line generation into separate methodKamen Mazdrashki1-7/+12
2011-02-20s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki1-45/+2
2011-02-20s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki1-35/+2
2011-02-20s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki1-44/+2
2011-02-20s4/drs-tests: Add a base class to hold common functionality for all DRS pytho...Kamen Mazdrashki1-0/+104
2011-02-20s3: Fix pdb_ads_enum_aliasmem for empty aliasesVolker Lendecke1-1/+3
2011-02-20s3: Support SetGroupInfo in pdb_adsVolker Lendecke1-4/+66
2011-02-20s3: Fix a debug messageVolker Lendecke1-1/+1
2011-02-20s3: Fix pdb_ads_enum_group_members for empty groupsVolker Lendecke1-1/+3
2011-02-20s3: Fix error returns in pdb_ads_mod_groupmemVolker Lendecke1-2/+4
2011-02-20s4-version: Fix version finding for bzr branches.Jelmer Vernooij1-1/+1
2011-02-20ldb-samba: Add missing dependency on pyldb-util.Jelmer Vernooij1-1/+1
2011-02-20s3: Improve a debug message, we have more than pdb_tdb.Volker Lendecke1-1/+1
2011-02-20s3: Protect tldap_errstr against a NULL ldVolker Lendecke1-1/+3
2011-02-20s3: Fix return code of pdb_ads_getsamupriv if the user does not existVolker Lendecke1-1/+1
2011-02-20s3: Add ACB_NORMAL to workstations, match RPC-SAMRVolker Lendecke1-1/+9
2011-02-20s3: Make QueryDispInfo and QueryInfo match for guestVolker Lendecke1-6/+19
2011-02-20s3: NO_SUCH_USER is a lot more likely than NO_MEMORYVolker Lendecke1-1/+1
2011-02-20s3: Convert init_system_info to NTSTATUSVolker Lendecke4-9/+12
2011-02-20s3: Slightly simplify Get_Pwnam_allocVolker Lendecke1-4/+1
2011-02-20s3: Fix some nonempty blank linesVolker Lendecke2-9/+9
2011-02-19s3:tests: fix the smbclient_s3 test for multiple users running it.Michael Adam1-2/+16
2011-02-19s3:tests: remove unused script/tests/test_functions.shMichael Adam1-202/+0
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_posix_s3.shMichael Adam1-2/+2
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_ntlm_auth_s...Michael Adam1-2/+2
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_smbtorture_...Michael Adam1-2/+2
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.shMichael Adam1-2/+2
2011-02-19s3:tests: use the blackbox subunit output formatter for the testparm_s3 test.Michael Adam1-2/+2
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.shMichael Adam1-2/+2
2011-02-19s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.Michael Adam1-2/+2
2011-02-19s3: Pass logonHours through pdb_adsVolker Lendecke1-0/+22
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke8-13/+23
2011-02-19s3: Let pdb_ads write accountExpiresVolker Lendecke1-0/+18
2011-02-19s3: Fix pdb_ads_pull_timeVolker Lendecke1-1/+1
2011-02-19vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2-4/+7
2011-02-18Fix alignment issues in SPOOLSS "BUFFER" marshalling.Jeremy Allison1-0/+7
2011-02-18s3:vfs:syncops add option to disable metasync per shareChristian Ambach1-4/+14
2011-02-18s3-smbsharemodes: libsmbsharemodes does neither depend on krb5 or ldap.Günther Deschner1-1/+1
2011-02-18nsswitch: make libwbclient a public library again.Günther Deschner1-1/+1
2011-02-18s3-waf: we need to globally -Ilib/replaceGünther Deschner1-1/+1
2011-02-18s3-waf: fix popt support.Günther Deschner2-0/+5
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett9-10/+31