summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted ↵Günther Deschner2011-02-172-1/+10
| | | | | | domain support. Guenther
* s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.Günther Deschner2011-02-171-2/+3
| | | | Guenther
* s3-cluster remove more CLUSTER_SUPPORT #ifdef stuffAndrew Bartlett2011-02-171-4/+0
|
* s3-cluster Always fill in the clustering vnn elementAndrew Bartlett2011-02-174-36/+0
| | | | | | This avoids this structure being partially uninitialised. Adnrew Bartlett
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-179-87/+34
| | | | | | | | | Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
* s3-waf: add check for "struct sigevent" and some of its members.Günther Deschner2011-02-171-0/+11
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 17 12:01:58 CET 2011 on sn-devel-104
* s3-waf: add check for "struct utimbuf".Günther Deschner2011-02-171-0/+5
| | | | Guenther
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-02-171-1/+2
| | | | | | | | | | | | | | | | | | | Since the fix for bso#7836, the parent smbd is responsible for maintaining an up-to-date printcap cache. It does this by forking a child process to asynchronously fetch printcap data from CUPS. When the child process exits after fetching all printcap data, the parent smbd is sent SIGCHLD. This triggers smbd_sig_chld_handler() which looks for the exited process PID on a "children" list. Child smbd process PIDs are added to the "children" list to ensure cleanup on unclean shutdown and log level change notification messages. Printcap update process PIDs are not added to the list as they do not maintain any state that requires cleanup, nor do they wait on tevent for messages. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 17 11:11:45 CET 2011 on sn-devel-104
* s3-selftest: make sure we really use --format=subunit when calling smbtorture4.Günther Deschner2011-02-171-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 17 02:01:56 CET 2011 on sn-devel-104
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-0/+6
| | | | | | | this needs to be in souce3/, as otherwise it can't handle an in-tree kerberos library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: move libsmb/clikrb5.c and libads/kerberos.c into KRBCLIENT.Günther Deschner2011-02-171-7/+5
| | | | | | This avoids two duplicates... Guenther
* nsswitch: make wb_reqtrans a common subsystem.Günther Deschner2011-02-177-518/+9
| | | | Guenther
* s3-waf: make most of the nsswitch common.Günther Deschner2011-02-171-35/+1
| | | | Guenther
* s3-waf: add check for struct stat st_flags member.Günther Deschner2011-02-161-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 23:04:35 CET 2011 on sn-devel-104
* s3-waf: add some missing checks for macosx.Günther Deschner2011-02-161-0/+21
| | | | Guenther
* s3-waf: add check for __NR_inotify_init declaration.Günther Deschner2011-02-161-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 19:28:18 CET 2011 on sn-devel-104
* s3-waf: add check for various sysconf() variables.Günther Deschner2011-02-161-0/+8
| | | | Guenther
* s3-waf: add check for posix_fadvise().Günther Deschner2011-02-161-0/+10
| | | | Guenther
* s3-waf: add check for hires timestamps in struct stat.Günther Deschner2011-02-161-0/+17
| | | | Guenther
* s3-waf: add check for "struct flock64".Günther Deschner2011-02-161-0/+28
| | | | Guenther
* s3-waf: add check for broken (glibc2.1/x86) 64 bit fcntl locking.Günther Deschner2011-02-161-0/+8
| | | | Guenther
* s3-waf: add check for fcntl locking.Günther Deschner2011-02-161-0/+8
| | | | Guenther