summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-07-301-19/+63
* Fix bug #5906 - Winbindd crash on 'getent group' (INTERNAL ERROR: Signal 11).Jeremy Allison2009-07-301-2/+2
* Fix logic bug introduce in backport of ccache_regain_all_now, sync withJeremy Allison2009-01-121-16/+23
* Backport of the clean event context after fork andBo Yang2009-01-123-127/+409
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-121-1/+0
* winbindd: make all winbind rpc-methods static.Michael Adam2009-01-121-30/+31
* winbindd_ads: use the reconnect methods instead of the rpc methods directlyMichael Adam2009-01-121-6/+74
* Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison2009-01-121-0/+1
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2009-01-122-7/+18
* winbindd: Reformat the WBFLAGS defines to prepare for adding a new flag.Kai Blin2009-01-121-15/+15
* winbind: fix smbd hanging on Solaris when winbindd closes socket.Michael Adam2009-01-121-1/+6
* Fix the build of pam_winbind.Andreas Schneider2009-01-121-1/+1
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2009-01-121-0/+8
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2009-01-121-0/+23
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2009-01-121-2/+1
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2009-01-121-5/+9
* Fix a memleakQiao Yang2009-01-121-1/+2
* Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard2009-01-121-3/+22
* nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-201-0/+14
* Back-port of Volkers fix.Jeremy Allison2008-07-251-4/+3
* In the "log file = " case, don't overwrite theJim McDonough2008-07-172-7/+13
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-072-11/+38
* Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-251-15/+27
* Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-251-23/+45
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* We should use set_domain_offline(domain) function instead of just set staus t...Jeremy Allison2008-06-131-1/+5
* pam_winbind: Update cached creds during password change.Günther Deschner2008-06-111-0/+4
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
* pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner2008-06-061-1/+16
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain chilJeremy Allison2008-06-031-2/+20
* Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-06-021-2/+5
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-303-111/+329
* Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison2008-05-301-3/+2
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-302-11/+18
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-292-10/+6
* spnego SPN fix when contacting trusted domainsSteven Danneman2008-05-231-5/+7
* Use machine account and machine password from our domain whenSteven Danneman2008-05-231-3/+3
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-132-10/+25
* This code is the same in 3.0.x winbindd.Jeremy Allison2008-04-301-0/+4
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
* Only cache password policy results that worked, otherwise weBo Yang2008-04-071-1/+3
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-041-5/+1
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2008-03-272-1/+5
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-261-1/+5
* Fix possible uninitialized variable use.Jeremy Allison2008-02-281-1/+1
* Back-ported fix from 3.2 (mainly from Bo Yang <boyang@novell.com>)Jeremy Allison2008-02-051-19/+38
* Fix winbindd running on a Samba DC,Simo Sorce2008-02-012-6/+11
* idmap: Fix an incompatible pointer type warning.Kai Blin2008-01-281-1/+1