summaryrefslogtreecommitdiffstats
path: root/source4/setup/upgrade
Commit message (Collapse)AuthorAgeFilesLines
* Use convenience function for finding setup_dir based on location ofJelmer Vernooij2009-02-111-1/+2
| | | | python module.
* Use script path to find the setup directory.Jelmer Vernooij2009-01-211-1/+1
|
* Add copyright headers.Jelmer Vernooij2009-01-161-5/+18
|
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-1/+1
|
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-2/+2
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2008-05-121-0/+4
|\ | | | | | | (This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
* | Remove python extension from upgrade script.Jelmer Vernooij2008-05-111-0/+65
|/ | | | (This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)
* r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij2007-12-261-114/+0
| | | | | | | | tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
* r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | is broken, so that one is still disabled. (This used to be commit ef794f03d50022a77303c77045a04d9407d07cbc)
* r13063: Add --realm option to upgradeJelmer Vernooij2007-10-101-5/+11
| | | | (This used to be commit e6aa4e92f044712ecaa4bd7099d53d9c7d083c42)
* r12945: Try to move closer to getting Samba3 import working again.Andrew Bartlett2007-10-101-2/+3
| | | | | | | There still a few things to work out Andrew Bartlett (This used to be commit 701558b5fe917555416eb0d100ef756f8ef7cf65)
* r12944: Update scripts in setup to match changes in the provision.jsAndrew Bartlett2007-10-101-1/+6
| | | | | | | DNS is now done as a seperate step, to assist in migrations. Andrew Bartlett (This used to be commit 916607d1d08b6a41c375766a69fd609989e35bed)
* r11087: - add type,name,scope as attributes to winsRecords,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | | | so you can use them in search filters, only for administration not used inside the winserver code - fix the samba3 ugrade scripts to create a correct samba4 wins.ldb metze (This used to be commit 9f3b6746d86583c48097da48c28f50f075bbd3e3)
* r9834: More tests for the upgrade from Samba3Jelmer Vernooij2007-10-101-1/+8
| | | | (This used to be commit d2db164d6f674cada470e871c558c75f98244141)
* r9816: Work on testsuite for upgradeJelmer Vernooij2007-10-101-11/+20
| | | | | Add 'paths' object to provision code. (This used to be commit 488d737fb0ebbc2535d0ec17c14f0dc1eaf2a578)
* r9805: Add 'data' property to param EJS objectJelmer Vernooij2007-10-101-4/+0
| | | | | | Write out new smb.conf file. Parameters that have disappeared between Samba 3 and 4 will optionally be prefixed with 'samba3:' (This used to be commit 27eefbd9059fe0a3daca15a71da7b4cb88ed22ec)
* r9793: Be more verbose, check for errors in upgrade script.Jelmer Vernooij2007-10-101-4/+6
| | | | (This used to be commit b7c09df9e506f8048f69c4bdd1c3351e3b554e18)
* r9786: Move ldb_map into ldb/modules/Jelmer Vernooij2007-10-101-0/+0
| | | | | Move samba3sam to dsdb/ (This used to be commit eb9d615bcd49328131613f64745760a90553b7f2)
* r9754: Upgrading with the command line utility now works, at least partially (-:Jelmer Vernooij2007-10-101-48/+6
| | | | | Upgrading using SWAT should work as well now. (This used to be commit 8baa2ac377315ae8b365f58c2bda0bf3d0c5aec3)
* r9744: - [upgrade.js] Start working on smb.conf conversion.Jelmer Vernooij2007-10-101-5/+50
| | | | | - [ldb_map] Support storing non-mappable data in a fallback LDB (This used to be commit 435e4c6389b9d9b545beec8036289620ee5883db)
* r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij2007-10-101-0/+85
Samba3 data (both console and SWAT) (This used to be commit d569465dc4def55c27878028f2fc762960f453d8)