summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-31test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam1-20/+63
2008-03-31registry: reg_deletevalue should return error, when the value does not exist.Michael Adam1-0/+18
2008-03-31wbinfo: use wbcAllocateGid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcAllocateUid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcSidToGid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcSidToUid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcGitToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcUidToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcPing()Stefan Metzmacher1-7/+5
2008-03-31build: fix configure option --with-static-libs=libXYZMichael Adam1-1/+1
2008-03-30Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...Michael Adam1-11/+10
2008-03-29Fix a segfault (an uninitialized variable)Volker Lendecke1-3/+3
2008-03-29winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam1-0/+24
2008-03-28Fix missing '&&'.Jeremy Allison1-1/+1
2008-03-28Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison7-28/+145
2008-03-28Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison1-2/+2
2008-03-29Zero initial return_authenticator in net rpc samdump.Günther Deschner1-0/+2
2008-03-29Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner1-3/+5
2008-03-28Re-run make idl.Günther Deschner3-15/+84
2008-03-28Fill in netr_NegotiateFlags.Günther Deschner1-8/+32
2008-03-28Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.Günther Deschner1-2/+22
2008-03-28mapping_ldb: fix memory leak in group enumerationStefan Metzmacher1-1/+2