Adrian Lungu
|
8bac10e69e
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab
|
2013-07-25 09:54:11 -07:00 |
Trevor Saunders
|
cd9ce5e64f
|
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
|
2013-01-11 04:43:29 -05:00 |
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Honza Bambas
|
c283062dab
|
Bug 573043 - Enable Extended Protection (channel and service bindng) for NTLM authentication, r=jmathies
|
2011-11-09 18:18:59 +01:00 |
Brian Smith
|
a5edaf27e8
|
Bug 637361: Backout bug 573043
|
2011-03-01 19:11:22 -08:00 |
Honza Bambas
|
48a2c64df8
|
Fix bug 573043. r=jmathies@mozilla.com, a=blocker.
--HG--
rename : security/manager/ssl/public/nsISSLStatus.idl => netwerk/base/public/nsISSLStatus.idl
rename : security/manager/boot/public/nsISSLStatusProvider.idl => netwerk/base/public/nsISSLStatusProvider.idl
rename : security/manager/ssl/public/nsIX509Cert.idl => netwerk/base/public/nsIX509Cert.idl
|
2011-02-08 16:12:29 -08:00 |
Jim Mathies
|
9c04789333
|
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
|
2009-12-02 13:26:24 -06:00 |
Bo Yang
|
a87ddafa35
|
Bug 450222 - Missing declaration of UNICODE_STRING in mingw build, r=bsmedberg
|
2008-08-14 11:48:06 -04:00 |
bienvenu%nventure.com
|
287e94061c
|
implement sasl auth and ability to use gssapi on windows, patches by cneberg@gmail.com, simon@sxw.org.uk, r=darin, sr=bienvenu 280792, 303160, NPOB
|
2005-08-18 15:22:33 +00:00 |
darin%meer.net
|
a941f5eca5
|
fixes bug 286803 "Automatic NTLM auth fails if SSPI 'negotiate' package not found" r=biesi
|
2005-08-09 23:06:58 +00:00 |
darin%meer.net
|
d02cfd73b2
|
fixes bug 231529 "Optionally enable unprompted NTLM authentication" r=cneberg sr=bryner
|
2005-08-09 23:06:56 +00:00 |
darin%meer.net
|
f5abc42f03
|
landing patch for bug 237586 "Implement negotiateauth using SSPI for Windows" r=cneberg sr=bryner a=shaver
|
2005-08-09 23:06:47 +00:00 |