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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
2007-10-10
1
-1
/
+1
*
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r17820: simplify the code flow a little
Andrew Tridgell
2007-10-10
1
-20
/
+27
*
r17745: got rid of the final asprintf() in ldb
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead
Andrew Tridgell
2007-10-10
2
-4
/
+4
*
r17719: ldb_cmdline needs to be static for cc on solaris
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r17707: Match the output (aside from dividers) the output of
Andrew Bartlett
2007-10-10
1
-6
/
+28
*
r17679: - fix 'make test-ldap' to skip ldb specials
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r17613: style fix
Simo Sorce
2007-10-10
1
-1
/
+2
*
r17601: Fix declaration after statement.
Andrew Bartlett
2007-10-10
1
-3
/
+2
*
r17600: Finish the schema conversion tool, and add a mapping file, used to map
Andrew Bartlett
2007-10-10
2
-58
/
+145
*
r17599: Improvements to the AD-like to OpenLDAP format schema conversion util...
Andrew Bartlett
2007-10-10
1
-53
/
+252
*
r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.
Andrew Bartlett
2007-10-10
1
-0
/
+324
*
r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Andrew Bartlett
2007-10-10
3
-35
/
+190
*
r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client
Stefan Metzmacher
2007-10-10
1
-0
/
+21
*
r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client
Stefan Metzmacher
2007-10-10
1
-0
/
+21
*
r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control
Stefan Metzmacher
2007-10-10
1
-2
/
+23
*
r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.
Stefan Metzmacher
2007-10-10
1
-0
/
+25
*
r17418: add client support for the LDAP_SERVER_SD_FLAGS control
Stefan Metzmacher
2007-10-10
1
-1
/
+26
*
r17186: "async" word abuse clean-up part 2
Simo Sorce
2007-10-10
1
-3
/
+3
*
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
2007-10-10
1
-54
/
+54
*
r16036: Add a couple of new functions to corretly deal with timeouts.
Simo Sorce
2007-10-10
1
-1
/
+1
*
r15955: fix whitespaces
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...
Simo Sorce
2007-10-10
1
-1
/
+1
*
r15932: Remove per request creds
Simo Sorce
2007-10-10
1
-1
/
+0
*
r15847: We probably want to keep the global init
Simo Sorce
2007-10-10
1
-0
/
+2
*
r15846: An async version of ldbsearch
Simo Sorce
2007-10-10
1
-59
/
+186
*
r15372: Don't look at possibly undefined controls in failure cases.
Andrew Bartlett
2007-10-10
1
-3
/
+0
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2007-10-10
6
-6
/
+6
*
r14349: Kill proto.h!
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14344: More helpful messages on error for command line specified controls
Simo Sorce
2007-10-10
1
-0
/
+14
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2007-10-10
1
-17
/
+18
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
9
-2
/
+20
*
r13609: Get in the initial work on making ldb async
Simo Sorce
2007-10-10
2
-6
/
+10
*
r13580: fix broken client side sort
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13361: initial implementation of the vlv control
Simo Sorce
2007-10-10
1
-0
/
+72
*
r13349: In the end I could not use ldb_caseless_cmp
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13340: The gensec_init() needs to be after the popt processing, as it
Andrew Bartlett
2007-10-10
1
-2
/
+3
*
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()
Simo Sorce
2007-10-10
1
-0
/
+1
*
r13324: From now on check attribute names obey rfc2251
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13289: Check the tree is not NULL
Simo Sorce
2007-10-10
1
-0
/
+1
*
r13167: handle cotrols' reply even in error
Simo Sorce
2007-10-10
1
-2
/
+1
*
r12989: move the control parsing and handleng functions to cmdline.c
Simo Sorce
2007-10-10
3
-315
/
+320
*
r12984: add parse code and ldbsearch cmdline code for
Stefan Metzmacher
2007-10-10
1
-0
/
+19
*
r12983: - fix using a DIRSYNC cookie from the command line
Stefan Metzmacher
2007-10-10
1
-5
/
+11
*
r12977: Some code to implement the client side of the Dirsync control
Simo Sorce
2007-10-10
1
-2
/
+72
*
r12941: Add Attribute Scoped Search control
Simo Sorce
2007-10-10
1
-0
/
+4
*
r12925: implement client side of ASQ control
Simo Sorce
2007-10-10
1
-0
/
+38
[next]