summaryrefslogtreecommitdiff
path: root/source4/param
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett1-0/+22
of KDC behaviour. This should allow PKINIT to be turned on and managed with reasonable sanity. This also means that the krb5.conf in the same directory as the smb.conf will always have priority in Samba4, which I think will be useful. Andrew Bartlett (This used to be commit a50bbde81b010bc5d06e3fc3417ade44627eb771)
2007-10-10r20977: start the 'drepl' service, which currently does nothing by default,Stefan Metzmacher1-1/+1
but make it less verbose metze (This used to be commit f7e82a0c94fc8996827ea8d8a9b459bcaee029de)
2007-10-10r20806: make it possible to configure the secrets.ldb urlStefan Metzmacher2-2/+12
via "secrets database = my_secrets.ldb" metze (This used to be commit a096a9741597105140845f59e54a76060da0010b)
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman1-4/+4
We're now at the stage where the web application framework should build and install automatically. Derrell (This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-109/+4
way to setup a Samba4 DC is to set 'server role = domain controller'. We use the fSMORoleOwner attribute in the base DN to determine the PDC. This patch is quite large, as I have corrected a number of places that assumed taht we are always the PDC, or that used the smb.conf lp_server_role() to determine that. Also included is a warning fix in the SAMR code, where the IDL has seperated a couple of types for group display enumeration. We also now use the ldb database to determine if we should run the global catalog service. In the near future, I will complete the DRSUAPI DsGetDomainControllerInfo server-side on the same basis. Andrew Bartlett (This used to be commit 67d8365e831adf3eaecd8b34dcc481fc82565893)
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-9/+3
(This used to be commit 4f07542143ddf5066f0360d965f26a8470504047)
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2-7/+7
This patch changes a lot of the code in ldb_dn.c, and also removes and add a number of manipulation functions around. The aim is to avoid validating a dn if not necessary as the validation code is necessarily slow. This is mainly to speed up internal operations where input is not user generated and so we can assume the DNs need no validation. The code is designed to keep the data as a string if possible. The code is not yet 100% perfect, but pass all the tests so far. A memleak is certainly present, I'll work on that next. Simo. (This used to be commit a580c871d3784602a9cce32d33419e63c8236e63)
2007-10-10r19676: Fix some more dependencies.Jelmer Vernooij1-0/+1
(This used to be commit 8768bec81f57131a0c9754e8121b345c0be4a5d0)
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij3-0/+221
(This used to be commit 8143de855c0b65346b2d8e59ecdb78952927de4a)
2007-10-10r19543: Make dynconfig less special.Jelmer Vernooij1-0/+1
(This used to be commit 2780274e6fb25cec78ad341239090ed286ed1a45)