summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2015-01-11winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt1-0/+8
2015-01-11winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt1-0/+10
2014-11-24samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-1/+1
2014-11-09s3: daemons - ensure nmbd and winbindd are consistent in command line process...Jeremy Allison1-0/+1
2014-10-09s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt1-3/+30
2014-10-09idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt1-0/+1
2014-09-27s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2-3/+8
2014-09-27s3-winbindd: Use correct realm for trusted domains in idmap childChristof Schmitt1-2/+9
2014-09-01s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison1-0/+36
2014-08-07s3:idmap: don't log missing range config if range checking not requestedMichael Adam1-2/+2
2014-07-15s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison1-2/+2
2014-06-10winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett1-3/+3
2014-05-20lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach1-1/+1
2014-05-20winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy1-9/+4
2014-05-20add systemd integrationAlexander Bokovoy1-0/+5
2014-05-06idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi1-1/+1
2014-03-10s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck1-1/+1
2014-03-10s3:winbindd: fix _wbint_LookupSids() on errorGregor Beck1-1/+7
2014-02-06s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().Volker Lendecke1-1/+1
2014-01-10s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().Jeremy Allison1-32/+14
2014-01-10s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...Jeremy Allison1-4/+10
2014-01-02s3:winbindd fix use of uninitialized variablesChristian Ambach1-0/+13
2013-12-10s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer1-1/+1
2013-12-09Merge tag 'samba-4.1.3' into v4-1-testKarolin Seeger3-15/+52
2013-12-05CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2-4/+16
2013-12-05CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison1-12/+2
2013-12-05CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2-0/+35
2013-11-26s3-winbind: Pass the group name to fillup_pw_field().Andreas Schneider1-30/+43
2013-11-26s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider1-2/+2
2013-11-15s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...Günther Deschner1-1/+2
2013-10-14s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider1-0/+22
2013-10-14s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2-0/+11
2013-10-14s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2-0/+50
2013-10-14Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison1-2/+3
2013-10-07s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider1-0/+4
2013-10-07s3-winbind: Don't set a default directory for DIR.Andreas Schneider1-4/+0
2013-08-30s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher1-2/+3
2013-08-30s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam1-0/+4
2013-08-30s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-08-30s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner1-7/+4
2013-08-30s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner1-9/+31
2013-08-30s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner1-2/+2
2013-08-30s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner1-1/+1
2013-08-30s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner1-1/+1
2013-08-30s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner1-1/+0
2013-08-20s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner1-2/+7
2013-08-16Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider1-1/+1
2013-08-14s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider1-2/+11
2013-07-24s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner1-0/+23
2013-07-18s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider1-0/+8