summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-11111-12779/+20175
| |\
| | * 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
| | * Fix some error strings in libnet_join.Günther Deschner2008-01-121-1/+6
| | * Add appropriate error code when pre-creating accounts in ous isnt supported b...Günther Deschner2008-01-121-2/+2
| | * For libnet_join error string functions, make sure not to overwrite last statu...Günther Deschner2008-01-121-10/+10
| | * Merge all ads related calls in libnet_join_post_processing_ads().Günther Deschner2008-01-121-32/+49