summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* build: fix spacing in definition of "idmap_ldap" moduleMichael Adam2013-09-231-1/+1
* build: fix spacing in the definition of the "idmap_autorid" targetMichael Adam2013-09-231-1/+1
* build: remove vars=locals() from the nss_info library: there is no need for thisMichael Adam2013-09-231-1/+0
* build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need f...Michael Adam2013-09-231-2/+1
* build: clean the idmap sybsystems/modules definitionsMichael Adam2013-09-231-33/+13
* build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for...Michael Adam2013-09-231-1/+0
* build: reorganize idmap_rw and idmap_tdb int subsystems with proper dependenciesMichael Adam2013-09-231-7/+13
* s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider2013-09-101-0/+4
* s3-winbind: Don't set a default directory for DIR.Andreas Schneider2013-09-101-4/+0
* lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2013-09-051-1/+2
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-4/+4
* Add a talloc context to saf_fetch().Jeremy Allison2013-09-052-7/+9
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-051-1/+1
* s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam2013-08-291-0/+4
* s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner2013-08-291-1/+0
* s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner2013-08-291-7/+4
* s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner2013-08-291-9/+31
* s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner2013-08-291-2/+2
* s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner2013-08-291-1/+1
* s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner2013-08-291-1/+1
* s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner2013-08-291-1/+0
* s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher2013-08-151-2/+3
* Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider2013-08-151-1/+1
* winbind3: Fix an invalid freeVolker Lendecke2013-08-141-1/+1
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-08-131-2/+7
* s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider2013-08-131-2/+11
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-5/+5
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner2013-08-051-4/+4
* s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam2013-07-291-0/+18
* s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam2013-07-291-26/+42
* s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam2013-07-291-3/+5
* s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam2013-07-291-6/+10
* s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-231-0/+23
* s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-0/+4
* s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke2013-07-081-1/+1
* s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke2013-07-081-1/+1
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-07-151-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
* s3:idmap:autorid: rename range.multiplier to domain_range_indexMichael Adam2013-05-061-15/+17
* s3:idmap:autorid: rename autorid_range_config.sid to domsid, along with insta...Michael Adam2013-05-061-12/+12
* s3:idmap:autorid: rename autorid_domain_config --> autorid_range_config and i...Michael Adam2013-05-061-37/+37