summaryrefslogtreecommitdiff
path: root/webapps/install/vampire.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23994: Finish my work to ensure that non-root and non-administrator usersAndrew Bartlett1-88/+88
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 Bartlett1-0/+5
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-10r21008: We added a new argument to the provision() function, but I forgot toAndrew Bartlett1-1/+1
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 Lipman1-0/+120
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
2007-10-10r20516: svn gets royally screwed up when renaming or relocating files. ↵Derrell Lipman1-120/+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 Lipman1-0/+120
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)