index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5189: fixed a double free bug in the ltdb indexing code
Andrew Tridgell
1
-7
/
+0
2007-10-10
r5092: Add a bit more const - moving it further into the LDB layer.
Andrew Bartlett
2
-3
/
+3
2007-10-10
r4863: schema_find_attribute() should be static
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4862: - better structure schema tests
Simo Sorce
10
-31
/
+54
2007-10-10
r4859: changed a numbe rof things:
Simo Sorce
1
-244
/
+150
2007-10-10
r4844: - Remove the unused attrsyn structure
Simo Sorce
1
-175
/
+164
2007-10-10
r4801: remove the two bogus ctype.h includes
Andrew Tridgell
1
-2
/
+0
2007-10-10
r4786: forgot to commit the exclusion for schema checking against our control...
Simo Sorce
1
-0
/
+8
2007-10-10
r4784: finally make schema module use a single ldb
Simo Sorce
6
-52
/
+764
2007-10-10
r4781: the tolower() in schema.c is a premature optimisation. I suspect the
Andrew Tridgell
1
-9
/
+8
2007-10-10
r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...
Simo Sorce
1
-35
/
+57
2007-10-10
r4759: use ldb_attr_cmp() to compare attribute names
Simo Sorce
2
-34
/
+53
2007-10-10
r4744: until we decide what to do about attribute aliasing (see my recent
Andrew Tridgell
1
-3
/
+5
2007-10-10
r4714: move the ldb code to the new talloc interface (eg remove _p suffix)
Simo Sorce
13
-623
/
+358
2007-10-10
r4678: Add some const to LDB.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4513: add experimental modification attribute checking
Simo Sorce
1
-1
/
+451
2007-10-10
r4506: fix compiler warnings
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r4505: Add a first very basic schema module
Simo Sorce
4
-3
/
+501
2007-10-10
r4503: add an error reporting function (fixes)
Simo Sorce
1
-8
/
+17
2007-10-10
r4502: add an error reporting function
Simo Sorce
1
-1
/
+17
2007-10-10
r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)
Andrew Tridgell
1
-0
/
+0
2007-10-10
r4488: removed an unused variable
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...
Andrew Tridgell
3
-7
/
+7
2007-10-10
r4477: expanded the test suite to increase code coverage a lot
Andrew Tridgell
9
-77
/
+73
2007-10-10
r4476: added a little gcov howto for ldb
Andrew Tridgell
1
-0
/
+33
2007-10-10
r4474: - converted ldb to use talloc internally
Andrew Tridgell
28
-1140
/
+729
2007-10-10
r4473: - moved talloc into its own lib/talloc/ area
Andrew Tridgell
1
-997
/
+0
2007-10-10
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
Andrew Tridgell
4
-3
/
+1096
2007-10-10
r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages
Andrew Tridgell
3
-0
/
+153
2007-10-10
r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...
Volker Lendecke
1
-0
/
+1
2007-10-10
r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...
Volker Lendecke
1
-9
/
+36
2007-10-10
r4282: removed a spurious error message now we remove index entries in the mo...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4281: fixed an ldb indexing bug in ldb found by volker.
Andrew Tridgell
3
-8
/
+19
2007-10-10
r4071: - ldap does allow adding additional attribute values with a modify
Andrew Tridgell
3
-4
/
+12
2007-10-10
r4059: moved the ldb -o option parsing to a common routine
Andrew Tridgell
9
-84
/
+36
2007-10-10
r4040: sorry today is not my day...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4039: added a test for an element > 128 bytes in length, to ensure we test
Andrew Tridgell
1
-0
/
+3
2007-10-10
r4038: fix sign/unsign bug I introduced in -r 4022
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4022: fix compiler warnings
Stefan Metzmacher
4
-6
/
+7
2007-10-10
r4010: fixed parsing of null attributes in the ldb ldif parser
Andrew Tridgell
2
-2
/
+7
2007-10-10
r3926: fix compiler warnings
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r3897: add a locking infrastructure
Simo Sorce
6
-18
/
+111
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
32
-137
/
+352
2007-10-10
r3782: use ldb_ namespace
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r3760: mention -o switch in help message
Simo Sorce
5
-0
/
+10
2007-10-10
r3757: Some fixes for ldb_ldap
Simo Sorce
7
-8
/
+11
2007-10-10
r3755: add missing files
Simo Sorce
4
-0
/
+758
2007-10-10
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
17
-290
/
+487
[next]