summaryrefslogtreecommitdiffstats
path: root/source/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-112-1/+57
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-08-111-1/+1
* handling upn nameBo Yang2009-07-272-1/+6
* s3/idmap: Fix out of memory error with Winbind idmap.Sébastien Prud'homme2009-06-121-2/+6
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-271-0/+1
* winbind_pam: fix gcc 4.4 compile warningVolker Lendecke2009-03-241-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2009-03-171-7/+8
|\
| * Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-171-7/+8
* | Fix a valgrind errorVolker Lendecke2009-03-171-1/+1
|/
* Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang2009-02-271-0/+8
* Fix bug in get_dc_name_via_netlogon(), null pointer refrence.Bo Yang2009-01-141-1/+1
* Don't send message to any other child in child process.Bo Yang2009-01-141-1/+33
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-132-5/+5
* Fix logic bug introduce in backport of ccache_regain_all_now, sync withJeremy Allison2009-01-101-13/+20
* Backport of the clean event context after fork andBo Yang2009-01-104-153/+423
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-101-1/+0
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-071-3/+8
* clean event context after child is forked.Bo Yang2009-01-053-14/+29
* Fix "allow trusted domain" so it disables trusted domains.Gerald (Jerry) Carter2008-12-221-2/+11
* Fix a "ignoring function call result" warningVolker Lendecke2008-12-191-1/+6
* winbindd: vars for signals must be volatile sig_atomic_tSATOH Fumiyasu2008-12-121-12/+12
* winbindd: fix more horrible brace mis-indentations in winbindd_groupMichael Adam2008-12-041-2/+2
* winbindd: fix more misindentations of top level braces in winbindd_groupMichael Adam2008-12-041-2/+2
* winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gid_recvMichael Adam2008-12-041-2/+2
* winbindd: don't open a new dc connection in winbindd_getpwnam (main winbindd)Michael Adam2008-12-041-1/+1
* winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)Michael Adam2008-12-041-1/+1
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-031-1/+1
* winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam2008-11-221-1/+1
* winbindd_group: sanely handle NULL domain in add_member().Michael Adam2008-11-221-1/+5
* winbindd_ads: honour "winbind use default domain" in lookup_groupmem().Michael Adam2008-11-221-9/+11
* winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam2008-11-221-1/+4
* winbindd_util: add fill_domain_username_talloc().Michael Adam2008-11-221-0/+27
* winbindd: fix a comment typoMichael Adam2008-11-221-1/+1
* winbind_util: fix an implicit cast compile warning.Michael Adam2008-11-221-1/+1
* winbindd: make all winbind rpc-methods static.Michael Adam2008-11-211-31/+32
* winbindd_ads: use the reconnect methods instead of the rpc methods directlyMichael Adam2008-11-211-6/+75
* winbindd_ads: prevent negative GM/ cache entries due to broken connectionsMichael Adam2008-11-211-0/+23
* Fix extended DN parse error when AD object does not have a SID.Steven Danneman2008-11-181-18/+37
* Whitespace and >80 column cleanups.Steven Danneman2008-11-182-38/+40
* Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on 'getent...Davide Sfriso2008-11-171-2/+2
* winbind: fix build warning.Günther Deschner2008-11-141-1/+0
* Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.Jeremy Allison2008-11-121-0/+1
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2008-11-101-7/+18
* winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.Michael Adam2008-11-021-14/+21
* Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).Jeremy Allison2008-10-291-1/+1
* winbind: fix smbd hanging on Solaris when winbindd closes socket.Michael Adam2008-10-271-1/+6
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-081-0/+23
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-2/+1
* re-added "winbind:ignore domains" patchAndrew Tridgell2008-09-291-3/+21