Age | Commit message (Expand) | Author | Files | Lines |
2010-06-11 | ldb:ldb_sqlite3 backend - remove checks which are now done elsewhere | Matthias Dieter Wallnöfer | 1 | -29/+0 |
2010-06-10 | s4:ldap.py - add testcase which demonstrates the reset of the "primaryGroupID" | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2010-06-10 | s4:ldap.py - add a test to demonstrate the 'instanceType' behaviour | Matthias Dieter Wallnöfer | 1 | -0/+39 |
2010-06-07 | ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ... | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2010-06-07 | s4 python: add more unit tests to verify the compare tests | Matthieu Patou | 1 | -0/+19 |
2010-06-07 | s4:objectclass_attrs LDB module - move the single-valued attribute check into... | Matthias Dieter Wallnöfer | 1 | -44/+0 |
2010-06-07 | s4:rdn_name LDB module - move the "distinguishedName" write prevent check here | Matthias Dieter Wallnöfer | 2 | -7/+6 |
2010-06-07 | s4:ldap.py - add some "objectclass" behaviour tests | Matthias Dieter Wallnöfer | 1 | -0/+190 |
2010-06-07 | s4:ldap.py - enhance the attributes testcase to demonstrate how the attribute... | Matthias Dieter Wallnöfer | 1 | -2/+75 |
2010-06-07 | s4:ldap.py - enhance the rename tests to demonstrate the functionality | Matthias Dieter Wallnöfer | 1 | -0/+37 |
2010-06-07 | s4:ldb python bindings - implement comparison on Python LDB Message objects | Matthieu Patou | 1 | -2/+38 |
2010-06-06 | ldb:ldb_msg_remove_attr - provide a better implementation | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-06-06 | s4:ldap.py - enhance the RDN name test to show that invalid "name" attributes... | Matthias Dieter Wallnöfer | 1 | -1/+3 |
2010-06-06 | s4:rdn_name LDB module - use "ldb_msg_remove_attr" for deleting attributes | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2010-06-06 | s4:rdn_name LDB module - remove "rdn_name_find_attribute" | Matthias Dieter Wallnöfer | 1 | -15/+2 |
2010-06-06 | ldb:ltdb_filter_attrs - fix a counter variable type | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2010-06-06 | s4:urgent_replication.py - specify the "dnsRoot" attribute which is requested... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-06-06 | s4:ldap.py - make sure that also the "posixuser" will be deleted on test brea... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-06-03 | libreplace: Fix readline build with libedit. | James Peach | 1 | -0/+38 |
2010-06-02 | s4:ldb_msg_element_compare - fix typo in comment | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-02 | s4:lib/ldb/pyldb_util.c - add a cast to quiet a warning | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-31 | pyldb_util: Remove dependency on LIBPYTHON - it's already there | Jelmer Vernooij | 1 | -2/+1 |
2010-05-31 | ldb:ldb_msg_add_steal_string - prevent also there the addition of strings wit... | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2010-05-31 | Revert "ldb: Remove Samba-specific symbols." | Simo Sorce | 1 | -0/+5 |
2010-05-31 | pyldb: Remove duplicate copy of function. | Jelmer Vernooij | 1 | -28/+0 |
2010-05-31 | ldb: Remove unexisting and mistyped function from header | Simo Sorce | 1 | -2/+0 |
2010-05-31 | ldb: Install ldb_handlers.h header. | Jelmer Vernooij | 1 | -3/+3 |
2010-05-31 | ldb: Remove Samba-specific symbols. | Jelmer Vernooij | 1 | -5/+0 |
2010-05-31 | ldb: Move utility functions to separate file. | Jelmer Vernooij | 2 | -4/+88 |
2010-05-31 | ldb: Fix dependencies when building with system ldb. | Jelmer Vernooij | 5 | -10/+34 |
2010-05-31 | ldb: Revert signature file changes made in 151e239bcf2860411527a953d627b2d724... | Kai Blin | 1 | -0/+5 |
2010-05-31 | ldb/waf: Fix build with system and bundled ldb. | Jelmer Vernooij | 2 | -9/+5 |
2010-05-31 | waf: Refactor manpage building code. | Jelmer Vernooij | 1 | -3/+5 |
2010-05-31 | Add manpages argument to SAMBA_LIBRARY(). | Jelmer Vernooij | 1 | -16/+3 |
2010-05-31 | s4-waf: Fixed the ldb build. | Stefan Metzmacher | 1 | -3/+3 |
2010-05-31 | ldb: Support building with system ldb library | Jelmer Vernooij | 1 | -13/+12 |
2010-05-31 | ldb: Remove manual pages for binaries that have already been moved to utils/. | Jelmer Vernooij | 3 | -167/+1 |
2010-05-31 | ldb-waf: Fix installation path of manpages, simplify manpage handling. | Jelmer Vernooij | 1 | -5/+3 |
2010-05-30 | s4:tests/python/passwords.py - fix filter | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-30 | ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code conve... | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-05-30 | s4:ldap.py - add a test which shows the modification behaviour of important a... | Matthias Dieter Wallnöfer | 1 | -0/+104 |
2010-05-30 | s4:ldap.py - add more test cases to show invalid primary group change behaviour | Matthias Dieter Wallnöfer | 1 | -0/+23 |
2010-05-28 | s4:regshell - fix an "asprintf" | Matthias Dieter Wallnöfer | 1 | -1/+5 |
2010-05-28 | s4:regshell - don't use negative exit codes | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-05-24 | ldb-waf: Install manual pages for ldb in standalone build, install | Jelmer Vernooij | 1 | -4/+23 |
2010-05-24 | s4:"rdn_name" LDB module - fix the creation of the RDN attribute (try to norm... | Matthias Dieter Wallnöfer | 1 | -6/+20 |
2010-05-22 | s4:ldb_controls: make it possible to pass arbitrary control via the command line | Stefan Metzmacher | 1 | -0/+34 |
2010-05-21 | Doh! If you're going to give advice in "useage", make sure it's correct. | Jeremy Allison | 1 | -2/+2 |
2010-05-21 | Add comments to usage error message for -k to make it obvious what this needs. | Jeremy Allison | 1 | -2/+3 |
2010-05-21 | s4:ldb: add --controls support to ldbedit | Stefan Metzmacher | 1 | -5/+12 |