summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2004-01-15BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter1-3/+3
2004-01-14Fix initgroups() call nss_winbind on solaris; patch from John Klinger <john.k...Gerald Carter1-0/+16
2004-01-14* Revert to using rpc for mixed mode AD domains.Gerald Carter1-3/+9
2004-01-14Remove duplicate comment.Andrew Bartlett1-2/+0
2004-01-12fixing compile problems due to my recent ads.h changesGerald Carter1-1/+1
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2004-01-08Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij1-2/+2
2004-01-08fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter1-3/+2
2004-01-08fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter1-1/+1
2004-01-08use SAFE_FREE(), not free().Andrew Bartlett1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett9-36/+146
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett5-48/+38
2004-01-08The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett1-1/+1
2004-01-07Machines are people too!Andrew Bartlett4-34/+23
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett1-6/+6
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter1-1/+1
2004-01-06Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett1-2/+2
2004-01-05Fix warningVolker Lendecke1-1/+1
2004-01-05shorten some more lines.Andrew Bartlett1-7/+14
2004-01-05Grumble... grumble... fix the build...Andrew Bartlett1-5/+7
2004-01-05Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett1-1/+1
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett6-102/+127
2004-01-05Add const.Andrew Bartlett1-3/+3
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett3-77/+37
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett1-22/+72
2004-01-05We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett1-2/+0
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke4-0/+85
2004-01-03And yet another constVolker Lendecke1-1/+1
2004-01-02Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett1-2/+0
2004-01-02Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett1-0/+7
2004-01-01After talking with abartlet remove the fix for bug 707 again.Volker Lendecke1-48/+21
2004-01-01Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke1-21/+48
2003-12-31Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett2-16/+36
2003-12-31Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett1-0/+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-12-30Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett1-3/+3
2003-12-30Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2-0/+27
2003-12-23Fix typo.John Terpstra1-1/+1
2003-12-11fixed bad formal parameter type in get_static(); patch Andy PolyakovGerald Carter1-1/+1
2003-12-04fix debug messageGerald Carter1-2/+2
2003-11-27Correct freebsd 5.1 support for winbind contributed by Aaron Collins.Tim Potter1-0/+81
2003-11-27use samr_dispinfo(level == 1) for enumerating domain users so we can include ...Gerald Carter1-17/+34
2003-11-25Add a comment, and a useful debug message.Andrew Bartlett2-0/+3
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett2-5/+10
2003-11-19as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell6-7/+292
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell15-1/+14
2003-11-07fix for bug 680 (heads up). This gist is to map theGerald Carter1-25/+215
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-3/+3
2003-11-04Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter1-29/+8