summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-11Ensure we don't access an uninitialized variableJeremy Allison1-1/+1
2008-01-12Fix some indents.Günther Deschner1-2/+3
2008-01-12Call dsgetdcname when we have no specific dc defined for joining.Günther Deschner1-0/+27
2008-01-12Fix some error strings in libnet_join.Günther Deschner1-1/+6
2008-01-12Add appropriate error code when pre-creating accounts in ous isnt supported b...Günther Deschner1-2/+2
2008-01-12For libnet_join error string functions, make sure not to overwrite last statu...Günther Deschner1-10/+10
2008-01-12Merge all ads related calls in libnet_join_post_processing_ads().Günther Deschner1-32/+49
2008-01-12Use WITH_ADS define in libnet_join, hopefully not breaking the build.Günther Deschner1-16/+11
2008-01-12Auto-add missing shares in libnet_conf_set_parameter().Günther Deschner1-2/+4
2008-01-12Add debug bool flag for libnetjoin ctx.Günther Deschner1-0/+1
2008-01-12Use domain_is_ad one more time in libnetjoin.Günther Deschner1-3/+2
2008-01-11Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison10-218/+358
2008-01-11Remove code accidentially submittet with last commit 83aed537c16f63.Michael Adam1-42/+0
2008-01-11Fix panic in "net conf": Fix logic in error condition.Michael Adam1-1/+43
2008-01-11Fix a build warning.Günther Deschner1-0/+1
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner4-44/+44
2008-01-11Fix libnetapi error string callers.Günther Deschner4-9/+9