summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-09-27[s3]build: build the new test_lp_load command.Michael Adam1-0/+11
Michael
2008-09-27libgpo: add security CSE skeleton.Günther Deschner1-0/+6
Guenther
2008-09-25idmap_hash: Fix the nss_info link during "make install"Gerald W. Carter1-0/+1
2008-09-25idmap_adex: Fix the nss_info install link.Gerald W. Carter1-0/+1
2008-09-24SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich1-0/+5
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app).
2008-09-24Use common crc32 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use common md4 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use common MD5.Jelmer Vernooij1-1/+1
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-0/+2
Guenther
2008-09-23s3-build: let ctags/etags start from the toplevel dir.Günther Deschner1-2/+2
Guenther
2008-09-23s3-nbt: use ../libcli/nbt helper.Günther Deschner1-1/+1
Guenther
2008-09-22idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter1-0/+12
The adex idmap/nss_info plugin is an adapation of the Likewise Enterprise plugin with support for OU based cells removed (since the Windows pieces to manage the cells are not available). This plugin supports * The RFC2307 schema for users and groups. * Connections to trusted domains * Global catalog searches * Cross forest trusts * User and group aliases Prerequiste: Add the following attributes to the Partial Attribute Set in global catalog: * uidNumber * uid * gidNumber A basic config using the current trunk code would look like [global] idmap backend = adex idmap uid = 10000 - 19999 idmap gid = 20000 - 29999 idmap config US:backend = adex idmap config US:range = 20000 - 29999 winbind nss info = adex winbind normalize names = yes winbind refresh tickets = yes template homedir = /home/%D/%U template shell = /bin/bash
2008-09-22s3: link @tallocdir@/testsuite_main.o into talloctortStefan Metzmacher1-2/+2
metze
2008-09-22s3: link libreplace/test/main.c into replacetortStefan Metzmacher1-0/+1
metze
2008-09-17[s3]build: add dependency to libsmbclient to libsmbclient_examples targetMichael Adam1-1/+1
Michael
2008-09-17[s3]build: fix building bin/replacetort (lib/replace has moved)Michael Adam1-4/+4
Michael
2008-09-17Makefile: add targets [clean_]libnetapi_examples to top lvl MakefileMichael Adam1-0/+6
Michael
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-3/+3
2008-09-17Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelibJelmer Vernooij1-0/+13
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1
2008-09-16Make the correct module name.Jeremy Allison1-1/+1
Jeremy.
2008-09-16First (incomplete) cut of this module. Based on Volker's original work.Jeremy Allison1-0/+5
Jeremy.
2008-09-16idmap_hash: Add the idmap/nss-info provider from Likewise Open.Gerald (Jerry) Carter1-0/+8
* Port the Likewise Open idmap/nss_info provider (renamed to idmap_hash). * uids & gids are generated based on a hashing algorithm that collapse the Domain SID to a 31 bit number. The reverse mapping from the high order 11 bits to the originat8ing sdomain SID is stored in a has table initialized at start up. * Includes support for "idmap_hash:name_map = <filename>" for the name aliasing layer. The name map file consist of entries in the form "alias = DOMAIN\name"
2008-09-16Merge branch 'singlecompression' into singleJelmer Vernooij1-2/+2
2008-09-16Use single copy of compression library in Samba3,4.Jelmer Vernooij1-1/+1
2008-09-16Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed ↵Jelmer Vernooij1-1/+1
on the system.
2008-09-16Use a single copy of popt in samba3 and samba4.Jelmer Vernooij1-2/+2
2008-09-15Ignore generated build files.Jelmer Vernooij1-2/+2
2008-09-15Import merged build patch.Jelmer Vernooij1-25/+13
2008-09-11build: don't install the cifs.upcall binary twice.Günther Deschner1-1/+1
Guenther (This used to be commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b)
2008-09-11netapi: add NetFileClose skeleton.Günther Deschner1-1/+2
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503)
2008-09-09Stop ignoring .svn directories when creating tags, since we no longer useJelmer Vernooij1-2/+2
svn. (This used to be commit 151c78652a89146049a134f60aef509c2117c436)
2008-09-09Rename object variables to avoid clashes with Samba 4.Jelmer Vernooij1-2/+2
(This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e)
2008-09-04Use different variable names for talloc and tdb object file names thanJelmer Vernooij1-3/+2
Samba 4. (This used to be commit 3f821e8c88665a1e6a3d07a438cd978527306221)
2008-08-29netapi: add NetShareAdd skeleton.Günther Deschner1-1/+2
Guenther (This used to be commit 6e22bcc1f5cba9bc37ecf193bbc7e031b69134f5)
2008-08-26Move idmap_cache.c from winbindd/ to lib/Volker Lendecke1-2/+2
(This used to be commit fe70dcc1b63b1969c13f7fb03ec374b6e5a376a1)
2008-08-26build: make sure to create CODEPAGEDIR and MODULESDIR.Günther Deschner1-1/+1
Guenther (This used to be commit d31683cdc877b468e7443216ab9e6edff844c131)
2008-08-21cifs.upcall: move default install location to EPREFIX/sbinJeff Layton1-4/+4
cifs.upcall links to libraries that live under /usr, so installing it in /sbin doesn't seem appropriate. Move it to EPREFIX/sbin instead (i.e. /usr/sbin). Signed-off-by: Jeff Layton <jlayton@redhat.com> (This used to be commit 5c9a1b2c98cc712fc519225e62fba4e5088631a3)
2008-08-21build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam1-0/+11
Michael (This used to be commit b476400f0afcaf4e1a37b9f0b358f01dc7a194be)
2008-08-20build: auto-generate symbols for libsmbsharemodes.Michael Adam1-2/+5
Michael (This used to be commit f1d84e76bb6935e80b01d13414980f8de1f71824)
2008-08-20build: autogenerate symbols for libsmbclient.soMichael Adam1-2/+5
Michael (This used to be commit d6fb6348a3672e915556dcb36c1a4999d4abae18)
2008-08-20build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam1-2/+0
Michael (This used to be commit c3c3dadcab81f0a1ae8834e85e7e80a3da6601fb)
2008-08-20build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam1-4/+4
Michael (This used to be commit ead9b9d7167d999d73cf4111f3b321236aac2a15)
2008-08-19build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam1-1/+1
Michael (This used to be commit 661b7fdffda40a9ca7cb36627dbaf91cb4357cd0)
2008-08-15configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam1-9/+12
This starts the seplitting of libdir in to libdir and modulesdir. Our shared libs should go into libdir, the internal shared modules, codepages, and other stuff that was originally in libdir, should go into modulesdir. The idea behind this is, that in a typical installation, the shared (and static) libraries (as libtalloc, libsmbclient, libwbclient and others) should be put into /usr/lib, while the e.g. the vfs modules should reside in /usr/lib/samba. This is meant to ease the work of packagers and reduce the needs for manual interaction and workarounds. Michael (This used to be commit b17d1ff646e22c3e979224d119b283fc3af780a8)
2008-08-15Makefile: print codepagedir in "make showlayout".Michael Adam1-0/+1
Michael (This used to be commit a823733b91958adf938214113e6875315c6ae5b2)
2008-08-15build: fix a typo in the installlibtalloc rule.Michael Adam1-1/+1
The symlink liballoc.so -> libtalloc.so.1 would have been created unconditionally, independent of the existence of libtalloc.so.1. Michael (This used to be commit 04974818bda75c4315ad09b623e5df55c87dbc87)
2008-08-14Revert "Add a gpfs_prefetch module"Michael Adam1-5/+0
This reverts commit fc9b30bed2d774dca6660b497cb50f982b23b885. Sorry, this got pushed by accident: "This can not go upstream yet because it uses the non-GPL libgpfs." Michael (This used to be commit 26a3cf0be918fe577a979f3e358d58359e42b2f1)
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-1/+1
(This used to be commit f91a3e0f7b7737c1d0667cd961ea950e2b93e592)