summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter2008-03-312-2/+5
* Re-add support for the samr parameters string.Günther Deschner2008-03-314-44/+50
* Re-run make idl.Günther Deschner2008-03-312-12/+12
* The parameters string (aka munged dial string) in samr is not a normal lsa_St...Günther Deschner2008-03-311-2/+2
* Add init_samr_parameters_string().Günther Deschner2008-03-311-0/+35
* Fix enumeration of forest trusts from our root domain.Gerald W. Carter2008-03-311-1/+1
* DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter2008-03-311-10/+16
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-03-312-28/+169
* Forest root trust flags won't overwrite child trust flagsSteven Danneman2008-03-312-33/+54
* test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam2008-03-311-2/+8
* test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam2008-03-311-8/+14
* test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam2008-03-311-20/+63
* registry: reg_deletevalue should return error, when the value does not exist.Michael Adam2008-03-311-0/+18
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcSidToUid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcGitToSid()Stefan Metzmacher2008-03-311-9/+13
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-03-311-9/+13