Commit Graph

68 Commits

Author SHA1 Message Date
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
dbaron@dbaron.org
9b013dc30a Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
roc+%cs.cmu.edu
69c5017be2 Bug 362435. Fixing PR_GetError bustage 2007-03-08 01:49:16 +00:00
roc+%cs.cmu.edu
96bcb5c271 Bug 362435. Try using Samba's ntlm_auth to perform NTLM authentication on our behalf, when available. If the user has logged in by authenticating to Active Directory, then this may avoid having the user enter their password again. (single sign on) r+sr=biesi 2007-03-08 01:48:25 +00:00
cbiesinger%web.de
68efed5537 bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
gavin%gavinsharp.com
6dd81ae590 Bug 326528: fix out-of-bound error in pref reading code, r+sr=darin 2006-06-26 00:05:15 +00: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
f8314f0567 fix 321514, fail to load gssapi library on some platforms, patch by simon@sxw.org.uk, r=cneberg, sr=bienvenu 2006-02-21 16:15:16 +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
bsmedberg%covad.net
905fcd4b2f Bug 320972 - Integrate extensions/auth into libxul, r=darin 2005-12-21 18:37:02 +00:00
bienvenu%nventure.com
4e75a5df01 mac-only, patch by dauterman@spamino.com, r=cneberg@gmail.com, sr=bienvenu, prompt for kerberos tickets if they don't exist 2005-10-24 20:02:00 +00:00
bienvenu%nventure.com
241a2d4e7c fix build bustage when disable logging is turned on, r=cneberg, backing out part of patch for 280792 2005-08-21 16:01:52 +00:00
bienvenu%nventure.com
754ce9752c fix building gssapi on mac os 10.4, patch by mark@moxienet.com, r=cneberg@gmail.com, sr=bienvenu 2005-08-20 22:34:32 +00:00
bienvenu%nventure.com
353bb06953 fix static build bustage, thx to mento 2005-08-19 15:38:15 +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
mark%moxienet.com
1686e1a5a4 Bustage fix following bug 301030, better assignment. r+sr=bz. Sorry for the burning. 2005-08-18 09:38:47 +00:00
mark%moxienet.com
92eb3fe27b Bug 301030, WWW-Authenticate: Negotiate crashes on Mac. Fix Mac-only function pointer. r=cneberg sr=darin a=bsmedberg 2005-08-18 09:38:46 +00:00
mark%moxienet.com
327b0906e3 Mac bustage fix. Bug 299305, Mac GSSAPI fixes following bug 295109. a=#developers 2005-08-18 09:38:45 +00:00
darin%meer.net
6e6ca5341b fixes bug 295109 "support pr-loading gssapi libraries for negotiateauth" patch by cneberg@gmail.com, r=darin, a=bsmedberg 2005-08-18 09:38:44 +00:00
darin%meer.net
b8d85ac06f landing patch for bug 237586 "Implement negotiateauth using SSPI for Windows" r=cneberg sr=bryner a=shaver 2005-08-18 09:38:43 +00:00
pedemont%us.ibm.com
d7802bbca9 Bug 240643 - Autthentication Failover not fully supported between connection based Authentication Types - patch by cneberg@sandia.gov r+sr=darin 2005-08-18 09:38:42 +00:00
darin%meer.net
9f45adfb49 backing out last change 2005-08-18 09:38:41 +00:00
darin%meer.net
3471b56106 fixes bug 240643 "Autthentication Failover not fully supported between connection based Authentication Types" patch by cneberg@sandia.gov r+sr=darin 2005-08-18 09:38:40 +00:00
darin%meer.net
80aefe96b5 landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner 2005-08-18 09:38:39 +00:00
bienvenu%nventure.com
5078c789ba add auth gssapi, not part of build, files by simon@sxw.org.uk and cneberg@gmail.com, r=darin, sr=bienvenu 2005-08-17 21:00:28 +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