Make oplocks a per-share option.
[samba.git] / source / param / loadparm.c
2008-03-27 Andrew BartlettMake oplocks a per-share option.
2008-03-06 Andrew BartlettRework provision scripts for more testing
2008-03-06 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-03-06 Stefan Metzmacherlibcli/raw: make it possible to not send CAP_LEVEL_II_O...
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-28 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-28 Jelmer VernooijRemove sDefault as static variable.
2008-02-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-21 Kai Blinloadparm: Add configuration settings for idmap.
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-15 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Kai Blinloadparm: Clean up trailing whitespace
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-04 Andrew BartlettRemaining changes to implement the prefork process...
2008-01-03 Jelmer Vernooijr26654: libcli/smb_composite: Rather than specifying...
2007-12-29 Jelmer Vernooijr26627: param: Provide a call for loading the system...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26503: Change order of arguments in param interface...
2007-12-21 Jelmer Vernooijr26498: Fix memory leak in iconv code.
2007-12-21 Jelmer Vernooijr26464: Tighten dependencies.
2007-12-21 Jelmer Vernooijr26436: Remove default of 0 for integer parameters...
2007-12-21 Jelmer Vernooijr26434: Remove display charset from iconv convenience...
2007-12-21 Jelmer Vernooijr26433: Don't crash when a NULL lp_ctx is specified...
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Stefan Metzmacherr26425: fix crash bug, sorry I should have tested that...
2007-12-21 Stefan Metzmacherr26423: try to fix the build on solaris
2007-12-21 Stefan Metzmacherr26391: samba4 doesn't support 'lmhosts' as resolve...
2007-12-21 Jelmer Vernooijr26352: Don't make lp_load create a new context.
2007-12-21 Jelmer Vernooijr26351: Fix handling of flags when there are multiple...
2007-12-21 Jelmer Vernooijr26350: More tests.
2007-12-21 Jelmer Vernooijr26349: More tests.
2007-12-21 Jelmer Vernooijr26348: Avoid use of autofree context.
2007-12-21 Jelmer Vernooijr26347: More tests.
2007-12-21 Jelmer Vernooijr26345: Fix dumping an individual parameter.
2007-12-21 Jelmer Vernooijr26344: Fix memory access.
2007-12-21 Jelmer Vernooijr26343: Remove bLoaded global variable.
2007-12-21 Jelmer Vernooijr26342: Fix initialization.
2007-12-21 Jelmer Vernooijr26340: Add special handlers for debuglevel and logfile.
2007-12-21 Jelmer Vernooijr26339: Make loadparm talloc-allocated.
2007-12-21 Jelmer Vernooijr26336: use offsets inside loadparm rather than pointer...
2007-12-21 Jelmer Vernooijr26335: Specify name_resolve_order to socket code.
2007-12-21 Jelmer Vernooijr26278: Tallocify convenience table for iconv handles.
2007-12-21 Jelmer Vernooijr26275: return loadparm context in lp_load.
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Jelmer Vernooijr26095: Add function for import a generic configuration...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25471: Use macros for loadparm field names, should...
2007-10-10 Jelmer Vernooijr25463: revert accidently committed type changes for...
2007-10-10 Jelmer Vernooijr25462: Remove refernece to categories from js as well.
2007-10-10 Jelmer Vernooijr25461: Remove section headers in loadparm - trying...
2007-10-10 Jelmer Vernooijr25460: use common structure in param/generic.c
2007-10-10 Jelmer Vernooijr25456: Avoid externs for charsets for now - it breaks...
2007-10-10 Jelmer Vernooijr25449: Add convenience function for opening the defaul...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25410: Use C99 struct initialization.
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25392: Add loadparm context as argument in a couple...
2007-10-10 Jelmer Vernooijr25379: Use loadparm context parameter in a lot more...
2007-10-10 Jelmer Vernooijr25308: Remove use of pstring.
2007-10-10 Andrew Bartlettr25051: Move SWAT back to the old-style form-submit...
2007-10-10 Jelmer Vernooijr25047: Fix more warnings.
2007-10-10 Jelmer Vernooijr25042: Avoid direct references to global loadparm...
2007-10-10 Jelmer Vernooijr25041: Use context in more places, fix warnings.
2007-10-10 Jelmer Vernooijr25039: Rename service -> loadparm_service, use context...
2007-10-10 Jelmer Vernooijr25038: Pass context in more places.
2007-10-10 Jelmer Vernooijr25037: Start passing the context around.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25031: Use pointers to services rather than service...
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25016: Create context for loadparm variables.
2007-10-10 Jelmer Vernooijr25015: Use talloc for all allocations in loadparm.
2007-10-10 Jelmer Vernooijr25014: Use talloc for allocating values as well.
2007-10-10 Jelmer Vernooijr25013: Use talloc to allocate services in loadparm...
2007-10-10 Jelmer Vernooijr25012: Avoid use of pstring, fix coding style a bit.
2007-10-10 Jelmer Vernooijr24780: More work allowing libutil to be used by extern...
2007-10-10 Kai Blinr24363: Add template shell and template homedir setting...
2007-10-10 Andrew Bartlettr23848: Thanks to derrell for pointing out that I had...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23696: added the create mask and related share permiss...
2007-10-10 Andrew Bartlettr23680: Make it easier to setup a domain member server...
2007-10-10 Andrew Tridgellr23532: added lp_parm_double()
2007-10-10 Stefan Metzmacherr20977: start the 'drepl' service, which currently...
2007-10-10 Stefan Metzmacherr20806: make it possible to configure the secrets.ldb url
2007-10-10 Derrell Lipmanr20444: WEB Application framework / SWAT.
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Derrell Lipmanr19449: ldbbrowse: installation hopefully works now...
2007-10-10 Derrell Lipmanr18880: JSON-RPC work in progress
2007-10-10 Andrew Tridgellr18579: fixed boolean parameters on big endian hosts...
2007-10-10 Stefan Metzmacherr18386: start the unixinfo pipe by default
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17777: these macros are unused...
2007-10-10 Stefan Metzmacherr17533: add missing include, so that "socket options...
2007-10-10 Andrew Bartlettr17379: Pre-generate DH parameters, to avoid doing...
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Stefan Metzmacherr16923: remove unused substitude code
2007-10-10 Stefan Metzmacherr16464: split client and server min/max protocol settings
2007-10-10 Andrew Tridgellr15851: the conversion of loadparm to BOOL broke all...
next