Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldb:ltdb_filter_attrs - fix a counter variable type | Matthias Dieter Wallnöfer | 2010-06-06 | 1 | -2/+3 |
| | |||||
* | s4:urgent_replication.py - specify the "dnsRoot" attribute which is ↵ | Matthias Dieter Wallnöfer | 2010-06-06 | 1 | -0/+1 |
| | | | | requested on "crossRef" entries | ||||
* | s4:ldap.py - make sure that also the "posixuser" will be deleted on test ↵ | Matthias Dieter Wallnöfer | 2010-06-06 | 1 | -0/+1 |
| | | | | breakages | ||||
* | libreplace: Fix readline build with libedit. | James Peach | 2010-06-03 | 1 | -0/+38 |
| | | | | | | | libedit on MAc OSX 10.5 does not have the rl_completion_t typedef, but uses a internal typedef names CPPFunction. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4:ldb_msg_element_compare - fix typo in comment | Matthias Dieter Wallnöfer | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | s4:lib/ldb/pyldb_util.c - add a cast to quiet a warning | Matthias Dieter Wallnöfer | 2010-06-02 | 1 | -1/+1 |
| | | | | Jelmer, please fix if it isn't correct. | ||||
* | pyldb_util: Remove dependency on LIBPYTHON - it's already there | Jelmer Vernooij | 2010-05-31 | 1 | -2/+1 |
| | | | | implicitly and not available in the standalone build. | ||||
* | ldb:ldb_msg_add_steal_string - prevent also there the addition of strings ↵ | Matthias Dieter Wallnöfer | 2010-05-31 | 1 | -0/+5 |
| | | | | with length 0 | ||||
* | Revert "ldb: Remove Samba-specific symbols." | Simo Sorce | 2010-05-31 | 1 | -0/+5 |
| | | | | | | | This reverts commit fe8302b235197e359a20ba0489eb72b54793963e. Jelmer, please do not re-re-revert this until we can properly handle *both* s4 and standalone ldb builds. | ||||
* | pyldb: Remove duplicate copy of function. | Jelmer Vernooij | 2010-05-31 | 1 | -28/+0 |
| | |||||
* | ldb: Remove unexisting and mistyped function from header | Simo Sorce | 2010-05-31 | 1 | -2/+0 |
| | |||||
* | ldb: Install ldb_handlers.h header. | Jelmer Vernooij | 2010-05-31 | 1 | -3/+3 |
| | |||||
* | ldb: Remove Samba-specific symbols. | Jelmer Vernooij | 2010-05-31 | 1 | -5/+0 |
| | |||||
* | ldb: Move utility functions to separate file. | Jelmer Vernooij | 2010-05-31 | 2 | -4/+88 |
| | |||||
* | ldb: Fix dependencies when building with system ldb. | Jelmer Vernooij | 2010-05-31 | 5 | -10/+34 |
| | |||||
* | ldb: Revert signature file changes made in ↵ | Kai Blin | 2010-05-31 | 1 | -0/+5 |
| | | | | 151e239bcf2860411527a953d627b2d724c0a57e | ||||
* | ldb/waf: Fix build with system and bundled ldb. | Jelmer Vernooij | 2010-05-31 | 2 | -9/+5 |
| | |||||
* | waf: Refactor manpage building code. | Jelmer Vernooij | 2010-05-31 | 1 | -3/+5 |
| | |||||
* | Add manpages argument to SAMBA_LIBRARY(). | Jelmer Vernooij | 2010-05-31 | 1 | -16/+3 |
| | |||||
* | s4-waf: Fixed the ldb build. | Stefan Metzmacher | 2010-05-31 | 1 | -3/+3 |
| | |||||
* | ldb: Support building with system ldb library | Jelmer Vernooij | 2010-05-31 | 1 | -13/+12 |
| | |||||
* | ldb: Remove manual pages for binaries that have already been moved to utils/. | Jelmer Vernooij | 2010-05-31 | 3 | -167/+1 |
| | |||||
* | ldb-waf: Fix installation path of manpages, simplify manpage handling. | Jelmer Vernooij | 2010-05-31 | 1 | -5/+3 |
| | |||||
* | s4:tests/python/passwords.py - fix filter | Matthias Dieter Wallnöfer | 2010-05-30 | 1 | -1/+1 |
| | |||||
* | ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code ↵ | Matthias Dieter Wallnöfer | 2010-05-30 | 1 | -0/+2 |
| | | | | conversions | ||||
* | s4:ldap.py - add a test which shows the modification behaviour of important ↵ | Matthias Dieter Wallnöfer | 2010-05-30 | 1 | -0/+104 |
| | | | | | | | attributes This shows how important attributes of SAM objects do behave when you launch add and delete modify requests on them. | ||||
* | s4:ldap.py - add more test cases to show invalid primary group change behaviour | Matthias Dieter Wallnöfer | 2010-05-30 | 1 | -0/+23 |
| | |||||
* | s4:regshell - fix an "asprintf" | Matthias Dieter Wallnöfer | 2010-05-28 | 1 | -1/+5 |
| | |||||
* | s4:regshell - don't use negative exit codes | Matthias Dieter Wallnöfer | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | ldb-waf: Install manual pages for ldb in standalone build, install | Jelmer Vernooij | 2010-05-24 | 1 | -4/+23 |
| | | | | python module. | ||||
* | s4:"rdn_name" LDB module - fix the creation of the RDN attribute (try to ↵ | Matthias Dieter Wallnöfer | 2010-05-24 | 1 | -6/+20 |
| | | | | | | | normalise it) And return always the correct error codes on the failed add operations (should anyway be ERR_OPERATIONS_ERROR - therefore no behaviour change). | ||||
* | s4:ldb_controls: make it possible to pass arbitrary control via the command line | Stefan Metzmacher | 2010-05-22 | 1 | -0/+34 |
| | | | | | | | | --controls=local_oid:1.3.6.1.4.1.7165.4.3.7:1 To specify the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID control as critical. metze | ||||
* | Doh! If you're going to give advice in "useage", make sure it's correct. | Jeremy Allison | 2010-05-21 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Add comments to usage error message for -k to make it obvious what this needs. | Jeremy Allison | 2010-05-21 | 1 | -2/+3 |
| | | | | Jeremy. | ||||
* | s4:ldb: add --controls support to ldbedit | Stefan Metzmacher | 2010-05-21 | 1 | -5/+12 |
| | | | | metze | ||||
* | s4:libcli/ldap Rename ldap.h to libcli_ldap.h | Andrew Bartlett | 2010-05-21 | 1 | -1/+1 |
| | | | | | | | It is a problem if a samba header is called ldap.h if we also want to use OpenLDAP's ldap.h Andrew Bartlett | ||||
* | Revert "Make -k a simple non-bool option." | Andrew Bartlett | 2010-05-21 | 1 | -0/+9 |
| | | | | | | | | | | | | | | This reverts commit 2bbf055dbb15ea99b80ae66adc906ad5494a3999. This change broke 'make test', because the current syntax is deliberate and an integral part of how Samba4 uses Kerberos. If a change like this is to be implemented, then careful review of all our test scripts must be taken first, and then new options such as --dont-use-kerberos, --may-use-kerberos and --must-use-kerberos should be added. Andrew Bartlett | ||||
* | Make -k a simple non-bool option. | Jeremy Allison | 2010-05-20 | 1 | -9/+0 |
| | | | | Jeremy. | ||||
* | s4:ldb-samba: handle more GUID attributes | Stefan Metzmacher | 2010-05-20 | 1 | -11/+36 |
| | | | | metze | ||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 21 | -160/+87 |
| | |||||
* | ldb:ldb_msg.c - use result constant | Matthias Dieter Wallnöfer | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | work around AIX6.1 name space pollution rename mod_name to module_name | Olaf Flebbe | 2010-05-12 | 1 | -3/+3 |
| | |||||
* | s4/dn: handle case 'base' dn has no components | Kamen Mazdrashki | 2010-05-10 | 1 | -1/+1 |
| | | | | This could if the 'base' dn is special for example. | ||||
* | s4:passwords.py - add a python unittest for additional testing of my ↵ | Matthias Dieter Wallnöfer | 2010-05-10 | 1 | -0/+579 |
| | | | | | | | | passwords work This performs checks on direct password changes over LDB/LDAP. Indirect password changes over the RPCs are already tested by some torture suite (SAMR passwords). So no need to do this again here. | ||||
* | s4-ldb: check for ldap_initialize | Andrew Tridgell | 2010-05-05 | 1 | -1/+1 |
| | | | | HPUX 11.0 has a ldap library that doesn't have ldap_initialize | ||||
* | s4-ldb: add msg saying which build system is being used | Andrew Tridgell | 2010-05-05 | 1 | -0/+2 |
| | | | | | (this is a gratuituous commit to trigger the build farm to rebuild ldb on all systems) | ||||
* | s4/waf: ABI update for lib/ldb | Anatoliy Atanasov | 2010-05-04 | 2 | -1/+225 |
| | |||||
* | s4/rodc: Support read-only database | Anatoliy Atanasov | 2010-05-04 | 2 | -0/+49 |
| | | | | | | Check on modify if we are RODC and return referral. On the ldap backend side now we pass context and ldb_modify_default_callback to propagate the referral error to the client. | ||||
* | s4/rodc: Fix the callbacks up the stack to handle referrals on modify requests | Anatoliy Atanasov | 2010-05-04 | 1 | -0/+15 |
| | |||||
* | s4/test: Implement tests for msDS-isRODC constructed attribute | Anatoliy Atanasov | 2010-05-03 | 1 | -0/+39 |
| | | | | | This attribute will be returned for objects with objectClass=nTDSDSA,server and computer |