summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2009-06-19s3:build: build talloctort only when using the internal liballocMichael Adam1-3/+5
Fixes the build with the external libtalloc. And is the reasonable thing to do anyways. Michael
2009-06-19s3:build: build the tdb tools only when using the internal libtdbMichael Adam1-4/+9
This fixes the build when internal libtdb is used. Michael
2009-06-19s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collectionMichael Adam1-1/+1
tdbtorture is linked with LIBTDB_LIBS, which is whatever configure has determined to be (-ltdb or LIBTDB_OBJ ...). Michael
2009-06-19Add tiny tldap testVolker Lendecke1-1/+1
2009-06-14Add async wb_pingVolker Lendecke1-0/+1
2009-06-14Convert the main winbind client communication to wb_reqtrans.cVolker Lendecke1-0/+1
2009-06-11Fix Samba 3 selftest to use new selftest formatting functions.Jelmer Vernooij1-2/+5
2009-06-10s3-libwbclient: fix unresolved symbols in libwbclient.Günther Deschner1-1/+5
Kai, please check. Guenther
2009-06-10lib-util: move set_blocking() call into own file.Günther Deschner1-1/+2
Guenther
2009-06-10s3-build: Fix make test_shlibs and test_nss_modules.Günther Deschner1-2/+2
Guenther
2009-06-08s3:Makefile.in: use LIBDL as make variable instead of a shell variableStefan Metzmacher1-1/+1
metze
2009-06-08Fix make test_pam_modulesTimur I. Bakeyev1-1/+2
In Samba3 there is a very handy Makefile target 'test_pam_modules'. It let quickly veryfy, that obtained PAM module actually is loadable and doesn't miss any dependency libs. the only problem that on FreeBSD it doesn't work OOTB, as it unconditionally adds -ldl to the list of libraries when FreeBSD doesn't have it and doesn't need it. This small patch fixes the problem for FreeBSD and, I hope, still valid for othe systems, where -ldl is required. Has to be tested there though. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-06-08test: add NSS_WRAPPER_WINBIND_SO_PATH to make test.Günther Deschner1-1/+2
Guenther
2009-06-06Add an early prototyp of pdb_ads.c.Volker Lendecke1-0/+4
The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start...
2009-06-06Add some samba-style tldap utility functionsVolker Lendecke1-1/+1
2009-06-06Add the early start of an async ldap libraryVolker Lendecke1-0/+2
There's a lot of things this does not do yet: For example it does not parse the reply blob in the sasl bind, it does not do anything with controls yet, a lot of the ldap requests are not covered yet. But it provides a basis for me to play with a pdb_ads passdb module.
2009-06-05s3:smbd: add support for SMB2 IoctlStefan Metzmacher1-3/+8
We don't implement any level yet. metze
2009-06-03s3:smbd: implement SMB2 WriteStefan Metzmacher1-0/+1
This only works on file shares. metze
2009-06-03s3:smbd: implement SMB2 ReadStefan Metzmacher1-0/+1
This only works works on file shares. metze
2009-06-03s3:smbd: implement SMB2 FlushStefan Metzmacher1-0/+1
This works only on file shares yet. metze
2009-06-03s3:smbd: implement SMB2 CloseStefan Metzmacher1-0/+1
metze
2009-06-03s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher1-0/+1
It only work on file shares and just ignores any additional Create Context Values. metze
2009-06-03s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher1-1/+1
metze
2009-06-02Move mount.cifs/umount.cifs to the top level and remove the outdated copyJelmer Vernooij1-3/+3
in Samba 4.
2009-05-30Move ads flags mapping to lib/Volker Lendecke1-0/+1
2009-05-30libwbclient: Add async call framework.Kai Blin1-3/+7
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-1/+1
Guenther
2009-05-28s3 tdbtorture: Fix linking issueTim Prouty1-1/+1
tdbtorture now calls the tdb transaction code and needs to link it appropriately
2009-05-26s3:smbd: add support for SMB2 signingStefan Metzmacher1-2/+3
metze
2009-05-25s3 ctags: ignore all proto.h files for tag generationKai Blin1-1/+1
2009-05-25Attempt to fix a debian build problemVolker Lendecke1-1/+1
2009-05-22s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher1-1/+1
For now this only checks if the share is present or not. metze
2009-05-21s3-build: fix the build of ntlm_auth. Bo Yang, please check.Günther Deschner1-1/+1
Guenther
2009-05-22s3: set winbindd request flags in ntlm_auth to make it contact trusted ↵Bo Yang1-1/+1
domain when krb5 auth is enabled Signed-off-by: Bo Yang <boyang@samba.org>
2009-05-20s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher1-0/+1
metze
2009-05-20s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher1-0/+1
metze
2009-05-20s3:smbd: add support for SMB2 NegotiateStefan Metzmacher1-1/+1
This is not complete, but a start that makes the samba4 smb2 client happy. metze
2009-05-20s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher1-0/+1
This is disabled by default and activated by "max protocol = SMB2". metze
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