Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Adding pdb_xml and pdb_mysql passdb modules. | Jelmer Vernooij | 2002-08-10 | 11 | -4/+1784 | |
| | | | | | | | | Added some consts to pdb_test to follow pdb_methods struct more strictly | |||||
| * | merge from SAMBA_2_2 | Gerald Carter | 2002-07-31 | 1 | -0/+154 | |
| | | ||||||
| * | forgot to change the makefile system, sorry | Simo Sorce | 2002-07-31 | 2 | -12/+10 | |
| | | ||||||
| * | OK! | Simo Sorce | 2002-07-30 | 6 | -512/+276 | |
| | | | | | | | | | | | | | | | | Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo. | |||||
| * | merge from SAMBA_2_2 spotted by Simo | Gerald Carter | 2002-07-19 | 1 | -2/+14 | |
| | | ||||||
* | | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 7 | -34/+109 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-07-14 | 3 | -0/+171 | |
|\| | ||||||
| * | Add module versioning to the passdb module system | Andrew Bartlett | 2002-06-22 | 2 | -4/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | All passdb modules need to include a 'magic' macro that creates simple 'return my version number' function. (from metze and jelmer) Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive(). (from metze) Andrew Bartlett | |||||
| * | x source path so this thing compiles. | John Terpstra | 2002-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Add some comments on writing new pdb modules. (from ctrlsoft) | Andrew Bartlett | 2002-06-14 | 1 | -0/+7 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 2002-05-24 | 1 | -17/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | - convert net to popt - convert status to popt - adapt examples/pdb/ to multiple passdb system - add dynamic debug class example to examples/pdb/ and some reformatting to better match the samba coding style. Andrew Bartlett | |||||
| * | Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" ↵ | Jeremy Allison | 2002-05-11 | 2 | -8/+15 | |
| | | | | | | | | | | | | <hetzels@westbend.net>. Jeremy | |||||
| * | merging some changes from SAMBA_2_2 | Gerald Carter | 2002-05-08 | 5 | -8/+183 | |
| | | ||||||
| * | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 2002-04-13 | 2 | -2/+8 | |
|/ | | | | | | | | | | | | | <jelmer@nl.linux.org>. This patch also includes major rework of pdbedit to use popt, and the addition of -i paramter (allowing the user to specify which PDBs is being operated on) and -e to export a pdb - useful for backup and testing etc. Use of -i and -e gets us pdb2pdb functionality for transition between backends, much like the sam2sam in TNG. Andrew Bartlett | |||||
* | Set default recycle directory permissions as 0770. Unlink on rename | Jeremy Allison | 2002-03-23 | 1 | -8/+11 | |
| | | | | | fail. Jeremy. | |||||
* | Sync up the VFS changes from 2.2.x. | Jeremy Allison | 2002-03-19 | 5 | -294/+883 | |
| | | | | Jeremy. | |||||
* | Also add the matching example pdb module. | Andrew Bartlett | 2002-02-22 | 3 | -0/+161 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2002-02-11 | 1 | -2/+2 | |
| | ||||||
* | fixes from 2,2 | Gerald Carter | 2002-02-11 | 1 | -27/+59 | |
| | ||||||
* | I added two lines of comments regarding the include= parameter. Someone | Christopher R. Hertel | 2002-02-06 | 1 | -1/+3 | |
| | | | | | here at the UofM was burned today because they had left that line in its default location. | |||||
* | Add the new smbprint shell script, smbprint-new.sh that is supposed to fix ↵ | Richard Sharpe | 2002-02-04 | 1 | -0/+145 | |
| | | | | some problems under *BSD and etc ... | |||||
* | sync up comments with 2.2 | Gerald Carter | 2002-01-06 | 1 | -1/+1 | |
| | ||||||
* | sync with 2.2 | Gerald Carter | 2002-01-04 | 1 | -3/+3 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-12-28 | 1 | -0/+1 | |
| | ||||||
* | sync with 2.2 | Gerald Carter | 2001-12-26 | 8 | -0/+790 | |
| | ||||||
* | Updated copyright notice. | Tim Potter | 2001-10-24 | 1 | -1/+1 | |
| | ||||||
* | Renamed global_vfs_ops to default_vfs_ops and made static. | Tim Potter | 2001-10-24 | 1 | -12/+15 | |
| | | | | | | Make a copy of the default ops structure rather than following a pointer. This fixes the audit VFS example module! | |||||
* | Don't get stuck in an infinite loop in vfs_connect. | Tim Potter | 2001-10-23 | 1 | -1/+1 | |
| | ||||||
* | Now compiles under head branch. | Tim Potter | 2001-10-18 | 1 | -89/+51 | |
| | | | | Funny, I don't remember using libtool in the original Makefile... | |||||
* | Make sure we compile with gcc by default. | Richard Sharpe | 2001-06-30 | 1 | -0/+1 | |
| | ||||||
* | Add a static linking target to the examples Makefile so I can test out ↵ | Richard Sharpe | 2001-06-30 | 1 | -1/+5 | |
| | | | | static linking ... | |||||
* | Adding an examples directory for libsmbclient to the head branch along with | Richard Sharpe | 2001-05-17 | 4 | -0/+1296 | |
| | | | | a simple Makefile and a small README ... | |||||
* | Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>. | Jeremy Allison | 2001-05-16 | 4 | -0/+602 | |
| | | | | Jeremy. | |||||
* | Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2 | David O'Neill | 2001-01-05 | 1 | -0/+2 | |
| | ||||||
* | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 2000-11-06 | 1 | -1/+2 | |
| | | | | | versions don't match. Jeremy. | |||||
* | Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>. | Jeremy Allison | 2000-11-06 | 3 | -106/+196 | |
| | | | | Jeremy. | |||||
* | added a little description of useage and output format since this gives | Herb Lewis | 2000-08-28 | 1 | -1/+27 | |
| | | | | more info than just what parameters are not supported by SWAT. | |||||
* | script written by herb for reporting which smb.conf parameters | Gerald Carter | 2000-08-28 | 1 | -0/+96 | |
| | | | | | | | | | are in loarparm.c but not supported by SWAT. I just thought it looked fun. :-) --jerry | |||||
* | Forgot attr entry for private dir. | Tim Potter | 2000-06-05 | 1 | -0/+1 | |
| | ||||||
* | Updated samba appliance example. | Tim Potter | 2000-06-05 | 5 | -67/+289 | |
| | ||||||
* | Updated VFS examples to use ftruncate() and lock() functions. | Tim Potter | 2000-05-17 | 2 | -135/+150 | |
| | ||||||
* | compile with -O2 | Andrew Tridgell | 2000-05-12 | 1 | -2/+2 | |
| | ||||||
* | build in /usr/src/redhat | Andrew Tridgell | 2000-05-12 | 2 | -7/+1 | |
| | ||||||
* | updated appliance Makefile | Andrew Tridgell | 2000-05-12 | 1 | -3/+4 | |
| | ||||||
* | added packaging section to README | Andrew Tridgell | 2000-05-12 | 1 | -0/+20 | |
| | ||||||
* | fixed tar command line | Andrew Tridgell | 2000-05-12 | 1 | -1/+1 | |
| | ||||||
* | exclude CVS files from rpm build | Andrew Tridgell | 2000-05-12 | 1 | -1/+1 | |
| | ||||||
* | don't install winbind man page twice | Andrew Tridgell | 2000-05-12 | 1 | -1/+0 | |
| | ||||||
* | Nuked changelog - use cvs log instead. | Tim Potter | 2000-05-12 | 1 | -6/+2 | |
| | | | | | | Actually install winbindd man page. Clean up build directory after make. | |||||
* | simple build script for appliance rpm | Tim Potter | 2000-05-12 | 1 | -0/+8 | |
| |