summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18596: removed superfluous semicolonAndrew Tridgell1-1/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2-6/+7
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2-16/+6
2007-10-10r18327: 'struct token' is defined on some hostsAndrew Tridgell1-5/+5
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-1/+1
2007-10-10r18133: ad2oLschema needs ctype.h on some systemsAndrew Tridgell1-0/+1
2007-10-10r18022: Increment number of records converted, and print number of records sk...Andrew Bartlett1-1/+3
2007-10-10r17868: remove duplicated attributes from listSimo Sorce1-6/+1
2007-10-10r17844: The AIX compiler thinks { } is a syntax errorVolker Lendecke1-1/+2
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce1-1/+1
2007-10-10r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell1-0/+4
2007-10-10r17820: simplify the code flow a littleAndrew Tridgell1-20/+27
2007-10-10r17745: got rid of the final asprintf() in ldbAndrew Tridgell1-1/+1
2007-10-10r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2-4/+4
2007-10-10r17719: ldb_cmdline needs to be static for cc on solarisAndrew Tridgell1-1/+2
2007-10-10r17707: Match the output (aside from dividers) the output ofAndrew Bartlett1-6/+28
2007-10-10r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell1-0/+7
2007-10-10r17613: style fixSimo Sorce1-1/+2
2007-10-10r17601: Fix declaration after statement.Andrew Bartlett1-3/+2
2007-10-10r17600: Finish the schema conversion tool, and add a mapping file, used to mapAndrew Bartlett2-58/+145
2007-10-10r17599: Improvements to the AD-like to OpenLDAP format schema conversion util...Andrew Bartlett1-53/+252
2007-10-10r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.Andrew Bartlett1-0/+324
2007-10-10r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett3-35/+190
2007-10-10r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher1-0/+21
2007-10-10r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher1-0/+21
2007-10-10r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher1-2/+23
2007-10-10r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher1-0/+25
2007-10-10r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher1-1/+26
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-3/+3
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-54/+54
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-1/+1
2007-10-10r15955: fix whitespacesStefan Metzmacher1-1/+1
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-1/+1
2007-10-10r15932: Remove per request credsSimo Sorce1-1/+0
2007-10-10r15847: We probably want to keep the global initSimo Sorce1-0/+2
2007-10-10r15846: An async version of ldbsearchSimo Sorce1-59/+186
2007-10-10r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett1-3/+0
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij6-6/+6
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+1
2007-10-10r14344: More helpful messages on error for command line specified controlsSimo Sorce1-0/+14
2007-10-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce1-17/+18
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij9-2/+20
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce2-6/+10
2007-10-10r13580: fix broken client side sortSimo Sorce1-1/+1
2007-10-10r13361: initial implementation of the vlv controlSimo Sorce1-0/+72
2007-10-10r13349: In the end I could not use ldb_caseless_cmpSimo Sorce1-1/+1
2007-10-10r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett1-2/+3
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce1-1/+1
2007-10-10r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce1-0/+1