Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116)
|
|
(This used to be commit 355878907970b396e4031426fda260d981c417eb)
|
|
(This used to be commit 3a0d14f33532d88ace770d037c50375fe822dbb6)
|
|
(This used to be commit 017aa400c7097cf6132f2bec969b9bbb5237f4d8)
|
|
(This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f)
|
|
(This used to be commit 52f64afd4324eb185303ca192b88ccb632ee8587)
|
|
(This used to be commit d7a3f9612c40000cb265279598c09f6983305656)
|
|
(This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575)
|
|
(This used to be commit 583881ae5a2a173abad9ba1ffd766b009d9ca8cd)
|
|
(This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da)
|
|
(This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53)
|
|
(This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f)
|
|
(This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6)
|
|
(This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe)
|
|
(This used to be commit 108f6caffe2bb311495b89659cfd818f0ec410f2)
|
|
(This used to be commit 3f7bfef195421083f1401a73f60c5d270a1455f8)
|
|
(This used to be commit cc15136c1e29f0a25847568f748cc1af52b7037b)
|
|
bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
(This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
|
|
(This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189)
|
|
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c)
|
|
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0)
|
|
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
|
|
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1)
|
|
Subclass support was designed to avoid needing to spell out the full
list of objectClasses that an entry was in. However, Samba4 now
enforces this restriction in the objectClass module, and the way
subclass matching was handled was complex and counter-intuitive in my
opinion (and did not match LDAP).
Andrew Bartlett
(This used to be commit f5ce04b904e14445a2a7e7f92e7e1f64b645c6f2)
|
|
(This used to be commit 27750e0b5f118b76c199f87cbf92ee951c3e7db7)
|
|
To activate it you must modify the @INDEXLIST object adding
the attribute @IDXONE: 1
Ldb test included
Simo.
(This used to be commit ea111795f4016916473ccc05d23c6655e6af1207)
|
|
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)
|
|
Still not all tests pass
(This used to be commit cbfc7305ad594c672a16a7f6f82758d17eb5ba62)
|
|
- propogate errors to the ldbadd command line tool
- use the rdn_name module when testing the tdb backend to allow the
same test code to correctly test the ldap and non-ldap backends
(This used to be commit dd82c474a123d90329bda653a4cb73c93e087b15)
|
|
also fix cn name for this record, and ensure tests/tmp is created
(This used to be commit 588c91f06b90467279600fe6a1222273b5d53915)
|
|
(This used to be commit fbe13ed83e2f3508db6d77f4bd65a913ef12ff02)
|
|
libreplace. This should fix the standalone build of tdb on HPUX, where
we need to blacklist mmap.
Unfortunately this requires that we have a copy of config.guess and
config.sub in each of our project subdirectories. I tried to find a
way to use something like AC_CONFIG_AUX_DIR($libreplacedir) and just
put config.{guess,sub} in the lib/replace/ directory, but I couldn't
figure out how to do that in a way that kept autoconf happy for each
of our separate builds. Any autoconf guru out there see a way to do
this?
(This used to be commit 823cd3ab35456769dcefee17bdaca21f01ba0f63)
|
|
causing this test to fail.
(This used to be commit fc3f41a4ab38fd32386c5bdb1979cc26892afcf8)
|
|
(This used to be commit 8cc456e6dcb348375dbded0de1a0c07ea6bf8ff9)
|
|
(This used to be commit 0e1d4be23ab807b17959e09dffbaf9c8c8dd048e)
|
|
(This used to be commit 320003127690ab98fc2185f0eb528a778cae2740)
|
|
(so it works on both redhat and debian, for example)
(This used to be commit 71264bb78558ada7539ef59048eb38887579c1d1)
|
|
(This used to be commit f41d3ed4b3d76c37c9c5bfd15e9e4e27179450f0)
|
|
(This used to be commit 33ccb93647a94fbbd2d08199b6655a3bf14d0a38)
|
|
failure
(This used to be commit 72cdf93b5a9246f224afa3ba765fae25de1c2b7a)
|
|
(This used to be commit bf88bc5de61c3c20d77e2d73e27e741031e9ec06)
|
|
- allow ldb to be built in a separate build directory, using:
/some/path/to/ldb/configure
make
this will make it much easier to put ldb in the build farm without
interfering with the build farm builds of tdb and talloc
(This used to be commit 580ed6730d33bad62e9799a38377c40f2852ae89)
|
|
gidNumber attributes instead
Do not change unixName right now, we don't have an attribute to use in the posixGroup class,
and I think we should remove its usage altogether and look up users and groups by their uid/gid only.
Simo.
(This used to be commit d57b521aadf24a277152ec1ff1dac3210bd14316)
|
|
(This used to be commit 4de76fd09e74a4a98d01777dd11bd2cfb1a681aa)
|
|
Until we do not have an internal utf8 compliant
casefloding function we cannot pass this test
in the non-samba build
(This used to be commit 5d93c1eeba8f64784294f3aabcaefa4aaf798355)
|
|
(This used to be commit ad189553f420d70c4a726cf118e1273ea053f4d6)
|
|
metze
(This used to be commit 7e702939faf70d0c02fa71b315043795bc4a1d84)
|
|
This patch changes the way lsb_search is called and the meaning of the returned integer.
The last argument of ldb_search is changed from struct ldb_message to struct ldb_result
which contains a pointer to a struct ldb_message list and a count of the number of messages.
The return is not the count of messages anymore but instead it is an ldb error value.
I tryed to keep the patch as tiny as possible bu as you can guess I had to change a good
amount of places. I also tried to double check all my changes being sure that the calling
functions would still behave as before. But this patch is big enough that I fear some bug
may have been introduced anyway even if it passes the test suite. So if you are currently
working on any file being touched please give it a deep look and blame me for any error.
Simo.
(This used to be commit 22c8c97e6fb466b41859e090e959d7f1134be780)
|
|
(This used to be commit b2551e76e8b0edf99483343d687df3a6cecff1f5)
|
|
a real ldap backend (such as openldap)
(This used to be commit d267f8c6231664ec86edb2ae21e8585b1b51f7a1)
|