summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password ↵Gerald Carter1-3/+3
server = DC1 * (This used to be commit 6b18ca9511ddcf1718f222af3f61491d1e5f3b60)
2002-12-10Add support to Makefile.in for editregRichard Sharpe1-1/+6
Fix a couple of duplicated macros. (This used to be commit 5273844a748230f710d860e33bdcde1c0b1e6c6f)
2002-12-08A small fix to Makefile.in from Bradley Longhurst.Richard Sharpe1-2/+2
Less Fir needed. (This used to be commit 481fa87154a15eebd5a59ac4de9912fa932a42e7)
2002-12-01Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett1-4/+3
strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett (This used to be commit 49d9698ef08d66dc238b2e3469da8944b444dfa1)
2002-12-01Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett1-57/+65
Andrew Bartlett (This used to be commit 3f5608c7e0175184fa599176178d391d54087b3d)
2002-11-29Fix up smbwrapper target.Tim Potter1-1/+1
(This used to be commit f5fa4801ceb56b21facccb382db09165936df319)
2002-11-28merge in some changes from metze's patches (rest follows later, afterJelmer Vernooij1-2/+2
some issues in the new module system have been resolved) (This used to be commit 5b4d03fc8549696baebc0b4417582203ad7ba88e)
2002-11-28Add PDBLIBDIR, just like VFSLIBDIRJelmer Vernooij1-3/+9
(This used to be commit 3d0735e6b03ae77af42135a7f1aebb4206ae6655)
2002-11-27merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter1-5/+17
(This used to be commit 1cf0cfa1b7f00946c439b2b1a30ab3981df4a459)
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-1/+1
cache code. This uses gencache, mimir's new caching code that stores at text-based cache of various data. Mimir has done a *lot* of work on this patch, and it is finally time to get it in CVS. Andrew Bartlett (This used to be commit 47f3bfe9564e7f3aff60cefaefd599e0abb30a31)
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-3/+5
* fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160 (This used to be commit 256d8c27cdc6f802f3bfba44593b07014f6ae10a)
2002-11-24Try to twiddle with the makefile to avoid having a trailing \ when weAndrew Bartlett1-2/+2
don't build any extra programs. (This used to be commit 9bac0b72774fe0c05956065a34ef48c05a7acaad)
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-1/+9
authentication code. In particular, ntlm_auth is designed to replace the winbind authentication 'helpers' currently supplied by Squid. I have added support for the current plaintext password protocol used by Squid, and will add the real guts (NTLMSSP support) shortly. I'll merge this into 3.0 when I've got the interface more stable (error message format etc) and got the important NTLMSSP support added. Also move SWAT's URL decoding code into util_str.c, for use in both utilities. Andrew Bartlett (This used to be commit 82dbf838879e8a2d2d3f9dd5be6eda50b780b787)
2002-11-22Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter1-24/+22
now combined all the ad-hoc AC_SUBST variables into three generalised ones: EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin EXTRA_ALL_TARGETS Additional targets to build by default SHLIB_PROGS Shared library objects (pam, winbind) to build We also build some extra stuff by default: the python extensions (if --with-python specified), smbmount related binaries (if --with-smbmount specified), and the samba torture suite. The idea behind this is to have everything that is configured built by default to detect breakage as soon as possible when people make low level changes. (This used to be commit d6dfe3ea69d4672339559389c6fb16e78a9152b0)
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij1-8/+8
(This used to be commit 2addbaff358993923a58ad3845c63168678c2c21)
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-1/+17
which we can use to link against Samba unit test programs. Now we can compile and link unit tests without having to create 4MB executables for each program It's called libbigballofmud.so both to discourage casual usage and also to reflect what the dependencies within Samba have become. (This used to be commit a59f731256f3a1c09f32452de9483b44088c942b)
2002-11-14Quieten status message when linking libsmbclient.soTim Potter1-1/+1
(This used to be commit 85946731dd8bc60d0f71fe7ffa6756bd3bcbbf67)
2002-11-13Add installmodules and uninstallmodules targetsJelmer Vernooij1-1/+7
(This used to be commit c656e7dce91bb3171f9ec2b8d8f98812ab6c618f)
2002-11-13Move 'weird' character set into new 'developer' moduleJelmer Vernooij1-3/+3
(This used to be commit afbff33eba7edd98329114b5113b3360cd6dfcc6)
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij1-1/+1
the libs they depend on are available (This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
2002-11-13Add make target 'modules' that currently builds vfs_audit, vfs_recycle and ↵Jelmer Vernooij1-3/+19
vfs_netatalk (This used to be commit 4c05cbbe7434c9d43f561f3be27c0283fa754ab0)
2002-11-10Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij1-1/+1
(This used to be commit ba34be7033bced52eabf4e0b367a32a5196ef127)
2002-11-10consolidate error mapping functions into a single fileSimo Sorce1-1/+1
(This used to be commit 80086728f2b0d5d56a8ed9e427cba36898d68fc7)
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. (This used to be commit 10024ed06e9d91f24fdc78d59eef2f76bf395438)
2002-11-06Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij1-1/+1
(This used to be commit 44c894531b09856a9a485912b05f08c59caa6a00)
2002-11-05Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij1-2/+2
(remove junk chars) (This used to be commit 2e7a904856f616605e341c897d2be0f863c4b53d)
2002-11-05Add support to build plugins in source/Jelmer Vernooij1-7/+27
(This used to be commit eb8965eeff3fb55d7041d9998b45da403ecb03a2)
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter1-1/+0
printer driver stuff. (This used to be commit cf6d2d9d9e2adbbb7a547784cb11d05ed624e410)
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter1-1/+7
without configuring with python. (This used to be commit 01a89690a2e9d234188704c04e58b5dfa2e7d1f3)
2002-11-04VFStest already has pop_common via smbd, so don't link it twice.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c70a3191d4ba8864f026a2ba6b35b9e415541aa7)
2002-11-04Add @BUILD_POPT@ to smbclientJelmer Vernooij1-2/+2
(This used to be commit 24dd3886e8783b09094c3b32b4184055cd06e8c2)
2002-11-04Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett1-10/+14
link it on a per-program basis. Next step is to make -lpopt apply only to the right programs, which might help some of this kind of thing show up on Linux. Andrew Bartlett (This used to be commit a0d13cd3f0ca1738fbd978ac67876196cd0ee56c)
2002-11-04Try to fix popt dependencies - we were linking to popt before we built with it.Andrew Bartlett1-6/+6
Andrew Bartlett (This used to be commit dd9c6214d1976d87679735ea392b1a76463206a4)
2002-11-04Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work onAndrew Bartlett1-2/+2
systems other than linux. Andrew Bartlett (This used to be commit 80f1f68b6f0fa38dd1ef4b2cfabb07d3c8daf844)
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe1-1/+1
(This used to be commit 6db6a48711f51ee6add32953506cd5db33939a1b)
2002-11-01Fix a problem with spaces vs tabsRichard Sharpe1-2/+2
(This used to be commit 26857be78cda1e6d6cae9bc87d34cdad12492748)
2002-11-01Add more code to the profiles program and add Makefile.in support.Richard Sharpe1-0/+4
(This used to be commit daefe52a56a7b977b8e561f8f668c42183de413b)
2002-10-30Add initial vesion of new module systemJelmer Vernooij1-1/+2
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)
2002-10-30Added Buchan Milne's DESTDIR patch.John Terpstra1-15/+15
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)
2002-10-21sync with SAMBA_3_0Gerald Carter1-8/+1
(This used to be commit 07ac86323f71d6228a222a1680d1c7def0eb7109)
2002-10-09Distclean should remove scripts/findsmb (patch from metze)Jelmer Vernooij1-8/+12
(This used to be commit e2f9ac5032895f9087707cd9e690fcaf9647562a)
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-3/+4
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
2002-10-03VFStest uses all of smbd's .o files, so needs -lpam and crypt.Andrew Bartlett1-1/+1
(This used to be commit 4851b6a40f5f498d597a88874c2402b629ff36b6)
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett1-3/+6
(quoting his mail) Ok, here's round two of splitting up the library dependencies. I think the first one's been steeping in CVS for long enough now. This splits off the "authentication" libs (libpam, libcrypt) into their own group. A modest gain, but you've gotta start somewhere. Steve Langasek postmodern programmer (This used to be commit a1c63d04b87375dc98dc78781eaf1812bfb1db2b)
2002-09-29Remove sam/api.c.Andrew Bartlett1-1/+1
In order to reduce complexity, this patch removes the upper layer of the SAM API. Also, we remove the function pointers on the sam context - there really is no point making these replaceable - that's for the modules. Move a number of functions in include/interface.c around to allow for use of 'static' and to keep the external API in one chunk, at the bottem. All these functions were renamed to remove the context_sam -> sam Consequential changes in the samtest module, and back out metze's change for ACB filtering, becouse I think it belongs in the SAM backeds. (But I will take debate on this one). Changes to the lib/util_sid.c code to create a 'system' token, and make it a SAM_ASSERT() enforced requirement to have a token on those calls that specify it. samtest now uses this. We should have a samtest call to set your own token. We also need to extend our se_access code to cover the things that Win2k is returning in it's access tokens. Currently our system token doesn't pass, due to unexpected flags. (When running sam_ads against Win2k) Andrew Bartlett (This used to be commit b9036900d0bb227ec16c6a5792c18ef943dcf015)
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett1-1/+1
This module, primarilly the work of "Stefan (metze) Metzmacher" <metze@metzemix.de>, uses the Active Directory schema to store the user/group/other information. I've been testing it against a real AD server, and it is intended to work with OpenLDAP as well. I've moved a few functions around in our other libads code, which has made it easier to tap into that existing code. Also, I've made some changes to the SAM interface, I hope there are not too many objections... To ensure we don't get silly bugs in the skel module, it is now in the default compile. This way you should not forget to update it :-) Andrew Bartlett (This used to be commit 24fb0cde2f0b657df1c99474cd694438c94a566e)
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-1/+2
like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett (This used to be commit c864edf4fbf8a6c37888a14b861d7c12cf503d4f)
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett1-1/+1
off his laptop :-) Andrew Bartlett (This used to be commit df8f0338fae01e5edc176708c2b798c67c2e8c36)
2002-09-25Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij1-1/+1
(This used to be commit f0c095875758ef44ed2d25d3ed9d77e5e163b75f)
2002-09-19remove proto headers on realcleanTim Potter1-1/+1
(This used to be commit 1bd2c6e1441ea8e54284c72dc07de741f88dbe90)