summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-waf: convert NPA_TSTREAM into a subsystem.Günther Deschner2010-11-301-6/+9
| | | | Guenther
* s3-waf: add LIBDRSUAPI subsystem.Günther Deschner2010-11-301-8/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 18:58:42 CET 2010 on sn-devel-104
* s3-waf: let SMBD_BASE depend on NDR_NOTIFY.Günther Deschner2010-11-301-3/+2
| | | | Guenther
* s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_NBT.Günther Deschner2010-11-301-3/+2
| | | | Guenther
* s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_SVCCTL.Günther Deschner2010-11-301-4/+2
| | | | Guenther
* s3-waf: convert LIBCLI_SPOOLSS into a subsystem.Günther Deschner2010-11-301-10/+12
| | | | Guenther
* s3-waf: convert RPCCLI_EPMAPPER into a subsystem.Günther Deschner2010-11-301-7/+7
| | | | Guenther
* s3-waf: convert RPCCLI_EVENTLOG into a subsystem.Günther Deschner2010-11-301-6/+5
| | | | Guenther
* s3-waf: convert RPCCLI_NTSVCS into a subsystem.Günther Deschner2010-11-301-6/+5
| | | | Guenther
* s3-waf: convert RPCCLI_DRSUAPI into a subsystem.Günther Deschner2010-11-301-7/+6
| | | | Guenther
* s3-waf: convert RPCCLI_DFS into a subsystem.Günther Deschner2010-11-301-6/+5
| | | | Guenther
* s3-waf: convert RPCCLI_INITSHUTDOWN into a subsystem.Günther Deschner2010-11-301-7/+6
| | | | Guenther
* s3-waf: convert RPCCLI_DSSETUP into a subsystem.Günther Deschner2010-11-301-9/+7
| | | | Guenther
* s3-waf: convert RPCCLI_SVCCTL into a subsystem.Günther Deschner2010-11-301-6/+5
| | | | Guenther
* s3-waf: convert RPCCLI_WKSSVC into a subsystem.Günther Deschner2010-11-301-10/+7
| | | | Guenther
* s3-waf: convert RPCCLI_SRVSVC into a subsystem.Günther Deschner2010-11-301-19/+19
| | | | Guenther
* s3-waf: convert LIBCLI_NETLOGON into a subsystem.Günther Deschner2010-11-301-14/+14
| | | | Guenther
* s3-waf: convert LIBCLI_LSA into a subsystem.Günther Deschner2010-11-301-23/+21
| | | | Guenther
* s3-waf: convert LIBCLI_SAMR into a subsystem.Günther Deschner2010-11-301-16/+21
| | | | Guenther
* s3-waf: convert PARAM_UTIL into a subsystem.Günther Deschner2010-11-301-5/+11
| | | | Guenther
* s3-waf: convert TOKEN_UTIL into a subsystem.Günther Deschner2010-11-302-7/+10
| | | | Guenther
* s3-waf: convert REG_EVENTLOG into a subsystem.Günther Deschner2010-11-301-5/+9
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 16:25:51 CET 2010 on sn-devel-104
* s3-waf: convert LIBNMB into a subsystem.Günther Deschner2010-11-301-8/+10
| | | | Guenther
* s3-waf: convert FNAME_UTIL into a subsystem.Günther Deschner2010-11-301-12/+15
| | | | Guenther
* s3: Fix bug 7832Volker Lendecke2010-11-301-0/+2
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 14:39:34 CET 2010 on sn-devel-104
* s3: Add shadow copy info to smbclient allinfoVolker Lendecke2010-11-301-0/+46
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 30 12:23:50 CET 2010 on sn-devel-104
* s3: Add cli_shadow_copy_dataVolker Lendecke2010-11-302-0/+160
|
* Fix bug discovered with "encryped passwords = no".Jeremy Allison2010-11-291-8/+1
| | | | | | | | | | | message_push_string() and message_push_blob() both update the bcc value, so we don't need the old code that tries to do it manually. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Nov 29 22:24:01 CET 2010 on sn-devel-104
* s3-spoolss: Fix Bug #7641: handle win9x adddriver calls w/o config file.Günther Deschner2010-11-291-2/+8
| | | | | | This turned cupsaddsmb to run into an infinite loop. Guenther
* s3-oldtest: add WIN40 to print$ share.Günther Deschner2010-11-291-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 29 16:20:37 CET 2010 on sn-devel-104
* s3: Properly print binary values "net cache"Volker Lendecke2010-11-281-7/+21
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 28 15:03:26 CET 2010 on sn-devel-104
* s3: Add gencache_iterate_blobsVolker Lendecke2010-11-282-57/+90
|
* s3: Convert gencache_get_data_blob to gencache_parseVolker Lendecke2010-11-281-59/+38
|
* s3: Add gencache_parseVolker Lendecke2010-11-282-0/+63
|
* s3: Use localtime_r, libreplace defines itVolker Lendecke2010-11-271-11/+9
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 27 20:50:27 CET 2010 on sn-devel-104
* s3: Return the correct result from winbindd_dual_auth_passdbVolker Lendecke2010-11-271-2/+3
|
* s3-param Fix lp_set_cmdline() to set the flag on alias values tooAndrew Bartlett2010-11-271-1/+11
| | | | | | | | | | Otherwise, -d10 would be overridden by 'debug level = 1', because debug level is an alias of 'log level' which -d was setting. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Nov 27 01:02:40 CET 2010 on sn-devel-104
* s3/configure: fix GNU ld version detection with old gcc releasesBjörn Jacke2010-11-261-1/+1
| | | | | | | | | | needed as old gcc releases output everything to stderr, even stdout output from ld Fixes #7825 Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Nov 26 20:15:24 CET 2010 on sn-devel-104
* s3: Fix filling in the pam_auth_crap domain nameVolker Lendecke2010-11-261-15/+6
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 26 14:43:20 CET 2010 on sn-devel-104
* s3/smbtorture: use $MAKE to build to make sure we use the make that makes ↵Björn Jacke2010-11-261-2/+2
| | | | our build
* ѕ3/configue: set Tru64 cc's PIC switch right (none)Björn Jacke2010-11-261-1/+3
| | | | -fPIC made shared library builds fail there
* s3:winbind correct a copy&paste errorChristian Ambach2010-11-241-3/+3
| | | | | | | | | | | negative results of sid->gid lookups should be stored with idmap_cache_set_sid2gid instead of idmap_cache_set_sid2uid This seems to be a copy&paste error when similar logic from the sid2uid path was copied here in 84b88f4b. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 24 16:53:01 CET 2010 on sn-devel-104
* s3: Correctly calculate the wbinfo -s resultVolker Lendecke2010-11-241-9/+25
|
* s3-test: try to avoid a problem of CFLAGS propogating to the torture buildAndrew Tridgell2010-11-241-2/+2
| | | | | | | | CFLAGS is set by s3 to include -D_SAMBA_BUILD_=3. We need to ensure this does not propogate to the smbtorture4 build Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 14:40:16 CET 2010 on sn-devel-104
* s3-libnetapi Load case tables earlierAndrew Bartlett2010-11-241-2/+3
| | | | | | | | | | If we don't load the case tables as the 'first' thing we do, we will segfault on the first case insensitive string comparison. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 24 09:21:05 CET 2010 on sn-devel-104
* s3-libnetapi Add function header commentsAndrew Bartlett2010-11-241-0/+3
| | | | Andrew Bartlett
* s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett2010-11-246-19/+70
| | | | | | | | | | | | | The issue here is that libnet and net were both trying to load the smb.conf files, the case tables and set the debug levels. The set of the debug levels caused problems, because it would force the level to 0, not (say) 10 as requested on the command line. This regression was apparently introduced in cf4de8ec2c8df2ceabbe3d836d296b058e7b19fb when eliminating AllowDebugChange. Andrew Bartlett
* Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison2010-11-242-2/+42
| | | | | | | | | but makes logic cleaner. Pointed out by Metze. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 24 01:47:13 CET 2010 on sn-devel-104
* s3-torture: remove the merged_build tests for building smbtorture4Andrew Tridgell2010-11-241-27/+6
| | | | | | s3 now builds smbtorture4 if the required packages (perl, python, ads) are available. This should ensure that smbtorture4 is built in the build farm when possible
* Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison2010-11-241-0/+6
| | | | | | | | | | | We were losing the incoming security descriptor revision number and most importantly the "type" field as sent by the client. Ensure we correctly store these in the xattr object. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 24 00:18:57 CET 2010 on sn-devel-104