Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-21 | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 1 | -655/+0 | |
Michael | |||||
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend | Michael Adam | 1 | -5/+6 | |
Michael | |||||
2008-10-27 | [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable() | Michael Adam | 1 | -0/+7 | |
This allows for per-config-source checking of write support. Michael | |||||
2008-10-27 | [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-10-27 | [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf. | Michael Adam | 1 | -0/+6 | |
In a clustered environment, the registry backend needs messaging to be set up since ctdb requires this. Michael | |||||
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-04-23 | libsmbconf: remove unnecessary talloc success check from smbconf_txt.c | Michael Adam | 1 | -8/+0 | |
talloc_stackframe() panics on NOMEM. Michael (This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6) | |||||
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -13/+23 | |
instead of lists of strings and counters directly... Michael (This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61) | |||||
2008-04-22 | libsmbconf: text backend remove comment references to "simple". | Michael Adam | 1 | -2/+2 | |
Michael (This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa) | |||||
2008-04-22 | libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). | Michael Adam | 1 | -3/+3 | |
...for consistency. Michael (This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d) | |||||
2008-04-22 | libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt. | Michael Adam | 1 | -0/+639 | |
Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c) |