s3: Remove talloc_autofree_context() from pdb_init_ads()
[kai/samba.git] / source3 / winbindd /
2010-09-21 Volker Lendeckes3: Remove a pointless if-statement
2010-09-21 Günther Deschners3-winbindd: another attempt to fix the non-ldap build.
2010-09-20 Andrew Bartletts3: Replace sid_binstring and sid_guidstring with PIDL...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util: use shared dom_sid_dup.
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Björn Jackes3/winbind: remove unused winbindd_check_cache_size
2010-09-15 Simo Sorces3-winbindd: Use rpc_open_pipe_interface in winbindd.
2010-09-14 Pierre CarrierAllows changing the maximum number of simultaneous...
2010-09-12 Volker Lendeckes3: Remove a nesting level in winbindd_dual_pam_chauthtok
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-10 Volker Lendeckes3: Simplify the logic in generate_krb5_ccache
2010-09-10 Björn Jackes3/winbind: use mono time for startup timeout check
2010-09-10 Volker Lendeckes3: Simplify generate_krb5_ccache slightly
2010-09-09 Volker Lendeckes3: Ensure NULL termination for "workstation" in auth_crap
2010-09-09 Volker Lendeckes3: These assignments are overwritten immediately
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from a few functions
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from wcache_save_creds()
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from lookup_cached_name()
2010-09-09 Volker Lendeckes3: Remove a nested if-statement
2010-09-09 Volker Lendeckes3: Fill in workstation in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Fill in domain in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Remove redundant flag checks
2010-09-09 Volker Lendeckes3: Remove unused arg "user_sid" from winbindd_store_creds
2010-09-09 Volker Lendeckes3: Remove unused winbindd_update_creds_by_sid
2010-09-09 Volker Lendeckes3: Remove unused winbindd_dual_show_sequence()
2010-09-08 Volker Lendeckes3: "== false" looks wrong :-)
2010-09-08 Volker Lendeckes3: Make winbind_add_failed_connection_entry static
2010-09-08 Volker Lendeckes3: Fix a typo
2010-09-08 Volker Lendeckes3: Simplify cm_connect_sam a bit
2010-09-08 Volker Lendeckes3: Check for sid instead of name in cm_connect_sam
2010-09-04 Stefan Metzmachers3:winbindd: implement wbint_bh_set_timeout() as dummy
2010-09-02 Volker Lendeckes3: Remove unused nss_info_adex_init()
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-26 Pierre Carrierwinbindd: Add the client status in the clients list...
2010-08-26 Pierre Carrierwinbindd: useless function
2010-08-25 Günther Deschners3-build: use talloc_dict.h only where needed.
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-25 Günther Deschners3-idmap: only include idmap headers where needed.
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-08-23 Jeremy AllisonFinal part of fix for bug #7636 - winbind internal...
2010-08-20 Stefan Metzmachers3:winbindd: fix error handling in wb_next_grent_fetch_...
2010-08-19 Günther Deschners3-idmap: fix uninitialized variable in idmap_tdb_sids_...
2010-08-18 Volker Lendeckes3: Add "client_id" to pipes_struct
2010-08-17 Stefan Metzmachers3:winbindd: don't ignore 'result' in wb_dsgetdcname_done()
2010-08-16 Stefan Metzmachers3:winbindd: remove rpc_pipe_client references from...
2010-08-16 Stefan Metzmachers3:winbindd: use dcerpc_wbint_* functions instead of...
2010-08-16 Stefan Metzmachers3:winbindd: add binding_handle to struct winbindd_child
2010-08-16 Stefan Metzmachers3:winbindd: remove unused wb_ndr_dispatch* functions
2010-08-14 Andrew Bartletts3:auth Change winbindd -> auth interface to more stand...
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-08-14 Michael Adams3:idmap: fix sid_to_unixid for builtin and own domain.
2010-08-14 Michael Adams3:idmap: fix spacing/indentation
2010-08-14 Michael Adams3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_n...
2010-08-14 Michael Adams3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context...
2010-08-14 Michael Adams3:idmap_tdb: use idmap_rw_new_mapping in idmap_tdb_new...
2010-08-14 Michael Adams3:idmap_tdb: add idmap_rw_ops to idmap_tdb_context...
2010-08-14 Michael Adams3:idmap_tdb2: use idmap_rw_new_mapping in idmap_tdb2_n...
2010-08-14 Michael Adams3:idmap_tdb2: add rw_ops to idmap_tdb2_context and...
2010-08-14 Michael Adams3:idmap: add abstract idmap_rw new_mapping mechanism...
2010-08-14 Michael Adams3:idmap_ad: untangle two assignments from checks
2010-08-14 Michael Adams3:idmap_ad: remove unused filter_low_id and filter_hig...
2010-08-14 Michael Adams3:idmap_ad: use range from idmap_domain in idmap_ad_si...
2010-08-14 Michael Adams3:idmap_ad: use range from idmap_domain in idmap_ad_un...
2010-08-14 Michael Adams3:idmap_rid: remove a comment that does not apply...
2010-08-14 Michael Adams3:idmap_rid: remove unused domain_name from the idmap_...
2010-08-14 Michael Adams3:idmap_rid: remove range from idmap_rid_context()
2010-08-14 Michael Adams3:idmap_rid: use range from idmap_domain in idmap_rid_...
2010-08-14 Michael Adams3:idmap_rid: use ranges from idmap_domain struct in...
2010-08-14 Michael Adams3:idmap_rid: remove unused talloc context var from...
2010-08-14 Michael Adams3:idmap_rid: remove unused talloc context arg from...
2010-08-14 Michael Adams3:idmap_rid: remove unused talloc context var from...
2010-08-14 Michael Adams3:idmap_rid: remove unused talloc ctx argument from...
2010-08-14 Michael Adams3:idmap_rid: untangle assignment from check in idmap_r...
2010-08-14 Michael Adams3:idmap_ldap: add my (C)
2010-08-14 Michael Adams3:idmap_ldap: create mappings for unmapped sids in...
2010-08-14 Michael Adams3:idmap_ldap: add a idmap_ldap_new_mapping().
2010-08-14 Michael Adams3:idmap_ldap: add idmap_ldap_get_new_id() to allocate...
2010-08-14 Michael Adams3:idmap_ldap: move idmap_ldap_set_mapping() further up.
2010-08-14 Michael Adams3:idmap_ldap: make idmap_ldap_alloc_context a member...
2010-08-14 Michael Adams3:idmap_ldap: call idmap_ldap_alloc_init from idmap_ld...
2010-08-14 Michael Adams3:idmap_ldap: remove the (now unused) range from idmap...
2010-08-14 Michael Adams3:idmap_ldap: use ranges from idmap domain in idmap_ld...
2010-08-14 Michael Adams3:idmap_ldap: add idmap_domain arg to idmap_ldap_alloc...
2010-08-14 Michael Adams3:idmap_ldap: remove unused filter range from struct...
2010-08-14 Michael Adams3:idmap_ldap: don't load ranges - they have been loade...
2010-08-14 Michael Adams3:idmap_ldap: use filter range from idmap domain,...
2010-08-14 Michael Adams3:idmap_ldap: re-implement allocate_id in idmap methods.
2010-08-14 Michael Adams3:idmap_tdb: add my (C)
2010-08-14 Michael Adams3:idmap_tdb: properly initialize the idmap_tdb context...
2010-08-14 Michael Adams3:idmap_tdb: prevent opening the idmap db more than...
2010-08-14 Michael Adams3:idmap_tdb: rewrite sids_to_unixids to create mapping...
2010-08-14 Michael Adams3:idmap_tdb: add a idmap_tdb_new_mapping().
2010-08-14 Michael Adams3:idmap_tdb: move the set_mapping code up
2010-08-14 Michael Adams3:idmap_tdb: use transaction wrapper for idmap_tdb_set...
2010-08-14 Michael Adams3:idmap_tdb: remove unused struct idmap_tdb_state.
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_alloc_db
2010-08-14 Michael Adams3:idmap_tdb: remove unused idmap_tdb_alloc_close().
next