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
/
samdb
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-26
s4-ldb: fixed request handling for schemaUpdateNow op
Andrew Tridgell
3
-3
/
+3
2009-10-25
s4-samdb: reduce the number of samdb opens at startup
Andrew Tridgell
1
-11
/
+2
2009-10-25
s4-dsdb: ensure that new partitions inherit any transaction
Andrew Tridgell
3
-11
/
+26
2009-10-24
s4:dsdb/partition_init: don't leak a talloc_new() in case we have no data yet
Stefan Metzmacher
1
-2
/
+5
2009-10-23
s4:dsdb 'attrs' must be static (otherwise segv with async)
Andrew Bartlett
1
-1
/
+2
2009-10-23
s4:dsdb Fix samba3sam test again.
Andrew Bartlett
1
-6
/
+9
2009-10-23
s4:dsdb Add error string in 'no such object' because of 0 replies case
Andrew Bartlett
1
-0
/
+3
2009-10-23
s4:dsdb Remove unused variables
Andrew Bartlett
1
-2
/
+0
2009-10-23
s4:dsdb Do less allocation when searching for partitions modules
Andrew Bartlett
1
-8
/
+10
2009-10-23
s4:dsdb Split schema loading and schema data management
Andrew Bartlett
3
-231
/
+313
2009-10-23
s4:dsdb Set partitions metadata as soon as it is set up.
Andrew Bartlett
1
-3
/
+3
2009-10-23
s4-samdb: make sure the static credentials are never freed
Andrew Tridgell
1
-0
/
+9
2009-10-23
s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
Andrew Tridgell
1
-1
/
+1
2009-10-23
s4-dsdb: add a static samdb_credentials
Andrew Tridgell
1
-5
/
+17
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-1
/
+1
2009-10-22
s4:dsdb/samdb/cracknames - Remove unused header and add more "const"
Matthias Dieter Wallnöfer
1
-4
/
+3
2009-10-22
s4:dsdb Use the 'correct' case for the namingContext values in rootDSE
Andrew Bartlett
1
-0
/
+22
2009-10-22
s4:dsdb Add default modules list to samba3sam
Andrew Bartlett
1
-1
/
+2
2009-10-21
S4: ldb_map modules uses defines that are reserved
Torgeir Lerkerød
2
-117
/
+117
2009-10-21
s4:dsdb Allow loading of old-style partition records
Andrew Bartlett
1
-19
/
+36
2009-10-21
s4:dsdb Make the 'relative path' code in partitions handle tdb://
Andrew Bartlett
2
-7
/
+15
2009-10-21
s4:dsdb talloc_steal the backend module to under the partition
Andrew Bartlett
1
-0
/
+1
2009-10-21
s4:dsdb Remove potentially confusing 'partition' control from result
Andrew Bartlett
1
-3
/
+15
2009-10-21
s4:dsdb Allow creation of new partitions
Andrew Bartlett
2
-70
/
+101
2009-10-21
s4:dsdb Remove default instanceType from repl_meta_data
Andrew Bartlett
1
-9
/
+0
2009-10-21
s4:dsdb Remove workaround for two partition head records
Andrew Bartlett
1
-16
/
+1
2009-10-21
s4:dsdb Use 'partition modified' information to update @REPLCHANGED
Andrew Bartlett
1
-356
/
+189
2009-10-21
s4:repl Pass schema as argument to replmd_update_rpmd()
Andrew Bartlett
1
-6
/
+5
2009-10-21
s4:dsdb In partitions module, tell the caller what partition was used.
Andrew Bartlett
1
-1
/
+17
2009-10-21
s4:dsdb Load new partitions in a running LDB if metadata changes
Andrew Bartlett
2
-144
/
+151
2009-10-21
s4:dsdb Only reload partition metadata on search and transaction start
Andrew Bartlett
2
-19
/
+5
2009-10-21
s4:dsdb Reload partition metadata if the main db updates
Andrew Bartlett
3
-39
/
+120
2009-10-21
s4:dsdb Split 'set per-partition metadata' into it's own function
Andrew Bartlett
1
-139
/
+162
2009-10-21
s4:dsdb Don't try and casefold DNs during startup for partition load
Andrew Bartlett
1
-10
/
+19
2009-10-21
s4:dsdb Fix partition_create not to return early
Andrew Bartlett
1
-14
/
+22
2009-10-21
s4:dsdb Fix tests for samba3sam to pass after partitions module changes
Andrew Bartlett
1
-13
/
+9
2009-10-21
s4:dsdb Be strict in selecting on-disk names for partitions
Andrew Bartlett
2
-6
/
+84
2009-10-21
s4:dsdb Set 'notification' after the success of a change.
Andrew Bartlett
1
-18
/
+14
2009-10-21
s4:dsdb Rework modules create new partitions at runtime
Andrew Bartlett
7
-311
/
+840
2009-10-20
s4-dsdb: fixed empty structure error on solaris8
Andrew Tridgell
1
-0
/
+1
2009-10-19
s4:password_hash LDB module - substitute "lp_workgroup" with "lp_sam_name"
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-17
s4-privileges: moved privileges to private/privilege.ldb
Andrew Tridgell
1
-6
/
+25
2009-10-15
s4-dsdb: implement limit on rDN length
Andrew Tridgell
1
-3
/
+11
2009-10-14
s4:password_hash - load the domain parameters from the "loadparm context"
Matthias Dieter Wallnöfer
1
-42
/
+11
2009-10-12
s4:objectclass ldb module - Check for empty messages
Matthias Dieter Wallnöfer
1
-1
/
+8
2009-10-12
s4:dsdb Search for the schema with dsdb_module_search(), in schema_fsmo
Andrew Bartlett
1
-12
/
+101
2009-10-12
s4:dsdb Add new functions to help modules do an ldb_search()
Andrew Bartlett
5
-43
/
+173
2009-10-12
s4:provision Remove all references to samba4LocalDomain
Andrew Bartlett
2
-7
/
+6
2009-10-08
s4:subtree_delete - Make the initialisation of the child counter more clear
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-10-06
s4:various LDB modules - "build_request" functions - propagate result codes back
Matthias Dieter Wallnöfer
4
-12
/
+19
[prev]
[next]