summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Remove old lsa set info policy call.Günther Deschner3-109/+0
2008-01-14Re-run make idl for new lsa calls.Günther Deschner3-2/+102
2008-01-14Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner1-2/+10
2008-01-14Remove more redundant lsa parsing functions.Günther Deschner2-372/+0
2008-01-14Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org>Michael Adam1-1/+1
2008-01-14Fix rpcclient display_trust_dom_info().Günther Deschner1-1/+1
2008-01-14Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner1-8/+14
2008-01-14Remove some more hand written LSA rpc.Günther Deschner2-111/+6
2008-01-14Start removing hand-written lsa marshalling code (namelyGünther Deschner3-307/+0
2008-01-14Use some more pidl generated LSA rpc in rpcclient.Günther Deschner1-59/+46
2008-01-14Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam1-4/+7
2008-01-14Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner1-2/+1
2008-01-14"make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner1-1/+2
2008-01-14samba3 already has tdb_validate()Andrew Tridgell2-43/+0
2008-01-14merged tdb fix from ctdb treeAndrew Tridgell3-0/+123
2008-01-14Reset the failed counter in test_wbinfo_s3.sh.Michael Adam1-0/+2
2008-01-13Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam1-1/+1
2008-01-13Add and modify comments in net_conf.cMichael Adam1-8/+42
2008-01-13Add explicit creation of shares to net conf import function.Michael Adam1-0/+4
2008-01-13Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam1-1/+1
2008-01-13Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam1-0/+21
2008-01-13Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam1-0/+25
2008-01-13Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam1-30/+23
2008-01-13Add a comment header to libnet_conf_set_global_parameter().Michael Adam1-0/+6
2008-01-13Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam1-1/+12
2008-01-13Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam1-4/+2
2008-01-13Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2008-01-13Fix Compiler warnings by including the proper header.Michael Adam1-2/+1
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam6-128/+328
2008-01-13idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij17-58/+97
2008-01-12Don't early delete the share mode tdb dataVolker Lendecke1-2/+0
2008-01-12Trivial simplificationVolker Lendecke1-5/+1
2008-01-12Remove an unused variableVolker Lendecke1-1/+0
2008-01-12Get the inbuf on talloc_tos()Volker Lendecke1-1/+1
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke3-76/+61
2008-01-12Restructure dbwrap_rbtVolker Lendecke1-59/+127
2008-01-12One more empty lineVolker Lendecke1-2/+2
2008-01-12delete on close even prevents stat opensVolker Lendecke1-6/+6
2008-01-12There's no point in calling FLOCK on a non-existing fdVolker Lendecke1-7/+9
2008-01-12CID 458. Don't leak dlopen handles on failing to loadJeremy Allison1-0/+2
2008-01-12Fix CID 469. new_acct can't be NULL here.Jeremy Allison1-2/+1
2008-01-12Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison1-10/+3
2008-01-11Fix CID 475. work should not be checked against NULLJeremy Allison1-2/+2
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison3-5/+4
2008-01-11Coverity 512, uninitialized var.Jeremy Allison1-2/+2
2008-01-11Stop Coverity complaining about uninitialized variables.Jeremy Allison1-3/+3
2008-01-11Fix CID 498. Ensure we don't prs_mem_free an uninitializedJeremy Allison1-1/+6
2008-01-11Fix CID 505 - don't copy uninitialized memory.Jeremy Allison1-0/+1
2008-01-11Fix CID 523 - wrong null deref check.Jeremy Allison1-1/+1
2008-01-11Fix CID 524 - reference before allocation fail null check.Jeremy Allison1-1/+1