Convert all uint32/16/8 to _t in source3/libsmb.
[bbaumbach/samba-autobuild/.git] / source3 / winbindd /
2015-05-06 Volker Lendeckewinbind: Fix CID 1035545 Uninitialized scalar variable
2015-05-06 Volker Lendeckewinbind: Fix CID 1035544 Uninitialized scalar variable
2015-05-06 Richard SharpeLast lot of convert uint32 to uint32_t in winbindd...
2015-05-06 Stefan Metzmachers3:winbindd: list local groups for our internal domains...
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-04-16 Volker Lendeckewinbind: Avoid a few talloc_tos() in winbindd_cache.c
2015-04-16 Volker Lendeckewinbind: Use tdb_parse_record in wcache_fetch_seqnum
2015-03-30 Stefan Metzmachers3:winbindd: add MSG_WINBIND_NEW_TRUSTED_DOMAIN that...
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2015-03-17 Volker Lendeckelib: Remove tdb_fetch_compat
2015-03-17 Volker Lendeckelib: Remove tdb_errorstr_compat
2015-03-16 Michael Adams3:winbind:grent: don't stop when querying one domain...
2015-03-16 Michael Adams3:winbind:grent: convert wb_next_grent to use wb_query...
2015-03-16 Michael Adams3:winbind: add wb_query_group_list module - async...
2015-03-16 Michael Adams3:winbind:grent: refactor duplication into wb_next_gre...
2015-03-16 Michael Adams3:winbind:grent: move resetting next_group up.
2015-03-16 Michael Adams3:winbind:grent: use wb_next_domain() in wb_next_grent.c
2015-03-16 Michael Adams3:winbind:grent: fix a debug message.
2015-03-16 Michael Adams3:winbind:pwent: refactor duplication into wb_next_pwe...
2015-03-16 Michael Adams3:winbind:pwent: move resetting next_user up.
2015-03-16 Michael Adams3:winbind:pwent: move wb_next_domain() to winbindd_uti...
2015-03-16 Michael Adams3:winbind:pwent: rename wb_next_find_domain to wb_next...
2015-03-16 Michael Adams3:winbind:pwent: use wb_next_find_domain()
2015-03-16 Michael Adams3:winbind:util: fix comment typo
2015-03-16 Michael Adams3:winbind:grent: don't stop group enumeration when...
2015-03-12 Stefan Metzmachers3:winbindd: make open_internal_lsa_conn() non static
2015-03-12 Stefan Metzmachers3:winbindd_cm: improve detection for the anonymous...
2015-03-09 Michael Adams3-winbind: Fix chached user group lookup of trusted...
2015-03-07 Volker Lendeckewinbind: Make wb_sids2xids_recv work on an array
2015-03-04 Volker Lendeckewinbind: Fix CID 1273294 Uninitialized scalar variable
2015-03-04 Volker Lendeckewinbind: Fix CID 1273295 Uninitialized scalar variable
2015-02-27 Volker Lendeckewinbind: Slightly simplify wb_sids2xids
2015-02-27 Volker Lendeckewinbind: Simplify winbindd_dsgetdcname_recv
2015-01-22 Volker Lendeckewinbind: Fix idmap initialization
2015-01-08 Richard SharpeAdd a script-only idmap module.
2015-01-06 Christof Schmittwinbind: Retry after SESSION_EXPIRED error in ping-dc
2015-01-05 Stefan Metzmachers3:winbindd: improve logic to use CLDAP for a given...
2015-01-05 Stefan Metzmachers3:winbindd: mark our primary as active_directory if...
2014-12-23 Christof Schmittwinbind: Retry LogonControl RPC in ping-dc after sessio...
2014-12-19 Stefan Metzmachers3:winbindd: make use of cli_rpc_pipe_open_schannel_wit...
2014-12-19 Stefan Metzmachers3:winbindd: make use of rpccli_{create,setup}_netlogon...
2014-12-19 Stefan Metzmachers3:winbindd: we only need a an netlogon connection...
2014-12-19 Stefan Metzmachers3:winbindd: make sure we try to use NCACN_IP_TCP in...
2014-12-19 Stefan Metzmachers3:winbindd: use find_domain_from_name_noinit() in...
2014-12-19 Stefan Metzmachers3:winbindd: report our own name for PING_DC and intern...
2014-12-18 Stefan Metzmachers3:winbindd: try to use the trust account with kerberos...
2014-12-18 Stefan Metzmachers3:winbindd: fix anon fallback in cm_prepare_connection()
2014-12-18 Stefan Metzmachers3:winbindd: also try to fallback to anonymous if we...
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-12-03 Garming Sampdb: Increase version number to fix ABI
2014-12-03 Garming Samidmap: unify passdb *id_to_sid methods
2014-11-25 Stefan Metzmachers3:winbindd: make use of talloc_string_sub2() in genera...
2014-11-25 Stefan Metzmachers3:winbindd: avoid invalid pointer type warnings
2014-11-17 Günther Deschnersamba: pass down size_t instead of int to add_string_to...
2014-11-03 David Disseldorpwinbindd_cache: don't leak state_path onto talloc tos
2014-11-03 David Disseldorpwinbindd: don't leak state_path onto talloc tos
2014-11-03 David Disseldorpidmap_autorid: don't leak state_path onto talloc tos
2014-10-17 Stefan Metzmachers3:libsmb: Remove unused domain copy stored in cli_state
2014-10-17 Andrew Bartletts3:libsmb: Remove unused password copy stored in cli_state
2014-10-17 Andrew Bartletts3-winbindd: use cli_rpc_pipe_open_with_creds()
2014-10-17 Andrew Bartletts3-winbindd: Use own machine account to connect to...
2014-10-17 Stefan Metzmachers3-winbindd: use a cli_credentials structure to hold...
2014-10-08 Andrew Bartletts3-winbindd: Attempt to connect to NETLOGON over NCACN_...
2014-10-08 Andrew Bartletts3-rpc_client: Migrate to cli_rpc_pipe_open_generic_aut...
2014-10-07 Andrew Bartletts3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use...
2014-10-07 Andrew Bartletts3-winbindd: Allow winbindd to connect over SMB2 to...
2014-10-07 Andrew Bartletts3-winbindd: Pass the whole winbindd_domain to invalida...
2014-10-06 Andrew Bartlettwinbindd: Do not overwrite domain list with conflicting...
2014-10-04 Christof Schmittwindbindd: Make cm_connect_lsa_tcp static
2014-10-03 Christof Schmitts3-winbindd: Make wcache_sid_to_name static
2014-10-03 Christof Schmitts3-winbindd: Remove extern declaration for cache_method...
2014-10-03 Justin Maggardwinbind3: Fix pwent variable substitution
2014-10-01 Christof Schmittidmap_rfc2307: Remove unsed parameter and variable
2014-10-01 Christof Schmittidmap_rfc2307: Fix a crash after connection problem...
2014-09-30 Andrew Bartlettwinbindd: Do not make anonymous connections by default
2014-09-29 Christof Schmitts3-winbindd: Do not use domain SID from LookupSids...
2014-09-28 Andrew Bartletts3-winbindd: Require SMB signing by default to disrupt...
2014-09-26 Andrew Bartlettidl: Merge NETR_TRUST and LSA_TRUST definitions into...
2014-09-15 Jeremy Allisons3: winbindd: Old NT Domain code sets struct winbind_do...
2014-08-31 Andrew Bartlettset_dc_type_and_flags_trustinfo: Use init_dc_connection...
2014-08-31 Andrew Bartlettwinbindd: Add debugging to assist in locating errors...
2014-08-31 Andrew Bartlettwinbindd: Do not segfault if the trusted domain has...
2014-08-30 Christof Schmitts3-winbindd: Document parameters in ads_cached_connecti...
2014-08-30 Christof Schmitts3-winbindd: Use more descriptive parameter names in...
2014-08-30 Christof Schmitts3-winbindd: Use correct realm for trusted domains...
2014-08-01 Andrew Bartlettwinbindd-irpc: Ensure not to call irpc_send_reply twice...
2014-07-29 Jeremy Allisons3: winbindd: On new client connect, prune idle or...
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
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-07-15 Günther Deschners3-winbindd: prefer "displayName" over "name" in ads...
2014-07-15 Andreas Schneiders3-winbind: Don't set the gecos field to NULL.
2014-07-15 Günther Deschners3-winbindd: use wcache_query_user_fullname after inspe...
next