summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-12groupdb: readd groupdb:backend parametric optionStefan Metzmacher1-2/+20
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher4-3/+23
2008-04-12dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher1-2/+57
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher3-1/+1275
2008-04-12rerun 'make idl'Stefan Metzmacher3-0/+95
2008-04-12messaging.idl: add structure to marshall dbwrap_tdb2 changesStefan Metzmacher1-0/+15
2008-04-12messaging: add MSG_DBWRAP_TDB2_CHANGES flagStefan Metzmacher1-0/+3
2008-04-12messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher2-0/+4
2008-04-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison3-84/+88
2008-04-11Fix bug #5386, don't keep printing the same waitingJeremy Allison1-3/+6
2008-04-12build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam1-1/+1
2008-04-12build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam1-3/+3
2008-04-12build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam1-45/+41
2008-04-12build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)Michael Adam1-6/+10
2008-04-12registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2-7/+10
2008-04-12build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJMichael Adam1-17/+17
2008-04-12build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differentlyMichael Adam1-35/+36
2008-04-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison6-21/+14
2008-04-11Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison1-0/+5
2008-04-12libnetapi: fix dependency problem by linking libnetapi statically (internally)Michael Adam1-0/+7
2008-04-12libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam1-0/+3
2008-04-12util_tdb: fix a segfault caused by a fatal typo.Michael Adam1-1/+1
2008-04-11Remove a redundant TALLOC_FREEVolker Lendecke1-1/+0
2008-04-11Remove some write-only fstringsVolker Lendecke2-19/+3
2008-04-11net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher1-1/+1
2008-04-11nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2-97/+1