summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-04-09poptify smbcontrolTim Potter1-4/+4
2003-04-09Install libsmbclient.h from $(srcdir)Tim Potter1-1/+1
2003-04-09Autoconfiscate the name of the winbind shared library file. UnderTim Potter1-9/+4
2003-04-08Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool1-1/+1
2003-04-07Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough1-1/+1
2003-04-07make installclientlib depend on the shared-linked or statically-linked versionJelmer Vernooij1-1/+1
2003-04-07Don't make installclientlib depend on the shared-linked version of libsmbclie...Jelmer Vernooij1-1/+1
2003-04-07Fix build of static libsmbclientJelmer Vernooij1-2/+2
2003-04-06Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett1-1/+4
2003-04-06Fix building on platforms without ldapJelmer Vernooij1-3/+2
2003-04-04t_doschar: Test harness that exercises check_dos_char()Martin Pool1-0/+3
2003-04-04Updated warning messages for when configure.in is updated.Tim Potter1-2/+2
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-3/+6
2003-04-02winbindd should depend on IDMAP_OBJ too, not just link with itJelmer Vernooij1-3/+3
2003-04-02Commit some more fixes for Coolo ...Richard Sharpe1-2/+2
2003-04-02Add KRB5LIBS to smbmountJelmer Vernooij1-1/+1
2003-04-02Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij1-1/+1
2003-04-02Add EDITREG_OBJJelmer Vernooij1-2/+3
2003-04-02Only link in popt when we need itJelmer Vernooij1-21/+21
2003-04-02Only link in libs when they are actually used. Works great here and onJelmer Vernooij1-31/+35
2003-04-02THE Idmap patch :-)Simo Sorce1-8/+15
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij1-1/+1
2003-03-31Cleanup of winbind client side code.Tim Potter1-2/+1
2003-03-31Break the current build dependency on perl. Perl is required forTim Potter1-3/+8
2003-03-30distclean fixups from Paul Green.Tim Potter1-2/+5
2003-03-30Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij1-2/+2
2003-03-27Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij1-1/+1
2003-03-27Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij1-1/+1
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-13/+11
2003-03-26Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij1-1/+1
2003-03-25Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij1-1/+0
2003-03-25Give PARAMS_OBJ more priorityJelmer Vernooij1-27/+26
2003-03-25Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij1-2/+4
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij1-3/+8
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-3/+38
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-2/+6
2003-03-24Add modules support to charsetJelmer Vernooij1-16/+20
2003-03-23Convert to popt.Jelmer Vernooij1-4/+4
2003-03-23Convert to popt.Jelmer Vernooij1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
2003-03-23Convert to popt.Jelmer Vernooij1-3/+3
2003-03-23Convert to popt.Jelmer Vernooij1-2/+3
2003-03-22Convert to poptJelmer Vernooij1-3/+3
2003-03-22Small clenaup patches:Andrew Bartlett1-1/+1
2003-03-20Convert smbcacls to poptJelmer Vernooij1-3/+3
2003-03-20Make swat use poptJelmer Vernooij1-3/+4
2003-03-19Add make rules for passdb/*.soJelmer Vernooij1-0/+25
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-38/+11
2003-03-19Get rid of "make check" targets that call nonexistent code.Martin Pool1-30/+15
2003-03-18Add t_strcmp test/torture harness.Martin Pool1-1/+4