summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy1-1/+1
2008-04-13loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam1-2/+2
2008-04-13net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam1-2/+9
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam3-2/+101
2008-04-13libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam1-2/+2
2008-04-13libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam1-0/+3
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam4-7/+5
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam4-6/+6
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
2008-04-13libnetapi: Add NetQueryDisplayInformation header.Günther Deschner1-0/+8
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
2008-04-13libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner1-1/+295
2008-04-13libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner1-6/+2
2008-04-13libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner3-0/+82
2008-04-13Re-run make idl.Günther Deschner3-1/+222
2008-04-13libnetapi: Add IDL for NetQueryDisplayInformation.Günther Deschner1-0/+35
2008-04-13Fix the build of eventlogadm.Günther Deschner1-1/+1
2008-04-13gpo: add scripts plugin.Günther Deschner3-0/+448
2008-04-13libnetapi: don't to try to free NULL struct.Günther Deschner1-0/+4
2008-04-13gpo: make integer debug print more readable.Günther Deschner1-2/+4
2008-04-13registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam1-1/+5
2008-04-13registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam1-1/+7
2008-04-13net registry: remove superfluous regdb_close().Michael Adam1-2/+0
2008-04-13registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2-2/+2
2008-04-13registry: change init_registry() to return WERROR instead of bool.Michael Adam2-6/+3
2008-04-13registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2-7/+4
2008-04-13registry: refactor common part of registry initialization out.Michael Adam3-25/+15
2008-04-13registry: change registry_init_basic() to return WERROR instead of boolMichael Adam3-8/+9
2008-04-13registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam3-6/+10
2008-04-13registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam1-18/+32
2008-04-13adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam3-10/+10
2008-04-13registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam1-8/+9
2008-04-13registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam4-9/+26
2008-04-13registry cachehook: compare cache_tree against NULL, not 0.Michael Adam1-1/+1
2008-04-13registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam3-20/+43
2008-04-13registry: unify debug output in the registry init functions.Michael Adam3-9/+9
2008-04-13registry: change regdb_init() to return WERROR instead of bool.Michael Adam4-23/+19
2008-04-13registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2-5/+11
2008-04-13registry cachehook: add talloc failed debug messages.Michael Adam1-0/+6
2008-04-13registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam1-4/+4
2008-04-13registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam1-1/+4
2008-04-13registry cachehook: refactor normalization of keyname out.Michael Adam1-29/+23
2008-04-13registry: adapt copied function header comments.Michael Adam1-2/+2
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam7-47/+44
2008-04-13Fix ou handling in netdomjoin-gui.Günther Deschner1-0/+5
2008-04-13libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam1-1/+1
2008-04-13dbwrap_tdb2: fix a C++ warning by making implicit cast explicitMichael Adam1-3/+3
2008-04-12Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.Günther Deschner2-0/+6
2008-04-12Move some WERRORs down to the NERR_BASE block.Günther Deschner1-16/+11
2008-04-12groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher1-1/+1