summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-28Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison1-1/+3
2008-03-28Support "net ads join" format while joining to a specific ou.Günther Deschner1-0/+5
2008-03-28Add ads_check_ou_dn().Günther Deschner1-0/+47
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam7-22/+38
2008-03-28srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam1-0/+3
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam3-1/+534
2008-03-28More ssize_t->SMB_OFF_TVolker Lendecke2-6/+6
2008-03-28libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher1-1/+1
2008-03-28wbinfo: use wbcDomainInfo()Stefan Metzmacher1-18/+25
2008-03-28wbinfo: use wbcGetgrnam()Stefan Metzmacher1-19/+12
2008-03-28wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher1-54/+29
2008-03-28wbinfo: use wbcLookupUserSids()Stefan Metzmacher1-31/+45
2008-03-28libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher1-2/+0
2008-03-28libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2-0/+150