summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
* A helper function to get the Infrastructure DN.Nadezhda Ivanova2010-03-091-0/+12
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+12
* s4:dsdb/dns: change callers of samba_runcmd()Stefan Metzmacher2010-03-091-36/+68
* s4:extended_dn_out LDB module - change counter variables to "unsigned" where ...Matthias Dieter Wallnöfer2010-03-071-8/+11
* s4:repl_meta_data LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-20/+24
* s4:local_password LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-4/+4
* s4:ranged_results LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-2/+2
* s4:objectguid LDB module - change counter variables to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:objectclass LDB module - change counter variabls to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-2/+2
* s4:anr LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:acl LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:linked_attributes LDB module - change counter variables to "unsigned" wher...Matthias Dieter Wallnöfer2010-03-071-3/+5
* s4:kludge_acl LDB module - change counter variables to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-5/+10
* s4:proxy LDB module - Change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-071-5/+6
* s4:schema_data LDB module - change counter variables to "unsigned" where appr...Matthias Dieter Wallnöfer2010-03-071-3/+6
* s4:resolve_oids LDB module - change counter variables to "unsigned" where app...Matthias Dieter Wallnöfer2010-03-071-5/+5
* s4:rootdse LDB module - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-071-9/+10
* s4:partition LDB module - change counter variables to "unsigned" where approp...Matthias Dieter Wallnöfer2010-03-072-17/+26
* s4:schema - Change also here counters to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-077-26/+27
* s4:schema_syntax.c - Change also here counters to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-071-44/+44
* s4:dsdb/util - Change also here counters to "unsigned"Matthias Dieter Wallnöfer2010-03-051-13/+16
* s4:repl - change also here the counter variables to "unsigned"Matthias Dieter Wallnöfer2010-03-053-7/+8
* s4:kcc - Change some counter variables to be unsignedMatthias Dieter Wallnöfer2010-03-052-4/+5
* s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+3
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
* s4:operational LDB - don't accidentally "ate" search helper attributes if we ...Matthias Dieter Wallnöfer2010-03-041-6/+14
* s4:operational LDB module - make the counters unsignedMatthias Dieter Wallnöfer2010-03-041-2/+2
* s4:operational LDB - implement the "tokenGroups" constructed attributeMatthias Dieter Wallnöfer2010-03-042-1/+96
* s4:operational LDB module - use right memory context int "construct_primary_g...Matthias Dieter Wallnöfer2010-03-041-2/+2
* s4:samdb.c - Make it signed-safeMatthias Dieter Wallnöfer2010-03-031-2/+2
* s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-2/+13
* s4:drepl_notify: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-1/+9
* s4:dsdb/repl: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-012-4/+4
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-012-8/+62
* s4:dsdb/schema: fix validation of DNsStefan Metzmacher2010-02-261-1/+0
* s4-dns: use a loadparm list for samba_runcmd() commandsAndrew Tridgell2010-02-261-4/+4
* s4-dsdb: fixed the fetch of the server site nameAndrew Tridgell2010-02-261-1/+7
* s4:DNS update - change "i" to be unsignedMatthias Dieter Wallnöfer2010-02-251-1/+2
* s4:partition DSDB module - Generate basic referralsMatthias Dieter Wallnöfer2010-02-252-47/+144
* s4:partition DSDB module - change the search and domain scope control handlingMatthias Dieter Wallnöfer2010-02-251-35/+22
* s4:SAMLDB module - ignore referralsMatthias Dieter Wallnöfer2010-02-251-5/+6
* dsdb: Add a more explicit error message for constructed attributesMatthieu Patou2010-02-241-0/+1
* s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest... changes into source codeKamen Mazdrashki2010-02-241-2/+2
* s4/drs: Propagate drsuapi_DsReplicaSync changes in source baseKamen Mazdrashki2010-02-242-5/+9
* s4/schema: Move msDS-IntId implementation to samldb.c moduleKamen Mazdrashki2010-02-242-149/+87
* s4-dns: improved logging, and run name check at startupAndrew Tridgell2010-02-231-6/+10
* s4-dns: call out to the dns update command every 10 minutesAndrew Tridgell2010-02-231-26/+112
* s4:operational LDB module - enable support for passing referrals through itMatthias Dieter Wallnöfer2010-02-211-2/+1
* s4:partition DSDB module - Cosmetic fixupsMatthias Dieter Wallnöfer2010-02-211-16/+23