summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Fix static linking of vfs_notify_famVolker Lendecke1-1/+1
2009-05-15s3:build: add install-dbwrap_tool targetMichael Adam1-0/+3
Michael
2009-05-15s3:build dbwrap_tool with make everythingMichael Adam1-1/+2
Michael
2009-05-15s3:build: rename OBJ collection for dbwrap_tool consistentlyMichael Adam1-6/+6
Michael
2009-05-15s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.Michael Adam1-0/+11
This tool (in contrast to tdbtool) reads Samba's configuration and if clustering = yes, it talks to CTDB instead of accessing the TDB data bases directly. This is done by simply using the dbwrap mechanim, just like the Samba daemons. This first version can read and write int32 and uint32 values and delete records from a (c)tdb database. More operations will follow. This tool can already be useful in CTDB environments, e.g. when "net idmap restore" fails to set the USER and GROUP HWM keys, because the methods are deliberately not implemented in idmap_tdb2.c. You can manually set the high water marks with "dbwrap_tool store idmap_tdb2.tdb 'USER HWM' int32 12345" and "dbwrap_tool store idmap_tdb2.tdb 'GROUP HWM' int32 67890" Michael
2009-05-14s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons.Günther Deschner1-1/+2
Guenther
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-1/+3
- This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell
2009-05-01tsocket: remove tsocket_context related stuffStefan Metzmacher1-4/+1
It will be replaced by tdgram_context and tstream_context. metze
2009-05-01Add fncall_send/recvVolker Lendecke1-0/+1
2009-05-01Add thread poolVolker Lendecke1-1/+1
Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-)
2009-04-30s3-nss_wins: Fix unresolved ldb symbols in libnss_wins.so.Günther Deschner1-1/+1
The objects for this module should probably be cleaned up once. Guenther
2009-04-24s3-build: refactor LIBNET_OBJ.Günther Deschner1-11/+14
Guenther
2009-04-21Move the security_descriptor utility code to the top-level.Jelmer Vernooij1-1/+1
2009-04-20Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_fetch to top-level.Jelmer Vernooij1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_sec to top-level.Jelmer Vernooij1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move some libgpo files to root.Jelmer Vernooij1-2/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-3/+5
This is particuarly in the netlogon client (but not server at this stage)
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-7/+8
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
2009-04-10Link in the threads functions, not yet used.Jeremy Allison1-1/+2
Jeremy.
2009-04-08Remove async_reqVolker Lendecke1-2/+1
2009-04-08s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner1-1/+1
Guenther
2009-04-03s3-build: fix the build after tsocket changes.Günther Deschner1-2/+0
Metze, please check. Guenther
2009-04-01s3:build: add targets to show how libraries will be built / linkedMichael Adam1-0/+120
showlibtalloc, showlibtdb, ... and one overall showlibs target. Michael
2009-04-01s3:build: don't build the static libs unconditionallyMichael Adam1-7/+7
Michael
2009-04-01s3:build: add LIBSMBCLIENT_LIBS and LIBSMBSHAREMODES_LIBS to MakefileMichael Adam1-0/+2
for completeness Michael
2009-04-01s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unificationMichael Adam1-26/+26
Michael
2009-04-01s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@Michael Adam1-53/+51
just like for the libs configured with SMB_LIBRARY(). This makes @LIBWBCLIENT_STATIC@ vanish from the object collections. Michael
2009-04-01s3:build: first cut at fixing linking of shared/static libs internallyMichael Adam1-78/+78
This is based on a patch from the debian packages by Steve Langasek <vorlon@debian.org>. It removes the static libs from the object collections. For those libs that are set up with SMB_LIBRARY(). Michael
2009-03-31s3:build: fix build of pam_winbind.so with static linkingMichael Adam1-1/+1
Static talloc libs were missing since conversion to talloc. Michael
2009-03-31s3:build: add a SHOWCFLAGS target for debugging how CFLAGS are assebledMichael Adam1-0/+15
Michael
2009-03-31s3:build: line-wrap assignment of FLAGS for readabilityMichael Adam1-1/+10
Michael
2009-03-27s3:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONSStefan Metzmacher1-2/+2
metze
2009-03-26Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij1-14/+14
2009-03-26Revert "s3/swat: don't link against zlib"Michael Adam1-1/+1
This reverts commit 8532faffd08bbbcfaac60fd866fa5ab255913d4a. swat needs zlib through ../librpc/ndr/ndr_compression.c, function ndr_pull_compression_mszip_chunk(). This fails to link at least on our build farm bsd boxes. Michael
2009-03-26Revert "s3/smbd: don't link against zlib"Michael Adam1-1/+1
This reverts commit 1f265548e7d17a4ed83705149dd944fcdd31134d. smbd needs zlib through ../librpc/ndr/ndr_compression.c, function ndr_pull_compression_mszip_chunk(). This fails to link at least on our build farm bsd boxes. Michael
2009-03-25s3/ldbtools: don't neddlessly link against wbinbind libsBjörn Jacke1-6/+6
Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-25s3/cifs: don't link cifs mount helpers agains poptBjörn Jacke1-6/+6
the mount helpers don't use any popt symbols Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-25s3/swat: don't link against zlibBjörn Jacke1-1/+1
swat doesn't use any zlib symbolѕ Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-25s3/smbd: don't link against zlibBjörn Jacke1-1/+1
smbd doesn't use any zlib symbolѕ Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-25s3/pam_smbpass: don't link agains KRB5LIBSBjörn Jacke1-1/+1
pam_smbpass doesn't use the krb5 stuff Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-25s3: remove unused rpc_parse/parse_sec.c file.Günther Deschner1-1/+1
Guenther
2009-03-25display_sec: Move to common libcli/security directory.Jelmer Vernooij1-1/+1
2009-03-24s3: use generated dcerpc code.Günther Deschner1-1/+2
Guenther
2009-03-23s3:build: make SHOWFLAGS target phony and add alias showflagsMichael Adam1-0/+4
Michael
2009-03-23Add tevent avahi bindingVolker Lendecke1-3/+5
2009-03-23Add avahi detection to configureVolker Lendecke1-0/+1
2009-03-23remove non standard way to point to ctdb pathBjörn Jacke1-2/+1
we can provide the path to ctdb via the --with-ctdb=... configure flag like we do it with other packageѕ, too. There is no need for another redundnant Makefile hack to point the ctdb header location Signed-off-by: Michael Adam <obnox@samba.org>
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-1/+1
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze