summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25471: Use macros for loadparm field names, should make migration to ↵Jelmer Vernooij1-139/+143
offsets rather than pointers easier later on. (This used to be commit 3f98a97ac327166e3451cfdcd857d693b5a2ec3c)
2007-10-10r25463: revert accidently committed type changes for now, broke the build.Jelmer Vernooij1-31/+31
(This used to be commit ce4fbb4f44a5f84cf516b4de9861e3fd498cc6c4)
2007-10-10r25462: Remove refernece to categories from js as well.Jelmer Vernooij1-31/+31
(This used to be commit 12d7cccd7c8c632e2d49e9c21e0e139366ffe2c3)
2007-10-10r25461: Remove section headers in loadparm - trying to keep data and ↵Jelmer Vernooij2-48/+9
metadata separate and this should help when refactoring loadparm later on. (This used to be commit e15fd412f954efb0bb91b32ec854b9b312516ea1)
2007-10-10r25460: use common structure in param/generic.cJelmer Vernooij3-40/+29
(This used to be commit 01ce5448f44ddda7ec864d812fe23f0fa68d1561)
2007-10-10r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij1-3/+9
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
2007-10-10r25449: Add convenience function for opening the default smb.conf for ↵Jelmer Vernooij1-0/+5
openchange. (This used to be commit 5f023ef7a4046442a96768b926546f93735c9666)
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij4-76/+55
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-27/+37
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25410: Use C99 struct initialization.Jelmer Vernooij1-33/+30
(This used to be commit ad1513bc1bada69a071ae4f477b9952e45622837)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij4-148/+140
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-19/+24
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
2007-10-10r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij4-19/+26
(This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e)
2007-10-10r25308: Remove use of pstring.Jelmer Vernooij1-12/+8
(This used to be commit 586246137c60c9c2fb49f902b013f2052695dd32)
2007-10-10r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett1-7/+4
The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
2007-10-10r25047: Fix more warnings.Jelmer Vernooij2-10/+29
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
2007-10-10r25042: Avoid direct references to global loadparm context.Jelmer Vernooij1-22/+5
(This used to be commit 256532ab4b772c5c38bc7ced21408f3ed42fe6b5)
2007-10-10r25041: Use context in more places, fix warnings.Jelmer Vernooij3-86/+83
(This used to be commit 9bb8738945b80d308e592bbecd44fe4e4f048ad8)
2007-10-10r25039: Rename service -> loadparm_service, use context more.Jelmer Vernooij3-136/+82
(This used to be commit ab417cb32bd348c05b20707e73297df05c920079)
2007-10-10r25038: Pass context in more places.Jelmer Vernooij1-49/+53
(This used to be commit 8df36c15356b74e075604184558f9d6aa8a3f5e0)
2007-10-10r25037: Start passing the context around.Jelmer Vernooij2-174/+183
(This used to be commit 88c72ac75fed673f7bfb65bf633f352f231c90a3)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij3-136/+123
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij1-310/+325
(This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c)
2007-10-10r25028: Fix more warnings.Jelmer Vernooij2-2/+14
(This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
2007-10-10r25027: Fix more warnings.Jelmer Vernooij2-11/+13
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij5-1/+6
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r25016: Create context for loadparm variables.Jelmer Vernooij1-355/+356
(This used to be commit a5e7631a362fd19cc01cf28ee2755cebd8580faf)
2007-10-10r25015: Use talloc for all allocations in loadparm.Jelmer Vernooij1-73/+22
(This used to be commit 92b54faf99ed5688936cfd1535ab00cd89bc065f)
2007-10-10r25014: Use talloc for allocating values as well.Jelmer Vernooij1-37/+50
(This used to be commit 43f0e2622ef61bd865fcf17191118c050ec8cfcb)
2007-10-10r25013: Use talloc to allocate services in loadparm, use pointer to indicate ↵Jelmer Vernooij1-55/+56
validity. (This used to be commit b8fc4435f8e26aa6abc4c11cde0a26d37083a732)
2007-10-10r25012: Avoid use of pstring, fix coding style a bit.Jelmer Vernooij1-66/+61
(This used to be commit 66c53801dd7476ef350ff2aac83964d991d3e7dd)
2007-10-10r24915: Try to quiet down this warning - the 'classic' share code doesn'tAndrew Bartlett1-0/+4
support passwords for share-mode security (we don't even support share mode security, and are unlikely ever to). Andrew Bartlett (This used to be commit 0d56ab59c571fd38c3071660ed7db6264300df50)
2007-10-10r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2-0/+16
include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij2-0/+89
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-12/+8
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2-2/+2
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
2007-10-10r24363: Add template shell and template homedir settings to smb.confKai Blin1-0/+8
(This used to be commit c7a44fcdc80cad5507750b110ac8ef7e8db815b5)
2007-10-10r23848: Thanks to derrell for pointing out that I had not finished my patch toAndrew Bartlett1-2/+0
split out the auth methods. This caused all SWAT logins to fail, except when using local system authentication. Andrew Bartlett (This used to be commit b5a9d507a37cd46bd325ff3118c08b4362f267f2)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
2007-10-10r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell1-1/+1
(This used to be commit 76c6bfdeb51b5673bbabe0ca3d8bff3b74a327ee)
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell2-2/+2
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell9-27/+18
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r23696: added the create mask and related share permissions options to Samba4,Andrew Tridgell4-9/+72
using the new share_int_option() code from Simo speaking of which, this is the first time I've looked closely at the share_classic.c code. It is absolutely and completely braindead and broken. Whatever drugs Simo was on at the time, he better not try to cross a border with them on him! Problems with it: - if you actually set a value, it gets ignored, and the defvalue gets used instead ('ret' is never returned). If you don't set a value, then defvalue gets returned too. Sound useful? - it means we now have to list parameters in source/param/ in lots and lots of places, all of which have to match exactly. code like this is supposed to reduce the likelyhood of errors, not increase it! - code which has a long line of if() statements with strcmp() should cause your fingers to burn on the keyboard when you type it in. That's what structure lists are for. Strangely enough, we have all the info in loadparm.c in a structure list, but instead it gets replicated in share_classic.c in this strange if() strcmp() form expect some changes to this code shortly. I'll need a calming cup of tea first though :-) (This used to be commit 19a9fc2f444efc0894b06a249daf73ed555b61e2)
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett1-2/+3
will now control the auth methods, but an override is still available, ex: auth methods:domain controller = <methods> Andrew Bartlett (This used to be commit b7e727186ed8eda6a68c873e089f655dc24fe8ae)
2007-10-10r23532: added lp_parm_double()Andrew Tridgell1-0/+25
(This used to be commit 524ba04b1f6996023886190eee8a226b08aafa35)
2007-10-10r22762: Some ldb_map changes:Jelmer Vernooij1-1/+1
* Change license to LGPL, so it can be used by non-Samba users of LDB (cleared with Martin as well). * Include ldb_map in standalone build. * Move ldb_map to its own directory (This used to be commit a90202abca26c0da5425a2f3dd8494077c3290fd)
2007-10-10r22546: use the same error codes in both share backendsStefan Metzmacher1-6/+11
metze (This used to be commit e0fae01e4cf93393b57514ffc08c126abf034e11)
2007-10-10r22406: this dependencies should also be privateStefan Metzmacher1-2/+2
metze (This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)
2007-10-10r22336: Add some more share tests.Jelmer Vernooij1-1/+1
(This used to be commit dfc88ad698644fe90f0275c457e7b84ddde302a4)
2007-10-10r22328: Add initial testsuite for share code.Jelmer Vernooij1-2/+9
(This used to be commit 3d079732a9cf15fcc3638db5f77bb45d7580d251)