summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17winbindd: remove trailing spaces in get_cache()Ralph Boehme1-4/+4
2017-03-16winbindd: README.Coding fixes for get_cache()Ralph Boehme1-5/+9
2017-03-16winbindd: fix long lines in get_cache()Ralph Boehme1-2/+3
2017-03-16winbindd: untangle reconnect_methods vs reconnect_ads_methodsRalph Boehme1-6/+6
2017-03-16winbindd: use NULL for pointer check in get_cache()Ralph Boehme1-1/+1
2017-03-10winbindd: Remove an unused #defineVolker Lendecke1-2/+0
2017-03-09winbind: Use talloc_strdup_upper where appropriateVolker Lendecke1-5/+1
2017-03-08winbind: Remove unused wcache_tdc_fetch_domainbysidVolker Lendecke1-41/+0
2017-03-06Revert "winbind: Remove wb_cache_lookup_usergroups"Volker Lendecke1-0/+71
2017-03-06Revert "winbind: Remove wcache_lookup_usergroups"Volker Lendecke1-0/+59
2017-03-06Revert "winbind: Remove validate_ug"Volker Lendecke1-0/+32
2017-01-11winbind: Fix CID 1398530 Resource leakVolker Lendecke1-0/+1
2017-01-04winbind: Fix a typoVolker Lendecke1-1/+1
2017-01-04winbind: Remove unused nss_get_info_cachedVolker Lendecke1-116/+0
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-88/+25
2017-01-04winbind: Remove validate_ugVolker Lendecke1-32/+0
2017-01-04winbind: Remove wcache_lookup_usergroupsVolker Lendecke1-59/+0
2017-01-04winbind: Remove wb_cache_lookup_usergroupsVolker Lendecke1-71/+0
2017-01-04winbind: Remove unused wb_cache_query_userVolker Lendecke1-50/+0
2017-01-02winbind: Fix a confusing indentationVolker Lendecke1-1/+1
2017-01-02winbind: Adapt cache to extended wbint_userinfoVolker Lendecke1-0/+21
2016-12-02lib: Add samlogon_cache.hVolker Lendecke1-0/+1
2016-10-14s3: winbind: Ensure we store name2sid with the correct cache sequence number.Jeremy Allison1-0/+6
2016-10-11winbindd: Remove now unused cache_methodsChristof Schmitt1-19/+0
2016-10-11winbindd: Make functions in cache_methods non-staticChristof Schmitt1-76/+81
2016-09-29s3: winbind: Trust name2sid mappings from the PAC.Jeremy Allison1-0/+19
2016-09-29s3: winbind: refresh_sequence_number is only ever called with 'false'.Jeremy Allison1-19/+18
2016-08-19winbindd: Introduce helper function for winbindd_cache.tdb directoryChristof Schmitt1-5/+14
2016-06-29s3-winbind: Fix memory leak with each cached credential loginAndreas Schneider1-2/+6
2016-03-30winbind: Fix a typo in a wrong comment...Volker Lendecke1-1/+1
2016-01-13winbindd: Add retry also for ADS method callsChristof Schmitt1-2/+2
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-6/+6
2015-05-15Convert uint64 to uint64_tRichard Sharpe1-1/+1
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-2/+2
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-51/+51
2015-04-16winbind: Avoid a few talloc_tos() in winbindd_cache.cVolker Lendecke1-20/+10
2015-04-16winbind: Use tdb_parse_record in wcache_fetch_seqnumVolker Lendecke1-23/+34
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-5/+5
2015-03-17lib: Remove tdb_errorstr_compatVolker Lendecke1-2/+2
2014-11-03winbindd_cache: don't leak state_path onto talloc tosDavid Disseldorp1-13/+48
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett1-1/+1
2014-10-04s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt1-6/+6
2014-07-15s3-winbindd: add wcache_query_user_fullname().Günther Deschner1-0/+34
2014-07-04winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett1-1/+2
2014-07-02s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...Jeremy Allison1-2/+2
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett1-1/+1
2014-06-11winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett1-2/+4
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-1/+1
2013-12-10s3:winbindd fix use of uninitialized variablesChristian Ambach1-0/+13