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
/
bin
/
upgradeprovision
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4 upgradeprovision: exit with a non null return code so that it can be trapp...
Matthieu Patou
2010-08-19
1
-0
/
+1
*
s4 upgradeprovision: add more attrbutes the ignore list
Matthieu Patou
2010-08-19
1
-5
/
+9
*
s4 upgradeprovision: Deal with bootstrap indexing attribute to avoid useless ...
Matthieu Patou
2010-08-19
1
-13
/
+65
*
s4 upgradeprovision: Add a function for schema reloading
Matthieu Patou
2010-08-19
1
-1
/
+31
*
s4 upgradeprovision: Fixes for increment_keyversion
Matthieu Patou
2010-08-19
1
-1
/
+2
*
s4 upgradeprovision: fix a typo and pass correct parameter to increment_calcu...
Matthieu Patou
2010-08-19
1
-3
/
+4
*
s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified
Matthieu Patou
2010-08-10
1
-1
/
+1
*
s4 upgradeprovision: Adapt the list of attribute modified
Matthieu Patou
2010-07-15
1
-4
/
+25
*
s4 upgradeprovision: Synchronize the calculated keyversionnumber with the one...
Matthieu Patou
2010-07-15
1
-1
/
+22
*
s4 upgradeprovision: do not copy RID Set it's automaticaly created by the RID...
Matthieu Patou
2010-07-15
1
-24
/
+34
*
s4 upgradeprovision: add function to backup the provision before updating
Matthieu Patou
2010-07-15
1
-152
/
+268
*
s4 upgradeprovision: fix whitespaces
Matthieu Patou
2010-07-15
1
-13
/
+13
*
s4 provision: move update_machine_account_password to helpers
Matthieu Patou
2010-07-15
1
-48
/
+7
*
s4 upgradeprovision: For SID > 1000 do not copy them, let the system regenera...
Matthieu Patou
2010-07-08
1
-0
/
+6
*
s4:upgradeprovision - fix include order for "ldb"
Matthias Dieter Wallnöfer
2010-06-24
1
-1
/
+1
*
s4 upgradeprovision: fix the logging stuff so that it actually log
Matthieu Patou
2010-06-21
1
-0
/
+2
*
Some more formatting fixes, move schema related functions from Ldb to Schema.
Jelmer Vernooij
2010-06-20
1
-4
/
+5
*
Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...
Jelmer Vernooij
2010-06-20
1
-61
/
+63
*
s4-python: Remove trivial function, replace by dictionary.
Jelmer Vernooij
2010-06-20
1
-4
/
+11
*
s4 upgradeprovision: Check that the policy for DC is present if not warn the ...
Matthieu Patou
2010-06-20
1
-4
/
+14
*
s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on sysv...
Matthieu Patou
2010-06-20
1
-1
/
+6
*
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
1
-197
/
+48
*
s4 upgradeprovision: Add documentation on the update process
Matthieu Patou
2010-06-20
1
-9
/
+162
*
s4 upgradeprovision: move some functions to upgradehelpers for unit tests
Matthieu Patou
2010-06-20
1
-129
/
+13
*
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
*
upgradeprovision: Use logging infrastructure.
Jelmer Vernooij
2010-06-13
1
-13
/
+14
*
upgrade: Properly cancel/commit transactions in a couple more places.
Jelmer Vernooij
2010-06-13
1
-122
/
+135
*
s4-python: Start using standard python logging infrastructure rather
Jelmer Vernooij
2010-06-13
1
-4
/
+5
*
s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3
Andrew Tridgell
2010-04-21
1
-1
/
+1
*
s4-python: More cleanups.
Jelmer Vernooij
2010-04-08
1
-0
/
+1
*
s4-python: Simplify code, improve formatting.
Jelmer Vernooij
2010-04-08
1
-17
/
+25
*
s4-python: Move samdb_ntds_objectGUID to pydsdb.
Jelmer Vernooij
2010-04-07
1
-2
/
+1
*
upgradeprovision: Fix formatting, syntax error.
Jelmer Vernooij
2010-03-28
1
-17
/
+20
*
s4 upgradeprovision: add information about upgrade in oEMInformation to keep ...
Matthieu Patou
2010-03-28
1
-2
/
+15
*
s4: allow upgrade provision to fix acl and missing dir on GPO dirs
Matthieu Patou
2010-03-28
1
-1
/
+18
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
1
-1
/
+1
*
More formatting fixes.
Jelmer Vernooij
2010-03-01
1
-69
/
+74
*
Fix formatting.
Jelmer Vernooij
2010-03-01
1
-734
/
+734
*
upgradeprovision: Remove unused imports, use shutil.rmtree rather than
Jelmer Vernooij
2010-03-01
1
-11
/
+7
*
upgradeprovision: Move to pythondoc format
Matthieu Patou
2010-03-01
1
-23
/
+172
*
upgradeprovision: Allow script to be called with pydoc
Matthieu Patou
2010-03-01
1
-40
/
+42
*
upgrade provision: change the meaning of handle_security_desc to be similar t...
Matthieu Patou
2010-03-01
1
-3
/
+3
*
upgradeprovision: code cleanup
Matthieu Patou
2010-03-01
1
-49
/
+57
[next]