Age | Commit message (Expand) | Author | Files | Lines |
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 1 | -20/+48 |
2010-05-25 | s3:registry: move prototype registry_create_admin_token() to new header reg_u... | Michael Adam | 1 | -0/+1 |
2010-05-25 | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 1 | -0/+1 |
2010-05-18 | smbconf: only include smbconf headers where needed. | Günther Deschner | 3 | -0/+7 |
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 |
2009-04-27 | s3:libsmbconf: fix a comment typo | Michael Adam | 1 | -1/+1 |
2009-04-21 | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 1 | -1/+1 |
2009-04-07 | s3/smbconf_reg: Fix typo. | Karolin Seeger | 1 | -1/+1 |
2009-03-09 | fix "dubious escape" warning of Studio compiler | Björn Jacke | 1 | -1/+1 |
2009-03-04 | s3:smbconf: move smbconf_share_exists checks into backend | Michael Adam | 1 | -4/+9 |
2009-02-26 | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 1 | -0/+18 |
2009-02-26 | Speed up "net conf list" | Volker Lendecke | 1 | -115/+41 |
2009-02-26 | Speed up "net conf list" | Volker Lendecke | 1 | -0/+3 |
2009-01-30 | s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:') | Stefan Metzmacher | 1 | -31/+29 |
2009-01-21 | libsmbconf: move the non-registry parts of libsmbconf to top level | Michael Adam | 6 | -1428/+0 |
2009-01-21 | s3:libsmbconf: include smbconf headers with lib/smbconf prefix | Michael Adam | 2 | -4/+4 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend | Michael Adam | 1 | -20/+20 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend | Michael Adam | 1 | -5/+6 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init | Michael Adam | 1 | -1/+1 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite | Michael Adam | 1 | -5/+5 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c | Michael Adam | 1 | -2/+2 |
2009-01-21 | s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c | Michael Adam | 1 | -2/+2 |
2009-01-21 | s3:libsmbconf: remove the init headers from smbconf.h | Michael Adam | 5 | -19/+100 |
2009-01-21 | s3:libsmbconf: remove unused function smbconf_is_writeable_bystring() | Michael Adam | 2 | -27/+0 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 2 | -14/+14 |
2008-10-27 | [s3]libsmbconf: add utility function smbconf_is_writeable_bystring() | Michael Adam | 2 | -0/+27 |
2008-10-27 | [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable() | Michael Adam | 5 | -0/+29 |
2008-10-27 | [s3]libsmbconf: create text config in smbconftort | Michael Adam | 1 | -1/+38 |
2008-10-27 | [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided. | Michael Adam | 1 | -1/+1 |
2008-10-27 | [s3]libsmbconf: fall back to file backend when no valid backend was found | Michael Adam | 1 | -4/+5 |
2008-10-27 | [s3]libsmbconf: fix comment typo. | Michael Adam | 1 | -1/+1 |
2008-10-27 | [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf. | Michael Adam | 5 | -0/+28 |
2008-10-27 | [s3]libsmbconf: remove unused define. | Michael Adam | 1 | -3/+0 |
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2 | -2/+2 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-07-01 | Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int or | Jeremy Allison | 1 | -1/+1 |
2008-07-01 | Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin... | Jeremy Allison | 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 check from smbconf_txt.c | Michael Adam | 1 | -8/+0 |
2008-04-23 | libsmbconf: remove unnecessary talloc success checks from smbconf_reg.c | Michael Adam | 1 | -12/+1 |
2008-04-23 | libsmbconf: remove unnecessary talloc success checks from smbconf.c | Michael Adam | 1 | -4/+0 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 5 | -56/+68 |
2008-04-22 | libsmbconf: add a struct smbconf_service to hold the parameter names + values. | Michael Adam | 1 | -0/+7 |
2008-04-22 | libsmbconf: fix comment headers in smbconf.h | Michael Adam | 1 | -3/+8 |
2008-04-22 | libsmbconf: text backend remove comment references to "simple". | Michael Adam | 1 | -2/+2 |
2008-04-22 | libsmbconf: rename smbconf_init_txt_simple() to smbconf_init_txt(). | Michael Adam | 4 | -9/+9 |
2008-04-22 | libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt. | Michael Adam | 1 | -0/+0 |
2008-04-16 | libsmbconf: fix segfault in listing share names / config. | Michael Adam | 1 | -1/+1 |