norris%netscape.com
3a6d863c13
* clean up nsScriptSecurityManager
...
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
git-svn-id: svn://10.0.0.236/trunk@45080 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 21:58:42 +00:00
alecf%netscape.com
dd81e64c24
remove libcaps dependancy on libxp by using PL/PR routines instead of XP_*
...
git-svn-id: svn://10.0.0.236/trunk@44744 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:09:41 +00:00
arielb%netscape.com
ad40dbfcd5
includes updates to codbase matching security checks currently turned off
...
but in place. redefined the script security manager in caps and it is
now generating codebase principals.
git-svn-id: svn://10.0.0.236/trunk@43798 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 09:51:02 +00:00
arielb%netscape.com
f96a17b9c8
adding functionality to security
...
git-svn-id: svn://10.0.0.236/trunk@42712 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-08 22:29:02 +00:00
arielb%netscape.com
89a92838d2
removing public directory for good. fixed up nsPrivilegeManager.cpp
...
git-svn-id: svn://10.0.0.236/trunk@42706 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-08 21:04:16 +00:00
arielb%netscape.com
a12b820894
added a new and improved factory to caps module. fixed some bugs and
...
cleared some warnings. also move some methods of privilege manager to
principal manager.
git-svn-id: svn://10.0.0.236/trunk@42563 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 22:44:35 +00:00
arielb%netscape.com
576dedd032
add a principal manager to caps api. everything is now xpidled so
...
i removed the public directory from the module.
git-svn-id: svn://10.0.0.236/trunk@41771 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-01 21:26:02 +00:00
arielb%netscape.com
5b5124ff1a
xpidling and updating nsTarget object. should resolve build errors on
...
SeaMonkey Ports
git-svn-id: svn://10.0.0.236/trunk@41439 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 05:43:26 +00:00
arielb%netscape.com
395aa47003
removed some enums and migrated them into nsPrivilege, nsIPrivilege and
...
nsPrivilegemanager. cleaning up some old code from the security module
and refining their api's and such like.
git-svn-id: svn://10.0.0.236/trunk@41184 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 00:50:59 +00:00
arielb%netscape.com
35dc473dd3
Fix to the caps security module. I removed the nsPrincipal struct, from now
...
on you can access principals by their xpcomed interface nsIPrincipal.
git-svn-id: svn://10.0.0.236/trunk@40961 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 03:58:23 +00:00
alecf%netscape.com
d9c1423d1e
fix AIX bustage - we were dereferencing the function before checking if it was NULL
...
git-svn-id: svn://10.0.0.236/trunk@22316 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-27 06:22:43 +00:00
raman%netscape.com
f100d4f1c2
Changes to make caps into a DLL. Defined all strings in this file until there is a replacement for allxpstr.h
...
git-svn-id: svn://10.0.0.236/trunk@14933 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-19 05:22:28 +00:00
raman%netscape.com
c88302e2b7
Bug fixes from MozillaClassic branch, plus changes to build caps without rdf
...
git-svn-id: svn://10.0.0.236/trunk@14756 18797224-902f-48f8-a5cc-f745e15eee43
1998-11-16 21:57:13 +00:00
raman%netscape.com
4a1a03c683
Fixes for compiler errors on AIX. Thanks wtc
...
git-svn-id: svn://10.0.0.236/trunk@13213 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 20:50:09 +00:00
racham%netscape.com
89e6132658
Adding -reg_mode flag related changes
...
git-svn-id: svn://10.0.0.236/trunk@12080 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 21:04:19 +00:00
sudu%netscape.com
a0b23975e0
New xpcom caps manager apis
...
git-svn-id: svn://10.0.0.236/trunk@10276 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-17 18:12:32 +00:00
raman%netscape.com
fc377d03a9
Added AskPermission and SetPermission API calls for OJI. Added the CertChain Principal support for JavaSoft.
...
git-svn-id: svn://10.0.0.236/trunk@10171 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-16 18:39:48 +00:00
warren%netscape.com
24b7d5e489
Added closure argument to nsHashtable::Enumerate.
...
git-svn-id: svn://10.0.0.236/trunk@8910 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-01 00:16:47 +00:00
raman%netscape.com
87bf85eb79
Adde context as argument to all caps public methods that could be used by JS
...
git-svn-id: svn://10.0.0.236/trunk@7283 18797224-902f-48f8-a5cc-f745e15eee43
1998-08-04 23:54:29 +00:00
warren%netscape.com
3c42f93bf9
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
...
git-svn-id: svn://10.0.0.236/trunk@6967 18797224-902f-48f8-a5cc-f745e15eee43
1998-07-31 20:19:50 +00:00
raman
8547f117f6
This is not part of any build system. caps is part of OJI effort. It will be used by JavaScript in future. Approved by warren/jar/jsw.
...
git-svn-id: svn://10.0.0.236/trunk@5307 18797224-902f-48f8-a5cc-f745e15eee43
1998-07-10 21:12:19 +00:00