summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-31Ok, final move of this code :-). I think I've found the correctJeremy Allison1-9/+9
2008-03-31Move the message_dispatch() call after the check for errno onJeremy Allison1-11/+11
2008-03-31Reduce the race condition in Samba4 in RAW-RENAME test. We rename a fileJeremy Allison1-0/+9
2008-04-01Fix build of rpcclient.Günther Deschner1-2/+2
2008-04-01Fix build warning.Günther Deschner1-1/+1
2008-04-01Fix SRVSVC NetShareInfo level 502 client-side.Günther Deschner1-2/+2
2008-04-01Fix SRVSVC ShareInfo level 502 server side handling.Günther Deschner2-8/+8
2008-04-01Re-run make idl.Günther Deschner2-39/+6
2008-04-01Fix IDL for srvsvc_NetShareInfo502. It does indeed contain a sec_desc_buf.Günther Deschner1-3/+1
2008-04-01Fix SRVSVC ShareInfo max_users handling server side.Günther Deschner2-8/+8
2008-04-01Re-run make idl.Günther Deschner2-8/+8
2008-04-01Use uint32 in max_users field in SRVSVC ShareInfo levels consistently.Günther Deschner1-2/+2
2008-04-01Fix _srvsvc_NetShareSetInfo.Günther Deschner1-3/+5
2008-04-01test: add test script for testing "net registry".Michael Adam2-0/+385
2008-03-31mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton1-24/+66
2008-03-31Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter2-2/+5
2008-03-31Re-add support for the samr parameters string.Günther Deschner4-44/+50
2008-03-31Re-run make idl.Günther Deschner2-12/+12
2008-03-31The parameters string (aka munged dial string) in samr is not a normal lsa_St...Günther Deschner1-2/+2
2008-03-31Add init_samr_parameters_string().Günther Deschner1-0/+35
2008-03-31Fix enumeration of forest trusts from our root domain.Gerald W. Carter1-1/+1
2008-03-31DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter1-10/+16
2008-03-31Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2-28/+169
2008-03-31Forest root trust flags won't overwrite child trust flagsSteven Danneman2-33/+54
2008-03-31test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam1-2/+8
2008-03-31test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam1-8/+14