Age | Commit message (Expand) | Author | Files | Lines |
2009-01-21 | s3:libsmbconf: include smbconf headers with lib/smbconf prefix | Michael Adam | 1 | -1/+1 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend | Michael Adam | 1 | -20/+20 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -5/+5 |
2008-10-27 | [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable() | Michael Adam | 1 | -0/+12 |
2008-10-27 | [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf. | Michael Adam | 1 | -0/+11 |
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 1 | -1/+1 |
2008-06-23 | libsmbconf: add "includes" to the forbidden_valnames[]. | Michael Adam | 1 | -0/+1 |
2008-06-23 | libsmbconf: fastpaths first in smbconf_reg_valname_valid(). | Michael Adam | 1 | -2/+2 |
2008-04-23 | Increase level of debug msg when a regkey is not found | Volker Lendecke | 1 | -1/+1 |
2008-04-23 | libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c | Michael Adam | 1 | -12/+1 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -6/+27 |
2008-04-16 | libsmbconf: fix segfault in listing share names / config. | Michael Adam | 1 | -1/+1 |
2008-04-15 | libmsbconf: add handling of NULL share parameters to registry backend. | Michael Adam | 1 | -14/+92 |
2008-04-13 | libsmbconf: rename smbconf_init() to smbconf_init_internal(). | Michael Adam | 1 | -1/+1 |
2008-04-13 | registry: change registry_init_smbconf() to return WERROR instead of bool | Michael Adam | 1 | -2/+2 |
2008-04-13 | registry: make registry_init_smbconf() hook the registry ops onto given key. | Michael Adam | 1 | -1/+1 |
2008-04-10 | libsmbconf: return success and count 0 from get_includes when no includes pre... | Michael Adam | 1 | -0/+3 |
2008-04-10 | libsmbconf: add delete_includes mehtod to the api (and backend implementations) | Michael Adam | 1 | -0/+25 |
2008-04-10 | libsmbconf: let set_includes delete the includes paramter when given an empty... | Michael Adam | 1 | -2/+9 |
2008-04-10 | libsmbconf: prevent getting/deleting value "includes". | Michael Adam | 1 | -0/+10 |
2008-04-10 | libsmbconf: consider "include" a forbidden parameter in regisry config again. | Michael Adam | 1 | -0/+1 |
2008-04-10 | libsmbconf: add includes at the end of parameter list in reg_get_share(). | Michael Adam | 1 | -1/+24 |
2008-04-10 | libsmbconf: add function smbconf_reg_valname_valid() and use it in get_values() | Michael Adam | 1 | -4/+16 |
2008-04-10 | libsmbconf: refactor get_includes on opened key into smbconf_reg_get_includes... | Michael Adam | 1 | -40/+56 |
2008-04-10 | libsmbconf: rename registry_smbconf_valname_forbidden() to smbconf_reg_valnam... | Michael Adam | 1 | -2/+2 |
2008-04-10 | libsmbconf: make registry_smbconf_valname_forbidden() static | Michael Adam | 1 | -1/+1 |
2008-04-10 | libsmbconf: move registry_smbconf_valname_forbidden() to the registry backend | Michael Adam | 1 | -0/+22 |
2008-04-10 | libsmbconf: more sanely print multi_sz values in registry backend | Michael Adam | 1 | -2/+2 |
2008-04-10 | libsmbconf: implement get_includes() and set_includes() for registry backend. | Michael Adam | 1 | -2/+117 |
2008-04-10 | libsmbconf: add talloc context to the get_includes methods. | Michael Adam | 1 | -0/+1 |
2008-04-10 | libsmbconf: add get_includes() and set_includes() to the API. | Michael Adam | 1 | -1/+20 |
2008-04-10 | libsmbconf: reformat smbconf_format_registry_value() - indentations/tabs | Michael Adam | 1 | -12/+12 |
2008-04-10 | libsmbconf: untangle assignment and test in for-loop condition. | Michael Adam | 1 | -4/+4 |
2008-04-03 | libsmbconf: move initialization of registry value down after error checks. | Michael Adam | 1 | -6/+6 |
2008-03-21 | registry: fix registry_init_smbconf() to close the registry at the end. | Michael Adam | 1 | -2/+0 |
2008-03-21 | libsmbconf: add internal open/close handling to registry backend. | Michael Adam | 1 | -4/+38 |
2008-03-21 | libsmbconf: add a comment. | Michael Adam | 1 | -0/+3 |
2008-03-21 | libsmbconf: add private_data section to smbconf_ctx. | Michael Adam | 1 | -7/+19 |
2008-03-21 | libsmbconf: add a "path" variable to the conf context. | Michael Adam | 1 | -9/+19 |
2008-03-21 | libsmbconf: add a comment. | Michael Adam | 1 | -1/+5 |
2008-03-21 | libsmbconf: move registry implementation to a module of its own. | Michael Adam | 1 | -0/+744 |