summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* fixing compile problems due to my recent ads.h changesGerald Carter2004-01-121-1/+1
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIXJelmer Vernooij2004-01-081-2/+2
* fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2004-01-081-3/+2
* fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter2004-01-081-1/+1
* use SAFE_FREE(), not free().Andrew Bartlett2004-01-081-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-089-36/+146
* Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett2004-01-085-48/+38
* The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett2004-01-081-1/+1
* Machines are people too!Andrew Bartlett2004-01-074-34/+23
* Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2004-01-071-6/+6
* remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2004-01-061-1/+1
* Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett2004-01-061-2/+2
* Fix warningVolker Lendecke2004-01-051-1/+1
* shorten some more lines.Andrew Bartlett2004-01-051-7/+14
* Grumble... grumble... fix the build...Andrew Bartlett2004-01-051-5/+7
* Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett2004-01-051-1/+1
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-056-102/+127
* Add const.Andrew Bartlett2004-01-051-3/+3
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-053-77/+37
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-22/+72
* We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett2004-01-051-2/+0
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-044-0/+85
* And yet another constVolker Lendecke2004-01-031-1/+1
* Under certain error conditions (a talloc() failure above) this would causeAndrew Bartlett2004-01-021-2/+0
* Having no members of a group is a perfectly valid (if unusual) situation.Andrew Bartlett2004-01-021-0/+7
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-011-48/+21
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-011-21/+48
* Changes to our PAM code to cope with the fact that we can't handle someAndrew Bartlett2003-12-312-16/+36
* Forgot to commit this for the 'get our primary domain' change.Andrew Bartlett2003-12-311-0/+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
* Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2003-12-301-3/+3
* Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2003-12-302-0/+27
* Fix typo.John Terpstra2003-12-231-1/+1
* fixed bad formal parameter type in get_static(); patch Andy PolyakovGerald Carter2003-12-111-1/+1
* fix debug messageGerald Carter2003-12-041-2/+2
* Correct freebsd 5.1 support for winbind contributed by Aaron Collins.Tim Potter2003-11-271-0/+81
* use samr_dispinfo(level == 1) for enumerating domain users so we can include ...Gerald Carter2003-11-271-17/+34
* Add a comment, and a useful debug message.Andrew Bartlett2003-11-252-0/+3
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-5/+10
* as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-196-7/+292
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-1215-1/+14
* fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-071-25/+215
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-3/+3
* Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter2003-11-041-29/+8
* Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison2003-11-031-4/+2
* Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter2003-11-021-3/+30
* prompt for password when invoking --set-auth-user and no pwGerald Carter2003-10-311-2/+7
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-5/+5