summaryrefslogtreecommitdiffstats
path: root/source4/param
Commit message (Collapse)AuthorAgeFilesLines
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij2008-01-032-0/+17
| | | | | | options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-011-1/+1
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij2007-12-291-0/+5
| | | | (This used to be commit 2596b479abc8e0d1c064e1d191f2d1c894252f3d)
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-262-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)
* r26592: Finish fixing the samba3dump script.Jelmer Vernooij2007-12-263-0/+306
| | | | (This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-6/+10
| | | | | Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96)
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
| | | | (This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-243-3/+3
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-16/+16
| | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-242-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)
* r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2007-12-214-0/+333
| | | | | | Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
* r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij2007-12-211-2/+2
| | | | | | provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-216-66/+342
| | | | | section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
* r26498: Fix memory leak in iconv code.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-212-3/+6
| | | | (This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
* r26461: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit a07050be33d9c8e8033063b393162884075fa2af)
* r26456: Provide default config object, fix typo.Jelmer Vernooij2007-12-214-2/+28
| | | | (This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b)
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-213-61/+60
| | | | (This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
* r26449: Support configuration without a known configuration dir.Jelmer Vernooij2007-12-211-0/+3
| | | | (This used to be commit d3643c2152a490952e59ee15b7a62ad3ad465462)
* r26448: Add basic tests for param python module.Jelmer Vernooij2007-12-214-73/+71
| | | | (This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81)
* r26447: Forgot to add param.i file.Jelmer Vernooij2007-12-213-0/+4310
| | | | (This used to be commit 44098e6a40c7447867ea82c6c3f7148a49816577)
* r26446: Convert param module to SWIG.Jelmer Vernooij2007-12-211-0/+4
| | | | (This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-215-9/+13
| | | | (This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d)
* r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | specified (This used to be commit f3395db91a4dd3a89be55684f12313159d1acdd4)
* r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2007-12-212-2/+7
| | | | (This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
* r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij2007-12-211-0/+3
| | | | (This used to be commit 7f28b53b579182500c57c4ac0c3d7591f5ddb214)
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-30/+46
| | | | (This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-0/+5
| | | | (This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
* r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit 61d2f1a03b374404fd0f3e6191cda82ff0295834)
* r26423: try to fix the build on solarisStefan Metzmacher2007-12-211-1/+6
| | | | | metze (This used to be commit 5b62180946a7cb9f3981ce740cfe830f6f0a00ff)
* r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ↵Stefan Metzmacher2007-12-211-1/+1
| | | | | | | | | for -ldl This fixes the pidl/ndr_string test. metze (This used to be commit 7c6d9edffbbfabd601a8e133a71698229819443d)
* r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc)
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-8/+2
| | | | (This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5)
* r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-213-10/+14
| | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
* r26352: Don't make lp_load create a new context.Jelmer Vernooij2007-12-211-21/+10
| | | | (This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd)
* r26351: Fix handling of flags when there are multiple loadparm contexts around.Jelmer Vernooij2007-12-212-280/+255
| | | | (This used to be commit c6da76b6142015588854b7a04becbc56679fa51d)
* r26350: More tests.Jelmer Vernooij2007-12-212-45/+70
| | | | (This used to be commit 87799f55d5d85bf9a15a9637143faa32183b181b)
* r26349: More tests.Jelmer Vernooij2007-12-212-12/+22
| | | | (This used to be commit c440b130a9d57c1928fb5aef34fa4c00c7e46cff)
* r26348: Avoid use of autofree context.Jelmer Vernooij2007-12-212-5/+5
| | | | (This used to be commit eebcf7e1b06ca48cc53bdd12efa01fcf0cff8aa3)
* r26347: More tests.Jelmer Vernooij2007-12-212-16/+50
| | | | (This used to be commit 5d927b5ca792c2c9da4a1c4f5c3ae880637895e3)
* r26346: Add tests for loadparm.Jelmer Vernooij2007-12-211-0/+66
| | | | (This used to be commit 064a2329e13f1d904142da1cac486c126a2fe57d)
* r26345: Fix dumping an individual parameter.Jelmer Vernooij2007-12-211-5/+2
| | | | (This used to be commit e8065a7f8f9156708b76720de50af29eb0092d59)
* r26344: Fix memory access.Jelmer Vernooij2007-12-211-34/+33
| | | | (This used to be commit 966248108f97d237b41ff2d14ec1e592d61d8db3)
* r26343: Remove bLoaded global variable.Jelmer Vernooij2007-12-211-5/+1
| | | | (This used to be commit 6c3ca6aa816158f3ec27ce6a2bd872017f86c993)
* r26342: Fix initialization.Jelmer Vernooij2007-12-211-26/+27
| | | | (This used to be commit 2c9e17cb96d535405fed949f50d0591826c1efc7)
* r26340: Add special handlers for debuglevel and logfile.Jelmer Vernooij2007-12-211-10/+25
| | | | (This used to be commit 2be4e8a4441423d3795ec055742184dbec8a4fe0)
* r26339: Make loadparm talloc-allocated.Jelmer Vernooij2007-12-211-43/+51
| | | | (This used to be commit 1e02cd8db1d65ff72b747833904a10b47749b1fb)
* r26336: use offsets inside loadparm rather than pointers (allows multiple ↵Jelmer Vernooij2007-12-212-63/+65
| | | | | | contexts to exist at the same time). (This used to be commit 9c87c46c69169fbb071ec945943e2454206f916e)
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d)