summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
* test: add diagnostic message to net_registry test.Michael Adam2008-04-011-0/+1
* test: fix net_registry test "set value to different type" to track error countMichael Adam2008-04-011-1/+1
* test: some cosmetics to net_registry tests.Michael Adam2008-04-011-2/+3
* test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam2008-04-011-12/+25
* test: fix use of printf in net_registry tests.Michael Adam2008-04-011-12/+12
* po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam2008-04-011-1/+1
* mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam2008-04-011-4/+4
* installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam2008-04-011-2/+2
* configure: be more portable, use 'printf "%s"' instead of "echo -n"Michael Adam2008-04-011-1/+1
* test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam2008-04-011-3/+3
* test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam2008-04-011-1/+1
* smbd: ignore nttrans renames as w2k3 doesStefan Metzmacher2008-04-011-24/+3
* account_pol: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* account_pol: use dbwrap_trans_store_uint32()Stefan Metzmacher2008-04-011-7/+1
* Convert account_pol.tdb to dbwrapVolker Lendecke2008-04-012-37/+86
* dbwrap: fix a confusing "tdb_chainunlock failed" messageStefan Metzmacher2008-04-011-1/+3
* dbwrap: add dbwrap_trans_store_uint32()Stefan Metzmacher2008-04-011-0/+13
* Add dbwrap_trans_*_bystringVolker Lendecke2008-04-011-0/+11
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-015-15/+22
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-015-33/+43
* Add dbwrap_[fetch|store]_uint32Volker Lendecke2008-04-011-0/+39
* sharesec: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* Convert share_info.tdb to dbwrapVolker Lendecke2008-04-011-17/+64
* mapping_tdb: use the correct sid for the key creationStefan Metzmacher2008-04-011-1/+1
* mapping_tdb: use db_open_trans()Stefan Metzmacher2008-04-011-2/+2
* Protect group_mapping.tdb ops with transactionsVolker Lendecke2008-04-011-16/+66
* pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher2008-04-011-1/+1
* passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher2008-04-011-2/+24
* passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher2008-04-011-0/+9
* regdb: let regdb_fetch_keys() handle NULL and failure cases in the same way a...Stefan Metzmacher2008-04-011-1/+0
* regdb: get the seqnum before the record, to not miss somethingStefan Metzmacher2008-04-011-4/+4
* regdb: use dbwrap->fetch() instead of fetch_locked() for readonly access"Stefan Metzmacher2008-04-011-10/+12
* test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam2008-04-011-4/+4
* test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam2008-04-011-12/+12
* Ok, final move of this code :-). I think I've found the correctJeremy Allison2008-03-311-9/+9
* Move the message_dispatch() call after the check for errno onJeremy Allison2008-03-311-11/+11
* Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison2008-03-311-0/+9
* Fix build of rpcclient.Günther Deschner2008-04-011-2/+2
* Fix build warning.Günther Deschner2008-04-011-1/+1
* Fix SRVSVC NetShareInfo level 502 client-side.Günther Deschner2008-04-011-2/+2
* Fix SRVSVC ShareInfo level 502 server side handling.Günther Deschner2008-04-012-8/+8
* Re-run make idl.Günther Deschner2008-04-012-39/+6
* Fix IDL for srvsvc_NetShareInfo502. It does indeed contain a sec_desc_buf.Günther Deschner2008-04-011-3/+1
* Fix SRVSVC ShareInfo max_users handling server side.Günther Deschner2008-04-012-8/+8
* Re-run make idl.Günther Deschner2008-04-012-8/+8
* Use uint32 in max_users field in SRVSVC ShareInfo levels consistently.Günther Deschner2008-04-011-2/+2
* Fix _srvsvc_NetShareSetInfo.Günther Deschner2008-04-011-3/+5
* test: add test script for testing "net registry".Michael Adam2008-04-012-0/+385
* mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton2008-03-311-24/+66