summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-14/+15
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-065-0/+5
* s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWALVolker Lendecke2010-05-021-1/+1
* s3: Fix a typoVolker Lendecke2010-05-021-1/+1
* s3: Fix the code order in append_auth_dataVolker Lendecke2010-05-021-7/+7
* s3: range-check idmap script outputVolker Lendecke2010-04-291-0/+13
* s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()Volker Lendecke2010-04-291-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-04-291-14/+14
* s3: async_domain_request is no longer usedVolker Lendecke2010-04-252-67/+0
* s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke2010-04-251-22/+19
* s3: Simplify trustdom_stateVolker Lendecke2010-04-251-10/+5
* s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke2010-04-251-14/+9
* s3: sendto_domain() is lo longer usedVolker Lendecke2010-04-242-30/+0
* s3: Allow pdb password change using WINBINDD_PAM_CHNG_PSWD_AUTH_CRAPVolker Lendecke2010-04-231-0/+15
* s3: init_dc_connection() can't init for internal domainsVolker Lendecke2010-04-231-0/+4
* s3: replace some data_blob_talloc by data_blob_constVolker Lendecke2010-04-231-8/+4
* s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke2010-04-234-47/+132
* s3-winbind: fix setup_domain_child() callers.Günther Deschner2010-04-231-2/+2
* s3: Fix a winbind crash when scanning trustsVolker Lendecke2010-04-231-0/+6
* s3: Move the in-memory ccache to the parentVolker Lendecke2010-04-197-95/+90
* s3-winbind: Allow changing the password for pdbVolker Lendecke2010-04-191-0/+47
* s3: Convert WINBINDD_PAM_LOGOFF to the new async APIVolker Lendecke2010-04-194-68/+148
* s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async APIVolker Lendecke2010-04-194-59/+131
* s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async APIVolker Lendecke2010-04-194-73/+132
* s3: Convert WINBINDD_PAM_AUTH to the new async APIVolker Lendecke2010-04-194-66/+134
* winbindd: Fill in num_entries where availableVolker Lendecke2010-04-193-0/+6
* s3: Add some debug to GETSIDALIASESVolker Lendecke2010-04-191-0/+9
* s3: Fix indentation in remove_ccacheVolker Lendecke2010-04-181-1/+1
* s3: Fix a typo in winbindd_ccache_saveVolker Lendecke2010-04-181-1/+1
* s3-winbind: Authenticate SAM usersVolker Lendecke2010-04-131-5/+71
* s3-winbindd: Fix typo in comment.Karolin Seeger2010-04-131-1/+1
* s3: Use sizeof(chal) instead of a constantVolker Lendecke2010-04-111-1/+1
* s3: Cosmetics -- I could not spot where "chal" was initializedVolker Lendecke2010-04-111-1/+1
* s3: Remove domain selection from dual_pam_authVolker Lendecke2010-04-101-53/+13
* s3: Check 0 termination in GETALIASESVolker Lendecke2010-04-101-7/+13
* s3: Remove the separate "child" argument from setup_domain_child()Volker Lendecke2010-04-083-15/+8
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-081-0/+3
* s3: Fix a cut&paste error in winbindd_list_groups_doneVolker Lendecke2010-04-051-1/+1
* s3:winbindd: remove unused variablesStefan Metzmacher2010-04-011-2/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-013-17/+6
* s3: Ensure NULL termination before printing in winbindd_pam_logoffVolker Lendecke2010-04-011-3/+3
* s3: Fix a typo in winbindd_pam_logoffVolker Lendecke2010-04-011-1/+1
* s3:winbindd: correctly invalidate the cached connectionStefan Metzmacher2010-04-011-6/+11
* s3:winbindd: only set child_domain in the childStefan Metzmacher2010-04-011-1/+1
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-011-5/+28
* s3: fix a typo in winbind_client_response_writtenVolker Lendecke2010-04-011-2/+2
* s3: Fix an error message in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-1/+1
* s3: Ensure null termination in winbindd_pam_chauthtok()Volker Lendecke2010-03-311-0/+4
* s3: Make check_info3_in_group staticVolker Lendecke2010-03-312-4/+2
* s3-winbind: Make append_auth_data() staticVolker Lendecke2010-03-312-8/+4