summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2003-04-09poptify smbcontrolTim Potter1-4/+4
(This used to be commit f75d4b90caa51cb2815c1be2de5f2058ec32e73d)
2003-04-09Install libsmbclient.h from $(srcdir)Tim Potter1-1/+1
(This used to be commit d396f57678056af6b0c384df324f94992cca85d0)
2003-04-09Autoconfiscate the name of the winbind shared library file. UnderTim Potter1-9/+4
IRIX this is libns_winbind - everyone else is libnss_winbind. This simplifies the Makefile a bit and also fixes the 'nsswitch' target under IRIX. (This used to be commit 69c392bc127bf69876f4dedae8c3a6976219d448)
2003-04-08Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool1-1/+1
- Build t_push_ucs2 as part of check-programs, the prerequisite for "make check". - t_push_ucs2.c: Load configuration from /dev/null so that we get a unix_charset of UTF-8 and can do meaningful UCS2 tests. Better comment. - Add a test to strings.py which tries conversion UTF8->UCS2->UTF8 and checks the results. Do this for English, Latin-1, and Katakana strings. - Add Python module with symbolic names for a handful of UNICODE characters. (This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
2003-04-07Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough1-1/+1
for doc purposes right now (you can see it in the debug logs). (This used to be commit 046c2087a11b9ce7a02aece34ffb129ce0d66b08)
2003-04-07make installclientlib depend on the shared-linked or statically-linked versionJelmer Vernooij1-1/+1
of libsmbclient, depending on what is possible - pointed out by Paul Green (This used to be commit 69e37469c4de6c3716ebb65e477009b9f4da54ea)
2003-04-07Don't make installclientlib depend on the shared-linked version of ↵Jelmer Vernooij1-1/+1
libsmbclient - we need it to work on other platforms as well (This used to be commit 77b1589188ba27b107f11232b7b7df4dea364948)
2003-04-07Fix build of static libsmbclientJelmer Vernooij1-2/+2
(This used to be commit 8f2975cc94c766b184bbbca276d5a05801dc835a)
2003-04-06Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett1-1/+4
Andrew Bartlett (This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)
2003-04-06Fix building on platforms without ldapJelmer Vernooij1-3/+2
(This used to be commit 3f78ea7d06ae911f97c0a1a451e67fe00547e873)
2003-04-04t_doschar: Test harness that exercises check_dos_char()Martin Pool1-0/+3
(This used to be commit 54f4df0301f21c91218abf6f17cae097e755fd7f)
2003-04-04Updated warning messages for when configure.in is updated.Tim Potter1-2/+2
(This used to be commit 516e6c2e00d17d73bcfacb8dd4eadfb831fef22a)
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-3/+6
This patch moves the ldap routines out of passdb into a generic library and implements an LDAP backend for IDMAP. THe backend can be enabled with "idmap backend = ldap" in smb.conf. THere are also schema changes to make sure to update teh ldap schema files. (This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)
2003-04-02winbindd should depend on IDMAP_OBJ too, not just link with itJelmer Vernooij1-3/+3
(This used to be commit 3e2b73fcc1b1a202df27a653c48fc43c2fc28bbb)
2003-04-02Commit some more fixes for Coolo ...Richard Sharpe1-2/+2
(This used to be commit e1a159c55fdeaa1620a3147105be4efd205560ba)
2003-04-02Add KRB5LIBS to smbmountJelmer Vernooij1-1/+1
(This used to be commit cdaa3bf12e656dbd797882e89ce39ad76c45f6b6)
2003-04-02Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij1-1/+1
(This used to be commit 7cd2c4474579114318554bc3b87b518fed218a93)
2003-04-02Add EDITREG_OBJJelmer Vernooij1-2/+3
(This used to be commit fef586d6cd9a4a754da858a29409ed2a7824cad1)
2003-04-02Only link in popt when we need itJelmer Vernooij1-21/+21
(This used to be commit a5a980eb3efb37a6becacf043692361bdb4174b0)
2003-04-02Only link in libs when they are actually used. Works great here and onJelmer Vernooij1-31/+35
one of my other boxes. I'll watch the buildfarm. (This used to be commit 266c3970df9f5f9f617c49eee666c1db8e10c855)
2003-04-02THE Idmap patch :-)Simo Sorce1-8/+15
includes a --with-idmap=no switch to disable idmap usage if you find problems. cosmetic fixes and param aliases to separate winbind from idamp roles. A temporarily remote idmap winbind compatibility backend. As I have time I will further change code to not call directly winbind (partly done but not tested) and a specilized module will be built in place for the current glue hack. The patch has been tested locally in my limited time, the patch is simple and clear and should not reserve problems, if any just disable it. As usual, comments and fisex are welcome :-) Simo. (This used to be commit 02781320476ed1b7ee5d943fa36f9a66ab67f208)
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij1-1/+1
- Fix typo in Makefile.in - Fix compatibility with older vfs modules (from patch by metze) - Build some modules shared by default and some static (and fall back to static when dlopen() is not available) (This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)
2003-03-31Cleanup of winbind client side code.Tim Potter1-2/+1
Mostly this consists of untangling the existing code and moving it in to operating system specific files. The winbind client code for all supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch] to make things a bit clearer. (This used to be commit 93ea047a16a292b23a1d8736ce9bc4098ba142ba)
2003-03-31Break the current build dependency on perl. Perl is required forTim Potter1-3/+8
include/tdbsam2_parse_info.h which is included by sam/gumm_tdb.c which doesn't seem to be used anywhere. It would be nice to have the tdbsam2 stuff hidden behind a --with configuration parameter so it doesn't interfere with normal builds. (One of the build farm machines doesn't have perl installed). (This used to be commit 58924582e8bb922680860a13a89381b44906e9bc)
2003-03-30distclean fixups from Paul Green.Tim Potter1-2/+5
(This used to be commit 3776840227104b1d7d3b7aeceba5d84ded6cfeec)
2003-03-30Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij1-2/+2
(This used to be commit 2a281784c95854e13076b21f8043cd624063d461)
2003-03-27Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij1-1/+1
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
2003-03-27Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij1-1/+1
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-13/+11
new modules system, we still fall back to the old system. (This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
2003-03-26Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij1-1/+1
fix this better later. (This used to be commit c6807d20457325012c4c9edd137b2f1f67e98ec4)
2003-03-25Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij1-1/+0
(This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
2003-03-25Give PARAMS_OBJ more priorityJelmer Vernooij1-27/+26
(This used to be commit cf73797d110d271fc7a30c11e023c4d1ba2b5c9b)
2003-03-25Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij1-2/+4
most elegant solution, but it works. (This used to be commit 02d202034dad56365a15c4e9fdcb7c420a77e1ed)
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij1-3/+8
undefined symbol errors) (This used to be commit e193b47259d11b0eaef4071acb406d6433426733)
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-3/+38
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>) (This used to be commit 71b05cd14ae6df8340730e7bad1c783dc278c5d3)
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-2/+6
- Quite some small fixes (also fixes the build) (This used to be commit 3defbd5e0633acfa4631531b49601c7706072d86)
2003-03-24Add modules support to charsetJelmer Vernooij1-16/+20
(This used to be commit cf3d31b9801d7ccb30334a92d4dc8a0ced2ecd31)
2003-03-23Convert to popt.Jelmer Vernooij1-4/+4
(This used to be commit 18d52ce914715d188966be95f9e4466666a04f74)
2003-03-23Convert to popt.Jelmer Vernooij1-2/+2
(This used to be commit 691c63ad6b522ae7984017ebadffb5c7c13f6992)
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
(This used to be commit 83c7f1e1661da14ee46d4ca7a698728fb1beb23b)
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
(This used to be commit 5f12b246b03aef93165059f632012b6fc4706c70)
2003-03-23Convert to popt.Jelmer Vernooij1-2/+3
(This used to be commit 633b3eb7812dc0a58785536a1e7d28329d488b43)
2003-03-22Convert to poptJelmer Vernooij1-3/+3
(This used to be commit 8f285878b30bad7388f69075538c628a7e18ac8a)
2003-03-22Small clenaup patches:Andrew Bartlett1-1/+1
- safe_string.h - don't assume that __FUNCTION__ is available - process.c - use new workaround from safe_string.h for the same - util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc() - gencache.c - Keep valgrind quiet by always null terminating. - clistr.c - Add copyright - srvstr.h - move srvstr_push into a .c file again, as a real function. - srvstr.c - revive, with 'safe' checked srvstr_push - loadparm.c - set a default for the display charset. Andrew Bartlett (This used to be commit a7eba37aadeb0b04cb1bd89deddb58be8aba825c)
2003-03-20Convert smbcacls to poptJelmer Vernooij1-3/+3
(This used to be commit 45e5374e89730e7ad497edf9e344fbd1b8992589)
2003-03-20Make swat use poptJelmer Vernooij1-3/+4
(This used to be commit 3cd1650d389850c2a36997a1a404d37bb28130e4)
2003-03-19Add make rules for passdb/*.soJelmer Vernooij1-0/+25
(This used to be commit ea85f8ff21bfad378eb8464a94bb182cb3e4f988)
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-38/+11
put a doc about it in dev-doc later today. (This used to be commit af7bfee0c6902c07fdb8d3abccf4c8d6bab00b5a)
2003-03-19Get rid of "make check" targets that call nonexistent code.Martin Pool1-30/+15
Add in new ones that run STF, after setting up a PATH and LD_LIBRARY_PATH that will let them find samba in the build directory. LD_LIBRARY_PATH is probably not portable but without libtool I don't know a portable way to do it. Perhaps the simple solution is just to link these things statically? (This used to be commit 27c1626ae0a30bf0f01ea6d6df5836425e6f9547)
2003-03-18Add t_strcmp test/torture harness.Martin Pool1-1/+4
(This used to be commit 2c17cb1bd27658ac7a72cb9eccb4b048e9d0ec5f)