summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2-30/+46
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-0/+5
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
2007-12-21r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher1-2/+2
metze (This used to be commit 61d2f1a03b374404fd0f3e6191cda82ff0295834)
2007-12-21r26423: try to fix the build on solarisStefan Metzmacher1-1/+6
metze (This used to be commit 5b62180946a7cb9f3981ce740cfe830f6f0a00ff)
2007-12-21r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ↵Stefan Metzmacher1-1/+1
for -ldl This fixes the pidl/ndr_string test. metze (This used to be commit 7c6d9edffbbfabd601a8e133a71698229819443d)
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher1-1/+1
metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc)
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-8/+2
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5)
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij1-1/+1
(This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij3-10/+14
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-21/+10
(This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd)
2007-12-21r26351: Fix handling of flags when there are multiple loadparm contexts around.Jelmer Vernooij2-280/+255
(This used to be commit c6da76b6142015588854b7a04becbc56679fa51d)
2007-12-21r26350: More tests.Jelmer Vernooij2-45/+70
(This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b)
2007-12-21r26349: More tests.Jelmer Vernooij2-12/+22
(This used to be commit c440b130a9d57c1928fb5aef34fa4c00c7e46cff)
2007-12-21r26348: Avoid use of autofree context.Jelmer Vernooij2-5/+5
(This used to be commit eebcf7e1b06ca48cc53bdd12efa01fcf0cff8aa3)
2007-12-21r26347: More tests.Jelmer Vernooij2-16/+50
(This used to be commit 5d927b5ca792c2c9da4a1c4f5c3ae880637895e3)
2007-12-21r26346: Add tests for loadparm.Jelmer Vernooij1-0/+66
(This used to be commit 064a2329e13f1d904142da1cac486c126a2fe57d)
2007-12-21r26345: Fix dumping an individual parameter.Jelmer Vernooij1-5/+2
(This used to be commit e8065a7f8f9156708b76720de50af29eb0092d59)