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