summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing dependency on libreplace.Jelmer Vernooij2011-02-211-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 21 01:17:33 CET 2011 on sn-devel-104
* s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki2011-02-201-0/+91
| | | | | | | | | DsReplicaSync is indirectly called using 'samba-tool drs options' command to enable/disable replication and 'samba-tool drs replicate' command to trigger inbound replication cycle Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Feb 20 23:03:03 CET 2011 on sn-devel-104
* s4/samba.tests: Raise BlackboxProcessError exception in case check_output ↵Kamen Mazdrashki2011-02-201-2/+2
| | | | | | | | | method fails This way the caller gets the chance to receive STDOUT and STDERR for a failed process. We may use this info to check if a process has failed properly, e.g. with expected output
* s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR ↵Kamen Mazdrashki2011-02-201-0/+13
| | | | for a failed rocess call
* s4/drs-tests: Allow _net_drs_replicate to force replication and return ↵Kamen Mazdrashki2011-02-201-2/+4
| | | | output from command execution
* s4/drs-tests: Split samba-tool command line generation into separate methodKamen Mazdrashki2011-02-201-7/+12
| | | | so we can use to exec samba-tool passing different commands
* s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-45/+2
| | | | and remove duplicated functionality
* s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-35/+2
| | | | and remove duplicated functionality
* s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-44/+2
| | | | and remove duplicated functionality
* s4/drs-tests: Add a base class to hold common functionality for all DRS ↵Kamen Mazdrashki2011-02-201-0/+104
| | | | python tests
* s3: Fix pdb_ads_enum_aliasmem for empty aliasesVolker Lendecke2011-02-201-1/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104
* s3: Support SetGroupInfo in pdb_adsVolker Lendecke2011-02-201-4/+66
|
* s3: Fix a debug messageVolker Lendecke2011-02-201-1/+1
|
* s3: Fix pdb_ads_enum_group_members for empty groupsVolker Lendecke2011-02-201-1/+3
|
* s3: Fix error returns in pdb_ads_mod_groupmemVolker Lendecke2011-02-201-2/+4
|
* s4-version: Fix version finding for bzr branches.Jelmer Vernooij2011-02-201-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 20 17:35:45 CET 2011 on sn-devel-104
* ldb-samba: Add missing dependency on pyldb-util.Jelmer Vernooij2011-02-201-1/+1
|
* s3: Improve a debug message, we have more than pdb_tdb.Volker Lendecke2011-02-201-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 16:50:05 CET 2011 on sn-devel-104
* s3: Protect tldap_errstr against a NULL ldVolker Lendecke2011-02-201-1/+3
|
* s3: Fix return code of pdb_ads_getsamupriv if the user does not existVolker Lendecke2011-02-201-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 11:12:01 CET 2011 on sn-devel-104
* s3: Add ACB_NORMAL to workstations, match RPC-SAMRVolker Lendecke2011-02-201-1/+9
|
* s3: Make QueryDispInfo and QueryInfo match for guestVolker Lendecke2011-02-201-6/+19
|
* s3: NO_SUCH_USER is a lot more likely than NO_MEMORYVolker Lendecke2011-02-201-1/+1
|
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-204-9/+12
|
* s3: Slightly simplify Get_Pwnam_allocVolker Lendecke2011-02-201-4/+1
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-202-9/+9
|
* s3:tests: fix the smbclient_s3 test for multiple users running it.Michael Adam2011-02-191-2/+16
| | | | | | | | | | The test created /tmp/log.smbclient, which lets the test fail if two users are running the test simultaneously. Now /tmp/log.test_smbclient_s3.$$ is used. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Feb 19 13:06:57 CET 2011 on sn-devel-104
* s3:tests: remove unused script/tests/test_functions.shMichael Adam2011-02-191-202/+0
| | | | This is not used any more now with selftest.
* s3:tests: include subunit.sh instead of test_functions.sh in test_posix_s3.shMichael Adam2011-02-191-2/+2
| | | | | | It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:tests: include subunit.sh instead of test_functions.sh in ↵Michael Adam2011-02-191-2/+2
| | | | | | | | test_ntlm_auth_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:tests: include subunit.sh instead of test_functions.sh in ↵Michael Adam2011-02-191-2/+2
| | | | | | | | test_smbtorture_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.shMichael Adam2011-02-191-2/+2
| | | | | | It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:tests: use the blackbox subunit output formatter for the testparm_s3 test.Michael Adam2011-02-191-2/+2
| | | | With the old output, failures would go unnoticed by selftest.
* s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.shMichael Adam2011-02-191-2/+2
| | | | | | It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
* s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.Michael Adam2011-02-191-2/+2
| | | | With the old output, failures would go unnoticed by selftest.
* s3: Pass logonHours through pdb_adsVolker Lendecke2011-02-191-0/+22
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 19 12:22:08 CET 2011 on sn-devel-104
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-198-13/+23
|
* s3: Let pdb_ads write accountExpiresVolker Lendecke2011-02-191-0/+18
|
* s3: Fix pdb_ads_pull_timeVolker Lendecke2011-02-191-1/+1
|
* vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2011-02-192-4/+7
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 19 01:53:18 CET 2011 on sn-devel-104
* Fix alignment issues in SPOOLSS "BUFFER" marshalling.Jeremy Allison2011-02-181-0/+7
| | | | | | | Guenther and Metze please check ! Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 18 18:49:55 CET 2011 on sn-devel-104
* s3:vfs:syncops add option to disable metasync per shareChristian Ambach2011-02-181-4/+14
| | | | | | | | | | | introduce an option to disable the metadata sync in case the filesystem handles this correctly the sync can be skipped, but synchronization of the data that was written can still be configured (in opposition to the disable flag disabling all sync operations) Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Feb 18 17:31:59 CET 2011 on sn-devel-104
* s3-smbsharemodes: libsmbsharemodes does neither depend on krb5 or ldap.Günther Deschner2011-02-181-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 18 16:46:35 CET 2011 on sn-devel-104
* nsswitch: make libwbclient a public library again.Günther Deschner2011-02-181-1/+1
| | | | Guenther
* s3-waf: we need to globally -Ilib/replaceGünther Deschner2011-02-181-1/+1
| | | | Guenther
* s3-waf: fix popt support.Günther Deschner2011-02-182-0/+5
| | | | Guenther
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-189-10/+31
| | | | | | | | | | When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-188-615/+380
| | | | | | | | We now use the struct smb_iconv_convenience at the core of all our iconv code, and use global_iconv_convenience for the callers that don't specify one. Andrew Bartlett
* s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett2011-02-183-52/+8
| | | | | | | This file is always installed, and is only even required for the old, depricated mangle hash method. Andrew Bartlett
* lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett2011-02-181-2/+0
|