r25430: Add the loadparm context to all parametric options.
[jelmer/samba4-debian.git] / source / param / loadparm.c
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...
2007-10-10 Stefan Metzmacherr15769: this functions belong to params/ so move it.
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Jelmer Vernooijr15302: Remove strangely named function "StrnCpy" ...
2007-10-10 James Peachr15187: Introduce new param type P_BYTES. This lets...
2007-10-10 Jelmer Vernooijr14909: Add lp_modulesdir() smb.conf option
2007-10-10 Jelmer Vernooijr14850: Don't assume that sizeof(BOOL) == sizeof(int)
2007-10-10 Jelmer Vernooijr14575: Move some path-related functions to libsamba...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Andrew Tridgellr14420: arrgh, make sure I test compile even little...
2007-10-10 Andrew Tridgellr14415: remove an unusued var
2007-10-10 Stefan Metzmacherr13964: make lp_* functions public
2007-10-10 Stefan Metzmacherr13860: - add support for SMB2 ("SMB 2.001") negotiatio...
2007-10-10 Jelmer Vernooijr13658: More moving around of files:
2007-10-10 Andrew Bartlettr13244: Allow control of the location of the Samba3...
2007-10-10 Andrew Bartlettr13206: This patch finally re-adds a -k option that...
2007-10-10 Jelmer Vernooijr13158: Fix setup and ejs paths
2007-10-10 Stefan Metzmacherr12898: prepare the 'wins hook' feature, but we only...
2007-10-10 Andrew Bartlettr12731: Simplify and re-implemenet support for --parame...
2007-10-10 Andrew Bartlettr12730: Reimplement --parameter-name, and bring in...
2007-10-10 Andrew Bartlettr12729: Implement the --section-name option, for dumpin...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Stefan Metzmacherr12649: use the same default('yes') for 'dns proxy...
2007-10-10 Stefan Metzmacherr12644: prepare the dns proxy feature for the wins...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Stefan Metzmacherr12442: only set the "wins server" parameter if it...
2007-10-10 Stefan Metzmacherr12435: the max wins ttl is 6 days in windows and samba3
2007-10-10 Stefan Metzmacherr12304: split out the wins partner configuration into...
2007-10-10 Andrew Bartlettr11239: Use ${REALM} for the realm in rootdse.ldif
2007-10-10 Volker Lendecker11181: Implement wbinfo -s and wbinfo --user-sids...
2007-10-10 Stefan Metzmacherr11089: start the winsreplication task when we run...
2007-10-10 Jelmer Vernooijr10588: Remove more unused files, macros
2007-10-10 Jelmer Vernooijr10513: Reduce some use of pstring. The main reason...
2007-10-10 Jelmer Vernooijr10366: More scons fixes. Building et, asn1, lex and...
2007-10-10 Jelmer Vernooijr10316: More dynconfig fixes
2007-10-10 Andrew Bartlettr10314: Apply the controvertial 'server role =' patch...
2007-10-10 Andrew Bartlettr10291: The patch optionally (off by default, not avail...
2007-10-10 Jelmer Vernooijr9685: Add tests for samba3sam mapping module
2007-10-10 Jelmer Vernooijr9684: Remove unused parameters (about 70)
2007-10-10 Jelmer Vernooijr9602: Add support for reading share_info.tdb and smb...
2007-10-10 Tim Potterr9382: Add a dummy registry for HKEY_USERS to get rid...
2007-10-10 Andrew Tridgellr9119: added a lp.categories() call in the loadparm...
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Andrew Tridgellr8344: added a "setup directory" smb.conf parameter...
2007-10-10 Andrew Tridgellr8297: add libinclude() function in ejs, which is like...
2007-10-10 Andrew Bartlettr7966: We need a better way to do this, but enable...
2007-10-10 Andrew Tridgellr7916: - got rid of the in_client global
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Andrew Tridgellr7793: allow integers in smb.conf to be specified in...
2007-10-10 Andrew Bartlettr7757: Add NTLMv2 support to the NT1 Session setup...
2007-10-10 Andrew Tridgellr7744: converted the web server to use the lib/tls...
2007-10-10 Stefan Metzmacherr7643: This patch adds a new NTPTR subsystem:
2007-10-10 Andrew Bartlettr7531: Finally fix lp_load(). I had left hooks in...
2007-10-10 Andrew Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Andrew Bartlettr7221: Add the start of a KDC service (to be built...
next