s3-rpc_server: Add named_pipe_client_init() function.
[nivanova/samba-autobuild/.git] / source3 / winbindd /
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...
2013-07-29 Michael Adams3:winbind: add a warning DEBUG message when skipping...
2013-07-29 Michael Adams3:winbind: change getgroups to only do one sids2xids...
2013-07-29 Michael Adams3:winbind: fix the getgroups implementation to include...
2013-07-29 Michael Adams3:winbind: fix gid counting and error handling in...
2013-07-23 Günther Deschners3-winbindd: support the DIR pragma for raw kerberos...
2013-07-08 Volker Lendeckes3:idmap_autorid: Add a NULL check in idmap_autorid_pre...
2013-07-08 Volker Lendeckes3:idmap_autorid: Don't zero in idmap_autorid_prealloca...
2013-07-08 Volker Lendeckes3:idmap_autorid: Use ARRAY_SIZE where appropriate
2013-07-15 Andreas Schneiders3-winbind: Do not delete an existing valid credential...
2013-07-04 Andreas Schneiders3-winbind: Allow sec_initial_uid() to store creds.
2013-07-02 Andreas Schneiders3-winbind: Allow sec_initial_uid() to store creds.
2013-06-27 Jeremy Allisonwinbindd and nmbd don't set their umask to zero on...
2013-06-20 Jeremy AllisonFix bug #9166 - Starting smbd or nmbd with stdin from...
2013-05-25 Christof Schmittwinbind: Print error code on connection error in ping_dc
2013-05-14 Björn Jackewinbind/idmap_ad: be verbose about the user that we...
2013-05-07 Volker Lendeckewinbind: Fix bug 9854 -- NULL pointer dereference
2013-05-06 Michael Adams3:idmap:autorid: add a comment block explaining the...
2013-05-06 Michael Adams3:idmap:autorid: simplify the id->sid calculation
2013-05-06 Michael Adams3:idmap:autorid: calculate the range's low_id in idmap...
2013-05-06 Michael Adams3:idmap:autorid: make calculation in idmap_autorid_sid...
2013-05-06 Michael Adams3:idmap:autorid: rename range.multiplier to domain_ran...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_range_config.sid to...
2013-05-06 Michael Adams3:idmap:autorid: rename autorid_domain_config -->...
2013-05-06 Michael Adams3:idmap:autorid: rename domainnum to rangenum
2013-05-06 Abhidnya Joshis3:winbindd/autorid multiple range support
next