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
/
ldb_modules
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-18
ldb: Rename controls_except_specified -> ldb_controls_except_specified.
Jelmer Vernooij
1
-2
/
+2
2010-12-18
ldb: Rename last instance of save_controls -> ldb_save_controls.
Jelmer Vernooij
1
-1
/
+1
2010-12-16
s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later
Andrew Bartlett
1
-1
/
+0
2010-12-15
s4-dsdb: Fixed incorrect LDAP return code when anonymous login is used.
Nadezhda Ivanova
1
-1
/
+1
2010-12-13
s4:dsdb:password_hash: verify content if the BYPASS_PASSWORD_HASH control is ...
Stefan Metzmacher
1
-2
/
+395
2010-12-13
s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messages
Stefan Metzmacher
1
-1
/
+1
2010-12-08
s4-acl: Replaced talloc_reference with talloc_steal, as aclread is the only o...
Nadezhda Ivanova
1
-6
/
+3
2010-12-08
s4-acl: Changed the mechanism of attribute removal to speed it up.
Nadezhda Ivanova
1
-41
/
+88
2010-12-08
s4-dsdb: register samba handlers in dsdb module
Andrew Tridgell
1
-0
/
+6
2010-12-06
s4-acl: Remove unused variables from aclread module.
Nadezhda Ivanova
1
-8
/
+0
2010-12-06
s4:acl_read LDB module - fix attributes list
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-06
s4-acl: Some optimisation of the aclread module
Nadezhda Ivanova
1
-58
/
+75
2010-12-06
s4-acl: Moved aclread module below descriptor and acl.
Nadezhda Ivanova
1
-1
/
+1
2010-12-06
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Matthias Dieter Wallnöfer
1
-10
/
+15
2010-12-06
s4-repl_meta_data: Print function name when we can't find attribute in Schema...
Kamen Mazdrashki
1
-1
/
+2
2010-12-06
s4-linked_attributes: Give more info where an error occured
Kamen Mazdrashki
1
-3
/
+8
2010-12-06
s4-repl_meta_data: Remove duplicated check
Kamen Mazdrashki
1
-2
/
+0
2010-12-06
s4-schema_load: Strip a pointless check
Kamen Mazdrashki
1
-3
/
+1
2010-12-05
s4:dsdb/samdb/ldb_modules/util.h - fix a gcc 3.4 compile warning
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-02
s4-dsdb/descriptor: comment typo
Kamen Mazdrashki
1
-1
/
+1
2010-12-02
s4:password_hash LDB module - allow empty ("") passwords
Matthias Dieter Wallnöfer
1
-22
/
+31
2010-12-01
s4:ranged results LDB module - cosmetic - fix some indentation
Matthias Dieter Wallnöfer
1
-1
/
+3
2010-12-01
s4:ranged results LDB module - "rr_search_callback" - change some memory context
Matthias Dieter Wallnöfer
1
-1
/
+3
2010-12-01
s4-ranged_result.c: Fix memory context for ranged attributes handling
Kamen Mazdrashki
1
-4
/
+15
2010-11-29
s4-dsdb: give full error message for operational failures
Andrew Tridgell
1
-2
/
+2
2010-11-27
s4:role transfer - use always type "enum drepl_role_master" for role specific...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-27
s4:samba3sam LDB module - correctly print out an unsigned value
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-11-27
s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearer
Matthias Dieter Wallnöfer
1
-2
/
+6
2010-11-26
s4:rootdse LDB module - remove unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-26
s4:objectclass LDB module - simply use "msg" when requesting the message
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-26
s4:objectclass LDB module - move the "mem_ctx" allocation to a better place
Matthias Dieter Wallnöfer
1
-7
/
+6
2010-11-26
s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP)
Andrew Bartlett
1
-15
/
+28
2010-11-26
s4-objectclass Use a specific local variable name, not 'value'
Andrew Bartlett
1
-4
/
+5
2010-11-26
s4-dsdb Remove rootDSE and anonymous checks from acl_read
Andrew Bartlett
1
-15
/
+0
2010-11-26
s4-dsdb Add 'block anonymous' checks to the rootdse module
Andrew Bartlett
1
-0
/
+100
2010-11-26
s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().
Andrew Bartlett
2
-4
/
+3
2010-11-25
s4:lsa RPC server / objectclass LDB module - fix the creation of trusted doma...
Matthias Dieter Wallnöfer
1
-7
/
+1
2010-11-24
s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...
Matthias Dieter Wallnöfer
1
-3
/
+7
2010-11-24
s4:objectclass LDB module - move one checks into the "objectclass derivation ...
Matthias Dieter Wallnöfer
1
-11
/
+17
2010-11-24
s4:objectclass LDB module - some more or less cosmetic return value macro cha...
Matthias Dieter Wallnöfer
1
-14
/
+22
2010-11-20
s4:repl_meta_data LDB module - fix a counter type
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-11-20
s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher
Matthias Dieter Wallnöfer
1
-29
/
+29
2010-11-20
s4:objectclass_attrs LDB module - add more delete protected attributes
Matthias Dieter Wallnöfer
1
-1
/
+4
2010-11-20
s4:samldb LDB module - objectclass trigger - reorder template attributes
Matthias Dieter Wallnöfer
1
-9
/
+10
2010-11-20
s4:acl LDB module - it's more correct to count the password attributes using ...
Matthias Dieter Wallnöfer
1
-3
/
+6
2010-11-18
s4/operational: Fix swapped parameters for ldb_msg_copy_attr
Anatoliy Atanasov
1
-2
/
+2
2010-11-18
s4:password_hash LDB module - remove unused headers
Matthias Dieter Wallnöfer
1
-3
/
+0
2010-11-18
s4:repl_meta_data LDB module - allow also special DNs to be renamed correctly
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-17
s4-repl: save the result of the last replication in repsFrom/repsTo
Andrew Tridgell
1
-5
/
+0
2010-11-16
s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the NC-spe...
Matthias Dieter Wallnöfer
1
-28
/
+57
[next]