index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
ldb
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
2007-07-10
12
-24
/
+12
*
r23790: LGPLv3+ conversion for our LGPLv2+ library code
Andrew Tridgell
2007-07-10
12
-12
/
+12
*
r19896: Fix klokwork id 2279
Volker Lendecke
2006-11-25
1
-1
/
+5
*
r19895: Fix klokwork id 2278
Volker Lendecke
2006-11-25
1
-1
/
+4
*
r19725: sync samba3's ldb with samba4
Stefan Metzmacher
2006-11-15
1
-0
/
+1
*
r19430: merge recent ldb changes from Samba4. This includes memory leak fixes
Andrew Tridgell
2006-10-21
5
-26
/
+22
*
r18851: Some C++ warnings
Volker Lendecke
2006-09-23
1
-8
/
+8
*
r18840: make these compatible with g++ warnings
Andrew Tridgell
2006-09-23
2
-15
/
+15
*
r18596: removed superfluous semicolon
Andrew Tridgell
2006-09-17
1
-1
/
+1
*
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
2006-09-13
2
-6
/
+7
*
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
2006-09-13
2
-16
/
+6
*
r18327: 'struct token' is defined on some hosts
Andrew Tridgell
2006-09-10
1
-5
/
+5
*
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
2006-09-06
1
-1
/
+1
*
r18133: ad2oLschema needs ctype.h on some systems
Andrew Tridgell
2006-09-06
1
-0
/
+1
*
r18022: Increment number of records converted, and print number of records sk...
Andrew Bartlett
2006-09-04
1
-1
/
+3
*
r17868: remove duplicated attributes from list
Simo Sorce
2006-08-28
1
-6
/
+1
*
r17844: The AIX compiler thinks { } is a syntax error
Volker Lendecke
2006-08-26
1
-1
/
+2
*
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
2006-08-25
1
-1
/
+1
*
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
2006-08-25
1
-0
/
+4
*
r17820: simplify the code flow a little
Andrew Tridgell
2006-08-25
1
-20
/
+27
*
r17745: got rid of the final asprintf() in ldb
Andrew Tridgell
2006-08-23
1
-1
/
+1
*
r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead
Andrew Tridgell
2006-08-23
2
-4
/
+4
*
r17719: ldb_cmdline needs to be static for cc on solaris
Andrew Tridgell
2006-08-22
1
-1
/
+2
*
r17707: Match the output (aside from dividers) the output of
Andrew Bartlett
2006-08-22
1
-6
/
+28
*
r17679: - fix 'make test-ldap' to skip ldb specials
Andrew Tridgell
2006-08-22
1
-0
/
+7
*
r17613: style fix
Simo Sorce
2006-08-19
1
-1
/
+2
*
r17601: Fix declaration after statement.
Andrew Bartlett
2006-08-18
1
-3
/
+2
*
r17600: Finish the schema conversion tool, and add a mapping file, used to map
Andrew Bartlett
2006-08-18
2
-58
/
+145
*
r17599: Improvements to the AD-like to OpenLDAP format schema conversion util...
Andrew Bartlett
2006-08-18
1
-53
/
+252
*
r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.
Andrew Bartlett
2006-08-17
1
-0
/
+324
*
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Andrew Bartlett
2006-08-17
3
-35
/
+190
*
r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client
Stefan Metzmacher
2006-08-05
1
-0
/
+21
*
r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client
Stefan Metzmacher
2006-08-05
1
-0
/
+21
*
r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control
Stefan Metzmacher
2006-08-05
1
-2
/
+23
*
r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.
Stefan Metzmacher
2006-08-05
1
-0
/
+25
*
r17418: add client support for the LDAP_SERVER_SD_FLAGS control
Stefan Metzmacher
2006-08-05
1
-1
/
+26
*
r17186: "async" word abuse clean-up part 2
Simo Sorce
2006-07-22
1
-3
/
+3
*
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
2006-07-22
1
-54
/
+54
*
r16036: Add a couple of new functions to corretly deal with timeouts.
Simo Sorce
2006-06-04
1
-1
/
+1
*
r15955: fix whitespaces
Stefan Metzmacher
2006-05-30
1
-1
/
+1
*
r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...
Simo Sorce
2006-05-30
1
-1
/
+1
*
r15932: Remove per request creds
Simo Sorce
2006-05-29
1
-1
/
+0
*
r15847: We probably want to keep the global init
Simo Sorce
2006-05-23
1
-0
/
+2
*
r15846: An async version of ldbsearch
Simo Sorce
2006-05-23
1
-59
/
+186
*
r15372: Don't look at possibly undefined controls in failure cases.
Andrew Bartlett
2006-05-01
1
-3
/
+0
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2006-05-01
6
-6
/
+6
*
r14349: Kill proto.h!
Jelmer Vernooij
2006-03-13
1
-0
/
+1
*
r14344: More helpful messages on error for command line specified controls
Simo Sorce
2006-03-13
1
-0
/
+14
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2006-03-08
1
-17
/
+18
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2006-03-07
1
-0
/
+1
[next]