summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison111-12779/+20175
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
2008-01-11Remove '\n' from error strings in libnet_join context.Günther Deschner1-12/+12
2008-01-11Set error string when ads_leave_realm() has failed in libnetjoin.Günther Deschner1-1/+9
2008-01-11Include some basic headers in netapi.h.Günther Deschner1-0/+10
2008-01-11Refactor libnetapi error string functions a bit.Günther Deschner2-6/+20
2008-01-11Ignore result of libnet_conf_delete_parameter here, as realm may be not there.Günther Deschner1-1/+1
2008-01-11Remove some more references to global_myname() in libnet_join.Günther Deschner1-2/+2
2008-01-11Use domain_is_ad bool.Günther Deschner1-6/+5
2008-01-11Add domain_is_ad bool to libnetjoin ctx.Günther Deschner1-0/+1
2008-01-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison10-51/+44
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison2-14/+42
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam7-18/+15
2008-01-11Remove now redundant parameter fd from prime_cache().Michael Adam1-5/+4
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam9-29/+26
2008-01-10Don't print out debug messages at level 0 if we can'tJeremy Allison1-4/+10
2008-01-10Fix the build of the cacheprime VFS module after API changes.Michael Adam1-4/+3
2008-01-10--enable-libwbclient-sharedVolker Lendecke2-25/+35
2008-01-10Tiny cosmetic fixVolker Lendecke1-2/+1
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam9-22/+22
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam9-21/+22
2008-01-10Move transfer_file and transfer_file_internal to a module of their own.Michael Adam5-88/+147
2008-01-10Reformat some code I just touched.Michael Adam1-12/+20
2008-01-10Make casts to (void *) explicit to remove compiler warnings.Michael Adam1-1/+2
2008-01-10Fix a really silly typo.Michael Adam1-1/+1
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2-16/+32