index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r697: make use of SMB_EXT_LIB for LDAP and KRB5
Stefan Metzmacher
2007-10-10
1
-1
/
+4
*
r690: - ignore source/tags
Stefan Metzmacher
2007-10-10
2
-0
/
+17
*
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
2007-10-10
2
-42
/
+104
*
r609: allow ldbedit to take a list of attributes to edit, just like
Andrew Tridgell
2007-10-10
1
-2
/
+9
*
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...
Andrew Tridgell
2007-10-10
3
-0
/
+6
*
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
2007-10-10
1
-14
/
+22
*
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
2007-10-10
2
-8
/
+13
*
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
2007-10-10
13
-37
/
+111
*
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
2007-10-10
13
-10
/
+154
*
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r504: fixed a bad call to list_union()
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
2007-10-10
25
-492
/
+693
*
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
2007-10-10
13
-41
/
+222
*
r463: build ldb with debugging when standalone
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
2007-10-10
1
-0
/
+9
*
r456: - added -i option to ldbsearch
Andrew Tridgell
2007-10-10
7
-49
/
+75
*
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
2007-10-10
2
-6
/
+10
*
r453: added a comment about indexing on objectclass
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r444: - added the beginnings of a ldb test suite and benchmark
Andrew Tridgell
2007-10-10
8
-11
/
+266
*
r442: fixed some uninitialised variables pointed out by gcc -O3
Andrew Tridgell
2007-10-10
3
-4
/
+3
*
r437: fixed handling of a corner case with multi-valued indexing
Andrew Tridgell
2007-10-10
2
-0
/
+14
*
r436: fixed indexing of objectclass with subclasses
Andrew Tridgell
2007-10-10
1
-1
/
+64
*
r435: a major upgrade for ldb
Andrew Tridgell
2007-10-10
18
-142
/
+904
*
r387: more C++ friendly changes
Andrew Tridgell
2007-10-10
3
-31
/
+31
*
r382: More C++ friendliness fixes.
Tim Potter
2007-10-10
5
-13
/
+13
*
r381: make the code more C++ friendly
Andrew Tridgell
2007-10-10
6
-21
/
+21
*
r380: make sure that ldbedit -a works with all tdb and LDAP backends
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r373: use a much larger default tdb hash size in ldb
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r344: fixed deletion of index records
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r343: added automatic reindexing of the database when the index list changes
Andrew Tridgell
2007-10-10
2
-0
/
+78
*
r194: fixed compile with ldap
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r163: - enable ldap in the sample makefile, and use /usr prefix
Andrew Tridgell
2007-10-10
2
-14
/
+26
*
r159: nicer usage messages when no URL is given
Andrew Tridgell
2007-10-10
5
-11
/
+11
*
r158: cope with or without LDAP in samba build of ldb
Andrew Tridgell
2007-10-10
2
-3
/
+7
*
r157: cope with or without LDAP in ldb sample Makefile
Andrew Tridgell
2007-10-10
1
-5
/
+13
*
r152: a quick airport commit ....
Andrew Tridgell
2007-10-10
18
-105
/
+803
*
r147: - Remove dublicate ldap tests (richard the current test is in libads/co...
Stefan Metzmacher
2007-10-10
2
-8
/
+18
*
r141: A number of changes to get things working on FreeBSD and reduce the bre...
Richard Sharpe
2007-10-10
5
-4
/
+8
*
r136: I forgot to add config.m4 for ldb in my ldb commit
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r135: some test ldif for an idea I am playing with to replace smb.conf with a...
Andrew Tridgell
2007-10-10
2
-0
/
+62
*
r134: - added ldb to the build of smbd
Andrew Tridgell
2007-10-10
1
-0
/
+0
*
r131: mark some scripts executable
Andrew Tridgell
2007-10-10
1
-0
/
+0
*
r128: Another registry update. Changes:
Jelmer Vernooij
2007-10-10
1
-126
/
+0
*
r42: importing .cvsignore files
Gerald Carter
2007-10-10
1
-7
/
+0
*
added the rest of the ldb_modify() code, which required a fairly large
Andrew Tridgell
2004-04-03
19
-405
/
+922
*
building with Makefile.ldb now works
Andrew Tridgell
2004-03-31
5
-857
/
+139
*
make a more recent snapshot of ldb available to interested
Andrew Tridgell
2004-03-31
36
-0
/
+5656
[prev]