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
r7449: add ctype.h header to dn expand function
Derrell Lipman
2
-23
/
+25
2007-10-10
r7446: add distclean target to generated ldb makefile
Derrell Lipman
1
-0
/
+6
2007-10-10
r7443: reorg functions for readability
Derrell Lipman
1
-667
/
+724
2007-10-10
r7438: work in progress
Derrell Lipman
4
-230
/
+177
2007-10-10
r7437: Make Simo happy.
Derrell Lipman
1
-1
/
+1
2007-10-10
r7418: work in progress
Derrell Lipman
5
-102
/
+187
2007-10-10
r7410: minor cleanup
Derrell Lipman
2
-12
/
+18
2007-10-10
r7408: added DN explode function, based on simo's ldap_parse_dn() function. ...
Derrell Lipman
4
-15
/
+542
2007-10-10
r7349: work in progress
Derrell Lipman
1
-106
/
+299
2007-10-10
r7343: handle url like ldb_tdb does
Simo Sorce
1
-5
/
+10
2007-10-10
r7338: let it be possible to run sqlite3 tests when it is compiled in
Simo Sorce
3
-3
/
+26
2007-10-10
r7336: make --with-sqlite3=auto possible
Stefan Metzmacher
1
-6
/
+4
2007-10-10
r7334: I do not feel oblidged to use sqlite3 when I configure ldap support :-)
Simo Sorce
1
-1
/
+1
2007-10-10
r7332: added note to self for required modification
Derrell Lipman
1
-0
/
+1
2007-10-10
r7316: work in progress
Derrell Lipman
1
-147
/
+237
2007-10-10
r7293: Turn sqlite3 support off by default, use --with-sqlite3 to re-enable.
Andrew Bartlett
1
-3
/
+4
2007-10-10
r7292: Fix up the build system support for derrell's sqlite3 ldb backend.
Andrew Bartlett
2
-5
/
+19
2007-10-10
r7287: work in progress. no more time to work on this right now. save lates...
Derrell Lipman
2
-6
/
+55
2007-10-10
r7286: add prototype for public connect function in ldb_sqlite3
Derrell Lipman
1
-0
/
+3
2007-10-10
r7283: add sqlite3.m4
Derrell Lipman
1
-0
/
+49
2007-10-10
r7282: ldb_sqlite3 work in progress.
Derrell Lipman
5
-253
/
+288
2007-10-10
r7281: removing document
Derrell Lipman
1
-0
/
+0
2007-10-10
r7280: taking advantage of previous research. this is documentation on which...
Derrell Lipman
1
-0
/
+0
2007-10-10
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
Derrell Lipman
10
-641
/
+453
2007-10-10
r7260: save current schema before I blow it away to try something different
Derrell Lipman
1
-14
/
+14
2007-10-10
r7239: add a little test
Simo Sorce
1
-0
/
+1
2007-10-10
r7133: work in progress, including a HIGHLY revised and simplified schema
Derrell Lipman
2
-215
/
+366
2007-10-10
r7116: work in progress
Derrell Lipman
3
-126
/
+237
2007-10-10
r7114: Convert ldb documentation to DocBook/XML
Jelmer Vernooij
4
-135
/
+273
2007-10-10
r7113: Move manpages from docs repository to source repository
Jelmer Vernooij
6
-0
/
+622
2007-10-10
r6984: added tree representation documentation and utility code, to be used f...
Derrell Lipman
5
-3
/
+1928
2007-10-10
r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)
Andrew Tridgell
1
-4
/
+6
2007-10-10
r6956: added start of ldb_sqlite3 work
Derrell Lipman
3
-0
/
+1216
2007-10-10
r6937: some minor fixes and updates
Stefan Metzmacher
1
-13
/
+15
2007-10-10
r6935: don't do three things at a time :-)
Simo Sorce
1
-2
/
+2
2007-10-10
r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...
Simo Sorce
1
-6
/
+20
2007-10-10
r6931: declare this to avoid warnings until we have loadable modules
Simo Sorce
1
-0
/
+1
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
8
-33
/
+93
2007-10-10
r6833: split out the routine that calculates the diff between two ldb message...
Andrew Tridgell
3
-43
/
+63
2007-10-10
r6829: include the talloc autoconf tests when building ldb standalone
Andrew Tridgell
1
-0
/
+2
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6790: Use config.h file for ldb and add test for stdint.h
Jelmer Vernooij
4
-2
/
+10
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
Andrew Tridgell
3
-0
/
+43
2007-10-10
r6546: Fix ldb standalone build
Jelmer Vernooij
2
-2
/
+20
2007-10-10
r6487: Use autoconf for standalone build of tdb
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6486: Add 'make install' and pkg-config file.
Jelmer Vernooij
3
-1
/
+22
2007-10-10
r6485: Move LDAP detection M4 file and use it for the standalone ldb build
Jelmer Vernooij
2
-0
/
+90
2007-10-10
r6481: change download instructions to include tdb and talloc
Andrew Tridgell
1
-2
/
+6
2007-10-10
r6480: fixed whitespace typo
Andrew Tridgell
1
-1
/
+1
[next]