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-08-25
s4-dsdb: fixed calls to ldb_val_string_cmp()
Andrew Tridgell
1
-2
/
+2
2011-08-25
s4-dsdb: added samdb_dn_to_dns_domain()
Andrew Tridgell
1
-0
/
+36
2011-08-25
s4-dsdb: assert that base DNs are used correctly
Andrew Tridgell
2
-0
/
+8
2011-08-25
s4-dsdb: enforce NULL DN validity in partition module
Andrew Tridgell
1
-0
/
+3
2011-08-25
s4-dsdb: fixed basedn in extended_dn_in module
Andrew Tridgell
1
-6
/
+10
2011-08-25
s4-dsdb: cleanup use of NULL vs base DN in samldb
Andrew Tridgell
1
-7
/
+18
2011-08-25
s4-dsdb: removed unused function in ACL module
Andrew Tridgell
1
-39
/
+0
2011-08-25
s4-dsdb: fixed all partitions search in cracknames
Andrew Tridgell
1
-1
/
+1
2011-08-21
samdb: Install header file.
Jelmer Vernooij
1
-0
/
+1
2011-08-18
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
2
-2
/
+2
2011-08-18
s4-dsdb: fixed deletion of backlinks for fl2000 DCs
Andrew Tridgell
1
-18
/
+13
2011-08-18
s4-dsdb: added comments and fixed backlink check in repl_meta_data
Andrew Tridgell
1
-2
/
+17
2011-08-18
s4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_dn_by_guid() in modules
Andrew Tridgell
1
-1
/
+1
2011-08-13
s4:dsdb: use tevent_ fn names instaed of legacy event_ ones
Simo Sorce
3
-3
/
+3
2011-08-13
s4-dsdb: Provide additional method to connect to specified database path
Amitay Isaacs
1
-5
/
+16
2011-08-13
s4-dsdb ensure we honour the hash_values control, even for really odd hashes
Andrew Bartlett
1
-2
/
+4
2011-08-13
s4-dsdb Give a less worrying error message on failure to get a transaction
Andrew Bartlett
1
-1
/
+1
2011-08-13
s4-dsdb Add ability to force a particular SID in the upgrade case
Andrew Bartlett
1
-1
/
+16
2011-08-13
s4-dsdb Add flag to set DSDB_BYPASS_PASSWORD_HASH control
Andrew Bartlett
2
-0
/
+9
2011-08-12
s4-dsdb: don't cache the NTDS settings DN
Andrew Tridgell
1
-9
/
+8
2011-08-12
s4-dsdb: expand dsServiceName from GUID form at runtime
Andrew Tridgell
1
-6
/
+54
2011-08-12
s4-dsdb: remove the naming_fsmo and pdc_fsmo modules
Andrew Tridgell
3
-42
/
+0
2011-08-12
s4-dsdb: calculate validFSMOs at runtime instead of pre-computing
Andrew Tridgell
3
-251
/
+45
2011-08-10
s4:subtree_rename LDB module - fix the move/rename constraints
Matthias Dieter Wallnöfer
1
-10
/
+7
2011-08-10
s4-dsdb: avoid printing a pointless debug line
Matthieu Patou
1
-1
/
+1
2011-08-10
s4-drsuapi: crackname search also for deleted objects
Matthieu Patou
1
-1
/
+4
2011-08-09
s4-dsdb clarify that failure to load the schema items from DRS is expected
Andrew Bartlett
1
-3
/
+3
2011-08-09
move schema_fill_constructed() call to dsdb_setup_sorted_accessors()
Andrew Bartlett
1
-5
/
+7
2011-08-09
s4-dsdb Remove unused schema function
Andrew Bartlett
1
-18
/
+0
2011-08-09
s4-dsdb: added SAMDB_INDEXING_VERSION to @INDEXLIST
Andrew Tridgell
1
-0
/
+11
2011-08-09
s4-dsdb: fixed booling conversion to check value length
Andrew Tridgell
1
-11
/
+14
2011-08-09
s4-dsdb: add auto-normalisation of attributes
Andrew Tridgell
3
-3
/
+57
2011-08-09
s4-dsdb: ensure rIDSetReferences is stored as an extended DN
Andrew Tridgell
2
-2
/
+18
2011-08-09
s4-dsdb: ensure we setup the dn_format field in schema attributes
Andrew Tridgell
2
-31
/
+40
2011-08-09
s4-acl-test: use symbolic names for groupType
Andrew Tridgell
1
-11
/
+16
2011-08-09
s4-dsdb: make extended_dn_in a bit more efficient
Andrew Tridgell
1
-9
/
+17
2011-08-09
s4-dsdb: use dn_format shortcut to find DN format
Andrew Tridgell
2
-4
/
+4
2011-08-07
pyldb: Consistently use pyldb_ prefix.
Jelmer Vernooij
1
-11
/
+10
2011-08-04
s4-dsdb: extend the extended_dn_in module to handle DN links
Andrew Tridgell
1
-44
/
+104
2011-08-04
s4-dsdb: handle search expressions containing extended DNs
Andrew Tridgell
2
-1
/
+167
2011-08-04
s4-dsdb: added dn_format attribute of a dsdb_attribute
Andrew Tridgell
3
-9
/
+14
2011-08-04
s4-dsdb: fixed outgoing one way link DNs
Andrew Tridgell
2
-3
/
+63
2011-08-04
s4-dsdb: setup a one_way_link attribute on schema attributes
Andrew Tridgell
2
-0
/
+30
2011-08-04
s4-dsdb: fixed a warning on dsdb_delete()
Andrew Tridgell
1
-1
/
+1
2011-08-04
s4-dsdb: make requests for STORAGE_FORMAT control non-critical
Andrew Tridgell
1
-1
/
+1
2011-08-03
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
1
-0
/
+1
2011-08-01
remove unnecessary dependency on 'events' from ldb modules.
Jelmer Vernooij
1
-35
/
+35
2011-07-31
s4-kcc: correctly populate the neighbor object when taking information from r...
Matthieu Patou
1
-0
/
+3
2011-07-26
s4-dsdb: Improve the calculation of system flags according to 3.1.1.5.2.4
Matthieu Patou
1
-2
/
+3
2011-07-21
s4-kcc: use dsdb_delete() instead of ldb_delete()
Andrew Tridgell
1
-1
/
+1
[next]