summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-03wbinfo: catch NULL domain string as in other placesStefan Metzmacher1-1/+1
2008-04-03registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam1-191/+1
2008-04-03libsmbconf: move initialization of registry value down after error checks.Michael Adam1-6/+6
2008-04-03Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner1-3/+11
2008-04-03Add NT_STATUS_RPC_CANNOT_SUPPORT.Günther Deschner2-0/+2
2008-04-03Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce1-0/+70
2008-04-02Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison1-30/+0
2008-04-02Fix "net rpc trustdom establish" for win2k8 trusts.Günther Deschner1-14/+52
2008-04-02Apply some const in clirap.Günther Deschner1-1/+1
2008-04-02Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner1-157/+390
2008-04-02Make sure to hand down the domain name in libnetapi NetUnjoinDomain.Günther Deschner1-7/+11
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner10-19/+61
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0
2008-04-01wbinfo: use wbcInterfaceDetails()Stefan Metzmacher1-19/+25
2008-04-01libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2-0/+90
2008-04-01libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher1-4/+5
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-1/+1
2008-04-01mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam1-4/+4
2008-04-01installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-2/+2
2008-04-01configure: be more portable, use 'printf "%s"' instead of "echo -n"Michael Adam1-1/+1
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
2008-04-01smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher1-24/+3
2008-04-01account_pol: use db_open_trans()Stefan Metzmacher1-2/+2
2008-04-01account_pol: use dbwrap_trans_store_uint32()Stefan Metzmacher1-7/+1
2008-04-01Convert account_pol.tdb to dbwrapVolker Lendecke2-37/+86
2008-04-01dbwrap: fix a confusing "tdb_chainunlock failed" messageStefan Metzmacher1-1/+3
2008-04-01dbwrap: add dbwrap_trans_store_uint32()Stefan Metzmacher1-0/+13
2008-04-01Add dbwrap_trans_*_bystringVolker Lendecke1-0/+11
2008-04-01Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke5-15/+22
2008-04-01Convert dbwrap_trans_store to NTSTATUSVolker Lendecke5-33/+43
2008-04-01Add dbwrap_[fetch|store]_uint32Volker Lendecke1-0/+39
2008-04-01sharesec: use db_open_trans()Stefan Metzmacher1-2/+2
2008-04-01Convert share_info.tdb to dbwrapVolker Lendecke1-17/+64
2008-04-01mapping_tdb: use the correct sid for the key creationStefan Metzmacher1-1/+1
2008-04-01mapping_tdb: use db_open_trans()Stefan Metzmacher1-2/+2
2008-04-01Protect group_mapping.tdb ops with transactionsVolker Lendecke1-16/+66
2008-04-01pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher1-1/+1
2008-04-01passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher1-2/+24
2008-04-01passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher1-0/+9
2008-04-01regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...Stefan Metzmacher1-1/+0
2008-04-01regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher1-4/+4
2008-04-01regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher1-10/+12
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12