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:dsdb/dns/dns_update.c - fix a typo
Matthias Dieter Wallnöfer
2010-04-17
1
-1
/
+1
*
s4:Replaced dsdb_get_dom_sid_from_ldb_message() with samdb_result_dom_sid()
Nadezhda Ivanova
2010-04-16
2
-55
/
+7
*
s4:rootdse: only return "tokenGroups", when the client asked for them
Stefan Metzmacher
2010-04-15
1
-1
/
+1
*
pydsdb: Fix memory leak on invalid parameters, formatting, trivial
Jelmer Vernooij
2010-04-15
1
-8
/
+15
*
s4 python: Add a function to get the oid of an attribute when the attid is known
Matthieu Patou
2010-04-15
1
-0
/
+37
*
s4:samdb_server_site_name - fix indentation
Matthias Dieter Wallnöfer
2010-04-13
1
-4
/
+6
*
s4:acl/descriptor LDB module - distinguish between root and default basedn
Matthias Dieter Wallnöfer
2010-04-13
2
-0
/
+12
*
s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ...
Matthias Dieter Wallnöfer
2010-04-13
1
-0
/
+19
*
s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and "samdb_sche...
Matthias Dieter Wallnöfer
2010-04-13
1
-20
/
+0
*
Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"
Matthias Dieter Wallnöfer
2010-04-13
11
-21
/
+24
*
s4:objectclass LDB module - remove a unneeded newline
Matthias Dieter Wallnöfer
2010-04-13
1
-2
/
+1
*
s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions
Matthias Dieter Wallnöfer
2010-04-12
1
-1
/
+1
*
subunit: Remove more test output that could be interpreted by subunit.
Jelmer Vernooij
2010-04-11
1
-1
/
+1
*
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
2010-04-11
1
-1
/
+1
*
s4:samdb_server_site_dn - free unused DNs in the right way
Matthias Dieter Wallnöfer
2010-04-11
1
-2
/
+2
*
s4:dsdb Don't use the permissive modify control on schemaInfo updates
Andrew Bartlett
2010-04-10
1
-2
/
+2
*
s4:dsdb Don't return operational attributes on special DNs
Andrew Bartlett
2010-04-10
1
-0
/
+5
*
s4:rootdse Implement "tokenGroups" in the rootDSE
Andrew Bartlett
2010-04-10
1
-0
/
+18
*
s4:dsdb Improve error message in extended_dn_in
Andrew Bartlett
2010-04-10
1
-1
/
+1
*
s4:schema Try to fix OpenLDAP backend after schema reload support.
Andrew Bartlett
2010-04-10
1
-4
/
+2
*
s4/dsdb: Set schemaInfo attribute value during provisioning
Kamen Mazdrashki
2010-04-09
1
-0
/
+49
*
s4/dsdb: split writing of schemaInfo blob in two parts
Kamen Mazdrashki
2010-04-09
1
-21
/
+46
*
s4/dsdb: Let caller to control if valid invocationId is critical or zero-guid...
Kamen Mazdrashki
2010-04-09
3
-3
/
+8
*
s4/dsdb: Use dsdb_schema_info object to create default schemaInfo values
Kamen Mazdrashki
2010-04-09
2
-7
/
+22
*
s4/dsdb: Use dsdb_schema_info object to verify schema_info blobs
Kamen Mazdrashki
2010-04-09
2
-21
/
+20
*
s4/waf: add new files to WAF build
Kamen Mazdrashki
2010-04-09
1
-1
/
+1
*
s4/samldb: schemaInfo attribute must be updated when adding new Schema object
Kamen Mazdrashki
2010-04-09
1
-0
/
+50
*
s4/dsdb: dsdb_schema_info object implementation
Kamen Mazdrashki
2010-04-09
2
-1
/
+385
*
s4/dsdb: Define dsdb representation for schemaInfo attribute
Kamen Mazdrashki
2010-04-09
1
-0
/
+8
*
s4-python: Move load_partition_usn to dsdb module.
Jelmer Vernooij
2010-04-08
3
-2
/
+51
*
s4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in dsdb_module_load_partitio...
Endi S. Dewata
2010-04-08
1
-1
/
+1
*
s4-python: Move set_global_schema to pydsdb.
Jelmer Vernooij
2010-04-08
1
-35
/
+104
*
s4-python: Move samdb_ntds_objectGUID to pydsdb.
Jelmer Vernooij
2010-04-07
1
-0
/
+148
*
s4-python: Move set_opaque_integer to pyldb.
Jelmer Vernooij
2010-04-06
1
-66
/
+0
*
s4-waf: added python_dsdb from merge with master
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-3
/
+0
*
s4-waf: fixed some deps now we don't auto-include tevent and replace
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
2
-0
/
+4
*
build: waf quicktest nearly works
Andrew Tridgell
2010-04-06
2
-47
/
+43
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+309
*
build: nearly there on samba4 build
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: fixes from ita
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: source= is clearer for source lists
Andrew Tridgell
2010-04-06
1
-6
/
+6
*
build: heimdal_build waf support
Andrew Tridgell
2010-04-06
1
-0
/
+52
*
s4-python: Move dsdb_convert_schema_to_openldap to dsdb.
Jelmer Vernooij
2010-04-04
1
-0
/
+30
*
s4-python: Move set_opaque_integer -> dsdb.
Jelmer Vernooij
2010-04-04
1
-6
/
+72
*
s4-python: Move samdb_server_site_name to dsdb module.
Jelmer Vernooij
2010-04-04
1
-0
/
+38
*
s4-python: Move dsdb constants to a separate python module.
Jelmer Vernooij
2010-04-04
2
-0
/
+84
*
s4-drs: replmd_delete with the 3 stage deletion recycle bin
Eduardo Lima
2010-03-26
2
-105
/
+204
[next]