summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13024: Add is_null_sid.Günther Deschner1-2/+1
2007-10-10r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c.Volker Lendecke1-1/+15
2007-10-10r10270: lowercase groupnames and groupmembers again.Günther Deschner1-0/+1
2007-10-10r10267: Exit if winbind can't find or generate a SID -- there's no point inVolker Lendecke1-1/+1
2007-10-10r10262: * Fix for getgrnam not returning builtin group (which is done by getentGünther Deschner1-1/+1
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-1/+1
2007-10-10r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while t...Volker Lendecke1-1/+3
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-17/+17
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-222/+378
2007-10-10r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when gett...Gerald Carter1-2/+7
2007-10-10r6566: fix a couple of local group bugs.Gerald Carter1-1/+6
2007-10-10r6450: * fix typo in htlm_auth help messageGerald Carter1-4/+2
2007-10-10r6273: Remove some unused code, minor cleanupVolker Lendecke1-7/+1
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-2/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-6/+4
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-1/+1
2007-10-10r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...Gerald Carter1-5/+0
2007-10-10r4258: strlower username, not (non-existing) domain_username.Günther Deschner1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r3140: * try to ensure consistent usage of the username map.Gerald Carter1-3/+4
2007-10-10r2584: After talking to jerry, commit the strlower patch to getent username andVolker Lendecke1-0/+1
2007-10-10r2265: Volkers change to HEAD looks very good. Commit messageJeremy Allison1-0/+8
2007-10-10r1127: Finding trusted domains is not so important as to require a DEBUG(1).Andrew Bartlett1-1/+1
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-35/+69
2007-10-10r139: Apply some constVolker Lendecke1-1/+1
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-2/+41
2004-02-10fix more compiler warning after the latest static rampageGerald Carter1-28/+28
2004-02-08nsswitch/winbindd_util.c:Andrew Bartlett1-1/+1
2004-01-08fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter1-3/+2
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-10/+29
2004-01-07Machines are people too!Andrew Bartlett1-5/+1
2004-01-05Fix warningVolker Lendecke1-1/+1
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-6/+4
2003-12-31Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett1-3/+1
2003-12-31Jerry rightly complained that we can't assume that the first domain isAndrew Bartlett1-3/+21
2003-12-31auth/auth_util.c:Andrew Bartlett1-14/+46
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-4/+4
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+0
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-11/+24
2003-08-27Typo fix.Rafal Szczesniak1-1/+1
2003-08-27Update last scan time in rescan_trusted_domains().Tim Potter1-0/+2
2003-08-25make sure we keep the trusted domain cache up to dateGerald Carter1-2/+31
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-08-08fix 2 bugs:Gerald Carter1-32/+29
2003-08-01fix cut-n-paste error found by abartletGerald Carter1-8/+10
2003-07-31make sure the domain sid is set when enumerating trusted domainsGerald Carter1-1/+24
2003-07-31working on transtive trusts issue:Gerald Carter1-4/+54
2003-07-10Just a few formatting fixed caught while testing.Rafal Szczesniak1-4/+0