summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbconf
Commit message (Expand)AuthorAgeFilesLines
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+1
* s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2010-09-221-3/+2
* s3:registry: move prototype from reg_init_smbconf.c to its own header.Michael Adam2010-09-211-0/+1
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-0/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-2/+2
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-20/+48
* s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam2010-05-251-0/+1
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-251-0/+1
* smbconf: only include smbconf headers where needed.Günther Deschner2010-05-183-0/+7
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:libsmbconf: fix a comment typoMichael Adam2009-04-271-1/+1
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-1/+1
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
* fix "dubious escape" warning of Studio compilerBjörn Jacke2009-03-091-1/+1
* s3:smbconf: move smbconf_share_exists checks into backendMichael Adam2009-03-041-4/+9
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-02-261-0/+18
* Speed up "net conf list"Volker Lendecke2009-02-261-115/+41
* Speed up "net conf list"Volker Lendecke2009-02-261-0/+3
* s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher2009-01-301-31/+29
* libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam2009-01-216-1428/+0
* s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2009-01-212-4/+4
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam2009-01-211-20/+20
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam2009-01-211-5/+6
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam2009-01-211-1/+1
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam2009-01-211-5/+5
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam2009-01-211-2/+2
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam2009-01-211-2/+2
* s3:libsmbconf: remove the init headers from smbconf.hMichael Adam2009-01-215-19/+100
* s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2009-01-212-27/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-012-14/+14
* [s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2008-10-272-0/+27
* [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2008-10-275-0/+29
* [s3]libsmbconf: create text config in smbconftortMichael Adam2008-10-271-1/+38
* [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam2008-10-271-4/+5
* [s3]libsmbconf: fix comment typo.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam2008-10-275-0/+28
* [s3]libsmbconf: remove unused define.Michael Adam2008-10-271-3/+0
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-232-2/+2
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-011-1/+1
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison2008-07-011-1/+1
* libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam2008-06-231-0/+1
* libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam2008-06-231-2/+2
* Increase level of debug msg when a regkey is not foundVolker Lendecke2008-04-231-1/+1
* libsmbconf: remove unnecessary talloc success check from smbconf_txt.cMichael Adam2008-04-231-8/+0
* libsmbconf: remove unnecessary talloc success checks from smbconf_reg.cMichael Adam2008-04-231-12/+1
* libsmbconf: remove unnecessary talloc success checks from smbconf.cMichael Adam2008-04-231-4/+0