Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-11 | s3: Add support for make test to use a share dir outside of the prefix dir | Tim Prouty | 1 | -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 | |||||
2008-11-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-10 | Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ↵ | Jeremy Allison | 1 | -0/+5 | |
RAW-ACLS except for the last test which uses a non-POSIX chown. More testing/documentation to follow. Jeremy. | |||||
2008-11-10 | s3-samr: remove old samr.idl file. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-10 | [s3]build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is ↵ | Michael Adam | 1 | -1/+3 | |
empty picky make implementations don't like lines with only tabs in rules or dependencie Michael | |||||
2008-11-10 | [s3]build: build cifs.upcall at build time instead of at install time. | Michael Adam | 1 | -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 | |||||
2008-11-08 | s3: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 1 | -2/+2 | |
And use the toplevel ndr_sec_helper.c metze | |||||
2008-11-06 | s3: build ndr_named_pipe_auth.c | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2008-11-06 | mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog | Jeff Layton | 1 | -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> | |||||
2008-11-06 | netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-11-02 | Add *test4 rules to merged build Makefile, to allow running the Samba 4 ↵ | Jelmer Vernooij | 1 | -1/+2 | |
tests against Samba 4. (doesn't work yet). | |||||
2008-11-01 | Use shared doserr.c. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-31 | srvsvc: share srvsvc idl between s3 and s4. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-29 | netlogon: merge netlogon.idl between s3 and s4. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-27 | idl: share lsa.idl between s3 and s4. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-27 | [s3]build: fix bug #5765 - fix installlibs on solaris by using portable ↵ | Michael Adam | 1 | -7/+7 | |
"test -r" instead of test -e, which /bin/sh on solaris does not know. Michael | |||||
2008-10-27 | [s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on Solaris | Michael Adam | 1 | -3/+6 | |
and other systems where sh does not support "export FOO=bar" by separating setting and exporting the variable. Thanks to Yasuma Takeda <yasuma@osstech.co.jp> for the patch. Michael | |||||
2008-10-25 | Fix "make etags" -- the args list gets really long for s4 with the prefix | Volker Lendecke | 1 | -1/+34 | |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-23 | Use libutil genrand. | Jelmer Vernooij | 1 | -2/+3 | |
2008-10-23 | Import talloc_stack into util library. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-10-21 | Don't include a (relative path) srcdir in samba4-data.mk. | Jelmer Vernooij | 1 | -2/+4 | |
2008-10-21 | Allow running individual tests in the testsuite, normalize test names, fix ↵ | Jelmer Vernooij | 1 | -1/+6 | |
some tests. | |||||
2008-10-21 | Use socket wrapper for selftest.pl, find binaries correctly. | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-21 | Specify skip list to selftest.pl, make make target depend on test | Jelmer Vernooij | 1 | -2/+5 | |
binaries. | |||||
2008-10-21 | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 1 | -0/+3 | |
2008-10-20 | Add source4/ to include path because librpc/gen_ndr is still in source?/ | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Add missing asn1 object. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 1 | -2/+10 | |
2008-10-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Share winreg.idl. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | idl: finally share krb5_pac.idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-19 | vlp: Move closer to the code tested. | Kai Blin | 1 | -1/+1 | |
2008-10-19 | Add 'selftest' target to Samba 3 that uses the perl selftest code. | Jelmer Vernooij | 1 | -0/+3 | |
2008-10-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 1 | -33/+38 | |
2008-10-19 | Move smb.conf parser to libutil to match Samba 4. | Jelmer Vernooij | 1 | -2/+3 | |
2008-10-19 | Add vlp to TORTURE_PROGS since it's required by "make test". | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-19 | Specify ZLIB_LIBS explicitly in case zlib isn't brought in any other way. | Jelmer Vernooij | 1 | -26/+29 | |
2008-10-18 | idl: share drsblobs idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-18 | drsuapi: build new merged drsuapi idl and helpers. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | [s3]build: use ..lib/util/params.c instead of param/params.c | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -12/+18 | |
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | s3: Fix make clean | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-17 | s3-build: cleanup in ../librpc as well on "make clean". | Günther Deschner | 1 | -1/+2 | |
Guenther |