Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 7 | -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 | |||||
2011-02-18 | s3-libads Remove MIT-specific krb5_princ_realm macro calls. | Andrew Bartlett | 2 | -55/+30 | |
When compiled against heimdal, we need to use a more elegant API. Andrew Bartlett | |||||
2011-02-18 | s3-waf use lib/util/wscript_build, and avoid duplicate subsystems | Andrew Bartlett | 1 | -20/+3 | |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 10 | -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> | |||||
2011-02-18 | s3-waf: fixed the include paths for samba public libraries | Andrew Tridgell | 1 | -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> | |||||
2011-02-18 | s3-includes: force _SAMBA_BUILD_=3 in source3 includes.h | Andrew Tridgell | 1 | -0/+5 | |
this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-18 | s3-build: allow waf build of s3 IDL files from any top directory | Andrew Tridgell | 1 | -3/+6 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | s3-lsa: support trust objects in _lsa_QuerySecurity(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-17 | s3-lsa: in _lsa_QuerySecurity() query the sd from the lsa policy handle. | Günther Deschner | 1 | -6/+4 | |
Guenther | |||||
2011-02-17 | s3-lsa: only proceed in _lsa_EnumTrustedDomainsEx when backend has trusted ↵ | Günther Deschner | 2 | -1/+10 | |
domain support. Guenther | |||||
2011-02-17 | s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2011-02-17 | s3-cluster remove more CLUSTER_SUPPORT #ifdef stuff | Andrew Bartlett | 1 | -4/+0 | |
2011-02-17 | s3-cluster Always fill in the clustering vnn element | Andrew Bartlett | 4 | -36/+0 | |
This avoids this structure being partially uninitialised. Adnrew Bartlett | |||||
2011-02-17 | s3: add server_id.idl and use only autogenerated code. | Günther Deschner | 9 | -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 | |||||
2011-02-17 | s3-waf: add check for "struct sigevent" and some of its members. | Günther Deschner | 1 | -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 | |||||
2011-02-17 | s3-waf: add check for "struct utimbuf". | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2011-02-17 | s3: increase the log level for missing PIDs on SIGCHLD | David Disseldorp | 1 | -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 | |||||
2011-02-17 | s3-selftest: make sure we really use --format=subunit when calling smbtorture4. | Günther Deschner | 1 | -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 | |||||
2011-02-17 | s3-waf: move the KRB5_DEPRECATED configure check out of lib/replace | Andrew Tridgell | 1 | -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> | |||||
2011-02-17 | s3-waf: move libsmb/clikrb5.c and libads/kerberos.c into KRBCLIENT. | Günther Deschner | 1 | -7/+5 | |
This avoids two duplicates... Guenther | |||||
2011-02-17 | nsswitch: make wb_reqtrans a common subsystem. | Günther Deschner | 7 | -518/+9 | |
Guenther | |||||
2011-02-17 | s3-waf: make most of the nsswitch common. | Günther Deschner | 1 | -35/+1 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for struct stat st_flags member. | Günther Deschner | 1 | -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 | |||||
2011-02-16 | s3-waf: add some missing checks for macosx. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for __NR_inotify_init declaration. | Günther Deschner | 1 | -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 | |||||
2011-02-16 | s3-waf: add check for various sysconf() variables. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for posix_fadvise(). | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for hires timestamps in struct stat. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for "struct flock64". | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for broken (glibc2.1/x86) 64 bit fcntl locking. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for fcntl locking. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-02-16 | s3-waf: add check for "struct dirent64". | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2011-02-16 | s3:test: run the net.rpc.registry test under "dc" not "dc:local" | Michael Adam | 1 | -1/+1 | |
There is no need to run it on the rpc server, but it should be run from a remote host. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 16 16:05:58 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3:test: remove the give/take admin rights code from the net(rpc)registry test | Michael Adam | 1 | -44/+0 | |
This is not neede any more. The token has been fixed at the lower level on the dc. | |||||
2011-02-16 | s3:test: rename samba3.blackbox.testparm_s3 -> samba3.blackbox.testparm | Michael Adam | 1 | -1/+1 | |
2011-02-16 | s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> ↵ | Michael Adam | 2 | -2/+2 | |
samba3.blackbox.net.local.registry.roundtrip | |||||
2011-02-16 | s3:test: rename samba3.blackbox.net_s3_registry_rpc -> ↵ | Michael Adam | 1 | -1/+1 | |
samba3.blackbox.net.rpc.registry | |||||
2011-02-16 | s3:test: rename samba3.blackbox.net_s3_registry -> ↵ | Michael Adam | 1 | -1/+1 | |
samba3.blackbox.net.local.registry | |||||
2011-02-16 | s3:test: rename samba3.blackbox.net_s3_misc --> samba3.blackbox.net.misc | Michael Adam | 1 | -1/+1 | |
2011-02-16 | s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds). | Günther Deschner | 2 | -4/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 15:20:14 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3:test: mark the net_registry_roundtrip test as knownfail | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 16 13:45:09 CET 2011 on sn-devel-104 | |||||
2011-02-16 | s3:test: add the registry roundtrip test as ↵ | Michael Adam | 1 | -0/+1 | |
samba3.blackbox.net_s3_registry_roundtrip | |||||
2011-02-16 | s3:test: move the registry roundtrip test to a test script of its own | Michael Adam | 2 | -85/+109 | |
2011-02-16 | s3:test: add comment header to test_net_registry.sh | Michael Adam | 1 | -2/+6 | |
2011-02-16 | s3:test: use the blackbox subunit test driver in the net_registry tests. | Michael Adam | 1 | -4/+3 | |
2011-02-16 | s3:test: use the blackbox subunit test driver in the net_misc tests. | Michael Adam | 1 | -2/+2 | |
2011-02-16 | s3:test: add the "blackbox.failure" test to the knownfail tests | Michael Adam | 1 | -0/+1 | |
This is designed to fail. Its purpose is to test our test infrastructure. | |||||
2011-02-16 | s3:test: add the failure blackbox test as samba3.blackbox.failure | Michael Adam | 1 | -0/+1 | |
2011-02-16 | s3:test: add a simple failing blackbox testsuite | Michael Adam | 1 | -0/+39 | |
2011-02-16 | s3:test: add the success blackbox test as samba3.blackbox.success | Michael Adam | 1 | -0/+2 | |