summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-13Update WHATSNEW entry for pre3Volker Lendecke1-0/+13
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-12Fill in WHATSNEW.txt for pre3.Günther Deschner1-0/+16
2008-04-12WHATSNEW.txt: list my changesStefan Metzmacher1-0/+21
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