summaryrefslogtreecommitdiffstats
path: root/source4/param/share.c
Commit message (Collapse)AuthorAgeFilesLines
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-6/+1
| | | | (This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22328: Add initial testsuite for share code.Jelmer Vernooij2007-10-101-2/+9
| | | | (This used to be commit 3d079732a9cf15fcc3638db5f77bb45d7580d251)
* r18590: Some more work on the srvsvc pipeSimo Sorce2007-10-101-2/+10
| | | | (This used to be commit 2c035787d47c6055c4081021f30d08929f178ca3)
* r18542: Some late nite work.Simo Sorce2007-10-101-0/+16
| | | | | | Now we can add and remove a share from the "Computer Management" console (not yet modify!) usinf share backend = ldb (This used to be commit ae2f6d4a5a372a37b9783a02bb8e7f16588b21f0)
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-0/+137
Commit the classic backwards compatible module which is the default one (This used to be commit a89cc346b9296cb49929898d257a064a6c2bae86)