| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure we create the PIDDIR and LOCKDIR from installdirs | Gerald Carter | 2003-01-03 | 1 | -1/+1 |
* | debugparse is a seperate utility, no need to include it in the main ubiqx | Andrew Bartlett | 2003-01-02 | 1 | -1/+1 |
* | Add a new VFS module, that just fiddles the file permissions. Still need to | Andrew Bartlett | 2002-12-30 | 1 | -1/+7 |
* | fix make proto to work with SGI smake | Herb Lewis | 2002-12-17 | 1 | -4/+9 |
* | updates to the gums | Simo Sorce | 2002-12-16 | 1 | -4/+12 |
* | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 2002-12-12 | 1 | -3/+3 |
* | Add support to Makefile.in for editreg | Richard Sharpe | 2002-12-10 | 1 | -1/+6 |
* | A small fix to Makefile.in from Bradley Longhurst. | Richard Sharpe | 2002-12-08 | 1 | -2/+2 |
* | Link less with smbmnt and smbumount. Also change from a pstrcpy() to a | Andrew Bartlett | 2002-12-01 | 1 | -4/+3 |
* | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 2002-12-01 | 1 | -57/+65 |
* | Fix up smbwrapper target. | Tim Potter | 2002-11-29 | 1 | -1/+1 |
* | merge in some changes from metze's patches (rest follows later, after | Jelmer Vernooij | 2002-11-28 | 1 | -2/+2 |
* | Add PDBLIBDIR, just like VFSLIBDIR | Jelmer Vernooij | 2002-11-28 | 1 | -3/+9 |
* | merging changes from SAMBA_3_0 relating to RPM packaging | Gerald Carter | 2002-11-27 | 1 | -5/+17 |
* | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 1 | -1/+1 |
* | [print notify fixes from APP_HEAD] | Gerald Carter | 2002-11-26 | 1 | -3/+5 |
* | Try to twiddle with the makefile to avoid having a trailing \ when we | Andrew Bartlett | 2002-11-24 | 1 | -2/+2 |
* | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 2002-11-24 | 1 | -1/+9 |
* | Here's a bit of a cleanup of the {configure,Makefile}.in files. I've | Tim Potter | 2002-11-22 | 1 | -24/+22 |
* | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 2002-11-15 | 1 | -8/+8 |
* | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 2002-11-15 | 1 | -1/+17 |
* | Quieten status message when linking libsmbclient.so | Tim Potter | 2002-11-14 | 1 | -1/+1 |
* | Add installmodules and uninstallmodules targets | Jelmer Vernooij | 2002-11-13 | 1 | -1/+7 |
* | Move 'weird' character set into new 'developer' module | Jelmer Vernooij | 2002-11-13 | 1 | -3/+3 |
* | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 2002-11-13 | 1 | -1/+1 |
* | Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf... | Jelmer Vernooij | 2002-11-13 | 1 | -3/+19 |
* | Add $(POPT_LIB_OBJ) to PROTO_OBJ | Jelmer Vernooij | 2002-11-10 | 1 | -1/+1 |
* | consolidate error mapping functions into a single file | Simo Sorce | 2002-11-10 | 1 | -1/+1 |
* | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2002-11-07 | 1 | -1/+1 |
* | Remove pdb_sql.o.. this one got in by accident | Jelmer Vernooij | 2002-11-06 | 1 | -1/+1 |
* | Small fix from Guenther Deschner <guenther.deschner@suse.de> | Jelmer Vernooij | 2002-11-05 | 1 | -2/+2 |
* | Add support to build plugins in source/ | Jelmer Vernooij | 2002-11-05 | 1 | -7/+27 |
* | Remove DRIVERFILE constant. It was removed with the old win95 | Tim Potter | 2002-11-05 | 1 | -1/+0 |
* | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 2002-11-05 | 1 | -1/+7 |
* | VFStest already has pop_common via smbd, so don't link it twice. | Andrew Bartlett | 2002-11-04 | 1 | -1/+1 |
* | Add @BUILD_POPT@ to smbclient | Jelmer Vernooij | 2002-11-04 | 1 | -2/+2 |
* | Becouse lib/popt_common.c uses POPT, we must not include it in LIB, we must | Andrew Bartlett | 2002-11-04 | 1 | -10/+14 |
* | Try to fix popt dependencies - we were linking to popt before we built with it. | Andrew Bartlett | 2002-11-04 | 1 | -6/+6 |
* | Any conversion to POPT must *always* add @BUILD_POPT@ or it just won't work on | Andrew Bartlett | 2002-11-04 | 1 | -2/+2 |
* | The fixes from Tom plus a minor update from me. | Richard Sharpe | 2002-11-04 | 1 | -1/+1 |
* | Fix a problem with spaces vs tabs | Richard Sharpe | 2002-11-01 | 1 | -2/+2 |
* | Add more code to the profiles program and add Makefile.in support. | Richard Sharpe | 2002-11-01 | 1 | -0/+4 |
* | Add initial vesion of new module system | Jelmer Vernooij | 2002-10-30 | 1 | -1/+2 |
* | Added Buchan Milne's DESTDIR patch. | John Terpstra | 2002-10-30 | 1 | -15/+15 |
* | sync with SAMBA_3_0 | Gerald Carter | 2002-10-21 | 1 | -8/+1 |
* | Distclean should remove scripts/findsmb (patch from metze) | Jelmer Vernooij | 2002-10-09 | 1 | -8/+12 |
* | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 2002-10-04 | 1 | -3/+4 |
* | VFStest uses all of smbd's .o files, so needs -lpam and crypt. | Andrew Bartlett | 2002-10-03 | 1 | -1/+1 |
* | Patch from Steve Langasek <vorlon@netexpress.net>: | Andrew Bartlett | 2002-10-03 | 1 | -3/+6 |
* | Remove sam/api.c. | Andrew Bartlett | 2002-09-29 | 1 | -1/+1 |