summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke1-1/+1
before it goes in. Volker (This used to be commit 2c3d5c029a31111e1fe84ddc13c1bfc183d8bfde)
2007-10-10r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share ↵Volker Lendecke1-1/+1
modes and oplocks across the cluster. Adapt Samba to it. The gpfs API is called via libgpfs.so. This code is written with dlopen(), so that you can compile on a system with gpfs installed and later on run on systems without gpfs available. So to actually make Samba call gpfs share mode calls you need to compile with gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you export from GPFS. Volker (This used to be commit 2253b17a1a88555291b59d52c826c81c2b8f7e7f)
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-1/+1
revving the minor version number for libsmbsharemodes (we now have a new _ex interface that takes the share path as well as the filename). Needed for #3303. Some code written by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes to locking/locking.c. The smbstatus output is a bit of a mess and needs overhauling... Jeremy. (This used to be commit 9d93af713f8520ca506730dd32aa2b994937eaba)
2007-10-10r12111: Fix the "everything" build by re-adding debug2html. Oops.Jeremy Allison1-2/+2
Jeremy. (This used to be commit d270b809edfdeb680d7e243e53f6de9e2493f56e)
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-6/+3
use it as though it were an in-memory db and dump out to a flat file every 2 mins, but that can now change. Jeremy. (This used to be commit a342681792724c1ae8561ba8d352c4ee6e2a5332)
2007-10-10r12077: Add configure switch to disable libmsrpc build. Add new Makefile targetLars Müller1-9/+13
installlibmsrpc. This works the same way as we're already doing it for libsmbclient. Default is to build it. Add a soname to libmsrpc as we do it for libsmbclient. We already had the MAJOR and MINOR variable in the Makefile. (This used to be commit 6794d440996946da0f77a83904a713dd298ba8c0)
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the ↵Volker Lendecke1-1/+1
build farm reacts :-) Volker (This used to be commit 9f99d04a54588cd9d1a1ab163ebb304437f932f7)
2007-10-10r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison1-1/+1
talloc_describe_all() function. Fix smbcontrol <pid> pool-usage as we desparately need it working in the field to track down memory leaks. Seriously, when new functionality like the Samba4 talloc is added, don't just disable working functionality like "pool-usage", fix the damn thing first ! Jeremy. (This used to be commit 2e262a75cca4575edd00db3d24e7e35760943120)
2007-10-10r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.Volker Lendecke1-1/+1
Volker (This used to be commit ae4ffc1cfb745a756d047c35f947f80acf4b0e55)
2007-10-10r11725: build smbget by defaultGerald Carter1-1/+1
(This used to be commit 715bd97708fd826e3f8f1f344f7d0749d855c972)
2007-10-10r11652: Reinstate the netsamlogon_cache in order to workGerald Carter1-2/+4
around failed query_user calls. This fixes logons to a member of a Samba domain as a user from a trusted AD domain. As per comments on samba-technical, I still need to add (a) cache the PAC info as werll as NTLM net_user_info_3 (b) expire the cache when the SMB session goes away Both Jeremy and Guenther have signed off on the idea. (This used to be commit 0c2bb5ba7b92d9210e7fa9f7b70aa67dfe9faaf4)
2007-10-10r11583: r10556@cabra: derrell | 2005-11-08 13:20:56 -0500Derrell Lipman1-1/+1
fix copy/paste error (This used to be commit 07dd45af840d8336937d1004ff8bdbd97db8d0b7)
2007-10-10r11582: r10193@cabra: derrell | 2005-11-08 13:12:39 -0500Derrell Lipman1-2/+7
Fixed "clean" target -- bin/libmsrpc.a was not being deleted. Jerry, the shared version of libmsrpc is not using a version number. For consistency, I added LIBMSRPC_MAJOR and LIBMSRPC_MINOR definitions but they are not currently being used. I don't know if the non-use of version is intentional or not. (This used to be commit b4871a552540169d615d2582a8d059296ad9085b)
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison1-1/+1
Jeremy. (This used to be commit af8545806770a7530eecc184bdd230ca14999884)
2007-10-10r11163: fix installation of libmsrpcGerald Carter1-1/+4
(This used to be commit 2f94df322232ace14cddc8e24c8949a5ed1fad32)
2007-10-10r11124: Commit Chris' fixes for libmsrpc after the rpc_clientGerald Carter1-4/+20
rewrite. His comments: I've gotten the libmsrpc code to work with TRUNK. I've put the patch at: www.uoguelph.ca/~cnicholl/libmsrpc_trunk_v1.patch.gz It is from revision 11093. I also fixed a minor bug in the svcctl code, the timeout parameter for all the control functions was working in milliseconds instead of seconds. Also fixed bug in Makefile when building libmsrpc.a (This used to be commit d3a52900ec223316779e59a13cea87ecb500bccc)
2007-10-10r11123: * patches from Brian Moran for creating new eventlogGerald Carter1-4/+8
source keys * my patches to get registry utility functions linking with eventlogadm tool (This used to be commit 24e7663086f5d15c7e3fd8069667169b91d1acda)
2007-10-10r11065: rename wr_eventlog to eventlogadmGerald Carter1-5/+5
(This used to be commit 9a63b52efaf0b49982d56dc7c301f59bbb076a6e)
2007-10-10r11060: merging new eventlog code from trunkGerald Carter1-2/+11
(This used to be commit 1bcf7e82ede63a851a244162a3b939373787b693)
2007-10-10r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter1-4/+4
(This used to be commit b7fc4045185f2f0ec27aa72656163e9249ad7b85)
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-2/+3
(This used to be commit f10aa9fb84bfac4f1a22b74d63999668700ffaac)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-38/+35
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r10451: add $(LDFLAGS) to tdb command line tools to fix build issuesGerald Carter1-3/+3
(This used to be commit 32edf36b9534589249b9e72754773f67db9b9f77)
2007-10-10r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison1-1/+2
Jeremy. (This used to be commit 155dc2d52a971bfb8d7565c06f3efc637e130b11)
2007-10-10r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison1-0/+5
be provisioned on demand - calls script with domain, username, challenge and LM and NT responses - passing the info through a pipe. Jeremy. (This used to be commit 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b)
2007-10-10r10176: adding smbctool from Kalim's SoC project; requires make bin/smbctoolGerald Carter1-0/+10
(This used to be commit 79fcc3bb7b955da5eb1b2af475aa6ef7694a7157)
2007-10-10r10135: Remove external dependencies for libsmbsharemodes.soJeremy Allison1-1/+1
Jeremy. (This used to be commit 2521ae826f1a0344c882090832646d56f248488f)
2007-10-10r10056: Fix typo stopping .o's being added to shared library.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 6ac2fa52bc0f19c6173506ed677406449270f707)
2007-10-10r10042: Add in external LGPL library for accessing the share mode db. AllowJeremy Allison1-3/+20
others to examine & test. May not end up here eventually... Jeremy. (This used to be commit 7cc70ae63399eacd55bd0bf51ac2c7b004d761bf)
2007-10-10r10001: adding in libmsrpc from Chris Nicholls (SoC project). not built by ↵Gerald Carter1-5/+22
default per conversation with Jeremy until the rpc changes from trunk are merged back (This used to be commit e813de1e522692a6471828bf1fdf503d33f8cd72)
2007-10-10r9947: fix build breakage on Status VOS (build farm)Gerald Carter1-5/+5
(This used to be commit ea642ac3f1c63c74e78e87897d1e9cdc58fd5341)
2007-10-10r9913: fix some build breakage on solaris with --enable-socket-wrapperGerald Carter1-3/+3
(This used to be commit ece650b062f5a3065e1c93e7a3460ecb137e5073)
2007-10-10r9897: fix build with --enable-socket-wrapperGünther Deschner1-1/+1
Guenther (This used to be commit 56b84995bbdf17a03b81fff49f48aa3861c7332d)
2007-10-10r9653: adding common popt args to profiles tool (needed for debuglevel to ↵Gerald Carter1-1/+2
regfio lib) (This used to be commit 092ff7062544fba47a38e68aed9d3c9d6962fe2b)
2007-10-10r9636: The new profiles code needs all the dummy objects to link.James Peach1-4/+5
(This used to be commit c72c4e4299653299da00453c662f7b61e48fa6ac)
2007-10-10r9628: rewrite profiles tool to use the regfio code.Gerald Carter1-1/+4
Still have one bug to track down in it though.... (This used to be commit e69df2d2051d0e7e12b6a11f9c77490f619ba792)
2007-10-10r9588: remove netsamlogon_cache interface...everything seems to work fine. ↵Gerald Carter1-4/+2
Will deal with any fallout from special environments using a non-cache solution (This used to be commit e1de6f238f3981d81e49fb41919fdce4f07c8280)
2007-10-10r9582: a few makefile fixes for 'make test'; get the dependencies and ↵Gerald Carter1-2/+3
cleanup right (This used to be commit bec6cf7ea80fde683e90590421569ea8ff88830c)
2007-10-10r9186: comment out 'make check'; to be replaced by 'make test'Gerald Carter1-8/+10
(This used to be commit d66a5a97f38b358ab3459d4b5a801499c2a2c60c)
2007-10-10r8992: More make test work. Adding a way to order tests (might changeGerald Carter1-1/+1
my mind on this later). (This used to be commit 136fe3f15e74686882f7c1e5a46fcc0bcf7d51a6)
2007-10-10r8990: First trivial example of 'make test'Gerald Carter1-7/+15
(This used to be commit 11c886394970713a226d1fe46a4931ef97bb39a8)
2007-10-10r8151: Add support to create position independent executable (PIE) code if theLars Müller1-55/+57
compiler supports it. We have to compile with -fPIE and not -fpie. Else ppc and s390(x) will fail (to small GOT). It's possible to disable configure's PIE detection with --disable-pie (This used to be commit 07845bb4c5a31cb29bf7b8ff6c50e5da84c329e4)
2007-10-10r7992: Adding PADL's idmap_ad plugin (taken from the latestGünther Deschner1-0/+5
xad_oss_plugins-tarball). Guenther (This used to be commit 1d59841c9901b6a3aff72b6da1037495aa75f389)
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 1de27da47051af08790317f5b48b02719d6b9934)
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-1/+1
to a thin layer in fetch_reg_values(). Not entirely efficient seeing as the the dynamic value paths are stored in an unsorted array but it is one strequal() per path. If this was really big it should be worked into the reghook_cache(). (This used to be commit 63b81ad3cb484090a181fbd13e04922a5c17e7d9)
2007-10-10r7595: start trying to split out the svcctl functions into separate files ↵Gerald Carter1-1/+2
for better maintenance; add SERVICE_CONTROL_OPS for spoolss service (This used to be commit 2b0ea30a1a3aebaabd5d328de50e6ad2ef18d45d)
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-9/+12
(This used to be commit a0ac9a8ffd4af31a0ebc423b4acbb2f043d865b8)
2007-10-10r7197: fix build failure when running 'make torture' withoutGerald Carter1-4/+4
first running 'make all' first (This used to be commit 8a8408a34089afb08f037b2652f4803399c21d8e)
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter1-5/+1
version to 3.0.20pre1 (This used to be commit 9727d05241574042dd3aa8844ae5c701d22e2da1)
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-2/+1
(This used to be commit 318c3db4cb1c85be40b2f812f781bcf5f1da5c19)