summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-02-04return NSS_SUCCESS if we have found the max number of gids possible on Solari...Gerald Carter1-4/+7
2004-02-02A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it'sJeremy Allison1-3/+3
2004-01-29completely rewrote the AIX UESS backend (UESS is the AIX equivalent ofAndrew Tridgell1-148/+778
2004-01-29Remove an unused parameter from reload_services_file.Richard Sharpe1-4/+3
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-8/+2
2004-01-23Fix typoVolker Lendecke1-2/+1
2004-01-16Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as aVolker Lendecke1-0/+138
2004-01-15And another memory corruption in winbind. Arg 3 of safe_strcpy does notVolker Lendecke1-1/+1
2004-01-15Fix a segfault in winbindd. Calling getusersids with a SID that results in 0Volker Lendecke1-1/+1
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