summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Collapse)AuthorFilesLines
2008-03-08Fix the build.Jelmer Vernooij1-0/+2
(This used to be commit f2e49744717eb46bbfafeea9e2eb412a38a142e7)
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
2008-03-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-2/+4
(This used to be commit e4da851bd7e7620bbf99efe20a496b1be78ba4e2)
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-0/+2
This fixes up some issues with testdir (was not honoured) and increases test coverage. We now check all the major provision modes. In doing so, to make it possible to call from the multiple layers of 'sh', I have allowed 'dc' to alias 'domain controller' and 'member' to alias 'member server'. Fighting shell quoting in the test system was just too hard... Also fix upgrade.py Andrew Bartlett (This used to be commit 0923de12282b0e063dd73bc3e056dd5c3663c190)
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-2/+2
But the keep the default to always send it when the server supports it too. metze (This used to be commit 33caaef2e46557525a8ffb79d6dd0db46a079529)
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
(This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-9/+14
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-1/+1
(This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4)
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-3/+5
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij11-133/+183
Conflicts: source/scripting/python/config.mk (This used to be commit 0ac0ea660ab63eca764149f1d2828d0238a57289)
2008-02-28Remove sDefault as static variable.Jelmer Vernooij9-130/+180
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
2008-02-27Clarify comments.Jelmer Vernooij3-3/+3
(This used to be commit 5193b383761129e59241cd2cc6000f0b038b49d4)
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+4
(This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
2008-02-25Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij1-2/+2
prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them. (This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
2008-02-21loadparm: Add configuration settings for idmap.Kai Blin1-0/+8
Default behaviour for "idmap trusted only" is "False", meaning idmap creates ID mappings for all SIDs. If set to "True", idmap will create SID mappings for trusted users only. "idmap database" allows to set the database idmap uses, defaulting to idmap,ldb (This used to be commit ed8178b110abcde95e5b18cfb22957c53fd3febd)
2008-02-18Fix build with partial linking.Jelmer Vernooij1-4/+1
(This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
No code change. Couldn't resist. (This used to be commit abc816b3884838441ab379c9e31e16937caa4734)
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-0/+2
To use, run 'smbd -M prefork' By default, only the smb service is preforked. 4 children are created, and all listen for new connections. The Linux Kernel 'wake one' behaviour should ensure that only one is given the oportunity to accept. We need to look into the ideal number of worker children, as well as load balancing behaviours. To change, set: prefork children : smb = 6 valid service names (smb in this example) match those in 'server services'. Andrew Bartlett and David Disseldorp (This used to be commit 35313c0aa3fbfdd943edfb7bafd7645b1a0c54e9)
2008-01-23Add bindings for lp_load_default().Jelmer Vernooij4-0/+35
(This used to be commit ffd793bbde636366855462f980f1f7d0e25afaab)
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
2008-01-22param: Use manually written .pc file.Jelmer Vernooij2-0/+11
(This used to be commit c0165aab47b4948b8767517b7795c6ec28fb6b6b)
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij1-4/+1
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
2008-01-14python: Accept loadparm filename rather than loadparm object, too.Jelmer Vernooij2-2/+20
(This used to be commit 7e583a7ec4196982bd13cb679d741f37ef7decdb)
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij2-0/+23
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij2-0/+17
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij1-1/+1
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
2007-12-29r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij1-0/+5
(This used to be commit 2596b479abc8e0d1c064e1d191f2d1c894252f3d)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij2-0/+4
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26592: Finish fixing the samba3dump script.Jelmer Vernooij3-0/+306
(This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin1-6/+10
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96)
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij3-3/+3
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-16/+16
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2-37/+13
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij4-0/+333
Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
2007-12-21r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij1-2/+2
provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij6-66/+342
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-1/+1
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij2-3/+6
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij1-1/+1
(This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
2007-12-21r26456: Provide default config object, fix typo.Jelmer Vernooij4-2/+28
(This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b)
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij3-61/+60
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij1-0/+3
(This used to be commit d3643c2152a490952e59ee15b7a62ad3ad465462)
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij4-73/+71
(This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
2007-12-21r26447: Forgot to add param.i file.Jelmer Vernooij3-0/+4310
(This used to be commit 44098e6a40c7447867ea82c6c3f7148a49816577)
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij1-0/+4
(This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij5-9/+13
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d)
2007-12-21r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is ↵Jelmer Vernooij1-1/+1
specified (This used to be commit f3395db91a4dd3a89be55684f12313159d1acdd4)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2-2/+7
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij1-0/+3
(This used to be commit 7f28b53b579182500c57c4ac0c3d7591f5ddb214)