summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* fixed transaction handling in linked_attributes moduleAndrew Tridgell2009-09-031-76/+4
* add the the linked attributes elements to the repl structureAndrew Tridgell2009-09-032-1/+9
* tell the server that we support linked attribute replicationAndrew Tridgell2009-09-031-6/+1
* added dsdb_find_dn_by_guid()Andrew Tridgell2009-09-031-0/+78
* traverse the ac list in reverse orderAndrew Tridgell2009-09-021-1/+6
* s4:dsdb rewrite the linked_atrributes code to commit in the end_transaction hookAndrew Tridgell2009-09-021-107/+281
* add the partition_control control to replication requestsAndrew Tridgell2009-09-021-0/+22
* change the dsdb_control_current_partition to not include internal variablesAndrew Tridgell2009-09-022-82/+88
* Display ldif formatted versions of all DRS changes at log level 4Andrew Tridgell2009-09-021-0/+18
* Wrap DRS changes in a transactionAndrew Tridgell2009-09-021-0/+18
* fixed spellingAndrew Tridgell2009-09-021-1/+1
* s4:schema Rework dsdb_write_prefixes_from_schema_to_ldb() to use tallocAndrew Bartlett2009-08-261-14/+20
* s4:scheam quiet a 'const' warningAndrew Bartlett2009-08-261-1/+1
* s4:dsdb Rework dsdb_write_prefixes_to_ldb() to take a schemaAndrew Bartlett2009-08-261-14/+13
* s4:dsdb Use helper function to add 'show deleted' controlAndrew Bartlett2009-08-261-20/+10
* fixed DRS rename of deleted objectsAndrew Tridgell2009-08-251-1/+20
* s4:dsdb Rework show_deleted module not to liniearise the LDAP filterAndrew Bartlett2009-08-251-72/+37
* s4:dsdb Use talloc_strndup() to ensure OIDs are null terminatedAndrew Bartlett2009-08-241-8/+11
* s4:dsdb Add constAndrew Bartlett2009-08-241-2/+2
* s4:dsdb remove unused variableAndrew Bartlett2009-08-241-1/+0
* s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the endAndrew Bartlett2009-08-241-7/+17
* added basic support for rename in DRS replicationAndrew Tridgell2009-08-191-5/+9
* s4: int32 handling: previous fix was not fully correctMatthias Dieter Wallnöfer2009-08-171-1/+1
* s4: Make the int32 problem more clear - and fix another errorMatthias Dieter Wallnöfer2009-08-172-1/+5
* s4: Fixed the int32 datatype supportMatthias Dieter Wallnöfer2009-08-171-1/+1
* make sure we update the current schema->prefixes when we add a new prefixAndrew Tridgell2009-08-171-0/+9
* s4:schema Allow a schema load on an unconnected databaseAndrew Bartlett2009-08-171-5/+6
* s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett2009-08-171-11/+19
* s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...Matthias Dieter Wallnöfer2009-08-141-10/+1
* s4: cracknames.c: Change the handling of the NT_STATUS_NO_MEMORY status resultsMatthias Dieter Wallnöfer2009-08-141-4/+6
* s4:operational - Remove some outdated commentsMatthias Dieter Wallnöfer2009-08-111-12/+0
* s4:samldb module - Remove duplicate lineMatthias Dieter Wallnöfer2009-08-111-1/+0
* s4:operational module - move and enhancementsMatthias Dieter Wallnöfer2009-08-112-0/+358
* use talloc with the global schema consistentlyAndrew Tridgell2009-08-071-1/+2
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-071-4/+0
* s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett2009-08-055-52/+129
* Return infinite time for last last logoff when last logoff = 0Matthieu Patou2009-08-031-0/+16
* s4: Correct renamed constantsMatthias Dieter Wallnöfer2009-07-311-2/+2
* [SAMBA 4] Some cosmetic changes for the LDB modulesMatthias Dieter Wallnöfer2009-07-192-12/+12
* s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett2009-07-162-8/+139
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-135-155/+10
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-139-145/+8
* s4:dsdb Allow unicodePwd to be set when adding a userAndrew Bartlett2009-07-091-85/+84
* Add constAndrew Bartlett2009-07-091-2/+2
* Fix for schemaUpdateNow commandAnatoliy Atanasov2009-07-085-6/+14
* Fix some nonempty blank linesVolker Lendecke2009-07-051-78/+76
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-022-8/+75
* decrypt all objects in a DRS record, not just the first oneAndrew Tridgell2009-07-021-2/+5
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-023-33/+108
* fixed the reference to the global_schemaAndrew Tridgell2009-07-011-2/+3