index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
winbindd: Name<->SID cache is not sequence number based anymore
Volker Lendecke
2017-11-29
1
-2
/
+0
*
winbindd: Move name<->sid cache to gencache
Volker Lendecke
2017-11-29
1
-186
/
+139
*
winbindd: Factor out winbindd_domain_init_backend from get_cache()
Volker Lendecke
2017-11-29
1
-5
/
+12
*
winbindd: tdb_exists returns 1 if a record is found
Ralph Boehme
2017-11-19
1
-1
/
+1
*
winbindd: Fix some signed/unsigned warnings
Volker Lendecke
2017-11-18
1
-3
/
+3
*
winbindd: Remove a misleading comment
Volker Lendecke
2017-10-28
1
-18
/
+0
*
winbindd: Simplify an if-condition
Volker Lendecke
2017-08-07
1
-1
/
+1
*
winbindd: Make wcache_query_user static
Volker Lendecke
2017-08-07
1
-4
/
+4
*
winbindd: Simplify wcache_cached_creds_exist
Volker Lendecke
2017-08-01
1
-4
/
+3
*
winbindd: Make wcache_lookup_usergroups static
Volker Lendecke
2017-08-01
1
-5
/
+5
*
winbindd: Make init_wcache static
Volker Lendecke
2017-08-01
1
-1
/
+1
*
winbindd: Make wcache_lookup_useraliases static
Volker Lendecke
2017-08-01
1
-4
/
+6
*
winbindd: Make wcache_name_to_sid static
Volker Lendecke
2017-08-01
1
-5
/
+5
*
winbindd: Make wcache_lookup_groupmem static
Volker Lendecke
2017-08-01
1
-6
/
+6
*
winbindd: Make wcache_flush_cache static
Volker Lendecke
2017-08-01
1
-1
/
+3
*
winbindd: Fix a few signed/unsigned hickups
Volker Lendecke
2017-08-01
1
-8
/
+6
*
winbindd: remove trailing spaces in get_cache()
Ralph Boehme
2017-03-17
1
-4
/
+4
*
winbindd: README.Coding fixes for get_cache()
Ralph Boehme
2017-03-16
1
-5
/
+9
*
winbindd: fix long lines in get_cache()
Ralph Boehme
2017-03-16
1
-2
/
+3
*
winbindd: untangle reconnect_methods vs reconnect_ads_methods
Ralph Boehme
2017-03-16
1
-6
/
+6
*
winbindd: use NULL for pointer check in get_cache()
Ralph Boehme
2017-03-16
1
-1
/
+1
*
winbindd: Remove an unused #define
Volker Lendecke
2017-03-10
1
-2
/
+0
*
winbind: Use talloc_strdup_upper where appropriate
Volker Lendecke
2017-03-09
1
-5
/
+1
*
winbind: Remove unused wcache_tdc_fetch_domainbysid
Volker Lendecke
2017-03-08
1
-41
/
+0
*
Revert "winbind: Remove wb_cache_lookup_usergroups"
Volker Lendecke
2017-03-06
1
-0
/
+71
*
Revert "winbind: Remove wcache_lookup_usergroups"
Volker Lendecke
2017-03-06
1
-0
/
+59
*
Revert "winbind: Remove validate_ug"
Volker Lendecke
2017-03-06
1
-0
/
+32
*
winbind: Fix CID 1398530 Resource leak
Volker Lendecke
2017-01-11
1
-0
/
+1
*
winbind: Fix a typo
Volker Lendecke
2017-01-04
1
-1
/
+1
*
winbind: Remove unused nss_get_info_cached
Volker Lendecke
2017-01-04
1
-116
/
+0
*
winbind: Simplify query_user_list to only return rids
Volker Lendecke
2017-01-04
1
-88
/
+25
*
winbind: Remove validate_ug
Volker Lendecke
2017-01-04
1
-32
/
+0
*
winbind: Remove wcache_lookup_usergroups
Volker Lendecke
2017-01-04
1
-59
/
+0
*
winbind: Remove wb_cache_lookup_usergroups
Volker Lendecke
2017-01-04
1
-71
/
+0
*
winbind: Remove unused wb_cache_query_user
Volker Lendecke
2017-01-04
1
-50
/
+0
*
winbind: Fix a confusing indentation
Volker Lendecke
2017-01-02
1
-1
/
+1
*
winbind: Adapt cache to extended wbint_userinfo
Volker Lendecke
2017-01-02
1
-0
/
+21
*
lib: Add samlogon_cache.h
Volker Lendecke
2016-12-02
1
-0
/
+1
*
s3: winbind: Ensure we store name2sid with the correct cache sequence number.
Jeremy Allison
2016-10-14
1
-0
/
+6
*
winbindd: Remove now unused cache_methods
Christof Schmitt
2016-10-11
1
-19
/
+0
*
winbindd: Make functions in cache_methods non-static
Christof Schmitt
2016-10-11
1
-76
/
+81
*
s3: winbind: Trust name2sid mappings from the PAC.
Jeremy Allison
2016-09-29
1
-0
/
+19
*
s3: winbind: refresh_sequence_number is only ever called with 'false'.
Jeremy Allison
2016-09-29
1
-19
/
+18
*
winbindd: Introduce helper function for winbindd_cache.tdb directory
Christof Schmitt
2016-08-19
1
-5
/
+14
*
s3-winbind: Fix memory leak with each cached credential login
Andreas Schneider
2016-06-29
1
-2
/
+6
*
winbind: Fix a typo in a wrong comment...
Volker Lendecke
2016-03-30
1
-1
/
+1
*
winbindd: Add retry also for ADS method calls
Christof Schmitt
2016-01-13
1
-2
/
+2
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-1
/
+1
*
Convert the few instances of int32 there were to int32_t.
Richard Sharpe
2015-05-16
1
-6
/
+6
*
Convert uint64 to uint64_t
Richard Sharpe
2015-05-15
1
-1
/
+1
[next]