summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * recycle.c:Simo Sorce2002-09-072-138/+454
| | | | | | | | | | | | | | | | | | | | | | merged in modifications made my differnt people, cleaned up things, yet some work todo the code works but there are still some cases to be handled properly Makefile.in: this one seem much simpler and effective than the previous hack with file inclusion it should also be more portable we still need to find a solution to support multiple platforms or go back to libtool (This used to be commit e9f4bc77f84eeece82dea25f9c693cfb1d0a8464)
| * the current block module is completely broken, jelmer will commit a new one ↵Simo Sorce2002-09-064-479/+0
| | | | | | | | | | | | | | later. simo (This used to be commit 830f9910bb77562aa2dbef2f479c01493928692d)
| * move everything to flat VFS/ directorySimo Sorce2002-09-064-29/+1
| | | | | | | | (This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
| * Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett2002-09-061-25/+25
| | | | | | | | | | SAM_ASSERT if we are not going to crash. (This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
| * Adding makefile for sam_skel moduleJelmer Vernooij2002-08-291-0/+28
| | | | | | | | (This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
| * SAM_CONTEXT is constJelmer Vernooij2002-08-291-5/+1
| | | | | | | | (This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
| * Example sam module (skeleton) from metzeJelmer Vernooij2002-08-292-0/+290
| | | | | | | | (This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)
| * Removed C++ style comment.Jeremy Allison2002-08-281-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 3803770edaf4212ceac826e039bb075f098a4fab)
| * patch from metzeSimo Sorce2002-08-271-10/+15
| | | | | | | | (This used to be commit cc8e6ebc0ec840d882211c8327cafdcafbcafbd7)
| * add the netatalk moduleSimo Sorce2002-08-274-7/+476
| | | | | | | | (This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
| * avoid using libtool for VFS modulesSimo Sorce2002-08-274-65/+47
| | | | | | | | | | | | change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
| * Add entry about block.soJelmer Vernooij2002-08-181-0/+7
| | | | | | | | (This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
| * Better coding styleJelmer Vernooij2002-08-172-40/+19
| | | | | | | | (This used to be commit 09cb706dd1347ff29893ef33214332990be86b43)
| * Better coding styleJelmer Vernooij2002-08-172-18/+8
| | | | | | | | | | Move out last Makefile.pdb dependencies (This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
* | sync 3_0 branch with HEADJelmer Vernooij2002-08-177-480/+248
| | | | | | | | (This used to be commit 19ab776bf9c91cf4e56887fd7a63d3253b7e36ef)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-08-1712-0/+2014
|\| | | | | | | used to be commit 6938b5b98abd9ba055a46583a05c4fc07e32f529)
| * Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij2002-08-1011-4/+1784
| | | | | | | | | | Added some consts to pdb_test to follow pdb_methods struct more strictly (This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
| * merge from SAMBA_2_2Gerald Carter2002-07-311-0/+154
| | | | | | | | (This used to be commit 72d36c9b2596cda6c3c25c18ddb4c58d55519ff8)
| * forgot to change the makefile system, sorrySimo Sorce2002-07-312-12/+10
| | | | | | | | (This used to be commit 3e6a11f56a3878e75c4354db214971208d911be3)
| * OK!Simo Sorce2002-07-306-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. (This used to be commit 56283601afe1836dafe0580532f014e29593c463)
| * merge from SAMBA_2_2 spotted by SimoGerald Carter2002-07-191-2/+14
| | | | | | | | (This used to be commit 590c4ee076dcc14cb516c9ea04b47b1665c48ece)
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-157-34/+109
| | | | | | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* | 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)