summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison2014-07-151-2/+2
* winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett2014-06-101-3/+3
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-201-1/+1
* winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy2014-05-201-9/+4
* add systemd integrationAlexander Bokovoy2014-05-201-0/+5
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2014-05-061-1/+1
* s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck2014-03-101-1/+1
* s3:winbindd: fix _wbint_LookupSids() on errorGregor Beck2014-03-101-1/+7
* s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().Volker Lendecke2014-02-061-1/+1
* s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().Jeremy Allison2014-01-101-32/+14
* s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...Jeremy Allison2014-01-101-4/+10
* s3:winbindd fix use of uninitialized variablesChristian Ambach2014-01-021-0/+13
* s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer2013-12-101-1/+1
* Merge tag 'samba-4.1.3' into v4-1-testKarolin Seeger2013-12-093-15/+52
|\
| * CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-052-4/+16
| * CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-051-12/+2
| * CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-052-0/+35
* | s3-winbind: Pass the group name to fillup_pw_field().Andreas Schneider2013-11-261-30/+43
* | s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-261-2/+2
|/
* s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...Günther Deschner2013-11-151-1/+2
* s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider2013-10-141-0/+22
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-142-0/+11
* s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2013-10-142-0/+50
* Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison2013-10-141-2/+3
* s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider2013-10-071-0/+4
* s3-winbind: Don't set a default directory for DIR.Andreas Schneider2013-10-071-4/+0
* s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher2013-08-301-2/+3
* s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam2013-08-301-0/+4
* s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner2013-08-301-1/+0
* s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner2013-08-301-7/+4
* s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner2013-08-301-9/+31
* s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner2013-08-301-2/+2
* s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner2013-08-301-1/+1
* s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner2013-08-301-1/+1
* s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner2013-08-301-1/+0
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-08-201-2/+7
* Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider2013-08-161-1/+1
* s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider2013-08-141-2/+11
* s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-241-0/+23
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-07-181-0/+8
* s3-winbind: Allow sec_initial_uid() to store creds.Andreas Schneider2013-07-021-1/+1
* winbindd and nmbd don't set their umask to zero on startup like smbd does.Jeremy Allison2013-06-271-0/+6
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+14
* winbind: Print error code on connection error in ping_dcChristof Schmitt2013-05-251-1/+2
* winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke2013-05-141-2/+3
* winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke2013-05-071-3/+3
* s3:idmap:autorid: add a comment block explaining the calculationsMichael Adam2013-05-061-0/+51
* s3:idmap:autorid: simplify the id->sid calculationMichael Adam2013-05-061-7/+13
* s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...Michael Adam2013-05-061-8/+9
* s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obviousMichael Adam2013-05-061-3/+6