Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | added winbindd man page to spec file | Andrew Tridgell | 2000-05-12 | 1 | -0/+2 |
| | |||||
* | updated the appliance README | Andrew Tridgell | 2000-05-12 | 1 | -2/+32 |
| | |||||
* | Initial version of appliance spec file. | Tim Potter | 2000-05-12 | 1 | -0/+178 |
| | |||||
* | updated appliance Makefile | Andrew Tridgell | 2000-05-10 | 1 | -2/+15 |
| | |||||
* | the beginnings of a description of how to setup a Samba appliance | Andrew Tridgell | 2000-05-09 | 2 | -0/+57 |
| | |||||
* | fsync() returns an int rather than void. | Tim Potter | 2000-04-05 | 1 | -3/+3 |
| | |||||
* | Added *.so | Tim Potter | 2000-04-05 | 1 | -0/+1 |
| | |||||
* | Improved clean target. | Tim Potter | 2000-04-05 | 1 | -2/+3 |
| | |||||
* | Hopefully these changes will actually stick. | Tim Potter | 2000-02-04 | 4 | -37/+44 |
| | |||||
* | Some strange CVS weirdness happening here. I had SAMBA_TNG tags in my | Tim Potter | 2000-02-03 | 5 | -0/+486 |
| | | | | head branch CVS/Entries file leading to lots of fun and games. )-: |