summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-27s4-lsa: merge lsa_GetUserName from s3 lsa idl.Günther Deschner6-39/+60
2008-10-27s4-lsa: merge lsa_EnumTrustDom from s3 lsa idl.Günther Deschner2-5/+5
2008-10-27s4-lsa: merge lsa_EnumAccounts from s3 lsa idl.Günther Deschner2-7/+5
2008-10-27s4-lsa: merge lsa_EnumPrivs from s3 lsa idl.Günther Deschner2-8/+8
2008-10-27s4-lsa: merge lsa_QuerySecurity from s3 lsa idl.Günther Deschner5-11/+13
2008-10-27[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.Michael Adam1-1/+6
2008-10-27s3-rpcclient: add getdcsitecoverage call.Günther Deschner1-0/+38
2008-10-27s3-build: re-run make samba3-idl.Günther Deschner5-7/+28
2008-10-27s3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW.Günther Deschner1-1/+1
2008-10-27[s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test...Michael Adam1-7/+7
2008-10-27[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2-0/+27
2008-10-27[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam5-0/+29
2008-10-27[s3]libsmbconf: create text config in smbconftortMichael Adam1-1/+38
2008-10-27[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam1-4/+5
2008-10-27[s3]libsmbconf: fix comment typo.Michael Adam1-1/+1
2008-10-27[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam5-0/+28
2008-10-27[s3]libsmbconf: remove unused define.Michael Adam1-3/+0
2008-10-27[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.Michael Adam1-1/+1
2008-10-27[s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.Michael Adam1-1/+1
2008-10-27[s3]pdbedit: remove unused variable.Michael Adam1-4/+0
2008-10-27[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on SolarisMichael Adam1-3/+6
2008-10-26Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij7-68/+194
2008-10-25Add proxied named pipe supportVolker Lendecke2-29/+146
2008-10-25Move the is_known_pipename check into np_openVolker Lendecke3-21/+16
2008-10-25Add str_list_check[_ci] to s3's proto.hVolker Lendecke1-0/+3
2008-10-25Fix "make etags" -- the args list gets really long for s4 with the prefixVolker Lendecke1-1/+34
2008-10-25Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke3-22/+0
2008-10-24Remove another use of global_loadparm.Jelmer Vernooij2-9/+10
2008-10-24Fix includes.Jelmer Vernooij2-0/+2
2008-10-24Remove include/local.h and move defines to more appropriate places.Jelmer Vernooij6-59/+35
2008-10-24Fix installation of charset headers.Jelmer Vernooij1-1/+1
2008-10-24Fix the build.Jelmer Vernooij2-2/+3
2008-10-24Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-3/+3
2008-10-24Remove unused include param/param.h.Jelmer Vernooij79-87/+11
2008-10-24Error return is False, not -1Derrell Lipman1-3/+3
2008-10-24Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij3-9/+9
2008-10-24Revert Samba3 back to using its own charset handling code.Jelmer Vernooij1-1/+1
2008-10-24Add version of next_codepoint without iconv_convenience.Jelmer Vernooij9-31/+37
2008-10-24Remove use of global_loadparm in last Python script.Jelmer Vernooij1-2/+0
2008-10-24Regenerate SWIG files.Jelmer Vernooij4-33/+6
2008-10-24Remove access to global_loadparm from python module.Jelmer Vernooij1-3/+0
2008-10-24Mark global_loadparm as deprecated.Jelmer Vernooij1-1/+1
2008-10-24Remove more usages of global_loadparm.Jelmer Vernooij7-27/+50
2008-10-24Remove dependency of charset code on loadparm.Jelmer Vernooij3-3/+7
2008-10-24Remove more uses of global_loadparm.Jelmer Vernooij3-11/+7
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij24-73/+109
2008-10-24Remove a few more usages of global_loadparm.Jelmer Vernooij4-7/+7
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij31-46/+109
2008-10-24Avoid retrieving iconv convenience during loops.Jelmer Vernooij1-11/+15