summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-205-9/+14
| | | | Guenther
* s3/winbind: remove unused winbindd_check_cache_sizeBjörn Jacke2010-09-192-30/+0
|
* s3-winbindd: Use rpc_open_pipe_interface in winbindd.Simo Sorce2010-09-151-2/+3
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* Allows changing the maximum number of simultaneous clients in winbindd ↵Pierre Carrier2010-09-141-5/+3
| | | | | | through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org>
* 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
| | | | | | | | | The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-112-4/+4
| | | | | | | | This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-116-15/+15
| | | | | | | | | | | | | | size_t is overkill here, and in struct security_token in the num_sids is uint32_t. This includes a change to the prototype of add_sid_to_array() and add_sid_to_array_unique(), which has had a number of consequnetial changes as I try to sort out all the callers using a pointer to the number of sids. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3: Simplify the logic in generate_krb5_ccacheVolker Lendecke2010-09-111-51/+28
| | | | gd, jra, others, please check!
* 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
| | | | strequal deals with a NULL string input just fine
* 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
| | | | Dump them
* 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
| | | | | We're checking these in the parent already (winbindd_pam_auth_send and winbindd_pam_auth_crap_send). No point in doing it in the child as well
* s3: Remove unused arg "user_sid" from winbindd_store_credsVolker Lendecke2010-09-093-11/+5
| | | | All callers have passed in NULL
* 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
| | | | metze
* 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
| | | | This is closer to the struct security_token from security.idl
* winbindd: Add the client status in the clients list outputPierre Carrier2010-08-261-4/+12
| | | | | | | | | | Hello list, Considered relevant by a customer. As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL. -- Pierre
* winbindd: useless functionPierre Carrier2010-08-261-8/+1
| | | | | | | | | Hello list, Seems simple enough for my first patch :) -- Pierre
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-0/+2
| | | | Guenther
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-262-0/+2
| | | | Guenther
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-2624-0/+62
| | | | Guenther
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-262-0/+2
| | | | Guenther
* Final part of fix for bug #7636 - winbind internal error, backtrace.Jeremy Allison2010-08-231-11/+18
| | | | | | Ensure cm_get_schannel_creds() returns NTSTATUS. Jeremy.
* s3:winbindd: fix error handling in wb_next_grent_fetch_done()Stefan Metzmacher2010-08-201-1/+9
| | | | | | We should not use 'result' uninitialized. metze
* s3-idmap: fix uninitialized variable in idmap_tdb_sids_to_unixids_action().Günther Deschner2010-08-191-1/+1
| | | | | | Michael, please check. Guenther
* 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
| | | | | | Ignoring it could cause a segfault in winbindd_getdcname_recv() metze
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-164-73/+17
| | | | metze
* s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher2010-08-1623-71/+71
| | | | metze
* s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2010-08-162-0/+2
| | | | metze
* s3:winbindd: remove unused wb_ndr_dispatch* functionsStefan Metzmacher2010-08-161-165/+0
| | | | metze
* s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett2010-08-141-24/+5
| | | | | | | | | | This removes conversions to and from the source3 varient of the server_info structure when replaced in s3compat, and presents a tidier interface to winbindd in any case. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
| | | | | | | | | | | | | This common structure will make it much easier to produce an auth module for s3compat that calls Samba4's auth subsystem. In order the make the link work properly (and not map twice), we mark both that we did try and map the user, as well as if we changed the user during the mapping. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam2010-08-141-2/+12
| | | | | | | The old idmap code created a new mapping if asking the backends failed. Now with the new layering, if passdb (which is used for our own domain and builtin), then we need to continue and ask the backends, giving tdb or whatever the default backend is a chance to create a mapping.
* s3:idmap: fix spacing/indentationMichael Adam2010-08-141-2/+2
|