summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison2008-03-281-1/+3
* Support "net ads join" format while joining to a specific ou.Günther Deschner2008-03-281-0/+5
* Add ads_check_ou_dn().Günther Deschner2008-03-281-0/+47
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-287-22/+38
* srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam2008-03-281-0/+3
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-283-1/+534
* More ssize_t->SMB_OFF_TVolker Lendecke2008-03-282-6/+6
* libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher2008-03-281-1/+1
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-03-281-18/+25
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-03-281-19/+12
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-54/+29
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-03-281-31/+45