s3-waf: check for pthread support.
[bbaumbach/samba-autobuild/.git] / source3 / winbindd /
2011-04-27 Andrew Bartletts3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get...
2011-04-25 Volker Lendeckes3: Add a 10-second timeout for the 445 or netbios...
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_names() use dcerpc_bin...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_sids() dcerpc_binding_...
2011-04-13 Volker Lendeckes3: Add some debug to winbindd_sids_to_xids
2011-04-13 Volker Lendeckes3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
2011-04-13 Volker Lendeckes3: Add wbint_Sids2UnixIDs idl & implementation
2011-04-13 Volker Lendeckes3: Make idmap_find_domain public
2011-04-13 Volker Lendeckes3: Add is_domain_online
2011-04-13 Volker Lendeckes3: Add winbindd_lookupsids
2011-04-13 Volker Lendeckes3: Add wb_lookupsids
2011-04-13 Volker Lendeckes3: Add wbint_LookupSids
2011-04-13 Volker Lendeckes3: Make parse_sidlist public
2011-04-13 Volker Lendeckes3: Simplify parse_sidlist
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-04-12 Günther Deschners3: add some forward declarations.
2011-04-06 Dmitry ButskoyFix bug 6966 - "allow trusted domains = no" not respect...
2011-04-04 Michael Adams3:idmap_tdb2: fix build of tdb2
2011-04-01 Volker Lendeckes3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
2011-03-31 Andreas Schneiders3-winbindd: Use the correct enums for samr_QueryDomain...
2011-03-30 Günther Deschners3-idmap: fix the build of idmap_hash on FreeBSD.
2011-03-30 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2237: REVERSE_INULL
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Jeremy AllisonRemove two unused labels.
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2173: FORWARD_NULL
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2296: UNUSED_VALUE
2011-03-23 Günther Deschners3-prototypes: remove protos of some dead functions.
2011-03-23 Volker Lendeckes3: Fix Coverity ID 2203, NULL_RETURNS
2011-03-23 Andrew Tridgells3-config: say which config file we failed to open
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
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 special treatment of domain "*" from...
2011-03-22 Michael Adams3:idmap: remove use of params from idmap_ldap_init...
2011-03-22 Michael Adams3:idmap: remove the special treatment of the default...
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-21 Volker Lendeckes3: Fix Coverity ID 1048, CHECKED_RETURN
2011-03-18 Günther Deschners3-build: use HAVE_ADS define in some more places.
2011-03-18 Christian Ambachs3:autorid make sure we set the mapping status correct...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sid
2011-03-18 Volker Lendeckeidmap-autorid: Remove an else branch
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused parameter
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_sids_t...
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domaincfg
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domainsid
2011-03-18 Volker Lendeckes3: Cope with 192.168.1.1/24 in smbcontrol ip-dropped
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2144, DEADCODE
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2100, BAD_SIZEOF
2011-03-16 Günther Deschners3-build: stop including ldap and lber headers everywhe...
2011-03-13 Volker Lendeckes3: Enhance error messages in idmap_tdb2_init_hwm
2011-03-11 Michael Adams3:idmap_ldap: fix a few typos in a comment
2011-03-10 Volker Lendeckes3: sid->domain_sid in winbindd_samr sam_rids_to_names
2011-03-10 Volker Lendeckes3: Fix paranoia check in sam_rids_to_names
2011-03-08 Volker Lendeckes3: Use talloc_tos() in idmap_nss_sids_to_unixids
2011-03-08 Volker Lendeckes3: "dom_name" is not needed in idmap_nss_sids_to_unixids
2011-03-08 Volker Lendeckes3: "ctx" is not needed in idmap_nss_unixids_to_sids
2011-03-08 Andreas Schneiders3-winbind: Fixed the accept() for new_connection.
2011-03-08 Günther Deschners3-idmap: fix the build of idmap_tdb2.
2011-03-07 Volker Lendeckes3: state->ev is not needed in winbindd_lookupsid
2011-03-06 Volker Lendeckes3: Remove close_fn from idmap_methods
2011-03-06 Volker Lendeckes3-idmap-hash: Make "hashed_domains" properly talloced
2011-03-06 Volker Lendeckes3: Replace idmap_ad_close by a destructor
2011-03-06 Volker Lendeckes3-idmap-ad: Make ad_schema properly talloced
2011-03-06 Volker Lendeckes3-idmap-tdb: private_data is a talloc child of dom
2011-03-06 Volker Lendeckes3-idmap-ldap: private_data is a talloc child of dom
2011-03-06 Volker Lendeckes3-idmap-rid: private_data is a talloc child of dom
2011-03-06 Volker Lendeckes3: Remove an unnecessary if-statement
2011-03-06 Volker Lendeckes3: Remove an obsolete comment
2011-03-06 Volker Lendeckes3: Remove some unused code
2011-03-06 Volker Lendeckes3: Remove unused args from nss_get_info_cached
2011-03-06 Volker Lendeckes3: Remove unused args from nss_get_info
2011-03-06 Volker Lendeckes3: Remove unused args from get_nss_info
2011-03-05 Volker Lendeckes3: Fix uninitialized variables
2011-03-02 Günther Deschners3-libds: use already existing ../libds/common/flag_map...
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-28 Volker Lendeckes3: Use poll in winbind
2011-02-27 Volker Lendeckes3: Fix a typo
2011-02-27 Volker Lendeckes3: Fix a comment
next