summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-2/+7
| | | | | | If they are not explicitely set in either place both will default to LOCKDIR. Signed-off-by: Michael Adam <obnox@samba.org>
* s3: Add OneFS alternate data streams implementationTim Prouty2009-01-111-1/+1
|
* start rpcclient epmapperVolker Lendecke2009-01-091-1/+1
|
* s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner2009-01-091-4/+2
| | | | Guenther
* s3-svcctl: build svcctl marshalling helper.Günther Deschner2009-01-091-1/+2
| | | | Guenther
* s3-rpcclient: add eventlog test client.Günther Deschner2009-01-081-1/+1
| | | | Guenther
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-1/+1
| | | | | | The goal is to move all this variables into a big context structure. metze
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-061-2/+1
| | | | Guenther
* Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison2009-01-051-1/+1
| | | | Jeremy.
* s3: build lib/tevent staticly into samba3Stefan Metzmacher2009-01-051-1/+2
| | | | metze
* Add a quick test of wb_trans_send/recvVolker Lendecke2009-01-041-0/+1
|
* Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.cVolker Lendecke2009-01-041-1/+0
|
* Make sharesec utility part of the default binary install.Steven Danneman2008-12-281-2/+2
|
* s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner2008-12-171-2/+2
| | | | Guenther
* net luaVolker Lendecke2008-12-171-4/+5
| | | | | | | | This adds a lua command line interpreter with some sample code how to build your own data types based on our internal data types. Not meant as the final word, but as a playground for experiments for people. Might be removed later when we find this turns out to be too awkward.
* Compile libluaVolker Lendecke2008-12-171-0/+76
|
* Remove ndrdump - it's available in merged build mode as bin/ndrdump4 and ↵Jelmer Vernooij2008-12-161-22/+1
| | | | uses the exact same object files there.
* Share object files for gen_ndr.Jelmer Vernooij2008-12-161-10/+1
|
* Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij2008-12-161-2/+2
| | | | Samba 3 and Samba 4 output.
* Fix path to ndr_notify.c.Jelmer Vernooij2008-12-161-1/+1
|
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-161-54/+54
| | | | | At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.
* Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij2008-12-161-3/+6
| | | | overriding output directory.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-161-14/+14
|\
| * nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-14/+14
| | | | | | | | Don't move source4 files yet to not confuse git's rename tracking too much.
* | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-1/+1
|/ | | | the dom_sid). No longer include it from security.idl.
* s3: Add the OneFS SMB_VFS_CREATE_FILE implementationTim Prouty2008-12-091-1/+2
| | | | | | | | | | | | | | | | | | | This is the first pass at extending the onefs vfs module to support the CIFS-specific enhancements available on OneFS. Most of this patch is massaging the sama open path to work with ifs_createfile. ifs_createfile is a CIFS-specific syscall for opening/files and directories. It adds support for: - Full in-kernel access checks using a windows access_mask - Cluster-coherent share mode locks - Cluster-coherent oplocks - Streams - Setting security descriptors at create time - Setting dos_attributes at create time This patch does not implement the samba side of the streams support or oplocks support. Tests that expect oplocks to be granted or streams to be supported will fail. This will be remedied in upcoming patches.
* Add infrastructure to transfer winbindd_request/response asynchronouslyVolker Lendecke2008-12-081-0/+1
|
* Add support for OneFS ACLsSteven Danneman2008-12-021-2/+2
| | | | | | | | | | Add to the OneFS VFS module, support for NTFS ACLs through the calls: SMB_VFS_FGET_NT_ACL() SMB_VFS_GET_NT_ACL() SMB_VFS_FSET_NT_ACL() Also create several new onefs specific smb.conf parameters in onefs.h
* Add OneFS VFS module skeleton.Tim Prouty2008-12-021-0/+5
| | | | Also set configure to autodetect OneFS OS and build this VFS module.
* ctags: Ignore source3/includes/proto.h for tags.Kai Blin2008-11-231-1/+1
|
* s3-build: do not auto-genereate ndr tables but use checked-in tables.Michael Adam2008-11-231-3/+6
| | | | | | | | | | | | | This removes the build-dependency on perl that was introduced in commit e0905c30908b4d621030689d33de28a13c04a690. The tables can now be re-built with "make ndr-tables". This is also called by make samba3-idl to ensure that the tables are updated after idl changes. This hopefully fixes the build on some build farm hosts (e.g. gwen). Michael
* s3 build: don't specify ZLIB_LIBS (i.e. "-lz") in object collections.Michael Adam2008-11-221-3/+3
| | | | | | | | This causes make to fail on at least HP-UX and MacOS X with message "no rule to make target -lz" or similar, when these object collections are specified in dependencies. Michael
* i18n/l10n pam_winbindBo Yang2008-11-131-6/+23
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Add support for make test to use a share dir outside of the prefix dirTim Prouty2008-11-111-1/+2
| | | | | | | | | | | | | Some systems need to have the tdbs (and other files required for samba to run) on a different filesystem than the share directory that samba is exporting. This patch: - Adds an optional "shrdir" argument to selftest.sh - If shrdir is specified it will be used, otherwise the default will be used: "<prefix>/tmp" - Adds a new configure option: --with-selftest-shrdir - Plumbs shrdir through Makefile.in and configure.in
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-11-111-0/+5
|\
| * Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵Jeremy Allison2008-11-101-0/+5
| | | | | | | | | | | | RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy.
* | s3-samr: remove old samr.idl file.Günther Deschner2008-11-101-1/+1
|/ | | | Guenther
* [s3]build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is ↵Michael Adam2008-11-101-1/+3
| | | | | | | | empty picky make implementations don't like lines with only tabs in rules or dependencie Michael
* [s3]build: build cifs.upcall at build time instead of at install time.Michael Adam2008-11-101-1/+2
| | | | | | | | | This is to prevent problems with packaging scripts that pass CFLAGS to make but not to make install... Based on a patch for v3-2 by Martin Schwenke <martin@meltin.net>. Michael
* s3: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-081-2/+2
| | | | | | And use the toplevel ndr_sec_helper.c metze
* s3: build ndr_named_pipe_auth.cStefan Metzmacher2008-11-061-1/+3
| | | | metze
* mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton2008-11-061-2/+2
| | | | | | | | | | | | | | | | The util-linux-ng sources have a good, but rather complex scheme for locking the mtab before updating it. Mount helpers need to follow the same scheme. Advisory locking only works if everyone is using the same locking scheme. Copy the routines we need from util-linux-ng into a separate source file and then have mount.cifs and umount.cifs link in this object. The long term goal is to have these routines in a separate helper library (libmount). Mount helpers can then dynamically link in that lib. Until that happens, this should serve as a suitable stopgap solution. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-061-1/+2
| | | | Guenther
* Add *test4 rules to merged build Makefile, to allow running the Samba 4 ↵Jelmer Vernooij2008-11-021-1/+2
| | | | tests against Samba 4. (doesn't work yet).
* Use shared doserr.c.Jelmer Vernooij2008-11-011-1/+1
|
* errors: share dcerpc error function.Günther Deschner2008-10-311-1/+1
| | | | Guenther
* srvsvc: share srvsvc idl between s3 and s4.Günther Deschner2008-10-311-1/+1
| | | | Guenther
* netlogon: merge netlogon.idl between s3 and s4.Günther Deschner2008-10-291-1/+1
| | | | Guenther
* idl: share lsa.idl between s3 and s4.Günther Deschner2008-10-271-1/+1
| | | | Guenther
* [s3]build: fix bug #5765 - fix installlibs on solaris by using portable ↵Michael Adam2008-10-271-7/+7
| | | | | | | | "test -r" instead of test -e, which /bin/sh on solaris does not know. Michael