summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-pdb_ipa: remove uninitialized (and unused) status code.Günther Deschner2011-02-211-2/+1
| | | | Guenther
* s3:tests: move the log directory of the smbclient_s3 test to st/Michael Adam2011-02-211-7/+8
| | | | | | | | And use a proper mktemp call to create a unique name. The old location under /tmp/ was bad. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 21 13:39:06 CET 2011 on sn-devel-104
* s3:tests: clean up old log directories of the registry.roundtrip testMichael Adam2011-02-211-1/+9
|
* 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
|
* 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
* 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
* s3-waf: we need to globally -Ilib/replaceGünther Deschner2011-02-181-1/+1
| | | | Guenther
* s3-waf: fix popt support.Günther Deschner2011-02-181-0/+2
| | | | Guenther
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-186-6/+6
| | | | | | | | | | 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-181-290/+12
| | | | | | | | 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/charset Use top level iconv.c in source3Andrew Bartlett2011-02-187-784/+16
| | | | | | | | | | | | The two files were very similar already, the only change required was to adopt the s3 module registration fucntion name. (NTSTATUS wasn't used as the charset code does not otherwise use that type). Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* librpc make ndr-standard a common libraryAndrew Bartlett2011-02-181-10/+0
|
* librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript filesAndrew Bartlett2011-02-181-10/+1
| | | | | | | There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-187-167/+22
| | | | | | | | | | | | | These now call the common _m functions that consider UTF16 code points. This removes the code which will make up a 'lame' table in memory, as this can just as correctly be handled by running the algorithm at runtime (which is to call toupper() and tolower() on characters < 128). When used, a top level waf build will always locate the correct table - in the build tree or outside - due to relinking the installed binary. Andrew Bartlett
* s3-libads Remove MIT-specific krb5_princ_realm macro calls.Andrew Bartlett2011-02-182-55/+30
| | | | | | When compiled against heimdal, we need to use a more elegant API. Andrew Bartlett
* s3-waf use lib/util/wscript_build, and avoid duplicate subsystemsAndrew Bartlett2011-02-181-20/+3
|
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-1810-275/+274
| | | | | | | | | | this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: fixed the include paths for samba public librariesAndrew Tridgell2011-02-181-4/+8
| | | | | | | | | | | this fixes the extra global includes for the s3 waf build to be conditional on whether talloc, tevent and tdb are system libraries or not. This fixes a problem where in-tree includes could be used with system libraries Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell2011-02-181-0/+5
| | | | | | this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-build: allow waf build of s3 IDL files from any top directoryAndrew Tridgell2011-02-181-3/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-lsa: support trust objects in _lsa_QuerySecurity().Günther Deschner2011-02-171-0/+1
| | | | Guenther
* s3-lsa: in _lsa_QuerySecurity() query the sd from the lsa policy handle.Günther Deschner2011-02-171-6/+4
| | | | Guenther