summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Cope with API changes.Jelmer Vernooij16-43/+90
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij12-5/+15
2008-09-30Remove global_loadparm instance, discard_const_p.Jelmer Vernooij1-5/+13
2008-09-30Remove global_loadparm instance.Jelmer Vernooij2-5/+7
2008-09-30Remove uses of global_loadparm.Jelmer Vernooij1-2/+6
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-1/+1
2008-09-30Remove redundant call.Jelmer Vernooij1-1/+1
2008-09-30Explicitly pass on session options to session setup function.Jelmer Vernooij2-9/+16
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij9-18/+55
2008-09-30Remove unused uninstallheader script.Jelmer Vernooij1-35/+0
2008-09-30Re-add uninstallplugins, there has to be at least one instance of this.Jelmer Vernooij1-0/+2
2008-09-30Fix installation of misc files.Jelmer Vernooij4-13/+13
2008-09-30Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij1-17/+0
2008-09-29Patch by Matthias that removes old SWAT support and fixes uninstall.Matthias Dieter Wallnöfer1-11/+16
2008-09-29Consistently use lower case variable names for path variables.Jelmer Vernooij2-22/+22
2008-09-29Stop creating symlinks to libraries without sonames. (caused recursiveMatthias Dieter Wallnöfer1-1/+3
2008-09-29Ensure we null out fsp after a close in all paths.Jeremy Allison1-0/+1
2008-09-29Avoid freeing fsp twice when opening new_file fails. (Debian #431696)Jelmer Vernooij1-0/+1
2008-09-29s3:mapping_tdb: fix the del_aliasmem() functionStefan Metzmacher1-3/+2
2008-09-29docs: Adapt version strings in man vfs_smb_traffic_analyzer.Karolin Seeger1-2/+2
2008-09-29Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.Holger Hetterich1-0/+157
2008-09-29re-added "winbind:ignore domains" patchAndrew Tridgell1-0/+17
2008-09-29fixed an (unlikely) memory leakAndrew Tridgell1-0/+1
2008-09-29fixed a segfault on the ctdb destructor codeAndrew Tridgell1-3/+10
2008-09-29removed unused variablesAndrew Tridgell1-2/+1
2008-09-29fixed segv on startup with trusted domainsAndrew Tridgell1-0/+16
2008-09-29[s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam1-2/+2
2008-09-29s4:samldb: use the code path with async ldbStefan Metzmacher1-43/+4
2008-09-29s4:libcli/smb2: remove unused headerStefan Metzmacher1-1/+0
2008-09-29s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymoreStefan Metzmacher1-3/+3
2008-09-29LDB ASYNC: misc changesSimo Sorce6-73/+67
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce2-54/+44
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce22-4333/+4946
2008-09-29LDB ASYNC: core modulesSimo Sorce11-2152/+1534
2008-09-29LDB ASYNC: other backendsSimo Sorce3-582/+619
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce4-315/+242
2008-09-29LDB ASYNC: Core filesSimo Sorce5-164/+489
2008-09-29s4:configure: require tdb >= 1.1.3 from the systemStefan Metzmacher2-2/+2
2008-09-29lib/tdb: increase the version number after some critial changesStefan Metzmacher1-1/+1
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher4-3/+39
2008-09-29Fix async_connectVolker Lendecke1-1/+2
2008-09-27[s3]loadparm: refactor freeing of parameter data out and reduce memleak.Michael Adam1-35/+53
2008-09-27[s3]loadparm: in lp_do_parameter() use function lp_local_ptr()Michael Adam1-3/+1
2008-09-27[s3]loadparm: remove superfluous talloc context / talloc_stackframe call.Michael Adam1-5/+0
2008-09-27[s3]loadparm: refactor setting parametric options in list outMichael Adam1-52/+45
2008-09-27[s3]loadparm: fix memory error - free the right param_opt->list in copy_service.Michael Adam1-1/+1
2008-09-27[s3]loadparm: refactor freeing of parametric options into free_param_opts().Michael Adam1-41/+34
2008-09-27[s3]loadparm: rename process_registry_service() to process_smbconf_service().Michael Adam1-3/+3
2008-09-27[s3]testparm: give testparm one common exit point and call gfree_loadparm().Michael Adam1-6/+13
2008-09-27[s3]testparm: free the popt context when it is no longer used.Michael Adam1-0/+2