index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:operational LDB module - cosmetic - reorder an attribute list
Matthias Dieter Wallnöfer
2009-12-12
1
-8
/
+8
*
Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...
Nadezhda Ivanova
2009-12-10
2
-43
/
+612
*
s4-schema: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
2
-17
/
+15
*
s4-schema: use binsearch.h
Andrew Tridgell
2009-12-10
1
-48
/
+21
*
s4-dsdb: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
4
-34
/
+15
*
s4-dsdb: simplify samdb_result_guid()
Andrew Tridgell
2009-12-10
1
-11
/
+4
*
s4-dsdb: simplify linked attributes code using GUID functions
Andrew Tridgell
2009-12-10
1
-18
/
+16
*
s4-dsdb: simplify schema code using new GUID functions
Andrew Tridgell
2009-12-10
2
-34
/
+22
*
s4-dsdb: use GUID_from_ndr_blob() to create dsdb_get_extended_dn_guid()
Andrew Tridgell
2009-12-10
1
-0
/
+14
*
s4-dsdb: added dsdb_functional_level() helper function
Andrew Tridgell
2009-12-09
4
-15
/
+20
*
s4-dsdb: use dsdb_module_search_dn in repl_meta_data
Andrew Tridgell
2009-12-09
1
-1
/
+4
*
s4-dsdb: fixed steal of parentGUID for empty msg
Andrew Tridgell
2009-12-09
1
-4
/
+10
*
s4:dsdb Use ldb_match_msg_objectclass in operational.c
Andrew Bartlett
2009-12-07
1
-6
/
+1
*
s4:dsdb Make primaryGroupToken calculation more efficient and correct
Andrew Bartlett
2009-12-07
1
-20
/
+46
*
s4:dsdb Make parentGUID handler use dsdb_module_search_dn()
Andrew Bartlett
2009-12-07
2
-76
/
+29
*
s4:dsdb Hide the LM password by default too
Andrew Bartlett
2009-12-07
1
-1
/
+2
*
s4-ldb: fixed show_deleted module not to corrupt parse trees
Andrew Tridgell
2009-12-04
1
-23
/
+26
*
s4-drsutil: fixed a memory leak in samdb_search_count
Andrew Tridgell
2009-12-04
2
-5
/
+9
*
s4:operational LDB module - Fix usage of LDB constants
Matthias Dieter Wallnöfer
2009-12-03
1
-4
/
+4
*
s4-drs: fixed updating of uSNChanged in replmd_modify
Andrew Tridgell
2009-12-03
1
-3
/
+2
*
s4:schema - Make some more (result) variables const and fix up warnings with ...
Matthias Dieter Wallnöfer
2009-12-01
2
-53
/
+72
*
s4-drs: Using dsdb_msg_add_guid() utility function
Fernando J V da Silva
2009-11-30
3
-46
/
+5
*
s4-drs: add deletion of old connections
Crístian Deives
2009-11-30
3
-37
/
+190
*
s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()
Crístian Deives
2009-11-30
1
-3
/
+3
*
s4-drs: Create connection obejct (nTDSConnection)
Crístian Deives
2009-11-30
3
-0
/
+130
*
s4-dsdb: don't call ldb_next_init() twice in objectclass module
Andrew Tridgell
2009-11-30
1
-1
/
+1
*
s4-drs: cope with bogus empty attributes from w2k8-r2
Andrew Tridgell
2009-11-28
1
-0
/
+17
*
s4: fix SD update and password change in upgrade script
Matthieu Patou
2009-11-28
1
-4
/
+11
*
s4:dsdb Don't segfault with ldb_transaction_prepare_commit() without begin()
Andrew Bartlett
2009-11-27
1
-0
/
+4
*
s4:objectclass LDB module - Prevent write operations on constructed attributes
Matthias Dieter Wallnöfer
2009-11-26
1
-6
/
+19
*
s4:operational LDB module - Don't do the write checks here
Matthias Dieter Wallnöfer
2009-11-26
1
-16
/
+0
*
s4:dsdb Make samba_dsdb easier to use in upgrades - assume default values
Andrew Bartlett
2009-11-25
1
-4
/
+7
*
s4:dsdb Handle LDAP backends correctly with new samba_dsdb system
Andrew Bartlett
2009-11-24
1
-5
/
+5
*
s4:provision Move secrets.ldb over to .c file module lists, like sam.ldb
Andrew Bartlett
2009-11-24
2
-0
/
+111
*
s4:operational LDB module - Prevent the modification of operational attributes
Andrew Bartlett
2009-11-24
1
-0
/
+16
*
s4:dsdb Use new helper function to obtain CN=Aggregate schema DN in schema_data
Andrew Bartlett
2009-11-24
1
-6
/
+6
*
s4:dsdb Return the subSchemaSubEntry operational attribute on every object
Andrew Bartlett
2009-11-24
1
-4
/
+40
*
s4:dsdb Add function to return the CN=Aggregate schema DN
Andrew Bartlett
2009-11-24
1
-0
/
+18
*
s4:dsdb Move module configuration from each ldb into samba_dsdb.c
Andrew Bartlett
2009-11-23
5
-5
/
+397
*
s4/schema(tort): Refactor DSDB-SYNTAX test for better performance
Kamen Mazdrashki
2009-11-23
1
-35
/
+86
*
s4/schema: Handle Object(OR-Name) syntax in extended_dn_out module
Kamen Mazdrashki
2009-11-23
1
-4
/
+12
*
s4/schema: Object(OR-Name) syntax handling for DRS calls
Kamen Mazdrashki
2009-11-23
3
-6
/
+11
*
s4/schema(tort): Inject authOrig attribute into schema loaded for tests
Kamen Mazdrashki
2009-11-23
1
-1
/
+44
*
s4/schema(tort): Add test for Object(OR-Name) syntax
Kamen Mazdrashki
2009-11-23
1
-0
/
+8
*
s4/schema(tort): Test LDB_SYNTAX_DN with extended_dn in [GUID;SID;DN] form
Kamen Mazdrashki
2009-11-23
1
-1
/
+9
*
Fixed incorrect indentation.
Nadezhda Ivanova
2009-11-22
1
-7
/
+6
*
Implemented LDAP_SERVER_SD_FLAGS_OID on search requests.
Nadezhda Ivanova
2009-11-21
2
-22
/
+165
*
Cosmetic patch - fixed case of attribute name.
Nadezhda Ivanova
2009-11-20
1
-1
/
+1
*
Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests.
Nadezhda Ivanova
2009-11-20
1
-16
/
+133
*
s4-dsdb: some more attribuutes that we should only give if asked for
Andrew Tridgell
2009-11-20
1
-1
/
+6
[prev]
[next]