summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13947: Use tabs instead of spaces for indention.Lars Müller1-3/+3
(This used to be commit fb76390c6ae5928a2a222d61cbadf825611999ef)
2007-10-10r13946: Link pam_smbpass with the required object files. Fix bug #3565.Lars Müller1-1/+2
(This used to be commit 426c8fe0bdacbf218d4cf4a10af789afbc0e53f2)
2007-10-10r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner1-4/+4
Guenther (This used to be commit 7e80d5358eb181c3515acb732a3594e80391261b)
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner1-1/+2
Guenther (This used to be commit 0ae3fddf95a95ec8a2f4d52e1276c1721b33ddfd)
2007-10-10r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGSLars Müller1-1/+1
variable. (This used to be commit 8f48c6d1e54b4f085f0db879ef548efecba7b42d)
2007-10-10r13751: Call proto_exists before we create the precompiles headers.Lars Müller1-1/+1
(This used to be commit deb35f85b3b96e431902ec5e771821f9e69d7f99)
2007-10-10r13750: Cleanup line wrap to less than 80 chars.Lars Müller1-3/+4
(This used to be commit 6e4af8cd153e2eb39c5c10e718ec76ee103aa180)
2007-10-10r13713: Added installcifsmount and uninstallcifsmount rules for mount.cifs andLars Müller1-6/+27
unmount.cifs. This is controlled via CIFSMOUNT_PROGS which is set by configure by default to yes on linux systems only. It's possible to disable with --without-cifsmount anyhow. Added ROOTSBINDIR to the Makefile to allow us an install to /sbin and not $prefix/sbin. Configurable with --with-rootsbindir. (This used to be commit a2ab4cc824995cbe172c9179edf9002d17de7f74)
2007-10-10r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller1-7/+4
Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone. (This used to be commit 5119472cdcdc4a0e422d49290c3007527fefd6a2)
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-15/+42
with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin. (This used to be commit 43549301b937c060742840054017b31bf3781e04)
2007-10-10r13656: Use the new installdirs.sh syntax for all calls.Lars Müller1-4/+4
(This used to be commit a606d11056551dee57451ea60f78a86d1f225161)
2007-10-10r13642: Fix install* scripts to use DESTDIR.Lars Müller1-10/+10
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount. (This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
2007-10-10r13573: removing wrepld from SAMBA_3_0. The Samba 4 work is more current ↵Gerald Carter1-20/+2
and any integration into Samba 3 would most likely be from scratch (This used to be commit 028b1f26aeebc46d6ae433fc3d2eae69e493c312)
2007-10-10r13564: Remove trailing backslash. Makes other than GNU make choke on this.James Peach1-2/+1
(This used to be commit 5e7efe304b2514224243ed0ac80f7fdf09c45a82)
2007-10-10r13529: No functional, line break changes to let it fit into 80 chares screenLars Müller1-8/+9
width again. (This used to be commit 7716c697291246f427c60a0aa20d861929feb87c)
2007-10-10r13526: Remove superfuous extra spaces at EOL.Lars Müller1-8/+8
(This used to be commit 66990adface697a75f7e25f8df83375e8dd8b72b)
2007-10-10r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller1-4/+10
This fixes bug #1386. The initial changes had been made by Carsten Höger <choeger at open-xhange dot com> for Samba 2.2 while being at SuSE. *sigh* To not duplicate code from smbpasswd in pdbedit stdin_new_passwd() and get_pass() are moved from smbpasswd to utils/passwd_util.c. (This used to be commit dbdc5ba497c6010dbad47c9d77fc8bec5557a328)
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-4/+4
Volker (This used to be commit bb40e544de68f01a6e774753f508e69373b39899)
2007-10-10r13425: Revert all the "clever" compiler options checks. They brokeJames Peach1-28/+0
the build on Solaris, AIX and S390. The fundamental problem is that macros like AX_CFLAGS_IRIX_OPTION can spuriously succeed. (This used to be commit 30122f61c35b1af977efd6e4727204c2e2e1c7a3)
2007-10-10r13420: Support profile-guided optimisation in the build system. This isJames Peach1-0/+28
implemented for gcc 3.x, gcc 4.x and MIPSPro compilers. (This used to be commit 5e57021723f091a33021c30557cace2b70acf172)
2007-10-10r13417: Add .2 to the SONAME as version suffix if we link the nss modules onLars Müller1-2/+2
linux. Heads up: This might be required on other OS using glibc too. (This used to be commit b28e43427b43994404f109ce7da467461af12200)
2007-10-10r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so.Lars Müller1-2/+2
(This used to be commit e64134a8599364dc0fa298c7106a7ccf471c5322)
2007-10-10r13363: Honour the $(DESTDIR) Makefile variable when installing PythonTim Potter1-1/+1
extensions. Fix from Vladimir Lettiev. (This used to be commit 7ca75d9060f7ae5a1fe0517ec6889f6bc940c6b2)
2007-10-10r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke1-1/+1
Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker (This used to be commit fc73690a7000d5a3f0f5ad34461c1f3a87edeac5)
2007-10-10r13338: Remove the experimental pdb modulesVolker Lendecke1-19/+1
(This used to be commit a3bc4f51144bcd711ae1869d60a15d24be6ad992)
2007-10-10r13316: Let the carnage begin....Gerald Carter1-32/+44
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
2007-10-10r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵Gerald Carter1-1/+1
3.0.21b now (This used to be commit 51fe6bd845f33139654f641947cffeaaf8e88124)
2007-10-10r13027: Support file change notifications from FAM.James Peach1-3/+3
(This used to be commit 652b511ff24ce41c7745a0e00363e619e5027828)
2007-10-10r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".Günther Deschner1-2/+2
Finally cleanup the way idmap modules are build and loaded, idmap_rid now will have to be loaded without prefix, just "rid". Guenther (This used to be commit a77e02177dcefaaccf863aa8d237ea35a2ec52d1)
2007-10-10r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on theLars Müller1-1/+1
head. Volker: Thanks for poking me last week. (This used to be commit 9a8e1c8b4c302a8e8a4a39b8ec8df2536acfebe2)
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)