summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
* Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
* Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
* Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
* Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
* Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
* Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
* Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
* "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
* samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
* Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
* Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
* Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
* Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam2008-01-131-1/+1
* Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+21
* Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+25
* Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam2008-01-131-30/+23
* Add a comment header to libnet_conf_set_global_parameter().Michael Adam2008-01-131-0/+6
* Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam2008-01-131-1/+12
* Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam2008-01-131-4/+2
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
* Fix Compiler warnings by including the proper header.Michael Adam2008-01-131-2/+1
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-136-128/+328
* idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij2008-01-1317-58/+97
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
* Remove an unused variableVolker Lendecke2008-01-121-1/+0
* Get the inbuf on talloc_tos()Volker Lendecke2008-01-121-1/+1
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-123-76/+61
* Restructure dbwrap_rbtVolker Lendecke2008-01-121-59/+127
* One more empty lineVolker Lendecke2008-01-121-2/+2
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
* Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
* Fix CID 475. work should not be checked against NULLJeremy Allison2008-01-111-2/+2
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-113-5/+4
* Coverity 512, uninitialized var.Jeremy Allison2008-01-111-2/+2
* Stop Coverity complaining about uninitialized variables.Jeremy Allison2008-01-111-3/+3
* Fix CID 498. Ensure we don't prs_mem_free an uninitializedJeremy Allison2008-01-111-1/+6
* Fix CID 505 - don't copy uninitialized memory.Jeremy Allison2008-01-111-0/+1
* Fix CID 523 - wrong null deref check.Jeremy Allison2008-01-111-1/+1
* Fix CID 524 - reference before allocation fail null check.Jeremy Allison2008-01-111-1/+1
* Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
* Fix some indents.Günther Deschner2008-01-121-2/+3
* Call dsgetdcname when we have no specific dc defined for joining.Günther Deschner2008-01-121-0/+27