summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb_common.c
Commit message (Expand)AuthorAgeFilesLines
* idmap_tdb: If one SID fails to map, try the restVolker Lendecke2019-01-081-1/+4
* winbind: Use dom_sid_str_bufVolker Lendecke2018-12-111-23/+10
* idmap: Make pointer initialization explicitVolker Lendecke2018-07-261-3/+2
* s3:winbindd: Fix size types in idmap_tdb_commonAndreas Schneider2018-03-201-2/+2
* idmap_tdb: Avoid a few castsVolker Lendecke2017-03-221-9/+3
* idmap_tdb: Harden idmap_tdb_common_unixid_to_sidVolker Lendecke2016-12-161-0/+6
* idmap_tdb_common: remove legacy comment.Michael Adam2014-04-251-5/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()Michael Adam2014-04-251-1/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()Michael Adam2014-04-251-1/+1
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* source3/winbindd/idmap_tdb_common.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* s3: Remove an unnecessary ()Volker Lendecke2012-06-211-1/+1
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-151-1/+1
* s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backendsChristian Ambach2012-05-011-0/+654