summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2013-10-02idmap_autorid: move the checks from idmap_autorid_initialize to idmap_autorid...Atul Kulkarni2-56/+61
2013-10-01idmap_autorid: change idmap_autorid_loadconfig() to return NTSTATUSMichael Adam2-8/+21
2013-10-01idmap_autorid: refactor idmap_autorid_parse_configstr() out of idmap_autorid_...Michael Adam1-11/+25
2013-10-01idmap_autorid: rename TALLOC_CTX argument of idmap_autorid_loadconfig() to me...Michael Adam1-3/+3
2013-10-01idmap_autorid: refactor idmap_autorid_loadconfig to use idmap_config_getconfi...Michael Adam1-6/+3
2013-10-01idmap_autorid_tdb: add idmap_autorid_getconfigstr()Michael Adam1-0/+54
2013-10-01idmap_autorid: extract common code to separate fileAtul Kulkarni3-278/+282
2013-10-01idmap_autorid: remove the ignore_builtin bool from the global_config structMichael Adam1-4/+5
2013-10-01idmap_autorid: add path, and db parameters to idmap_autorid_db_init()Atul Kulkarni1-12/+14
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_init_hwm()Michael Adam1-7/+7
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_saveconfig()Michael Adam1-4/+4
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_loadconfig()Michael Adam1-3/+4
2013-10-01idmap_autorid: add a db_context argument to idmap_autorid_get_domainrange()Michael Adam1-5/+7
2013-09-23build: fix spacing in definition of "idmap_ldap" moduleMichael Adam1-1/+1
2013-09-23build: fix spacing in the definition of the "idmap_autorid" targetMichael Adam1-1/+1
2013-09-23build: remove vars=locals() from the nss_info library: there is no need for thisMichael Adam1-1/+0
2013-09-23build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need f...Michael Adam1-2/+1
2013-09-23build: clean the idmap sybsystems/modules definitionsMichael Adam1-33/+13
2013-09-23build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for...Michael Adam1-1/+0
2013-09-23build: reorganize idmap_rw and idmap_tdb int subsystems with proper dependenciesMichael Adam1-7/+13
2013-09-10s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider1-0/+4
2013-09-10s3-winbind: Don't set a default directory for DIR.Andreas Schneider1-4/+0
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-1/+2
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-4/+4
2013-09-05Add a talloc context to saf_fetch().Jeremy Allison2-7/+9
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-08-29s3:winbind: fail ads_cached_connection_connect() if realm == NULLMichael Adam1-0/+4
2013-08-29s3-winbindd: remove unneded include of secrets.h from idmap_ad.cGünther Deschner1-1/+0
2013-08-29s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.Günther Deschner1-7/+4
2013-08-29s3-winbindd: make sure also the idmap code can deal with trusted domains.Günther Deschner1-9/+31
2013-08-29s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...Günther Deschner1-2/+2
2013-08-29s3-winbindd: Fix winbind on DC crash with trusted AD domains.Günther Deschner1-1/+1
2013-08-29s3-winbindd: Fix memory leak in ads_cached_connection().Günther Deschner1-1/+1
2013-08-29s3-winbindd: remove pointless variable assigment, see the strdup below.Günther Deschner1-1/+0
2013-08-15s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher1-2/+3
2013-08-15Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider1-1/+1
2013-08-14winbind3: Fix an invalid freeVolker Lendecke1-1/+1
2013-08-13s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner1-2/+7
2013-08-13s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider1-2/+11
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-5/+5
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner1-4/+4
2013-07-29s3:winbind: add a warning DEBUG message when skipping a sid from the mapped G...Michael Adam1-0/+18
2013-07-29s3:winbind: change getgroups to only do one sids2xids call instead of manyMichael Adam1-26/+42
2013-07-29s3:winbind: fix the getgroups implementation to include the user sid's GID in...Michael Adam1-3/+5
2013-07-29s3:winbind: fix gid counting and error handling in the getgroups implementationMichael Adam1-6/+10
2013-07-23s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner1-0/+23
2013-07-08s3:idmap_autorid: Add a NULL check in idmap_autorid_preallocate_wellknownVolker Lendecke1-0/+4
2013-07-08s3:idmap_autorid: Don't zero in idmap_autorid_preallocate_wellknownVolker Lendecke1-1/+1
2013-07-08s3:idmap_autorid: Use ARRAY_SIZE where appropriateVolker Lendecke1-1/+1
2013-07-15s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider1-0/+8