lib: Remove timeval_set()
[samba.git] / source3 / winbindd / idmap.c
2023-03-29 Volker Lendeckewinbind: Add idmap_config_string_list()
2023-03-29 Volker Lendeckewinbind: Factor out idmap_config_name()
2020-10-23 Stefan Metzmacherwinbindd/idmap: apply const to struct idmap_methods...
2017-10-10 Ralph Boehmewinbindd: pass domain SID to wbint_UnixIDs2Sids
2017-08-04 Ralph Wuerthneridmap: remove unused function idmap_is_online()
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-20 Volker Lendeckewinbind: Add idmap_config_int
2017-03-20 Volker Lendeckeidmap: Use idmap_config_bool in idmap_init_domain
2017-03-20 Volker Lendeckewinbind: Add idmap_config_bool()
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_init_domain
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_init_na...
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in domain_has_id...
2017-03-20 Volker Lendeckewinbind: Add idmap_config_const_string
2017-01-02 Volker Lendeckewinbind: Make "idmap_find_domain" public
2016-03-30 Volker Lendeckewinbind: Remove unused idmap_backends_unixid_to_sid
2016-03-30 Volker Lendeckewinbind: Add idmap_backend_unixids_to_sids
2016-03-30 Volker Lendeckeidmap: Factor out lp_scan_idmap_domains()
2016-03-22 Volker Lendeckewinbind: Fix CID 1357100 Unchecked return value
2016-03-17 Günther Deschners3:winbindd:idmap: check loadparm in domain_has_idmap_c...
2016-03-17 Michael Adams3:winbindd:idmap: add domain_has_idmap_config() helper...
2015-11-19 Volker Lendeckewinbind: Don't crash on invalid idmap configs
2015-08-24 Volker Lendeckeidmap: Remove "domname" from idmap_backends_unixid_to_sid
2015-08-24 Volker Lendeckeidmap: Use a range search in idmap_backends_unixid_to_sid
2015-08-24 Volker Lendeckeidmap: Initialize all idmap domains at startup
2015-08-24 Volker Lendeckeidmap: Move idmap_init() under the static vars
2015-03-04 Volker Lendeckewinbind: Fix CID 1273294 Uninitialized scalar variable
2015-03-04 Volker Lendeckewinbind: Fix CID 1273295 Uninitialized scalar variable
2015-01-22 Volker Lendeckewinbind: Fix idmap initialization
2014-07-25 Michael Adams3:idmap: fix talloc hierarchy in idmap_passdb_domain()
2014-07-25 Michael Adams3:idmap: only check the range values if a range settin...
2014-07-25 Michael Adams3:idmap: move loading of idmap options together before...
2014-07-25 Michael Adams3:idmap: in idmap_init_domain() load methods before...
2014-07-25 Michael Adams3:idmap: don't log missing range config if range check...
2014-06-15 Andrew Bartletts3-winbindd: Honour pdb_is_responsible_for_everything_e...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-08 Michael Adams3:idmap: fix a debug message and lower its level
2012-12-03 Michael Adams3:winbindd: use the new sid_check_is_for_passdb()...
2012-12-03 Michael Adams3:winbindd: remove unused function idmap_backends_sid_...
2012-12-03 Michael Adams3:winbindd: make idmap_find_domain() static.
2012-12-03 Michael Adams3:winbindd: add idmap_find_domain_with_sid()
2012-12-03 Michael Adams3:winbindd: rename idmap_init_passdb_domain() -> idmap...
2012-07-23 Guenther Deschners3-winbind: Fix idmap initialization debug message.
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-04-13 Volker Lendeckes3: Make idmap_find_domain public
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-22 Michael Adams3:idmap: make sure that the id mapping system is initi...
2011-03-22 Michael Adams3:idmap: remove (now) unneeded function parse_idmap_mo...
2011-03-22 Michael Adams3:idmap: simply call idmap_init_named_domain for ...
2011-03-22 Michael Adams3:idmap: remove passdb argument from idmap_init_domain()
2011-03-22 Michael Adams3:idmap: remove the params argument from the init...
2011-03-22 Michael Adams3:idmap: remove the special treatment of the default...
2011-03-06 Volker Lendeckes3: Remove close_fn from idmap_methods
2011-01-03 Michael Adams3:winbindd/idmap.c: add my C
2010-11-08 Jeremy AllisonSecond part of fix for bug #7777 - When requesting...
2010-11-08 Jeremy AllisonFirst part of fix for bug #7777 - When requesting looku...
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-14 Michael Adams3:idmap: fix sid_to_unixid for builtin and own domain.
2010-08-14 Michael Adams3:idmap: fix spacing/indentation
2010-08-14 Michael Adams3:idmap: don't check range for passdb idmap domain
2010-08-14 Michael Adams3:idmap: parse ranges and "read only" in idmap_init_do...
2010-08-14 Michael Adams3:idmap: remove idmap_alloc_context from idmap.c
2010-08-14 Michael Adams3:idmap: remove the alloc methods list from idmap.c
2010-08-14 Michael Adams3:idmap: remove unused get_alloc_methods().
2010-08-14 Michael Adams3:idmap: remove unused smb_register_idmap_alloc().
2010-08-14 Michael Adams3:idmap: remove unused idmap_alloc_init().
2010-08-14 Michael Adams3:idmap: use allocate_id() from the idmap_methods...
2010-08-14 Michael Adams3:idmap: factor out common code of idmap_allocate_uid...
2010-08-14 Michael Adams3:idmap: remove idmap_new_mapping() - now implemented...
2010-08-14 Michael Adams3:idmap: remove unused idmap_remove_mapping().
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_mapping().
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_gid_hwm()
2010-08-14 Michael Adams3:idmap: remove unused idmap_set_uid_hwm()
2010-06-01 Stefan Metzmachers3:winbindd: make sure we only call static_init_idmap...
2010-06-01 Andrew Bartletts3:winbind Ensure we always init idmap_passdb before...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-27 Michael Adams3:idmap: fix a comment typo
2009-04-24 Günther Deschners3-idmap: Fix bug #6286: Call init function for builtin...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Volker LendeckeAlternative fix for 45db33e73 and 0d443ae7931
2009-01-02 Volker LendeckeRevert "s:Fix uid_to_sid mapping when the idmap cache...
2009-01-02 Volker LendeckeRevert "s3:idmap: Remove passd check from idmap_backend...
2008-12-25 Michael Adams3:idmap: Remove passd check from idmap_backends_unixid...
2008-12-25 Michael Adams:Fix uid_to_sid mapping when the idmap cache is empty.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-12-01 Michael Adams3:winbindd/idmap: add diagnostic entry debug msg to...
2008-11-19 Steven DannemanAdded ability to remove id mappings in wbinfo and libwb...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-04 Herb LewisMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-04 Herb Lewisget rid of unneeded argument in get_methods and get_all...
2008-08-13 Michael Adamidmap tdb2: fix inconsistent mappings by checking for...
2008-08-12 Volker LendeckeSome doxygen comments for idmap
2008-08-12 Volker Lendeckeidmap rewrite
2008-08-12 Volker LendeckeRemove the multi-ID lookup code and the 3.2.0 version...
2008-08-12 Volker LendeckeDirectly call backends from idmap_[ugs]_to_[ugs]id
next