summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij1-8/+8
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-1/+17
2002-11-14Quieten status message when linking libsmbclient.soTim Potter1-1/+1
2002-11-13Add installmodules and uninstallmodules targetsJelmer Vernooij1-1/+7
2002-11-13Move 'weird' character set into new 'developer' moduleJelmer Vernooij1-3/+3
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij1-1/+1
2002-11-13Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf...Jelmer Vernooij1-3/+19
2002-11-10Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij1-1/+1
2002-11-10consolidate error mapping functions into a single fileSimo Sorce1-1/+1
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Remove pdb_sql.o.. this one got in by accidentJelmer Vernooij1-1/+1
2002-11-05Small fix from Guenther Deschner <guenther.deschner@suse.de>Jelmer Vernooij1-2/+2
2002-11-05Add support to build plugins in source/Jelmer Vernooij1-7/+27
2002-11-05Remove DRIVERFILE constant. It was removed with the old win95Tim Potter1-1/+0
2002-11-05Fix mysterious error message when running 'make python_{ext,install}'Tim Potter1-1/+7
2002-11-04VFStest already has pop_common via smbd, so don't link it twice.Andrew Bartlett1-1/+1
2002-11-04Add @BUILD_POPT@ to smbclientJelmer Vernooij1-2/+2
2002-11-04Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we mustAndrew Bartlett1-10/+14
2002-11-04Try to fix popt dependencies - we were linking to popt before we built with it.Andrew Bartlett1-6/+6
2002-11-04Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work onAndrew Bartlett1-2/+2
2002-11-04The fixes from Tom plus a minor update from me.Richard Sharpe1-1/+1
2002-11-01Fix a problem with spaces vs tabsRichard Sharpe1-2/+2
2002-11-01Add more code to the profiles program and add Makefile.in support.Richard Sharpe1-0/+4
2002-10-30Add initial vesion of new module systemJelmer Vernooij1-1/+2
2002-10-30Added Buchan Milne's DESTDIR patch.John Terpstra1-15/+15
2002-10-21sync with SAMBA_3_0Gerald Carter1-8/+1
2002-10-09Distclean should remove scripts/findsmb (patch from metze)Jelmer Vernooij1-8/+12
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-3/+4
2002-10-03VFStest uses all of smbd's .o files, so needs -lpam and crypt.Andrew Bartlett1-1/+1
2002-10-03Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett1-3/+6
2002-09-29Remove sam/api.c.Andrew Bartlett1-1/+1
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett1-1/+1
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-1/+2
2002-09-27Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett1-1/+1
2002-09-25Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij1-1/+1
2002-09-19remove proto headers on realcleanTim Potter1-1/+1
2002-09-19Merge in first command for 'samtest'Jelmer Vernooij1-1/+1
2002-09-19Clean up python extensions in clean target.Tim Potter1-3/+6
2002-09-18First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke1-1/+1
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison1-2/+2
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-1/+1
2002-09-11added gencache implementation from mimir - thanks!Andrew Tridgell1-2/+3
2002-09-09Add python_install target. Not called by default. Delegates mostMartin Pool1-0/+5
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-0/+1
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool1-3/+3
2002-09-09Merge tpot's patch to add targets to build Python stuff. It's notMartin Pool1-0/+39
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij1-1/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-1/+2
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-1/+1
2002-08-30fix protoGerald Carter1-1/+1