summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_txt.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam1-655/+0
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam1-5/+6
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam1-0/+7
2008-10-27[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam1-0/+6
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-04-23libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam1-8/+0
2008-04-23libsmbconf: rewrite API to use smbconf_service structMichael Adam1-13/+23
2008-04-22libsmbconf: text backend remove comment references to "simple".Michael Adam1-2/+2
2008-04-22libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt().Michael Adam1-3/+3
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-0/+639