summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed a number of bugs and memory leaks in the AIX winbind shimAndrew Tridgell2003-10-211-249/+231
* Merge of spelling fix from HEAD.Tim Potter2003-10-211-1/+1
* Undo previous commit because it breaks the build.Tim Potter2003-10-141-2/+0
* Add a better error message to wb_common.c when unable to connect to a pipeRichard Sharpe2003-10-132-0/+9
* make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter2003-10-131-1/+1
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-4/+11
* fixing a bug in the retry loop for winbindd_pam_auth[_crap]()Gerald Carter2003-09-241-15/+25
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+0
* Obviously correct typo bugfix from Lin Li <linl@xandros.com>.Jeremy Allison2003-09-171-1/+1
* fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter2003-09-081-17/+13
* Fix for bug #299.Tim Potter2003-09-081-30/+80
* finish off bug 282. AAdd extra checks for pointers afterGerald Carter2003-09-061-7/+7
* fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter2003-09-061-0/+6
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-312/+151
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-054-15/+54
* Fix for bug 282 that didn't get checked in.Tim Potter2003-09-051-1/+1
* should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter2003-09-051-142/+316
* Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter2003-09-041-13/+2
* More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERRTim Potter2003-09-041-0/+3
* Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2003-09-021-1/+1
* Typo fix.Rafal Szczesniak2003-08-271-1/+1
* Update last scan time in rescan_trusted_domains().Tim Potter2003-08-271-0/+2