winbindd: use passdb backend for well-known SIDs
[amitay/samba.git] / source3 / winbindd / winbindd_util.c
2017-04-01 Ralph Boehmewinbindd: use passdb backend for well-known SIDs
2017-03-11 Stefan Metzmacherwinbindd: remove unused find_root_domain()
2017-03-02 Stefan Metzmachers3:winbindd: fix endless forest trust scan
2017-01-02 Volker Lendeckewinbind: Remove find_builtin_domain helper function
2017-01-02 Volker Lendeckewinbind: It's legitmate to have 0 groups in info3
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-12-06 Volker Lendeckewinbind: dom_sid_parse_endp always initializes "endp...
2016-12-04 Volker Lendeckewinbind: lookup_usergroups_cached doesn't use the ...
2016-12-02 Volker Lendeckelib: Add samlogon_cache.h
2016-10-11 Christof Schmittwinbindd: Remove now unused cache_methods
2016-10-11 Christof Schmittwinbindd: Remove now unused domain->methods
2016-10-03 Noel Powers3/winbindd: using default domain with user@domain...
2016-06-02 Ralph Boehmewinbindd: log domain name of failures to get trustdoms
2016-02-23 Uri Simchoniwinbindd: return trust parameters when listing trusts
2016-02-23 Uri Simchoniwinbindd: initialize foreign domain as AD based on...
2016-02-23 Uri Simchoniwinbindd: introduce add_trusted_domain_from_tdc()
2016-02-22 Volker Lendeckewinbind: Add parse_xidlist()
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-08-24 Volker Lendeckewinbind: Remove "have_idmap_config" from winbindd_domain
2015-07-15 Uri Simchoniwinbindd: keep client list sorted by access time
2015-07-15 Uri Simchoniwinbindd: add service routines to support a sorted...
2015-06-17 Andrew Bartlettwinbindd: Sync secrets.ldb into secrets.tdb on startup
2015-06-17 Andrew Bartlettwinbindd: Use pdb_get_domain_info() to get exactly...
2015-05-05 Stefan Metzmachers3:winbindd: list users/groups of our own domain as...
2015-05-05 Stefan Metzmachers3:winbindd: don't remove the DOMAIN\ prefix for princi...
2015-04-29 Richard SharpeChange all uint32/16/8 to 32_t/16_t/8_t in winbindd.
2015-03-30 Stefan Metzmachers3:winbindd: add MSG_WINBIND_NEW_TRUSTED_DOMAIN that...
2015-03-16 Michael Adams3:winbind:pwent: move wb_next_domain() to winbindd_uti...
2015-03-16 Michael Adams3:winbind:util: fix comment typo
2015-01-05 Stefan Metzmachers3:winbindd: mark our primary as active_directory if...
2014-09-26 Andrew Bartlettidl: Merge NETR_TRUST and LSA_TRUST definitions into...
2014-07-04 Andrew Bartlettwinbindd: Use a remote RPC server when we are an RODC...
2014-06-11 Andrew Bartlettwinbindd: Call set_dc_type_and_flags on the internal...
2014-01-08 Jeremy Allisons3: winbindd: Move calling setup_domain_child() into...
2014-01-08 Jeremy Allisons3: winbindd: Move the logic of whether to set 'domain...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-05 Andreas Schneiderwinbind: Correctly use names in the domain struct.
2013-03-05 Andreas Schneiderwinbind: Use talloc for allocating domain, dns, forest...
2012-12-07 Andreas Schneiderwinbind: Make the code more readable in trustdom_list_d...
2012-12-03 Michael Adams3:winbindd:util: add a comment explaining the function...
2012-09-28 Sumit Boses3-winbindd: Allow DNS resolution of trusted domains...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-23 Andreas Schneiders3-winbind: Fix bug #9052 resolving our own "Domain...
2012-07-17 Rusty Russellsource3/winbindd/winbindd_util.c: fix stackframe leak
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-12 Michael Adams3: rename sid_check_is_domain() to sid_check_is_our_sam()
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_ZERO_P() to talloc_zero()
2011-06-08 Günther Deschners3-winbind: always use samlogon cache for wbinfo -r...
2011-06-08 Günther Deschners3-winbindd: make sure we obey the -n switch also for...
2011-05-04 Jeremy AllisonRemove unused function parse_add_domuser().
2011-04-13 Volker Lendeckes3: Add is_domain_online
2011-04-13 Volker Lendeckes3: Make parse_sidlist public
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2011-01-21 Volker Lendeckes3:winbind: Fork multiple children per domain
2010-11-19 Volker Lendeckes3: Remove some unused code
2010-10-14 Andrew Bartlettlibcli/auth Merge source4/libcli/security and util_sid...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-06 Günther Deschners3-winbind: Fixed the winbind caching.
2010-05-31 Andrew Bartletts3:winbind tidy up connecting the winbind sockets.
2010-05-28 Andrew Bartletts3:winbind Kill amusing but un-used winbindd_kill_all_c...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-04-25 Volker Lendeckes3: Convert add_trusted_domains() to wb_domain_request_...
2010-04-25 Volker Lendeckes3: Simplify trustdom_state
2010-04-25 Volker Lendeckes3: Make "struct trustdom_state" its own talloc context
2010-04-23 Günther Deschners3-winbind: fix setup_domain_child() callers.
2010-04-23 Volker Lendeckes3: Fix a winbind crash when scanning trusts
2010-04-08 Volker Lendeckes3: Remove the separate "child" argument from setup_dom...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-02 Volker Lendeckes3: simplify find_root_domain, find_our_domain() never...
2010-01-02 Volker Lendeckes3: Use global_sid_Builtin in find_builtin_domain
2010-01-02 Volker Lendeckes3: Avoid adding a domain twice
2010-01-02 Volker Lendeckes3: Make free_domain_list() static
2010-01-02 Volker Lendeckes3: Introduce domain_is_forest_root() helper function
2009-12-26 Volker Lendeckes3: Replace IS_DOMAIN_OFFLINE by a function
2009-12-26 Volker Lendeckes3: winbindd_cli_state->getgrent_state is no longer...
2009-12-23 Volker Lendeckes3: Remove some unused code
2009-08-26 Steven Dannemans3/winbindd: Remove unnecessary check for NULL SID
2009-08-23 Volker Lendeckes3:winbind: Even on a domain controller, "our" domain...
2009-08-23 Volker Lendeckes3:winbind: For internal domains it is pointless to...
2009-08-16 Volker Lendeckes3:winbind: Add const to normalize_name_map
2009-08-02 Volker LendeckeRefactor 9b78af1f: Fix lookupname recursion
2009-08-01 Volker LendeckePlace a comment correctly
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Bo Yangs3: compile warning and upn handling
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
2009-06-14 Volker LendeckeMake rescan_trusted_domains a timed event
2009-06-14 Volker LendeckeRemove unused init_child_connection()
2009-06-14 Volker LendeckeConvert the winbind parent->child communication to...
2009-06-14 Volker LendeckeMake winbindd_cli_state->request a pointer instead...
2009-05-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Michael Adams3:winbind_util: remove trailing spaces
2009-05-11 Volker LendeckeFix some nonempty blank lines
next