summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* Move the check above the tallocAnatoliy Atanasov2009-09-221-5/+6
* s4:ldb Add 'single-value' support to LDB.Andrew Bartlett2009-09-212-2/+52
* Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-218-4/+165
|\
| * Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming ConstraintsAnatoliy Atanasov2009-09-211-0/+13
| * s4-ldb: bit prettier outputAndrew Tridgell2009-09-211-7/+15
| * s4-ldb: fixed O(n^2) string handling in ldif debug printAndrew Tridgell2009-09-211-3/+3
| * s4-ldb: add --trace command line option to ldb toolsAndrew Tridgell2009-09-212-0/+6
| * s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell2009-09-214-1/+135
* | Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-211-2/+2
|\|
| * s4:ldb print out which LDB the transaction is still active on.Andrew Bartlett2009-09-201-2/+2
* | Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-201-4/+4
|\|
| * s4:sec_descriptor - fix constantMatthias Dieter Wallnöfer2009-09-201-4/+4
* | Initial implementation of security descriptor creation in DSNadezhda Ivanova2009-09-201-4/+9
|/
* s4:ldb_parse - Fix the type of an array entryMatthias Dieter Wallnöfer2009-09-201-1/+1
* s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher2009-09-203-1/+65
* s4-ldb: bump minimum version in ldb tooAndrew Tridgell2009-09-191-1/+1
* Tests for descriptor inheritanceZahari Zahariev2009-09-161-0/+1610
* s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell2009-09-151-1/+2
* s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell2009-09-153-21/+64
* s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell2009-09-154-5/+30
* pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij2009-09-142-2/+14
* ldb: Remove references to operational module init function.Jelmer Vernooij2009-09-112-2/+0
* ldb: Support running testsuite without installing first.Jelmer Vernooij2009-09-112-4/+5
* s4:ldb_map_outbound - fix memory leakMatthias Dieter Wallnöfer2009-09-111-0/+2
* s4-ldb: don't remove a message element beyond the end of the arrayAndrew Tridgell2009-09-111-0/+4
* s4:ldb_map: Don't free ares too early.Andrew Kroeger2009-09-111-3/+3
* Mark test_security_descriptor_add_neg as known failing (for now).Jelmer Vernooij2009-09-081-1/+1
* Basic tests for nTSceurityDescriptor both SDDL and BASE64 formatZahari Zahariev2009-09-081-2/+194
* s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell2009-09-082-0/+11
* s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell2009-09-081-4/+9
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-086-4/+20
* s4/ldb: fixed spellingAndrew Tridgell2009-09-081-2/+2
* s4:ldap.py - Adds a test for the primary group behaviourMatthias Dieter Wallnöfer2009-09-071-12/+132
* s4: Fix typoMatthias Dieter Wallnöfer2009-09-061-2/+2
* s4:ldb_errors - add spacesMatthias Dieter Wallnöfer2009-09-061-0/+2
* ldb: make ldb module programming less error proneAndrew Tridgell2009-09-042-0/+17
* ldb: ensure we cancel a ldb transactionAndrew Tridgell2009-09-042-3/+9
* always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2009-09-033-6/+51
* show the full set of command line options for ldb toolsAndrew Tridgell2009-09-025-29/+6
* use ldb_cmdline_help() in ldbsearchAndrew Tridgell2009-09-022-8/+3
* added ldb_cmdline_help()Andrew Tridgell2009-09-021-29/+36
* don't allow two controls to be added with the same OIDAndrew Tridgell2009-09-021-1/+7
* added ldb_ldif_message_string()Andrew Tridgell2009-09-022-0/+28
* ldb: Depend on libtalloc 2.0.0Simo Sorce2009-08-301-1/+1
* ldb: cosmetic changes in ldb_dnSimo Sorce2009-08-301-193/+292
* s4:ldb Don't sleep(100) in this error case, but debug the LDIFAndrew Bartlett2009-08-281-6/+6
* s4-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)Michael Adam2009-08-281-6/+5
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-264-1/+95
* s4:ldb Add hooks to get/set the flags on a ldb_message_elementAndrew Bartlett2009-08-262-5/+65
* s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett2009-08-242-0/+43