summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW.Günther Deschner2008-10-271-1/+1
* [s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test...Michael Adam2008-10-271-7/+7
* [s3]libsmbconf: add utility function smbconf_is_writeable_bystring()Michael Adam2008-10-272-0/+27
* [s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()Michael Adam2008-10-275-0/+29
* [s3]libsmbconf: create text config in smbconftortMichael Adam2008-10-271-1/+38
* [s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: fall back to file backend when no valid backend was foundMichael Adam2008-10-271-4/+5
* [s3]libsmbconf: fix comment typo.Michael Adam2008-10-271-1/+1
* [s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.Michael Adam2008-10-275-0/+28
* [s3]libsmbconf: remove unused define.Michael Adam2008-10-271-3/+0
* [s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.Michael Adam2008-10-271-1/+1
* [s3]test: fix testparm_s3 tests: don't create truncated smb.conf files.Michael Adam2008-10-271-1/+1
* [s3]pdbedit: remove unused variable.Michael Adam2008-10-271-4/+0
* [s3]build: fix bug #5677 - fix test_{shlibs,nss_modules,pam_modules} on SolarisMichael Adam2008-10-271-3/+6
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-267-68/+194
|\
| * Add proxied named pipe supportVolker Lendecke2008-10-252-29/+146
| * Move the is_known_pipename check into np_openVolker Lendecke2008-10-253-21/+16
| * Add str_list_check[_ci] to s3's proto.hVolker Lendecke2008-10-251-0/+3
| * Fix "make etags" -- the args list gets really long for s4 with the prefixVolker Lendecke2008-10-251-1/+34
| * Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke2008-10-253-22/+0
* | Remove another use of global_loadparm.Jelmer Vernooij2008-10-242-9/+10
|/
* Fix includes.Jelmer Vernooij2008-10-242-0/+2
* Remove include/local.h and move defines to more appropriate places.Jelmer Vernooij2008-10-246-59/+35
* Fix installation of charset headers.Jelmer Vernooij2008-10-241-1/+1
* Fix the build.Jelmer Vernooij2008-10-242-2/+3
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-241-3/+3
|\
| * Error return is False, not -1Derrell Lipman2008-10-241-3/+3
* | Remove unused include param/param.h.Jelmer Vernooij2008-10-2479-87/+11
|/
* Remove more global_loadparm instances, fix syntax errors.Jelmer Vernooij2008-10-243-9/+9
* Revert Samba3 back to using its own charset handling code.Jelmer Vernooij2008-10-241-1/+1
* Add version of next_codepoint without iconv_convenience.Jelmer Vernooij2008-10-249-31/+37
* Remove use of global_loadparm in last Python script.Jelmer Vernooij2008-10-241-2/+0
* Regenerate SWIG files.Jelmer Vernooij2008-10-244-33/+6
* Remove access to global_loadparm from python module.Jelmer Vernooij2008-10-241-3/+0
* Mark global_loadparm as deprecated.Jelmer Vernooij2008-10-241-1/+1
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-247-27/+50
* Remove dependency of charset code on loadparm.Jelmer Vernooij2008-10-243-3/+7
* Remove more uses of global_loadparm.Jelmer Vernooij2008-10-243-11/+7
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-2424-73/+109
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-244-7/+7
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-2431-46/+109
* Avoid retrieving iconv convenience during loops.Jelmer Vernooij2008-10-241-11/+15
* Remove const so return value can be freed.Jelmer Vernooij2008-10-242-10/+10
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-2412-96/+281
|\
| * s3: fix simple "incompatible pointer type" build warningTim Prouty2008-10-231-1/+1
| * Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warningTim Prouty2008-10-233-7/+2
| * netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner2008-10-241-0/+4
| * netapi: add more group tests to netapitest.Günther Deschner2008-10-241-3/+220
| * s3-samr-server: return NT_STATUS_NOT_SUPPORTED for group rename.Günther Deschner2008-10-241-0/+3
| * s3-samr-server: remove unused historic code.Günther Deschner2008-10-241-60/+0