summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-11-06s3: build ndr_named_pipe_auth.cStefan Metzmacher1-1/+3
metze
2008-11-06mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton1-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-06netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner1-1/+2
Guenther
2008-11-02Add *test4 rules to merged build Makefile, to allow running the Samba 4 ↵Jelmer Vernooij1-1/+2
tests against Samba 4. (doesn't work yet).
2008-11-01Use shared doserr.c.Jelmer Vernooij1-1/+1
2008-10-31errors: share dcerpc error function.Günther Deschner1-1/+1
Guenther
2008-10-31srvsvc: share srvsvc idl between s3 and s4.Günther Deschner1-1/+1
Guenther
2008-10-29netlogon: merge netlogon.idl between s3 and s4.Günther Deschner1-1/+1
Guenther
2008-10-27idl: share lsa.idl between s3 and s4.Günther Deschner1-1/+1
Guenther
2008-10-27[s3]build: fix bug #5765 - fix installlibs on solaris by using portable ↵Michael Adam1-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 SolarisMichael Adam1-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-25Fix "make etags" -- the args list gets really long for s4 with the prefixVolker Lendecke1-1/+34
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-10-23Use libutil genrand.Jelmer Vernooij1-2/+3
2008-10-23Import talloc_stack into util library.Jelmer Vernooij1-2/+2
2008-10-22s3: use shared asn1 code.Günther Deschner1-4/+4
Guenther
2008-10-21Don't include a (relative path) srcdir in samba4-data.mk.Jelmer Vernooij1-2/+4
2008-10-21Allow running individual tests in the testsuite, normalize test names, fix ↵Jelmer Vernooij1-1/+6
some tests.
2008-10-21Use socket wrapper for selftest.pl, find binaries correctly.Jelmer Vernooij1-1/+2
2008-10-21Specify skip list to selftest.pl, make make target depend on testJelmer Vernooij1-2/+5
binaries.
2008-10-21Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij1-0/+3
2008-10-20Add source4/ to include path because librpc/gen_ndr is still in source?/Jelmer Vernooij1-1/+1
2008-10-20Add missing asn1 object.Jelmer Vernooij1-1/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij1-2/+10
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij1-1/+1
2008-10-20Share winreg.idl.Jelmer Vernooij1-1/+1
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij1-1/+1
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner1-1/+1
Guenther
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij1-2/+2
2008-10-19vlp: Move closer to the code tested.Kai Blin1-1/+1
2008-10-19Add 'selftest' target to Samba 3 that uses the perl selftest code.Jelmer Vernooij1-0/+3
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij1-33/+38
2008-10-19Move smb.conf parser to libutil to match Samba 4.Jelmer Vernooij1-2/+3
2008-10-19Add vlp to TORTURE_PROGS since it's required by "make test".Jelmer Vernooij1-2/+2
2008-10-19Specify ZLIB_LIBS explicitly in case zlib isn't brought in any other way.Jelmer Vernooij1-26/+29
2008-10-18idl: share drsblobs idl.Günther Deschner1-1/+2
Guenther
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-2/+2
Guenther
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-1/+1
2008-10-18[s3]build: use ..lib/util/params.c instead of param/params.cMichael Adam1-1/+1
Michael
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-12/+18
2008-10-18Use shared util.c.Jelmer Vernooij1-1/+1
2008-10-18s3: Fix make cleanJelmer Vernooij1-1/+1
2008-10-17s3-build: cleanup in ../librpc as well on "make clean".Günther Deschner1-1/+2
Guenther
2008-10-15idl: finally fully share nbt.idl in s3 and s4.Günther Deschner1-1/+1
Guenther
2008-10-15Share wkssvc.idl.Jelmer Vernooij1-1/+1
2008-10-15Share eventlog.idl.Jelmer Vernooij1-1/+1
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-1/+1
2008-10-15Share xattr implementation.Jelmer Vernooij1-1/+1
2008-10-15Share epmapper.Jelmer Vernooij1-1/+1
2008-10-15share ntsvcs.idl.Günther Deschner1-1/+1
Guenther