summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: Use rpc_open_pipe_interface in winbindd.Simo Sorce2010-09-151-2/+3
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-141-5/+3
* s3: Remove a nesting level in winbindd_dual_pam_chauthtokVolker Lendecke2010-09-121-18/+19
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-4/+4
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-112-4/+4
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-116-15/+15
* s3: Simplify the logic in generate_krb5_ccacheVolker Lendecke2010-09-111-51/+28
* s3/winbind: use mono time for startup timeout checkBjörn Jacke2010-09-103-6/+6
* s3: Simplify generate_krb5_ccache slightlyVolker Lendecke2010-09-101-4/+0
* s3: Ensure NULL termination for "workstation" in auth_crapVolker Lendecke2010-09-091-0/+2
* s3: These assignments are overwritten immediatelyVolker Lendecke2010-09-091-4/+0
* s3: Remove "mem_ctx" from a few functionsVolker Lendecke2010-09-093-13/+3
* s3: Remove "mem_ctx" from wcache_save_creds()Volker Lendecke2010-09-093-3/+1
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-094-8/+4
* s3: Remove a nested if-statementVolker Lendecke2010-09-091-5/+3
* s3: Fill in workstation in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-092-6/+5
* s3: Fill in domain in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-092-11/+3
* s3: Remove redundant flag checksVolker Lendecke2010-09-091-10/+0
* s3: Remove unused arg "user_sid" from winbindd_store_credsVolker Lendecke2010-09-093-11/+5
* s3: Remove unused winbindd_update_creds_by_sidVolker Lendecke2010-09-092-12/+0
* s3: Remove unused winbindd_dual_show_sequence()Volker Lendecke2010-09-093-25/+0
* s3: "== false" looks wrong :-)Volker Lendecke2010-09-081-1/+1
* s3: Make winbind_add_failed_connection_entry staticVolker Lendecke2010-09-082-6/+4
* s3: Fix a typoVolker Lendecke2010-09-081-1/+1
* s3: Simplify cm_connect_sam a bitVolker Lendecke2010-09-081-5/+1
* s3: Check for sid instead of name in cm_connect_samVolker Lendecke2010-09-081-1/+1
* s3:winbindd: implement wbint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
* s3: Remove unused nss_info_adex_init()Volker Lendecke2010-09-021-5/+0
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* winbindd: Add the client status in the clients list outputPierre Carrier2010-08-261-4/+12
* winbindd: useless functionPierre Carrier2010-08-261-8/+1
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-0/+2
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-262-0/+2
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-2624-0/+62
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-262-0/+2
* Final part of fix for bug #7636 - winbind internal error, backtrace.Jeremy Allison2010-08-231-11/+18
* s3:winbindd: fix error handling in wb_next_grent_fetch_done()Stefan Metzmacher2010-08-201-1/+9
* s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action().Günther Deschner2010-08-191-1/+1
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-181-0/+2
* s3:winbindd: don't ignore 'result' in wb_dsgetdcname_done()Stefan Metzmacher2010-08-171-0/+4
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-164-73/+17
* s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher2010-08-1623-71/+71
* s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2010-08-162-0/+2
* s3:winbindd: remove unused wb_ndr_dispatch* functionsStefan Metzmacher2010-08-161-165/+0
* s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett2010-08-141-24/+5
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam2010-08-141-2/+12
* s3:idmap: fix spacing/indentationMichael Adam2010-08-141-2/+2
* s3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_new_mappingMichael Adam2010-08-141-34/+3
* s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init()Michael Adam2010-08-141-0/+11