summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-drs: Refactored drepl_service and send_ridalloc_request so that the struct...Nadezhda Ivanova2010-09-102-27/+48
* s4-dreplsrv: Do allocations on long-living context so that callback gets calledKamen Mazdrashki2010-09-091-1/+1
* s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even ru...Kamen Mazdrashki2010-09-091-0/+8
* s4-dsdb/repl/drepl_out_pull.c: Remove unused codeKamen Mazdrashki2010-09-091-43/+0
* s4-drepl_service.c: Update (C)Kamen Mazdrashki2010-09-091-9/+10
* s4-drepsrv: Dump more info when drepl_replica_sync() failsKamen Mazdrashki2010-09-091-24/+28
* s4-dsdb Change debug levels for startup messagesAndrew Bartlett2010-09-092-10/+10
* s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in pythonAndrew Tridgell2010-09-091-0/+30
* s4-dreplsrv: Run NC replication synchronously if requestedKamen Mazdrashki2010-09-071-30/+119
* s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitionsKamen Mazdrashki2010-09-051-1/+1
* dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2010-09-052-0/+5
* dsdb: Add missing dependencies for dsdb ldb modules.Jelmer Vernooij2010-09-041-2/+2
* s4:dsdb/kcc: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-7/+40
* s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSRKamen Mazdrashki2010-09-031-8/+111
* s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS nameKamen Mazdrashki2010-09-031-0/+40
* s4-dreplsrv: Helper to find NC by DN or GUID or SIDKamen Mazdrashki2010-09-031-0/+33
* s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_tKamen Mazdrashki2010-09-033-7/+14
* s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett2010-09-021-1/+1
* s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett2010-09-021-1/+3
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-022-3/+13
* s4-kcc: Notify dreplsrv that Topology has changedKamen Mazdrashki2010-08-281-0/+29
* s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update inter...Kamen Mazdrashki2010-08-281-0/+20
* s4-dreplsrv: Move partition cache update before scheduling another set of rep...Kamen Mazdrashki2010-08-281-3/+7
* s4-kcc: Assert when unexpected repsFromToBlob version is passedKamen Mazdrashki2010-08-281-2/+4
* s4-dsdb: Fixed a compiler warning.Nadezhda Ivanova2010-08-271-1/+0
* s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit casesMatthias Dieter Wallnöfer2010-08-261-0/+2
* s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()Nadezhda Ivanova2010-08-261-1/+1
* s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ...Nadezhda Ivanova2010-08-261-0/+47
* s4-repl: load RODC partitions using msDS-hasFullReplicaNCsAndrew Tridgell2010-08-252-4/+28
* s4-dsdb: make more of the UF_* flags available on pydsdbAndrew Tridgell2010-08-251-0/+28
* s4-dsdb: add more DS flags to the dsdb moduleAndrew Tridgell2010-08-251-0/+15
* s4-dsdb: added get_attid_from_lDAPDisplayName() on samdbAndrew Tridgell2010-08-251-0/+46
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-235-29/+26
* s4-dsdb: the RODC_JOIN control also changes samAccountNameAndrew Tridgell2010-08-201-9/+13
* s4-dsdb: fixed dsdb_get_extended_dn_sid()Andrew Tridgell2010-08-201-1/+1
* s4-drs: implement RODC attribute filtering overrideAndrew Tridgell2010-08-201-15/+29
* s4-drs: ATTIDs for deleted attributes should be based on msDs-IntId value if ...Kamen Mazdrashki2010-08-191-2/+2
* s4-dsdb: No need for dsdb_syntax_one_DN_drsuapi_to_ldb() to be publicKamen Mazdrashki2010-08-191-3/+3
* s4-dsdb-syntax: ATTID should be msDs-IntId value for the attributeSchema objectKamen Mazdrashki2010-08-192-14/+55
* s4: fix few comment typosKamen Mazdrashki2010-08-192-3/+3
* s4-schema_syntax.c: Fix white spaces and alignmentKamen Mazdrashki2010-08-191-55/+56
* s4-dsdb: Use dsdb_syntax_ctx in *_drsuapi_to_ldb functionsKamen Mazdrashki2010-08-194-57/+45
* s4-dsdb: Use dsdb_syntax_ctx in *_ldb_to_drsuapi functionsKamen Mazdrashki2010-08-194-55/+47
* s4-dsdb: Use dsdb_syntax_ctx in *_validate_ldb functionsKamen Mazdrashki2010-08-193-62/+41
* s4-dsdb: Add context structure for dsdb_syntax conversion functionsKamen Mazdrashki2010-08-192-0/+19
* s4:auth Change {anonymous,system}_session to use common session_info generationAndrew Bartlett2010-08-181-2/+4
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-181-2/+1
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-183-6/+6
* s4:samdb_set_password/samdb_set_password_sid - make more arguments "const"Matthias Dieter Wallnöfer2010-08-171-5/+5
* s4:samdb_set_password/samdb_set_password_sid - make the adaptions to support ...Matthias Dieter Wallnöfer2010-08-171-13/+27