summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* wbinfo: use wbcPing()Stefan Metzmacher2008-03-311-7/+5
* build: fix configure option --with-static-libs=libXYZMichael Adam2008-03-311-1/+1
* Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly acc...Michael Adam2008-03-301-11/+10
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-03-291-3/+3
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-291-0/+24
* Fix missing '&&'.Jeremy Allison2008-03-281-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-03-287-28/+145
|\
| * Zero initial return_authenticator in net rpc samdump.Günther Deschner2008-03-291-0/+2
| * Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-03-291-3/+5
| * Re-run make idl.Günther Deschner2008-03-283-15/+84
| * Fill in netr_NegotiateFlags.Günther Deschner2008-03-281-8/+32
| * Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.Günther Deschner2008-03-281-2/+22
* | Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-03-281-2/+2
|/
* mapping_ldb: fix memory leak in group enumerationStefan Metzmacher2008-03-281-1/+2