Age | Commit message (Expand) | Author | Files | Lines |
2002-11-22 | Here's a bit of a cleanup of the {configure,Makefile}.in files. I've | Tim Potter | 1 | -24/+22 |
2002-11-15 | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 1 | -8/+8 |
2002-11-15 | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 1 | -1/+17 |
2002-11-14 | Quieten status message when linking libsmbclient.so | Tim Potter | 1 | -1/+1 |
2002-11-13 | Add installmodules and uninstallmodules targets | Jelmer Vernooij | 1 | -1/+7 |
2002-11-13 | Move 'weird' character set into new 'developer' module | Jelmer Vernooij | 1 | -3/+3 |
2002-11-13 | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 1 | -1/+1 |
2002-11-13 | Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf... | Jelmer Vernooij | 1 | -3/+19 |
2002-11-10 | Add $(POPT_LIB_OBJ) to PROTO_OBJ | Jelmer Vernooij | 1 | -1/+1 |
2002-11-10 | consolidate error mapping functions into a single file | Simo Sorce | 1 | -1/+1 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -1/+1 |
2002-11-06 | Remove pdb_sql.o.. this one got in by accident | Jelmer Vernooij | 1 | -1/+1 |
2002-11-05 | Small fix from Guenther Deschner <guenther.deschner@suse.de> | Jelmer Vernooij | 1 | -2/+2 |
2002-11-05 | Add support to build plugins in source/ | Jelmer Vernooij | 1 | -7/+27 |
2002-11-05 | Remove DRIVERFILE constant. It was removed with the old win95 | Tim Potter | 1 | -1/+0 |
2002-11-05 | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 1 | -1/+7 |
2002-11-04 | VFStest already has pop_common via smbd, so don't link it twice. | Andrew Bartlett | 1 | -1/+1 |
2002-11-04 | Add @BUILD_POPT@ to smbclient | Jelmer Vernooij | 1 | -2/+2 |
2002-11-04 | Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we must | Andrew Bartlett | 1 | -10/+14 |
2002-11-04 | Try to fix popt dependencies - we were linking to popt before we built with it. | Andrew Bartlett | 1 | -6/+6 |
2002-11-04 | Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on | Andrew Bartlett | 1 | -2/+2 |
2002-11-04 | The fixes from Tom plus a minor update from me. | Richard Sharpe | 1 | -1/+1 |
2002-11-01 | Fix a problem with spaces vs tabs | Richard Sharpe | 1 | -2/+2 |
2002-11-01 | Add more code to the profiles program and add Makefile.in support. | Richard Sharpe | 1 | -0/+4 |
2002-10-30 | Add initial vesion of new module system | Jelmer Vernooij | 1 | -1/+2 |
2002-10-30 | Added Buchan Milne's DESTDIR patch. | John Terpstra | 1 | -15/+15 |
2002-10-21 | sync with SAMBA_3_0 | Gerald Carter | 1 | -8/+1 |
2002-10-09 | Distclean should remove scripts/findsmb (patch from metze) | Jelmer Vernooij | 1 | -8/+12 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -3/+4 |
2002-10-03 | VFStest uses all of smbd's .o files, so needs -lpam and crypt. | Andrew Bartlett | 1 | -1/+1 |
2002-10-03 | Patch from Steve Langasek <vorlon@netexpress.net>: | Andrew Bartlett | 1 | -3/+6 |
2002-09-29 | Remove sam/api.c. | Andrew Bartlett | 1 | -1/+1 |
2002-09-28 | Add the beginings of sam_ads to the tree. | Andrew Bartlett | 1 | -1/+1 |
2002-09-27 | Move a number of ADS related functions out into utility libs, so that things | Andrew Bartlett | 1 | -1/+2 |
2002-09-27 | Vance picked up a pile of typos etc at the CIFS confernce, and finally got them | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | Compile samtest with LIBADS_OBJ and PASSDB_OBJ... | Jelmer Vernooij | 1 | -1/+1 |
2002-09-19 | remove proto headers on realclean | Tim Potter | 1 | -1/+1 |
2002-09-19 | Merge in first command for 'samtest' | Jelmer Vernooij | 1 | -1/+1 |
2002-09-19 | Clean up python extensions in clean target. | Tim Potter | 1 | -3/+6 |
2002-09-18 | First code for 'net rpc vampire'. We should probably find a more | Volker Lendecke | 1 | -1/+1 |
2002-09-17 | Never, *ever* hold a mutex lock in the message database where there may | Jeremy Allison | 1 | -2/+2 |
2002-09-12 | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 1 | -1/+1 |
2002-09-11 | added gencache implementation from mimir - thanks! | Andrew Tridgell | 1 | -2/+3 |
2002-09-09 | Add python_install target. Not called by default. Delegates most | Martin Pool | 1 | -0/+5 |
2002-09-09 | Python's setup.py does not need to be munged by configure.in -- it is | Martin Pool | 1 | -0/+1 |
2002-09-09 | Add --with-python=PYTHONNAME configure option, so that the libraries | Martin Pool | 1 | -3/+3 |
2002-09-09 | Merge tpot's patch to add targets to build Python stuff. It's not | Martin Pool | 1 | -0/+39 |
2002-09-08 | Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystem | Jelmer Vernooij | 1 | -1/+1 |
2002-09-06 | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 1 | -1/+2 |
2002-09-06 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 1 | -1/+1 |