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
2011-02-21
s4-descriptor: Removed unnecessary descriptor_change function and unused call...
Nadezhda Ivanova
1
-387
/
+0
2011-02-21
s4-descriptor: Replaced the async descriptor_change with synchronous descript...
Nadezhda Ivanova
1
-1
/
+149
2011-02-21
s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...
Nadezhda Ivanova
1
-1
/
+108
2011-02-21
pyldb: add tests for getting control results
Matthieu Patou
1
-0
/
+8
2011-02-21
s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)
Matthieu Patou
2
-25
/
+25
2011-02-18
s4-dsdb: operational module does not need auth any more
Andrew Tridgell
2
-3
/
+1
2011-02-15
s4-ldb_modules/operational: Make use of dsdb_module_reference_dn() function
Kamen Mazdrashki
1
-17
/
+4
2011-02-15
s4:sam.py - add another "description" test case
Matthias Dieter Wallnöfer
1
-0
/
+13
2011-02-15
s4:acl LDB module - interpret "userAccountControl" as "uint32_t"
Matthias Dieter Wallnöfer
1
-3
/
+3
2011-02-14
s4-ldb_modules/acl: Use ntds_guid for SPN check only we have a DC object
Kamen Mazdrashki
1
-6
/
+5
2011-02-14
s4-ldb_modules/acl: Get correct NTDSDSA objectGUID to check SPN for
Kamen Mazdrashki
1
-2
/
+17
2011-02-14
s4-ldb_modules/util: Implement dsdb_module_find_ntdsguid_for_computer()
Kamen Mazdrashki
1
-0
/
+30
2011-02-14
s4/ldb_modules/acl.c: Fix calculation for samAccountName string len
Kamen Mazdrashki
1
-1
/
+1
2011-02-14
s4-dsdb: cope with broken exchange schema with single valued backlinks
Andrew Tridgell
1
-0
/
+7
2011-02-14
s4-dsdb: fixed problem with constrained modification of description attribute
Andrew Tridgell
1
-44
/
+13
2011-02-13
Fix typos
Volker Lendecke
1
-1
/
+1
2011-02-10
s4-tests: Some tests that prove behavior for INHERITED user-provided ACEs is ...
Nadezhda Ivanova
1
-0
/
+34
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
34
-53
/
+53
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
1
-2
/
+2
2011-02-07
s4-dsdb: make subtree_rename errors clearer
Andrew Tridgell
1
-10
/
+10
2011-02-02
s4-dsdb Add tests to ensure we don't break the rootDSE function levels again
Andrew Bartlett
1
-0
/
+33
2011-02-02
s4-dsdb Fix generation of rootDSE domainControllerFunctionality
Andrew Bartlett
1
-1
/
+3
2011-02-02
s4-python Ensure we add the Samba python path first.
Andrew Bartlett
11
-11
/
+11
2011-01-28
s4-acl: Fixed returning uninitialized ldap error in case of some critical err...
Nadezhda Ivanova
1
-7
/
+10
2011-01-25
s4:ldap.py - check the write protection on LSA objects
Matthias Dieter Wallnöfer
1
-5
/
+30
2011-01-25
s4:dsdb/samdb/ldb_modules/objectclass.c - move LSA specific object checks int...
Matthias Dieter Wallnöfer
2
-32
/
+29
2011-01-22
s4-repl_meta_data: replmd_update_is_newer() should not return true if metadat...
Kamen Mazdrashki
1
-3
/
+3
2011-01-22
s4-repl_meta_data: Print out what is wrong when we fail to modify object
Kamen Mazdrashki
1
-0
/
+1
2011-01-22
s4-repl_meta_data: We should not use USNs in metadata comparisons
Kamen Mazdrashki
1
-11
/
+0
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
3
-41
/
+29
2011-01-19
s4-dsdb Don't use None as the input to the GENSEC loop in tokengroups test
Andrew Bartlett
1
-1
/
+1
2011-01-19
s4-dsdb Add PAC validation test to tokengroups test.
Andrew Bartlett
1
-20
/
+78
2011-01-19
s4-dsdb Add a test of the tokenGroups behaviour on the user's DN.
Andrew Bartlett
1
-3
/
+21
2011-01-18
s4-tests: Added a test for correct inheritance of IO flagged ACEs.
Nadezhda Ivanova
1
-0
/
+18
2011-01-17
s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...
Andrew Tridgell
4
-26
/
+32
2011-01-17
s4-dsdb: pass parent request to dsdb_module_*() functions
Andrew Tridgell
24
-231
/
+331
2011-01-15
s4:dsdb_find_nc_root - fix it up to let the provisioning work correctly
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-01-14
s4:urgent_replication.py - remove a now superflous RELAX control
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-01-14
s4:samldb LDB module - fix "userAccountControl" handling
Matthias Dieter Wallnöfer
2
-15
/
+39
2011-01-14
s4-dsdb: only enforce the extended dn rules over ldap
Andrew Tridgell
1
-2
/
+21
2011-01-14
s4-dsdb: removed the last use of samdb_search_*() from the dsdb ldb modules
Andrew Tridgell
1
-4
/
+12
2011-01-14
s4-dsdb: removed some more samdb_search_*() calls from samldb.c
Andrew Tridgell
1
-26
/
+69
2011-01-14
s4-dsdb: replaced another use of samdb_search in a ldb module
Andrew Tridgell
1
-4
/
+10
2011-01-14
s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()
Andrew Tridgell
1
-6
/
+14
2011-01-14
s4-dsdb: fixed filtering of tokengroups
Andrew Tridgell
1
-5
/
+3
2011-01-14
s4-test: added a tokengroups test
Andrew Tridgell
1
-0
/
+100
2011-01-14
s4-samdb: give a more useful debug when we can't open the privileges db
Andrew Tridgell
1
-0
/
+1
2011-01-14
s4-dsdb: minimise the DN in group expansion
Andrew Tridgell
1
-0
/
+5
2011-01-14
s4-dsdb: validate number of extended components
Andrew Tridgell
1
-2
/
+10
2011-01-14
s4-dsdb Implement tokenGroups expansion directly in ldb operational module
Andrew Bartlett
3
-30
/
+269
[next]