s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
[samba.git] / source3 / winbindd /
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...
2014-01-07 Stefan Metzmachers3:winbindd: make use of rpccli_netlogon_network_logon()
2014-01-07 Stefan Metzmachers3:winbindd: make use of trust_pw_change() in _wbint_Ch...
2014-01-07 Stefan Metzmachers3:winbindd: make use of trust_pw_change() for periodic...
2014-01-07 Stefan Metzmachers3:winbindd: use invalidate_cm_connection() to kill...
2014-01-07 Stefan Metzmachers3:winbindd: make use of rpccli_{create,setup}_netlogon...
2014-01-07 Stefan Metzmachers3:winbindd: call rpccli_pre_open_netlogon_creds()...
2014-01-07 Stefan Metzmachers3:rpc_client: use netlogon_creds_cli_auth_level()...
2014-01-07 Stefan Metzmachers3:rpc_client: make use of the new netlogon_creds_cli_c...
2014-01-07 Stefan Metzmachers3:winbindd: make use of the "winbind sealed pipes...
2013-12-12 Christian Ambachs3:winbindd fix a compiler warning
2013-12-10 Christian Ambachs3:winbindd fix use of uninitialized variables
2013-12-09 Jan Brummers3-winbindd: Fix DEBUG statement in winbind_msg_offline().
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupRids() replies arrays...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupNames replies arrays...
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupSids replies arrays are...
2013-11-22 Andreas Schneiders3-winbind: Pass the group name to fillup_pw_field().
2013-11-21 Andreas Schneiders3-lib: Add grpname to talloc_sub_specified().
2013-11-15 Christof Schmittwinbind: Make centry_start static
2013-11-13 Günther Deschners3-winbindd: Fix #10264, cache_traverse_validate_fn...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-07 Abhidnya Joshiidmap_autorid: fix failure in reverse lookup if ID...
2013-11-07 Michael Adamidmap_autorid: fix status code when trying to load...
2013-11-07 Atul Kulkarniidmap_autorid: add space between two words in a debug...
2013-10-21 Volker Lendeckewinbind3: Fix CID 241468 Resource leak
2013-10-21 Michael Adamidmap_autorid: fix traversal of ranges to correctly...
2013-10-19 Volker Lendeckewinbind3: Fix CID 1107229 Uninitialized pointer read
2013-10-17 Michael Adams3:winbindd: use cluster_probe_ok()
2013-10-17 Volker Lendeckesmbd/winbindd: Do an early check if ctdbd is functional
2013-10-16 Stefan Metzmachers3:winbindd: don't hide the error in cm_connect_lsa()
2013-10-14 Andrew Bartletts3-winbindd: Remove undocumented winbindd:socket dir...
2013-10-11 Andreas Schneiders3-winbind: Send online/offline message of the domain...
2013-10-11 Andreas Schneiders3-winbind: Register handlers for domain online/offline...
2013-10-11 Andreas Schneiders3-winbind: Add functions for domain online/offline...
2013-10-09 Jeremy AllisonFix bug #10187 - Missing talloc_free can leak stackfram...
2013-10-02 Michael Adamidmap_autorid: allow iterate functions to operate on...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_domain_ranges()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_iterate_domain_ranges...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_range_by_num()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_delete_range_by_sid()
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_build_keystr_talloc()
2013-10-01 Michael Adamidmap_autorid: extend idmap_autorid_addrange to allow...
2013-10-01 Michael Adamidmap_autorid: improve clarity of idmap_autorid_addrang...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_saveconfigstr()
2013-10-01 Michael Adamidmap_autorid: Don't use db as a temporary talloc context.
2013-10-01 Michael Adamidmap_autorid: improve two debug messages by printing...
2013-10-01 Michael Adamidmap_autorid: fix a debug message in idmap_autorid_add...
2013-10-01 Michael Adamidmap_autorid: for clarity, add a wrapper idmap_autorid...
2013-10-01 Michael Adamidmap_autorid: add new function idmap_autorid_setrange()
2013-10-01 Michael Adamidmap_autorid: factor out domain range adding code...
2013-10-01 Michael Adamidmap_autorid: add idmap_autorid_getrange()
2013-10-01 Michael Adamidmap_autorid: improve a debug message in idmap_autorid...
2013-10-01 Atul Kulkarniidmap_autorid: factor out domain range fetching part...
2013-10-01 Volker Lendeckeidmap_autorid: Use fstr_sprintf in idmap_autorid_build_...
2013-10-01 Michael Adamidmap_autorid: factor building of the keystr into a...
2013-10-01 Atul Kulkarniidmap_autorid: remove fstring keystr from autorid_range...
2013-10-01 Atul Kulkarniidmap_autorid: remove autorid_global_config member...
2013-10-01 Michael Adamidmap_autorid: improve idmap_autorid_saveconfig() by...
2013-10-01 Atul Kulkarniidmap_autorid: move the checks from idmap_autorid_initi...
2013-10-01 Michael Adamidmap_autorid: change idmap_autorid_loadconfig() to...
2013-10-01 Michael Adamidmap_autorid: refactor idmap_autorid_parse_configstr...
2013-10-01 Michael Adamidmap_autorid: rename TALLOC_CTX argument of idmap_auto...
2013-10-01 Michael Adamidmap_autorid: refactor idmap_autorid_loadconfig to...
2013-10-01 Michael Adamidmap_autorid_tdb: add idmap_autorid_getconfigstr()
2013-10-01 Atul Kulkarniidmap_autorid: extract common code to separate file
2013-10-01 Michael Adamidmap_autorid: remove the ignore_builtin bool from...
2013-10-01 Atul Kulkarniidmap_autorid: add path, and db parameters to idmap_aut...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-10-01 Michael Adamidmap_autorid: add a db_context argument to idmap_autor...
2013-09-23 Michael Adambuild: fix spacing in definition of "idmap_ldap" module
2013-09-23 Michael Adambuild: fix spacing in the definition of the "idmap_auto...
2013-09-23 Michael Adambuild: remove vars=locals() from the nss_info library...
2013-09-23 Michael Adambuild: remove vars=locals() from the IDMAP_HASH subsyst...
2013-09-23 Michael Adambuild: clean the idmap sybsystems/modules definitions
2013-09-23 Michael Adambuild: remove vars=locals() from the IDMAP_AD subsystem...
2013-09-23 Michael Adambuild: reorganize idmap_rw and idmap_tdb int subsystems...
2013-09-10 Andreas Schneiders3-winbind: Add support for the kernel krb5 keyring...
2013-09-10 Andreas Schneiders3-winbind: Don't set a default directory for DIR.
2013-09-05 Volker Lendeckelib: Use "mem_ctx" arg in gencache_get
2013-09-05 Jeremy AllisonAdd a talloc context to sitename_fetch().
2013-09-05 Jeremy AllisonAdd a talloc context to saf_fetch().
2013-09-05 Volker Lendeckelib: Add a "mem_ctx" arg to gencache_get (unused so...
2013-08-29 Michael Adams3:winbind: fail ads_cached_connection_connect() if...
2013-08-29 Günther Deschners3-winbindd: remove unneded include of secrets.h from...
2013-08-29 Günther Deschners3-winbindd: use get_trust_pw_clear() wrapper for AD...
2013-08-29 Günther Deschners3-winbindd: make sure also the idmap code can deal...
2013-08-29 Günther Deschners3-winbindd: use find_domain_from_name() instead of...
2013-08-29 Günther Deschners3-winbindd: Fix winbind on DC crash with trusted AD...
2013-08-29 Günther Deschners3-winbindd: Fix memory leak in ads_cached_connection().
2013-08-29 Günther Deschners3-winbindd: remove pointless variable assigment, see...
2013-08-15 Stefan Metzmachers3:winbindd: make use of lp_cli_{min,max}protocol()
2013-08-15 Andreas SchneiderFollowup patch for BUG: https://bugzilla.samba.org...
2013-08-14 Volker Lendeckewinbind3: Fix an invalid free
2013-08-13 Günther Deschners3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
2013-08-13 Andreas Schneiders3-winbind: Fix a segfault passing NULL to a fstring...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
next