summaryrefslogtreecommitdiff
path: root/webapps/install
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24859: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-0/+4
Make the SWAT-based Vampire work again (needs override for default smb.conf values). Andrew Bartlett (This used to be commit e5cd44a018eae1f49e4408049461693350498326)
2007-10-10r23994: Finish my work to ensure that non-root and non-administrator usersAndrew Bartlett3-166/+192
cannot vampire, provision or upgrade a Samba4 server via SWAT. (The previous commit was an accident, and not complete). This should get Samba4 closer to being 'secure' for an alpha release. Andrew Bartlett (This used to be commit 3b6695de36bcea8a76001c9a5585eac871646450)
2007-10-10r23966: It isn't great, but at least now we have some access control in SWATAndrew Bartlett2-50/+62
This patch prevents non-root and non-administrator users from running the provision, upgrade and vampire pages. *I think* the rest of SWAT is LDB operations, or otherwise authenticated, so we should now be secure. I wish I had a better way to 'prove' we got this right, but this is better than nothing, and moves us closer to an alpha. Andrew Bartlett (This used to be commit d61061052dc4711f886199e49bc303002c8f9b11)
2007-10-10r23351: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-2/+2
Fix a nasty issue we had with SWAT. We could not provision into a different domain, as we didn't re-calcuate the DOMAINDN after the user changed it in the form. Andrew Bartlett (This used to be commit 430c998dc9ea41ea29cf184d03404b50ef14f78d)
2007-10-10r23286: In SWAT, it was not possible to use a domain name other than the ↵Andrew Bartlett1-0/+3
default. Fix this in the same way the setup/provision script does. Andrew Bartlett (This used to be commit bed522df4bd976851ad983e8af3946c7bb7bcd4f)
2007-10-10r21008: We added a new argument to the provision() function, but I forgot toAndrew Bartlett2-2/+2
update SWAT. Andrew Bartlett (This used to be commit b3fdbfbe812e61319a62fe9158d4c0fa70e7c25b)
2007-10-10r20689: "pdc" and "bdc" have been replaced by "domain controller"Simo Sorce1-2/+2
(This used to be commit 6976f283fc30a401bcc1d2c5089135c3fe8f1728)
2007-10-10r20517: re-add cleaned-up webappsDerrell Lipman5-0/+375
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
2007-10-10r20516: svn gets royally screwed up when renaming or relocating files. ↵Derrell Lipman5-375/+0
attempt to correct. (This used to be commit efffee706d62a4260b2d9782b19a9df1971dddb2)
2007-10-10r20515: Continued work on the Web Application Framework. Until we get all ↵Derrell Lipman5-0/+375
of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4)