Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
|
|
offsets rather than pointers easier later on.
(This used to be commit 3f98a97ac327166e3451cfdcd857d693b5a2ec3c)
|
|
(This used to be commit ce4fbb4f44a5f84cf516b4de9861e3fd498cc6c4)
|
|
(This used to be commit 12d7cccd7c8c632e2d49e9c21e0e139366ffe2c3)
|
|
metadata separate and this should help when refactoring loadparm later on.
(This used to be commit e15fd412f954efb0bb91b32ec854b9b312516ea1)
|
|
(This used to be commit 01ce5448f44ddda7ec864d812fe23f0fa68d1561)
|
|
(This used to be commit 836431af83674018e9700f9da92ce251d108687a)
|
|
openchange.
(This used to be commit 5f023ef7a4046442a96768b926546f93735c9666)
|
|
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)
|
|
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
|
|
(This used to be commit ad1513bc1bada69a071ae4f477b9952e45622837)
|
|
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
|
|
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
|
|
(This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e)
|
|
(This used to be commit 586246137c60c9c2fb49f902b013f2052695dd32)
|
|
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)
|
|
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
|
|
(This used to be commit 256532ab4b772c5c38bc7ced21408f3ed42fe6b5)
|
|
(This used to be commit 9bb8738945b80d308e592bbecd44fe4e4f048ad8)
|
|
(This used to be commit ab417cb32bd348c05b20707e73297df05c920079)
|
|
(This used to be commit 8df36c15356b74e075604184558f9d6aa8a3f5e0)
|
|
(This used to be commit 88c72ac75fed673f7bfb65bf633f352f231c90a3)
|
|
number in more places.
(This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
|
|
(This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c)
|
|
(This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
|
|
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
|
|
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
|
|
(This used to be commit a5e7631a362fd19cc01cf28ee2755cebd8580faf)
|
|
(This used to be commit 92b54faf99ed5688936cfd1535ab00cd89bc065f)
|
|
(This used to be commit 43f0e2622ef61bd865fcf17191118c050ec8cfcb)
|
|
validity.
(This used to be commit b8fc4435f8e26aa6abc4c11cde0a26d37083a732)
|
|
(This used to be commit 66c53801dd7476ef350ff2aac83964d991d3e7dd)
|
|
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)
|
|
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)
|
|
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
|
|
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
|
|
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
|
|
(This used to be commit c7a44fcdc80cad5507750b110ac8ef7e8db815b5)
|
|
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)
|
|
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
|
|
(This used to be commit 76c6bfdeb51b5673bbabe0ca3d8bff3b74a327ee)
|
|
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
|
|
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)
|
|
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)
|
|
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)
|
|
(This used to be commit 524ba04b1f6996023886190eee8a226b08aafa35)
|
|
* 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)
|
|
metze
(This used to be commit e0fae01e4cf93393b57514ffc08c126abf034e11)
|
|
metze
(This used to be commit 7f07895cac3e933b39f81bf67812834352184af0)
|
|
(This used to be commit dfc88ad698644fe90f0275c457e7b84ddde302a4)
|