Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 2009-04-28 | 1 | -1/+1 |
| | | | | | | Guenther (cherry picked from commit 38264bb3b86a3c9da941070f29ec08227c471d2b) (cherry picked from commit 904bc5011fc7df40111f493ff28972640b95c0d1) | ||||
* | s3/smbconf_reg: Fix typo. | Karolin Seeger | 2009-04-15 | 1 | -1/+1 |
| | | | | | | Karolin (cherry picked from commit 6343cab3086f5795c8428eddcb966ba8b72d3511) (cherry picked from commit 78a2b98d92d5a651bdc07659e717b8a2249373e9) | ||||
* | fix "dubious escape" warning of Studio compiler | Björn Jacke | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | s3:smbconf: move smbconf_share_exists checks into backend | Michael Adam | 2009-03-04 | 1 | -4/+9 |
| | | | | Michael | ||||
* | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 2009-02-26 | 1 | -0/+18 |
| | | | | | | | | | This is useful for wrapping higher level aggregate operations in transactions. The text backend implementations just return WERR_OK, the registry backend implementatoins use the regdb_transaction_start|commit|cancel routines just added. Michael | ||||
* | Speed up "net conf list" | Volker Lendecke | 2009-02-26 | 1 | -115/+41 |
| | | | | | | For 1000 shares this speeds up net conf list from .6 to .25 seconds on my box Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | Speed up "net conf list" | Volker Lendecke | 2009-02-26 | 1 | -0/+3 |
| | | | | | | | With 1000 shares in the registry, this changed the time of "net conf list" from 1.1 seconds to .6 seconds. Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:') | Stefan Metzmacher | 2009-01-30 | 1 | -31/+29 |
| | | | | | | Temporary results printfs should not contain reserved subunit words. metze | ||||
* | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 2009-01-21 | 6 | -1428/+0 |
| | | | | Michael | ||||
* | s3:libsmbconf: include smbconf headers with lib/smbconf prefix | Michael Adam | 2009-01-21 | 2 | -4/+4 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend | Michael Adam | 2009-01-21 | 1 | -20/+20 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend | Michael Adam | 2009-01-21 | 1 | -5/+6 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init | Michael Adam | 2009-01-21 | 1 | -1/+1 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite | Michael Adam | 2009-01-21 | 1 | -5/+5 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c | Michael Adam | 2009-01-21 | 1 | -2/+2 |
| | | | | Michael | ||||
* | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c | Michael Adam | 2009-01-21 | 1 | -2/+2 |
| | | | | Michael | ||||
* | s3:libsmbconf: remove the init headers from smbconf.h | Michael Adam | 2009-01-21 | 5 | -19/+100 |
| | | | | | | | | | | give the smbconf_init() dispatcher and the backends (smbconf_reg and smbconf_txt) a header of their own each. This allows to use the basic infrastructure and single backends individually. Michael | ||||
* | s3:libsmbconf: remove unused function smbconf_is_writeable_bystring() | Michael Adam | 2009-01-21 | 2 | -27/+0 |
| | | | | Michael | ||||
* | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 2008-11-01 | 2 | -14/+14 |
| | |||||
* | [s3]libsmbconf: add utility function smbconf_is_writeable_bystring() | Michael Adam | 2008-10-27 | 2 | -0/+27 |
| | | | | | | | This checks the writeability of a config source specified by the config source name. Michael | ||||
* | [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable() | Michael Adam | 2008-10-27 | 5 | -0/+29 |
| | | | | | | This allows for per-config-source checking of write support. Michael | ||||
* | [s3]libsmbconf: create text config in smbconftort | Michael Adam | 2008-10-27 | 1 | -1/+38 |
| | | | | Michael | ||||
* | [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided. | Michael Adam | 2008-10-27 | 1 | -1/+1 |
| | | | | Michael | ||||
* | [s3]libsmbconf: fall back to file backend when no valid backend was found | Michael Adam | 2008-10-27 | 1 | -4/+5 |
| | | | | | | | | | Interpret the source string as a file name when it contains a ':' sign but the initial part is not a known backend. This might occur even implicitly when "%T" is used in an include file name (even though this is not realistic..). Michael | ||||
* | [s3]libsmbconf: fix comment typo. | Michael Adam | 2008-10-27 | 1 | -1/+1 |
| | | | | Michael | ||||
* | [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf. | Michael Adam | 2008-10-27 | 5 | -0/+28 |
| | | | | | | | In a clustered environment, the registry backend needs messaging to be set up since ctdb requires this. Michael | ||||
* | [s3]libsmbconf: remove unused define. | Michael Adam | 2008-10-27 | 1 | -3/+0 |
| | | | | Michael | ||||
* | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2008-10-23 | 2 | -2/+2 |
| | | | | previously present in Samba 3. | ||||
* | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int or | Jeremy Allison | 2008-07-01 | 1 | -1/+1 |
| | | | | | | the loop never terminates. Jeremy. (This used to be commit 80e547665d104a6db376ff4c48bcc01dfd3513ee) | ||||
* | Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse ↵ | Jeremy Allison | 2008-07-01 | 1 | -1/+1 |
| | | | | | | | | searching decrement index, not increment. Michael please check ! Jeremy. (This used to be commit d89f9d404f478fc9887bb6e67ce28a61464bcf93) | ||||
* | libsmbconf: add "includes" to the forbidden_valnames[]. | Michael Adam | 2008-06-23 | 1 | -0/+1 |
| | | | | | | | This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael (This used to be commit b20019ceaaf4a8964792f6ba37f50f91b6847e7f) | ||||
* | libsmbconf: fastpaths first in smbconf_reg_valname_valid(). | Michael Adam | 2008-06-23 | 1 | -2/+2 |
| | | | | | | | Before dropping into lp_parameter_is_valid(). Michael (This used to be commit 59beb7acd777a4c224dce90fbbff7a137d2b89c1) | ||||
* | Increase level of debug msg when a regkey is not found | Volker Lendecke | 2008-04-23 | 1 | -1/+1 |
| | | | | | | This is a pretty normal situation if you have "include=registry" set but no configuration options have been set there yet. (This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1) | ||||
* | libsmbconf: remove unnecessary talloc success check from smbconf_txt.c | Michael Adam | 2008-04-23 | 1 | -8/+0 |
| | | | | | | | talloc_stackframe() panics on NOMEM. Michael (This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6) | ||||
* | libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c | Michael Adam | 2008-04-23 | 1 | -12/+1 |
| | | | | | | | talloc_stackframe panics on NOMEM. Michael (This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329) | ||||
* | libsmbconf: remove unnecessary talloc success checks from smbconf.c | Michael Adam | 2008-04-23 | 1 | -4/+0 |
| | | | | | | | talloc_stackframe() panics on NOMEM. Michael (This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861) | ||||
* | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 2008-04-23 | 5 | -56/+68 |
| | | | | | | | instead of lists of strings and counters directly... Michael (This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61) | ||||
* | libsmbconf: add a struct smbconf_service to hold the parameter names + values. | Michael Adam | 2008-04-22 | 1 | -0/+7 |
| | | | | | Michael (This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d) | ||||
* | libsmbconf: fix comment headers in smbconf.h | Michael Adam | 2008-04-22 | 1 | -3/+8 |
| | | | | | Michael (This used to be commit 54c0461679642b38653f803e7b21d865472f3f91) | ||||
* | libsmbconf: text backend remove comment references to "simple". | Michael Adam | 2008-04-22 | 1 | -2/+2 |
| | | | | | Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa) | ||||
* | libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). | Michael Adam | 2008-04-22 | 4 | -9/+9 |
| | | | | | | | ...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d) | ||||
* | libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt. | Michael Adam | 2008-04-22 | 1 | -0/+0 |
| | | | | | Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c) | ||||
* | libsmbconf: fix segfault in listing share names / config. | Michael Adam | 2008-04-16 | 1 | -1/+1 |
| | | | | | | | Discovered by Günther while giving a talk. - Sorry Günther! Michael (This used to be commit 518f4d4e6662138a2e71acc2296acedefc7c739a) | ||||
* | libmsbconf: add handling of NULL share parameters to registry backend. | Michael Adam | 2008-04-15 | 1 | -14/+92 |
| | | | | | Michael (This used to be commit 6c1181fda2f040d9555917b10a65bc0dfc1f0593) | ||||
* | libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in ↵ | Michael Adam | 2008-04-15 | 1 | -1/+1 |
| | | | | | | | | | | smbconf_create_share(). These are values stored inside the base key for registry. This is not getting deleted. Michael (This used to be commit aa167de8252bb615bd21fb3fd9468383b8357d32) | ||||
* | libsmbconf: make sure to always list the NULL section first in text backend. | Michael Adam | 2008-04-15 | 1 | -3/+16 |
| | | | | | Michael (This used to be commit b50fdf321dc8056caa2b057cbd7f83792dfbcd4d) | ||||
* | libsmbconf: default to the NULL section when a parameter is encountered w/o ↵ | Michael Adam | 2008-04-15 | 1 | -2/+8 |
| | | | | | | | section Michael (This used to be commit e1b98f1cbce72d12085d86da834f0949ecbfbf67) | ||||
* | libsmbconf: allow NULL sharename in smbconf_share_exists(). | Michael Adam | 2008-04-15 | 1 | -3/+0 |
| | | | | | Michael (This used to be commit cb23052b2055d77924b2a593ec14f0c1de9a3b51) | ||||
* | libsmbconf: add handling of NULL strings to smbconf_find_in_array(). | Michael Adam | 2008-04-15 | 1 | -2/+4 |
| | | | | | Michael (This used to be commit a5923bafe9b543d50dca06d251186948baeac8cc) |