summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* r6296: add message about known interoperability issue with Windows 2003 SP1 DCsGerald Carter2007-10-101-0/+10
* r6273: Remove some unused code, minor cleanupVolker Lendecke2007-10-102-12/+3
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-103-6/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-103-13/+12
* r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...Volker Lendecke2007-10-101-15/+23
* r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...Volker Lendecke2007-10-101-2/+2
* r6158: fix some misleading error messagesGerald Carter2007-10-101-2/+2
* r6154: fix winbindd <-> Windows 2003 sp1 issue.Gerald Carter2007-10-101-1/+5
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-104-5/+8
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-104-4/+5
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-4/+53
* r6040: finish out 'net rpc service list'Gerald Carter2007-10-101-1/+0
* r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...Gerald Carter2007-10-102-0/+7
* r5945: BUG 2516: fix compile issue on True64Gerald Carter2007-10-101-1/+1
* r5751: fix another (correct) compiler warningGerald Carter2007-10-101-1/+1
* r5724: Fix compiler warningVolker Lendecke2007-10-101-1/+1
* r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.Volker Lendecke2007-10-101-3/+34
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-1/+1
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2007-10-101-1/+1
* r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...Gerald Carter2007-10-102-69/+86
* r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke2007-10-101-0/+12
* r5314: Some const, and an uninitialized variable fix.Volker Lendecke2007-10-101-4/+4
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2007-10-102-3/+4
* r4967: Not being in any domain local groups is obviously valid...Volker Lendecke2007-10-101-1/+1
* r4905: patch from abartlet to remove storing the auth-user credentials from t...Gerald Carter2007-10-101-4/+0
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-106-0/+206
* r4749: Fix memleakVolker Lendecke2007-10-101-0/+2
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-15/+0
* r4732: Even if we have 'password server' set, we need to look up the native D...Volker Lendecke2007-10-101-0/+6
* r4575: adding extra debug to cm_prepare_connection()Gerald Carter2007-10-101-0/+3
* r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner2007-10-101-3/+20
* r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner2007-10-101-1/+1
* r4260: Change the license for the winbindd external interface more liberal.Tim Potter2007-10-101-14/+3
* r4258: strlower username, not (non-existing) domain_username.Günther Deschner2007-10-101-1/+1
* r4128: Cron jobs etc seem to do an initgroups for root quite frequently. SoVolker Lendecke2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-1016-101/+84
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2007-10-101-2/+4
* r3911: typo.Günther Deschner2007-10-101-1/+1
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-102-160/+428
* r3776: Fix for bug #2038 from Johann Hanne <jhml@gmx.net>. Don't checkJeremy Allison2007-10-101-9/+4
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-5/+5
* r3140: * try to ensure consistent usage of the username map.Gerald Carter2007-10-101-3/+4
* r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett2007-10-101-18/+0
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2822: Fix parameter confusion in priming of name-to-sid cache. Found byTim Potter2007-10-101-1/+1
* r2779: Some fixes to pam_winbind.c.:Andrew Bartlett2007-10-101-7/+8
* r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett2007-10-104-55/+33
* r2760: Another patch from The Written Word. Don't declare function prototypesTim Potter2007-10-101-1/+2
* r2759: Fix for winbindd on AIX 5.1. Apparently it doesn't have as many methodsTim Potter2007-10-101-0/+6
* r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,Andrew Bartlett2007-10-102-10/+97