summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-07-143-0/+171
|\| | | | | | | used to be commit b8d39651fb90ef170055735412417239a63afc5d)
| * Add module versioning to the passdb module systemAndrew Bartlett2002-06-222-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 (This used to be commit 4a57c445dd4354034fc41b132a484afe6ab66e16)
| * x source path so this thing compiles.John Terpstra2002-06-151-1/+1
| | | | | | | | (This used to be commit fb89be135575561f759a299048ed1eb5363183c3)
| * Add some comments on writing new pdb modules. (from ctrlsoft)Andrew Bartlett2002-06-141-0/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 0a64ff4c9984c751ed6bd9e9bc8d16c70abec02d)
| * Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-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 (This used to be commit 2498bc69d4e5c38ec385f640489daa94c508c726)
| * Fixes for recycle bin VFS for FreeBSD from "Scot W. Hetzel" ↵Jeremy Allison2002-05-112-8/+15
| | | | | | | | | | | | | | <hetzels@westbend.net>. Jeremy (This used to be commit 68b83335de0215314c2234aa83069d8fb8265b80)
| * merging some changes from SAMBA_2_2Gerald Carter2002-05-085-8/+183
| | | | | | | | (This used to be commit e8ede079b5af4187573f1b8ed0d94b6f03cbbd22)
| * This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-132-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 (This used to be commit c10def37f506d3f2bab442418ac08fdb62659b02)
* Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison2002-03-231-8/+11
| | | | | | fail. Jeremy. (This used to be commit 42981c819a07dd35296ecc1ee733ea587f69bcce)
* Sync up the VFS changes from 2.2.x.Jeremy Allison2002-03-195-294/+883
| | | | | Jeremy. (This used to be commit e758bdc8a8f37e1d1e1fb0d1d27990dba2067920)
* Also add the matching example pdb module.Andrew Bartlett2002-02-223-0/+161
| | | | (This used to be commit fbfb7ee896469e79043fab02481bacd2621a302d)
* merge from 2.2Gerald Carter2002-02-111-2/+2
| | | | (This used to be commit bb574aab8f3f4ac2f7ae919790481a419f8173cb)
* fixes from 2,2Gerald Carter2002-02-111-27/+59
| | | | (This used to be commit 46bd77a02a47c26c4981472c8cea09e64c2ef4d2)
* I added two lines of comments regarding the include= parameter. SomeoneChristopher R. Hertel2002-02-061-1/+3
| | | | | | here at the UofM was burned today because they had left that line in its default location. (This used to be commit fd4d3496e142574e2bd25faab5c8f1534a21558f)
* Add the new smbprint shell script, smbprint-new.sh that is supposed to fix ↵Richard Sharpe2002-02-041-0/+145
| | | | | | some problems under *BSD and etc ... (This used to be commit 6bd91973bbacc718de5d32a6819cc7e6ae98dd6f)
* sync up comments with 2.2Gerald Carter2002-01-061-1/+1
| | | | (This used to be commit 3d4adad1501fc02ee0c60c69c01a92bdb16a1711)
* sync with 2.2Gerald Carter2002-01-041-3/+3
| | | | (This used to be commit 9e3b432c57747e6fd876c53a576858ef1227ba8e)
* merge from 2.2Gerald Carter2001-12-281-0/+1
| | | | (This used to be commit 241b5218ea5ad83ecb02a0f838e84abee0672371)
* sync with 2.2Gerald Carter2001-12-268-0/+790
| | | | (This used to be commit aca58b0b72d2eb5024b4d5103fde5b281212d714)
* Updated copyright notice.Tim Potter2001-10-241-1/+1
| | | | (This used to be commit 86de168ea948b48c47d88b8f1928437de7c33873)
* Renamed global_vfs_ops to default_vfs_ops and made static.Tim Potter2001-10-241-12/+15
| | | | | | | Make a copy of the default ops structure rather than following a pointer. This fixes the audit VFS example module! (This used to be commit 91ab6f75d9e6820a13fe3034a5f100ae170ad164)
* Don't get stuck in an infinite loop in vfs_connect.Tim Potter2001-10-231-1/+1
| | | | (This used to be commit 69275e4f0f502f07ceb37f274d01450d639ba23f)
* Now compiles under head branch.Tim Potter2001-10-181-89/+51
| | | | | Funny, I don't remember using libtool in the original Makefile... (This used to be commit 5392b3fc1279cac64245e311bbc16175e6fd4a7b)
* Make sure we compile with gcc by default.Richard Sharpe2001-06-301-0/+1
| | | | (This used to be commit 93c45024cdbbf51322106e2a5961db8c09618833)
* Add a static linking target to the examples Makefile so I can test out ↵Richard Sharpe2001-06-301-1/+5
| | | | | | static linking ... (This used to be commit 9627bace72eb3be322f8895b055a31768e551136)
* Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe2001-05-174-0/+1296
| | | | | a simple Makefile and a small README ... (This used to be commit 950821d69cb6dcc723f8610584718c6217136d55)
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | | Jeremy. (This used to be commit 0609cd3162173575d22fbd12c48e777a5b15553e)
* Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2David O'Neill2001-01-051-0/+2
| | | | (This used to be commit 74dd0f58211129770f6e85d28a658e5fdff1ecae)
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-1/+2
| | | | | | versions don't match. Jeremy. (This used to be commit b29ff816734c0424f69124feb316da13f2e094f7)
* Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison2000-11-063-106/+196
| | | | | Jeremy. (This used to be commit 5d6dec3a94f496651a5f0643ab228c975911e6cd)
* added a little description of useage and output format since this givesHerb Lewis2000-08-281-1/+27
| | | | | more info than just what parameters are not supported by SWAT. (This used to be commit 7db533cb47a0d9bc88219dbe48e96ceed45a65a1)
* script written by herb for reporting which smb.conf parametersGerald Carter2000-08-281-0/+96
| | | | | | | | | | are in loarparm.c but not supported by SWAT. I just thought it looked fun. :-) --jerry (This used to be commit eb20a2c6f478688b82ce8346fea618aebbfc9295)
* Forgot attr entry for private dir.Tim Potter2000-06-051-0/+1
| | | | (This used to be commit df690273312fd5b6f3041298bf9763948d842811)
* Updated samba appliance example.Tim Potter2000-06-055-67/+289
| | | | (This used to be commit e42f2fc397ab195391a6f78452782efb89ebf0cf)
* Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2000-05-172-135/+150
| | | | (This used to be commit def0da145aa8b804b75b0f35bdd4a809a2a806fc)
* compile with -O2Andrew Tridgell2000-05-121-2/+2
| | | | (This used to be commit 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2)
* build in /usr/src/redhatAndrew Tridgell2000-05-122-7/+1
| | | | (This used to be commit 11328f27816160d77934fb9b2409263f442e4f42)
* updated appliance MakefileAndrew Tridgell2000-05-121-3/+4
| | | | (This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8)
* added packaging section to READMEAndrew Tridgell2000-05-121-0/+20
| | | | (This used to be commit 535e33adaff8cd329ed73243f26114ac3c649365)
* fixed tar command lineAndrew Tridgell2000-05-121-1/+1
| | | | (This used to be commit b022e6ab9785588fd4123ae4d819936fb5bfdbdc)
* exclude CVS files from rpm buildAndrew Tridgell2000-05-121-1/+1
| | | | (This used to be commit 14fccd68fa2f3ea38dba8da512386f334129fcd1)
* don't install winbind man page twiceAndrew Tridgell2000-05-121-1/+0
| | | | (This used to be commit 6e81ba8bace4d966ab53d29c49782a81f669ba24)
* Nuked changelog - use cvs log instead.Tim Potter2000-05-121-6/+2
| | | | | | | Actually install winbindd man page. Clean up build directory after make. (This used to be commit 3fa7141feae6fca6df1407ff162664fad44978ed)
* simple build script for appliance rpmTim Potter2000-05-121-0/+8
| | | | (This used to be commit 40b8095a9a367d2fee1e58d12affc5883d4adc0a)
* added winbindd man page to spec fileAndrew Tridgell2000-05-121-0/+2
| | | | (This used to be commit 9cc81b62886ff2f6b72632c550a808889d8a47a3)
* updated the appliance READMEAndrew Tridgell2000-05-121-2/+32
| | | | (This used to be commit 0e29eef8374e7bf0002acbd04d5438c5c1690c44)
* Initial version of appliance spec file.Tim Potter2000-05-121-0/+178
| | | | (This used to be commit 1be483c90b8f59cefdaf05594564882d99f0fbd3)
* updated appliance MakefileAndrew Tridgell2000-05-101-2/+15
| | | | (This used to be commit bfa14cff8c0a1a7a18cb649dc33d5aabc9cd53ac)
* the beginnings of a description of how to setup a Samba applianceAndrew Tridgell2000-05-092-0/+57
| | | | (This used to be commit ec2b77e97d8beaee9d2352411da01b302d0875c3)
* fsync() returns an int rather than void.Tim Potter2000-04-051-3/+3
| | | | (This used to be commit 26972823cf66aa8c4e61af9b208707c11c8b8ac6)