index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-23
s4-kcc: the kcc should not be setting the repsTo attribute
Andrew Tridgell
1
-32
/
+2
2010-09-23
s4-kcc: added service->am_rodc
Andrew Tridgell
4
-21
/
+14
2010-09-23
s4-kcc: pass the service context into the kcc connection code
Andrew Tridgell
2
-64
/
+65
2010-09-22
s4-selftest: Move samba3sam test to standard python directory.
Jelmer Vernooij
1
-1092
/
+0
2010-09-22
dsdb: Use short path for ldb_handlers.h, in case ldb is installed in the
Jelmer Vernooij
1
-1
/
+1
2010-09-21
s4-ldap: Fixed a problem with NC's having a parentGUID attribute
Nadezhda Ivanova
2
-14
/
+48
2010-09-20
s4-drepl: use the partition UDV and hwm for extended getncchanges ops
Andrew Tridgell
3
-28
/
+75
2010-09-20
s4-rodc: fixed repsFrom store on RODC
Andrew Tridgell
1
-14
/
+11
2010-09-20
s4-kcc: a bit more debug info on repsFrom creation
Andrew Tridgell
1
-1
/
+7
2010-09-21
s4-dsdb-schema_prefixmap: return WERR_DS_NO_ATTRIBUTE_OR_VALUE when ATTID is ...
Kamen Mazdrashki
1
-1
/
+1
2010-09-21
s4-dsdb-schema_prefixmap: Print debug message when internal failure occurs
Kamen Mazdrashki
1
-0
/
+5
2010-09-20
s4/dcdiag: Handle ListRoles command for dcdiag:KnowsOfRoleHolders test
Anatoliy Atanasov
2
-0
/
+94
2010-09-20
s4/fsmo: Create separate function for retrieving fsmo role dn and owner dn.
Anatoliy Atanasov
2
-54
/
+81
2010-09-20
s4/drs: use type enum drsuapi_DsNameFormat in DsCrackNames code
Anatoliy Atanasov
1
-9
/
+20
2010-09-19
s4-rootdse: mark registered controls as non-critical
Andrew Tridgell
1
-0
/
+37
2010-09-19
s4/fsmo: Naming master support added
Anatoliy Atanasov
1
-1
/
+2
2010-09-19
s4-pydsdb: added am_rodc() method on samdb
Andrew Tridgell
1
-0
/
+27
2010-09-18
s4-drs: Check for schema changes only in case we are *not* applying Schema re...
Kamen Mazdrashki
1
-8
/
+19
2010-09-17
s4-schema: Helper func to compare schemaInfo signitures
Kamen Mazdrashki
1
-0
/
+41
2010-09-17
s4-schema: use dsdb_schema_info_blob_is_valid() to verify schemaInfo blob
Kamen Mazdrashki
1
-9
/
+6
2010-09-17
s4-prefixMap: use dsdb_schema_info_blob_is_valid() for schemaInfo blob valida...
Kamen Mazdrashki
1
-4
/
+2
2010-09-17
s4-dsdb: Add dsdb_schema_info_blob_is_valid() to verify schemaInfo blobls
Kamen Mazdrashki
1
-10
/
+24
2010-09-16
s4-drs: initial skeleton for DrsReplica{Add,Del,Mod} calls
Andrew Tridgell
3
-1
/
+97
2010-09-16
s4-repl: if we are an RODC don't set WRIT_REP in replication
Andrew Tridgell
1
-2
/
+7
2010-09-16
s4-repl: add partial attribute set to getncchanges calls for RODCs
Andrew Tridgell
4
-9
/
+67
2010-09-16
s4-repl: added min_usn to extended replication call
Andrew Tridgell
4
-2
/
+9
2010-09-16
s4-repl: added repl_secret handling
Andrew Tridgell
2
-2
/
+98
2010-09-16
s4-repl: cleanup the extended op calls in repl server
Andrew Tridgell
5
-21
/
+23
2010-09-16
s4-pyjoin: fill in the dns name in the python replication method
Andrew Tridgell
1
-0
/
+40
2010-09-16
s4-repl: split out the extended op handling
Andrew Tridgell
3
-137
/
+169
2010-09-16
s4-repl: cleanup getncchanges extended op calls
Andrew Tridgell
3
-40
/
+70
2010-09-15
s4/fsmo: Handle infrastructure, pdc and rid extended ops
Anatoliy Atanasov
2
-45
/
+53
2010-09-15
s4-repl: use consistent API calls for getting DN GUID
Andrew Tridgell
1
-1
/
+1
2010-09-15
s4: fixed some printf format errors
Andrew Tridgell
1
-1
/
+1
2010-09-15
s4-rodc: add a trigger message for REPL_SECRET to auth_sam
Andrew Tridgell
1
-0
/
+14
2010-09-15
s4-kcc: removed redundent loop check
Andrew Tridgell
1
-1
/
+1
2010-09-15
s4-dsdb: check for invalid backend type
Andrew Tridgell
1
-0
/
+2
2010-09-15
s4-rootdse: setup length after NULL check
Andrew Tridgell
1
-2
/
+2
2010-09-15
s4-dsdb: fixed use after free for RODC
Andrew Tridgell
1
-2
/
+1
2010-09-15
s4-dsdb: free right context on failure
Andrew Tridgell
1
-1
/
+1
2010-09-15
s4-dsdb: defer ac->msg after check for NULL ac
Andrew Tridgell
1
-1
/
+3
2010-09-15
s4-anr: check for allocation failure before use
Andrew Tridgell
1
-1
/
+1
2010-09-14
waf: work around circular dependency finder erroneously removing dependency o...
Jelmer Vernooij
1
-1
/
+4
2010-09-13
s4:SID handling - always encode the SID using "ldap_encode_ndr_dom_sid" for L...
Matthias Dieter Wallnöfer
2
-9
/
+9
2010-09-13
s4:cosmetic - the SID attribute is called objectSid - not objectSID
Matthias Dieter Wallnöfer
5
-16
/
+16
2010-09-13
Revert "s4:samldb LDB module - simplify the message handling on add and modif...
Matthias Dieter Wallnöfer
1
-26
/
+33
2010-09-12
s4:samldb LDB module - remove a disastrous "talloc_free"
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-09-12
Revert "s4:util_samr.c - also here we've now the default primaryGroupID detec...
Matthias Dieter Wallnöfer
1
-1
/
+4
2010-09-12
s4:util_samr.c - also here we've now the default primaryGroupID detection wor...
Matthias Dieter Wallnöfer
1
-4
/
+1
2010-09-12
s4:ldap.py - tests the primary group detection by the "userAccountControl"
Matthias Dieter Wallnöfer
1
-2
/
+47
[next]