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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-20
s4: Using control bypassoperational allow the logic of this module to be bypa...
Matthieu Patou
1
-10
/
+39
2010-06-20
ldb: add a new control bypassioperationnal
Matthieu Patou
4
-0
/
+38
2010-06-20
s4 upgradeprovision: additional restyling
Matthieu Patou
1
-31
/
+42
2010-06-20
s4 upgradeprovision: Restyle imports
Matthieu Patou
1
-15
/
+15
2010-06-20
s4 upgradeprovision: Move functions to helpers and improve code
Matthieu Patou
5
-297
/
+494
2010-06-20
s4 python: Update unit tests related to create secrets
Matthieu Patou
1
-0
/
+13
2010-06-20
s4: Add comments about setup_secrets
Matthieu Patou
1
-0
/
+2
2010-06-20
s4 upgradeprovision: Add documentation on the update process
Matthieu Patou
1
-9
/
+162
2010-06-20
s4 python: Add unit tests for upgradeprovision related stuff
Matthieu Patou
2
-0
/
+162
2010-06-20
s4 upgradeprovision: move some functions to upgradehelpers for unit tests
Matthieu Patou
2
-130
/
+154
2010-06-20
s4 upgradeprovision: Fix style
Matthieu Patou
1
-85
/
+137
2010-06-20
s4 upgradeprovision: Use replPropertyMetaData for better guess
Matthieu Patou
1
-179
/
+565
2010-06-20
s4 upgradeprovision: Reformat attributes lists and reformat parser
Matthieu Patou
1
-17
/
+33
2010-06-20
s4 upgradeprovision: Inform about new dns dynamic update if the provision did...
Matthieu Patou
1
-3
/
+41
2010-06-20
s4 upgradeprovision: fix style
Matthieu Patou
1
-76
/
+123
2010-06-20
s4 upgrade provision: Refactor code to do all the modification within 1 trans...
Matthieu Patou
1
-308
/
+413
2010-06-20
s4 upgrade provision: Fix style in gen_dn_index
Matthieu Patou
1
-2
/
+1
2010-06-20
s4 Add functions related to ldb manipulation when doing upgrade
Matthieu Patou
1
-17
/
+83
2010-06-20
s4 provision: Add information about provisioned usn range in sam.ldb
Matthieu Patou
1
-0
/
+96
2010-06-19
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
28
-80
/
+107
2010-06-19
acl: Clean up formatting, use samba.tests.TestCase.
Jelmer Vernooij
1
-124
/
+128
2010-06-19
pyrpc: Fix reference counting when using secondary connections.
Jelmer Vernooij
2
-18
/
+43
2010-06-19
samba.tests.samba3: Clean up imports, use new TestCase class.
Jelmer Vernooij
1
-13
/
+38
2010-06-19
ntacls: Raise TestSkipped rather than writing to stdout.
Jelmer Vernooij
1
-16
/
+15
2010-06-19
python/passwords: Clean up imports.
Jelmer Vernooij
1
-8
/
+7
2010-06-19
samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co...
Jelmer Vernooij
1
-6
/
+9
2010-06-19
dsdb_schema_info: Clean up imports, avoid using rpc test case for
Jelmer Vernooij
1
-9
/
+2
2010-06-19
python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...
Jelmer Vernooij
1
-7
/
+0
2010-06-19
pyglue: Trim dependencies.
Jelmer Vernooij
2
-2
/
+2
2010-06-19
pyglue: Remove unused code.
Jelmer Vernooij
1
-27
/
+5
2010-06-19
pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.
Jelmer Vernooij
3
-27
/
+27
2010-06-19
pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.
Jelmer Vernooij
3
-49
/
+32
2010-06-19
pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.
Jelmer Vernooij
3
-19
/
+21
2010-06-19
s4:provision: don't use hardcoded 'Default-First-Site-Name'
Stefan Metzmacher
1
-2
/
+2
2010-06-19
s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....
Matthias Dieter Wallnöfer
2
-2
/
+21
2010-06-19
s4:torture/ldap/basic.c - add more error code/messages tests
Matthias Dieter Wallnöfer
1
-30
/
+264
2010-06-19
s4:ldap_backend.c - more customisations to match Windows Server error behavio...
Matthias Dieter Wallnöfer
1
-13
/
+16
2010-06-19
ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DN
Matthias Dieter Wallnöfer
1
-0
/
+7
2010-06-19
s4:python/samba/__init__.py - now specify the "relax" control for the delete ...
Matthias Dieter Wallnöfer
1
-5
/
+5
2010-06-19
ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntax
Matthias Dieter Wallnöfer
1
-0
/
+9
2010-06-19
ldb:python bindings - some small cleanup & improvements in "py_ldb_add"
Matthias Dieter Wallnöfer
1
-14
/
+13
2010-06-19
ldb:python bindings - let also "py_ldb_delete" support controls
Matthias Dieter Wallnöfer
1
-6
/
+50
2010-06-19
s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...
Matthias Dieter Wallnöfer
1
-5
/
+80
2010-06-19
s4:rootdse LDB module - strip trailing whitespaces
Matthias Dieter Wallnöfer
1
-24
/
+24
2010-06-19
s4:rootdse LDB module - protect add and delete operations on the rootdse entry
Matthias Dieter Wallnöfer
1
-4
/
+34
2010-06-19
s4:rootdse LDB module - Return "UNWILLING_TO_PERFORM" when no attribute fits ...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-06-19
s4:rootdse LDB module - refactor error messages
Matthias Dieter Wallnöfer
1
-24
/
+29
2010-06-19
s4:objectclass LDB module - use the old DN when displaying error messages
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-19
s4:objectclass LDB module - add a better message when the parent DN is invalid
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-19
s4:objectclass LDB module - add an error message when someone tries to add en...
Matthias Dieter Wallnöfer
1
-3
/
+4
[next]