summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-12/+371
2008-04-01Install samba-hostconfig library.Jelmer Vernooij1-1/+4
2008-04-01Add context pointer to secrets functions.Jelmer Vernooij2-25/+11
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2-5/+5
2008-04-01Add README file explaining param/.Jelmer Vernooij1-0/+4
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij2-588/+0
2008-03-28Fix 'oplocks' in loadparm.Andrew Bartlett1-0/+1
2008-03-27Fix how we initialise the oplocks parameter.Andrew Bartlett1-2/+1
2008-03-27Actually call into lp_oplocks() in share_classic backend.Andrew Bartlett1-0/+4
2008-03-27Make oplocks a per-share option.Andrew Bartlett2-1/+7
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-0/+2
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-2/+2
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-1/+1
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-3/+5
2008-02-28Remove sDefault as static variable.Jelmer Vernooij9-130/+180
2008-02-27Clarify comments.Jelmer Vernooij3-3/+3
2008-02-21loadparm: Add configuration settings for idmap.Kai Blin1-0/+8
2008-02-18Fix build with partial linking.Jelmer Vernooij1-4/+1
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