summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Expand)AuthorFilesLines
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2007-12-29r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij1-0/+5
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij2-0/+4
2007-12-26r26592: Finish fixing the samba3dump script.Jelmer Vernooij3-0/+306
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin1-6/+10
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij3-3/+3
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-16/+16
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-37/+13
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij4-0/+333
2007-12-21r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij1-2/+2
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij6-66/+342
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-1/+1
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij2-3/+6
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26456: Provide default config object, fix typo.Jelmer Vernooij4-2/+28
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij3-61/+60
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij1-0/+3
2007-12-21r26448: Add basic tests for param python module.Jelmer Vernooij4-73/+71
2007-12-21r26447: Forgot to add param.i file.Jelmer Vernooij3-0/+4310
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij1-0/+4
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij5-9/+13
2007-12-21r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is s...Jelmer Vernooij1-1/+1
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2-2/+7
2007-12-21r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij1-0/+3
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2-30/+46
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij1-0/+5
2007-12-21r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher1-2/+2
2007-12-21r26423: try to fix the build on solarisStefan Metzmacher1-1/+6
2007-12-21r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ...Stefan Metzmacher1-1/+1
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher1-1/+1
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-8/+2
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij3-10/+14
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-21/+10
2007-12-21r26351: Fix handling of flags when there are multiple loadparm contexts around.Jelmer Vernooij2-280/+255
2007-12-21r26350: More tests.Jelmer Vernooij2-45/+70
2007-12-21r26349: More tests.Jelmer Vernooij2-12/+22
2007-12-21r26348: Avoid use of autofree context.Jelmer Vernooij2-5/+5
2007-12-21r26347: More tests.Jelmer Vernooij2-16/+50
2007-12-21r26346: Add tests for loadparm.Jelmer Vernooij1-0/+66
2007-12-21r26345: Fix dumping an individual parameter.Jelmer Vernooij1-5/+2
2007-12-21r26344: Fix memory access.Jelmer Vernooij1-34/+33
2007-12-21r26343: Remove bLoaded global variable.Jelmer Vernooij1-5/+1
2007-12-21r26342: Fix initialization.Jelmer Vernooij1-26/+27
2007-12-21r26340: Add special handlers for debuglevel and logfile.Jelmer Vernooij1-10/+25
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-43/+51
2007-12-21r26336: use offsets inside loadparm rather than pointers (allows multiple con...Jelmer Vernooij2-63/+65
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-2/+2
2007-12-21r26318: Don't rely on SAMDB functions in secrets database.Jelmer Vernooij1-3/+17