Age | Commit message (Expand) | Author | Files | Lines |
2009-12-14 | s4-ldb: added new ldb_dn extended components for linked attributes | Andrew Tridgell | 1 | -0/+30 |
2009-12-14 | s4-ldb: added a function to filter extended components of a ldb_dn | Andrew Tridgell | 1 | -0/+16 |
2009-12-14 | s4-ldb: added a new "reveal" control | Andrew Tridgell | 3 | -1/+43 |
2009-12-14 | s4-ldb: sort the linearized extended DN by component name | Andrew Tridgell | 1 | -0/+14 |
2009-12-10 | Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh... | Nadezhda Ivanova | 1 | -1/+126 |
2009-12-10 | s4-ldb: fixed 2 bugs in ldb_dn_set_extended_component() | Andrew Tridgell | 1 | -2/+5 |
2009-12-10 | s4-ldb: use GUID_to_ndr_blob() | Andrew Tridgell | 2 | -5/+8 |
2009-12-10 | s4-ldb: simplify ldif handlers using new GUID functions | Andrew Tridgell | 1 | -8/+9 |
2009-12-09 | s4-ldb: fixed nested searches inside ldb modules | Andrew Tridgell | 2 | -4/+12 |
2009-12-09 | s4-ldb: added a missing ltdb_unlock_read() | Andrew Tridgell | 1 | -0/+1 |
2009-12-08 | s4-ldb: fixed ldbdel with -r (recursive deletion) | Andrew Tridgell | 1 | -0/+15 |
2009-12-08 | s4:build Bump ldb and tdb required versions. | Andrew Bartlett | 2 | -2/+2 |
2009-12-07 | s4:ldb Add a function to match a message against an objectClass | Andrew Bartlett | 2 | -0/+22 |
2009-12-07 | s4:ldap.py Improve testsuite for primaryGroupToken behaviour | Andrew Bartlett | 1 | -0/+22 |
2009-12-05 | s4-ldif: Fix memory leek in ldb_ldif_write() | Kamen Mazdrashki | 1 | -0/+2 |
2009-12-01 | s4-ldb: the '1' form of extended_dn search is easier to read | Andrew Tridgell | 1 | -1/+1 |
2009-12-01 | s4:ldap.py Add test of namingContext behaviour after tridge found a bug | Andrew Bartlett | 1 | -0/+15 |
2009-11-30 | s4-drs: Test situations for runtime constructed parentGUID | Fernando J V da Silva | 1 | -1/+24 |
2009-11-30 | s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn() | Crístian Deives | 3 | -8/+12 |
2009-11-30 | s4-ldb: check for -ve value for page size | Andrew Tridgell | 1 | -0/+5 |
2009-11-29 | lib/registry/util.c - Reorder the registry datatypes of the conversion functions | Matthias Dieter Wallnöfer | 1 | -9/+12 |
2009-11-29 | Revert "s4:registry/util - Don't include the trailing '\0' in the internal da... | Matthias Dieter Wallnöfer | 1 | -6/+2 |
2009-11-28 | s4-ldb: make it much easier to use common ldb controls | Andrew Tridgell | 2 | -15/+64 |
2009-11-28 | s4: fix SD update and password change in upgrade script | Matthieu Patou | 2 | -0/+33 |
2009-11-27 | s4:registry/util - Don't include the trailing '\0' in the internal data forma... | Matthias Dieter Wallnöfer | 1 | -14/+27 |
2009-11-27 | s4-ldb: improve detection of whether the server has a GC port | Andrew Tridgell | 1 | -5/+9 |
2009-11-27 | s4-ldb: better to test for valid arguments in ldb library than commandline | Andrew Tridgell | 2 | -9/+10 |
2009-11-27 | s4:ldb Provide bindings for ldb_transaction_prepare_commit() | Andrew Bartlett | 1 | -0/+9 |
2009-11-26 | s4:ldap.py - add a test for the enhanced operational attributes check | Matthias Dieter Wallnöfer | 1 | -0/+11 |
2009-11-24 | s4:ldap.py - fix the schema update test on Windows Server | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2009-11-24 | s4:ldap.py - activate test for operational attributes | Matthias Dieter Wallnöfer | 1 | -8/+8 |
2009-11-24 | s4:ldap.py Add tests for subSchemaSubEntry | Andrew Bartlett | 1 | -0/+12 |
2009-11-23 | s4:ldap.py - Add a check for the generated "schemaIDGUID" | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2009-11-21 | Implemented LDAP_SERVER_SD_FLAGS_OID on search requests. | Nadezhda Ivanova | 1 | -4/+60 |
2009-11-20 | s4:lib/ldb: change version to 0.9.9 after some critical index fixes | Stefan Metzmacher | 1 | -1/+1 |
2009-11-20 | Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests. | Nadezhda Ivanova | 1 | -5/+107 |
2009-11-20 | Some changes to allow processing of ldap controls on modify requests. | Nadezhda Ivanova | 3 | -6/+90 |
2009-11-20 | s4-ldb: added a warning about ldb_msg_add_dn | Andrew Tridgell | 1 | -0/+2 |
2009-11-20 | added new function "ldb_msg_add_dn" | Crístian Deives | 3 | -7/+14 |
2009-11-20 | ldb:ldb_tdb backend/indexes - Outside API | Matthias Dieter Wallnöfer | 3 | -28/+30 |
2009-11-20 | ldb:ldb_tdb backend/indexes - DN comparison | Matthias Dieter Wallnöfer | 1 | -4/+5 |
2009-11-20 | s4-ldb: added a double-rename test | Andrew Tridgell | 1 | -0/+24 |
2009-11-20 | s4-ldb: when -v is specified, show progress of ldbadd/ldbmodify | Andrew Tridgell | 2 | -2/+8 |
2009-11-20 | s4-ldb: make ldb tools line buffered | Andrew Tridgell | 1 | -0/+3 |
2009-11-20 | s4-ldb: fixed an issue in rename/modify indexing | Andrew Tridgell | 1 | -16/+16 |
2009-11-20 | s4-ldb: allow ldap.py test suite to run directly against a file | Andrew Tridgell | 1 | -1/+5 |
2009-11-18 | Added control copying for message types other than ldb_search. | Nadezhda Ivanova | 1 | -1/+4 |
2009-11-16 | s4:provision - Removed dependency on full Samba 3 schema from FDS | Endi S. Dewata | 1 | -0/+1 |
2009-11-15 | Fix writing corrupt registries because of hardcoded version string in IDL. | Wilco Baan Hofman | 1 | -1/+1 |
2009-11-15 | Fix writing corrupt REG_SZ to the registry. | Wilco Baan Hofman | 1 | -1/+2 |