Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Jacek Caban
|
919a5b3c9b
|
Bug 945245 - Fixed misc char16_t/wchar_t mismatches. r=ehsan
--HG--
extra : rebase_source : fcab74b295b513f4185cf9c12f31ebaddb7c8e0e
|
2013-12-03 16:09:50 +01:00 |
|
Honza Bambas
|
fda9e3c937
|
Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell
|
2013-10-10 19:10:45 +02:00 |
|
Adrian Lungu
|
8bac10e69e
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab
|
2013-07-25 09:54:11 -07:00 |
|
Cameron McCormack
|
cd4006ab60
|
Backout bdceed703766 (bug 887984) for Windows build failures.
|
2013-07-23 13:43:45 +10:00 |
|
Adrian Lungu
|
1b8eddbd1f
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=mayhemer
|
2013-07-18 12:00:04 -07:00 |
|
matekm
|
9d92ba2ff6
|
Bug 784739 - Switch from NULL to nullptr in extensions/; r=ehsan
|
2013-04-02 21:06:20 -04:00 |
|
Ehsan Akhgari
|
3e4289068c
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2013-04-02 20:59:27 -04:00 |
|
Patrick McManus
|
1956603633
|
bug 804605 - backout 766973 767158 785050 r=backout a=akeybl
|
2013-01-22 11:59:01 -05:00 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Patrick McManus
|
b12bc44d80
|
bug 767158 - remove blocking dns call in sspi r=honzab
--HG--
extra : rebase_source : a313576f1262f25b6d299f815cedb0d8acc0b03f
|
2012-07-26 11:09:05 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masatoshi Kimura
|
651eabedd7
|
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
|
2012-02-23 08:53:55 -06:00 |
|
Ed Morley
|
91422f00de
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Masatoshi Kimura
|
b40c031d6c
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06: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 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07: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
|
fe2efa3ce8
|
Bug 535193 - DNS resolution in MakeSN of nsAuthSSPI causing issues for proxy servers that support NTLM auth. r=wtc, sr=bz.
|
2009-12-17 19:34:32 -06:00 |
|
Jim Mathies
|
e0aa8ddafd
|
Bug 533529 - Use credentials instead of context for sspi init check. r-bz.
|
2009-12-16 14:11:51 -06:00 |
|
Jim Mathies
|
608472e9b0
|
Bug 533529. Detect it if someone calls GetNextToken when we're not initialized and bail out. r=bzbarsky
|
2009-12-14 22:05:19 -08:00 |
|
Jim Mathies
|
9c04789333
|
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
|
2009-12-02 13:26:24 -06:00 |
|
Jim Mathies
|
aa6998dee6
|
Bug 520607 - Remove use of "ntlm" auth module and replace with use of "sys-ntlm". r=wtc, cbiesinger. sr=bz.
|
2009-11-19 16:12:43 -06:00 |
|
Jim Mathies
|
4667f2ddba
|
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
|
2009-11-04 16:12:24 -06:00 |
|
David Bienvenu
|
ec25eeae77
|
Bug 511806 r=simon@sxw.org.uk,sr=Neil
|
2009-09-07 15:30:58 +01:00 |
|
Brian Crowder
|
95e2dd6a4a
|
Bug 453156 - NTML broken by embedding patch in bug 422772, r/sr=bsmedberg
|
2008-09-05 12:09:06 -07:00 |
|
Brian Crowder
|
e647dbc547
|
Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg
|
2008-08-27 14:44:54 -07:00 |
|
bienvenu%nventure.com
|
f0382acbd8
|
fix crash doing sspi auth, patch by schlichting@tu-harburg.de, r=cneberg@gmail.com, sr=bienvenu
|
2006-03-07 02:38:31 +00:00 |
|
bienvenu%nventure.com
|
b52686c374
|
fix crash sending e-mail with kerberos auth via sspi, 319210 patch by simon@sxw.org.uk, r=cneberg@gmail.com, sr=bienvenu
|
2006-01-25 20:26:08 +00:00 |
|
gavin%gavinsharp.com
|
79886d0447
|
Bug 320349: Crash on authentification to the proxy server (possibly MS ISA server), patch by John Found <johnfound@abv.bg>, r+sr=darin
|
2006-01-04 16:23:10 +00: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
|
8491ae3ac5
|
landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
degrading performance" r=lorenzo sr=bryner
|
2005-08-09 23:06:57 +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 |
|