summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpo: make integer debug print more readable.Günther Deschner2008-04-131-2/+4
* registry: honour the WERROR that regsubkey_ctr_addkey gives us in reg_load_tree.Michael Adam2008-04-131-1/+5
* registry: honour the WERROR that regsubkey_ctr_addkey gives in regdb_fetch_keys.Michael Adam2008-04-131-1/+7
* net registry: remove superfluous regdb_close().Michael Adam2008-04-131-2/+0
* registry: rename init_registry() to registry_init_full() for consistency.Michael Adam2008-04-132-2/+2
* registry: change init_registry() to return WERROR instead of bool.Michael Adam2008-04-132-6/+3
* registry: change registry_init_smbconf() to return WERROR instead of boolMichael Adam2008-04-132-7/+4
* registry: refactor common part of registry initialization out.Michael Adam2008-04-133-25/+15
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-133-8/+9
* registry: change reghook_cache_add() to return WERROR instead of boolMichael Adam2008-04-133-6/+10
* registry cachehook: change helper function keyname_to_path() to return WERROR.Michael Adam2008-04-131-18/+32
* adt_tree: change pathtree_add to return WERR instead of bool.Michael Adam2008-04-133-10/+10
* registry cachehook: revert logic to make fast path more obvious and reduce in...Michael Adam2008-04-131-8/+9
* registry: change reghook_cache_init() to return WERROR and use it in the call...Michael Adam2008-04-134-9/+26
* registry cachehook: compare cache_tree against NULL, not 0.Michael Adam2008-04-131-1/+1
* registry: change init_registry_key() and init_registry_data() to return WERRMichael Adam2008-04-133-20/+43
* registry: unify debug output in the registry init functions.Michael Adam2008-04-133-9/+9
* registry: change regdb_init() to return WERROR instead of bool.Michael Adam2008-04-134-23/+19
* registry: make registry_init_smbconf() hook the registry ops onto given key.Michael Adam2008-04-132-5/+11
* Update WHATSNEW entry for pre3Volker Lendecke2008-04-131-0/+13
* registry cachehook: add talloc failed debug messages.Michael Adam2008-04-131-0/+6
* registry cachehook: eliminate a couple trailing spaces (empty lines).Michael Adam2008-04-131-4/+4
* registry cachehook: fix memleak (to talloc_tos()): free key at the end.Michael Adam2008-04-131-1/+4
* registry cachehook: refactor normalization of keyname out.Michael Adam2008-04-131-29/+23
* registry: adapt copied function header comments.Michael Adam2008-04-131-2/+2
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-137-47/+44
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-131-0/+5
* libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-1/+1
* dbwrap_tdb2: fix a C++ warning by making implicit cast explicitMichael Adam2008-04-131-3/+3
* Add WERR_USER_ALREADY_EXISTS and WERR_PASSWORD_RESTRICTION.Günther Deschner2008-04-122-0/+6
* Move some WERRORs down to the NERR_BASE block.Günther Deschner2008-04-121-16/+11
* Fill in WHATSNEW.txt for pre3.Günther Deschner2008-04-121-0/+16
* WHATSNEW.txt: list my changesStefan Metzmacher2008-04-121-0/+21
* groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher2008-04-121-1/+1
* groupdb: readd groupdb:backend parametric optionStefan Metzmacher2008-04-121-2/+20
* dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher2008-04-124-3/+23
* dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher2008-04-121-2/+57
* dbwrap: add dbwrap_tdb2 backendStefan Metzmacher2008-04-123-1/+1275
* rerun 'make idl'Stefan Metzmacher2008-04-123-0/+95
* messaging.idl: add structure to marshall dbwrap_tdb2 changesStefan Metzmacher2008-04-121-0/+15
* messaging: add MSG_DBWRAP_TDB2_CHANGES flagStefan Metzmacher2008-04-121-0/+3
* messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher2008-04-122-0/+4
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-04-113-84/+88
|\
| * build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam2008-04-121-1/+1
| * build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam2008-04-121-3/+3
| * build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam2008-04-121-45/+41
| * build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)Michael Adam2008-04-121-6/+10
| * registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2008-04-122-7/+10
| * build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJMichael Adam2008-04-121-17/+17
| * build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differentlyMichael Adam2008-04-121-35/+36