Jacek Szpot
|
761b11160f
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02: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 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02: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 |
|
Cameron McCormack
|
f1129dbe54
|
Bug 563191 - Fix clang warnings about string constants in nsAuthSambaNTLM::SpawnNTLMAuthHelper. r=ehsan
|
2012-07-12 11:05:02 +10:00 |
|
Ehsan Akhgari
|
ba10340a7c
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (extensions/auth/ parts); r=bsmedberg
--HG--
extra : rebase_source : bf2a9c8de523d78eac780da7d7d755be47b97114
|
2012-06-12 23:13:31 -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 |
|
Richard van den Berg
|
6dd85517c5
|
Bug 452781 - Allow specifying wildcard that matches all simple netbiosnames in network.automatic-ntlm-auth.trusted-uris, r=honzab
|
2012-02-17 16:24:31 +01: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 |
|
Landry Breuil
|
bc49349049
|
Bug 667325: On OpenBSD, try to open libgssapi.so. r=khuey
|
2012-01-30 13:06:35 -08: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 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07: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 |
|
Ed Morley
|
8aaddd0334
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04: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 |
|
David Bienvenu
|
87d73ab860
|
Bug 604653 - 64bit Mac build crashes with negotiate auth and Kerberos [@ Kerberos@0x6a163 ]; r=sxw a=blocker
|
2010-12-10 09:09:11 +00:00 |
|
Benjamin Smedberg
|
0df0345c66
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
|
Benjamin Smedberg
|
a7e67d32ad
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
|
wfernandom2004@gmail.com
|
78db44644f
|
Bug 472529, websockets (netwerk patch), r=smaug+biesi
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 4f75d33eb4fc7cdaa1f011f176ef4434bbfe2c25
|
2010-06-17 21:33:42 +03:00 |
|
Honza Bambas
|
9aaab9c522
|
Bug 542318 - Firefox 3.6 needs constant re-auths when connecting through NTLM proxy with credentials different from currently logged in Windows user, r=bz
|
2010-02-06 16:06:48 +01: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 |
|
Kai Engert
|
7e335d7e89
|
Bug 494969, GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
r=cbiesinger
Second checkin attempt, adding the obviously missing #ifdef needed for cross platform portability.
|
2009-10-30 10:13:34 +01:00 |
|
Kai Engert
|
c752664b0e
|
back out http://hg.mozilla.org/mozilla-central/rev/f825915212d4
|
2009-10-26 20:29:13 +01:00 |
|
Kai Engert
|
cb614aa443
|
Bug 494969 - GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
r=cbiesinger
|
2009-10-26 20:08:32 +01:00 |
|
David Bienvenu
|
ec25eeae77
|
Bug 511806 r=simon@sxw.org.uk,sr=Neil
|
2009-09-07 15:30:58 +01:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Navin Lal
|
1cad5f2db8
|
Bug 74803 - Should make global data const where possible; const changes for nsmodulecomponentinfo; r=dbaron
|
2009-07-25 03:27:08 +02:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02: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 |
|
Bo Yang
|
a87ddafa35
|
Bug 450222 - Missing declaration of UNICODE_STRING in mingw build, r=bsmedberg
|
2008-08-14 11:48:06 -04:00 |
|
bugzilla@standard8.plus.com
|
b4a3cccf8a
|
Bug 428482 Add support for Kerberised LDAP to extensions/auth. r=bienvenu,sr=dmose,a1.9=beltzner
|
2008-04-13 11:31:34 -07:00 |
|
blassey@mozilla.com
|
6cc9d5a4ed
|
backing out: switching narrow char system calls to wide char in windows b=418703
|
2008-03-11 15:46:26 -07:00 |
|
blassey@mozilla.com
|
ff89c4a3fb
|
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
|
2008-03-11 14:49:53 -07:00 |
|
blassey@mozilla.com
|
81d841c1fc
|
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
|
2008-03-05 14:56:43 -08:00 |
|
blassey@mozilla.com
|
dfd26f92ec
|
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
|
2008-03-05 13:39:29 -08:00 |
|
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|