summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Expand)AuthorFilesLines
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-0/+2
2008-01-23Add bindings for lp_load_default().Jelmer Vernooij4-0/+35
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22param: Use manually written .pc file.Jelmer Vernooij2-0/+11
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij1-4/+1
2008-01-14python: Accept loadparm filename rather than loadparm object, too.Jelmer Vernooij2-2/+20
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2-0/+23
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2-0/+17
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