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
/
scripting
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...
Jelmer Vernooij
2010-06-20
6
-122
/
+141
*
Move a few more samdb-specific methods to SamDB, away from Ldb.
Jelmer Vernooij
2010-06-20
1
-13
/
+1
*
samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.
Jelmer Vernooij
2010-06-20
3
-22
/
+20
*
s4-python: Remove trivial function, replace by dictionary.
Jelmer Vernooij
2010-06-20
3
-40
/
+14
*
Modifications extending functionality of newuser cmd and new net group set of...
Lukasz Zalewski
2010-06-20
2
-60
/
+63
*
Modifications extending functionality of newuser cmd and new net group set of...
Lukasz Zalewski
2010-06-20
4
-8
/
+439
*
s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec...
Matthieu Patou
2010-06-20
1
-13
/
+42
*
s4 upgradeprovision: Check that the policy for DC is present if not warn the ...
Matthieu Patou
2010-06-20
2
-4
/
+38
*
s4 upgradeprovision: Emit message instead of crashing when not able to set acl
Matthieu Patou
2010-06-20
1
-4
/
+10
*
s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on sysv...
Matthieu Patou
2010-06-20
1
-1
/
+6
*
s4 unittests: add unit tests for upgradehelpers
Matthieu Patou
2010-06-20
2
-4
/
+19
*
s4 upgradeprovision: Add function for searching stored constructed attributes
Matthieu Patou
2010-06-20
1
-0
/
+51
*
s4 upgradeprovision: additional restyling
Matthieu Patou
2010-06-20
1
-31
/
+42
*
s4 upgradeprovision: Restyle imports
Matthieu Patou
2010-06-20
1
-15
/
+15
*
s4 upgradeprovision: Move functions to helpers and improve code
Matthieu Patou
2010-06-20
4
-296
/
+492
*
s4 python: Update unit tests related to create secrets
Matthieu Patou
2010-06-20
1
-0
/
+13
*
s4: Add comments about setup_secrets
Matthieu Patou
2010-06-20
1
-0
/
+2
*
s4 upgradeprovision: Add documentation on the update process
Matthieu Patou
2010-06-20
1
-9
/
+162
*
s4 python: Add unit tests for upgradeprovision related stuff
Matthieu Patou
2010-06-20
1
-0
/
+161
*
s4 upgradeprovision: move some functions to upgradehelpers for unit tests
Matthieu Patou
2010-06-20
2
-130
/
+154
*
s4 upgradeprovision: Fix style
Matthieu Patou
2010-06-20
1
-85
/
+137
*
s4 upgradeprovision: Use replPropertyMetaData for better guess
Matthieu Patou
2010-06-20
1
-179
/
+565
*
s4 upgradeprovision: Reformat attributes lists and reformat parser
Matthieu Patou
2010-06-20
1
-17
/
+33
*
s4 upgradeprovision: Inform about new dns dynamic update if the provision did...
Matthieu Patou
2010-06-20
1
-3
/
+41
*
s4 upgradeprovision: fix style
Matthieu Patou
2010-06-20
1
-76
/
+123
*
s4 upgrade provision: Refactor code to do all the modification within 1 trans...
Matthieu Patou
2010-06-20
1
-308
/
+413
*
s4 upgrade provision: Fix style in gen_dn_index
Matthieu Patou
2010-06-20
1
-2
/
+1
*
s4 Add functions related to ldb manipulation when doing upgrade
Matthieu Patou
2010-06-20
1
-17
/
+83
*
s4 provision: Add information about provisioned usn range in sam.ldb
Matthieu Patou
2010-06-20
1
-0
/
+96
*
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
2010-06-19
14
-32
/
+42
*
samba.tests.samba3: Clean up imports, use new TestCase class.
Jelmer Vernooij
2010-06-19
1
-13
/
+38
*
ntacls: Raise TestSkipped rather than writing to stdout.
Jelmer Vernooij
2010-06-19
1
-16
/
+15
*
samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co...
Jelmer Vernooij
2010-06-19
1
-6
/
+9
*
python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...
Jelmer Vernooij
2010-06-19
1
-7
/
+0
*
pyglue: Trim dependencies.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
pyglue: Remove unused code.
Jelmer Vernooij
2010-06-19
1
-27
/
+5
*
pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.
Jelmer Vernooij
2010-06-19
2
-27
/
+1
*
pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.
Jelmer Vernooij
2010-06-19
2
-49
/
+1
*
pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.
Jelmer Vernooij
2010-06-19
2
-19
/
+1
*
s4:provision: don't use hardcoded 'Default-First-Site-Name'
Stefan Metzmacher
2010-06-19
1
-2
/
+2
*
s4:python/samba/__init__.py - now specify the "relax" control for the delete ...
Matthias Dieter Wallnöfer
2010-06-19
1
-5
/
+5
*
s4-python: Use sys.prefix rather than guessing prefix from current
Jelmer Vernooij
2010-06-19
1
-7
/
+6
*
waf: Add missing dependency (so header paths are inherited) on talloc to inte...
Jelmer Vernooij
2010-06-19
1
-0
/
+1
*
s4: Don't build a $prefix/lib/libpython.so, as such a library often already e...
Jelmer Vernooij
2010-06-18
1
-1
/
+2
*
s4-waf: Don't include pytalloc when embedding python.
Jelmer Vernooij
2010-06-18
1
-1
/
+0
*
s4: Build more python convenience files as subsystems rather than as python m...
Jelmer Vernooij
2010-06-18
1
-2
/
+3
*
s4:provision.py - we do now support the "Windows 2000 Native" domain function...
Matthias Dieter Wallnöfer
2010-06-16
1
-3
/
+0
*
Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...
Jelmer Vernooij
2010-06-15
2
-21
/
+25
*
s4:provision Allow a specific prefix map to be loaded into a new schema provi...
Andrew Bartlett
2010-06-15
1
-2
/
+3
*
s4:provision: Make gc._msdcs DNS entries A/AAAA records
Andrew Kroeger
2010-06-14
1
-0
/
+6
[prev]
[next]