summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tevent:tests: Test queue entry tagstevent-0.12.0Pavel Filipenský2022-04-112-0/+300
* tevent: Add tevent queue tracing supportPavel Filipenský2022-04-116-1/+268
* tevent: Use internally an empty trigger function for blocker requestsPavel Filipenský2022-04-111-1/+7
* tevent: Move the code below the trigger checkPavel Filipenský2022-04-111-6/+6
* tevent: Fix trailing whitespacesPavel Filipenský2022-04-112-3/+3
* examples: Update winbindd.stp and generate scriptSamuel Cabrero2022-04-082-1/+22
* s3:winbind: Convert PamAuth from struct based to NDR basedSamuel Cabrero2022-04-085-194/+273
* s3:winbind: Set local and remote addresses in the crafted dcesrv_connSamuel Cabrero2022-04-081-0/+55
* s3:winbind: Make extra_data_to_sid_array() publicSamuel Cabrero2022-04-082-3/+6
* s3:winbind: Refactor log_authentication(), do not take winbindd_cli_state str...Samuel Cabrero2022-04-081-12/+37
* s3:winbind: Refactor fake_password_policy(), take netr_Validation as argumentSamuel Cabrero2022-04-081-3/+20
* s3:winbind: Refactor winbindd_dual_pam_auth_cached(), return netr_ValidationSamuel Cabrero2022-04-081-18/+17
* s3:winbind: Refactor winbindd_dual_pam_auth_cached(), avoid winbindd_cli_stat...Samuel Cabrero2022-04-081-26/+24
* s3:winbind: Refactor winbindd_dual_pam_auth_cached(), return krb5ccname as ou...Samuel Cabrero2022-04-081-6/+16
* s3:winbind: Refactor winbindd_dual_pam_auth_cached(), delay out variable assi...Samuel Cabrero2022-04-081-2/+2
* s3:winbind: Refactor winbindd_dual_pam_auth_cached(), use temporary memory co...Samuel Cabrero2022-04-081-35/+73
* s3:winbind: Refactor winbindd_dual_pam_auth_kerberos(), return netr_ValidationSamuel Cabrero2022-04-081-13/+20
* s3:winbind: Refactor winbindd_dual_pam_auth_kerberos(), do not take winbindd_...Samuel Cabrero2022-04-081-13/+39
* s3:winbind: Refactor append_afs_token(), do not take winbindd_response struct...Samuel Cabrero2022-04-081-24/+59
* s3:winbind: Refactor append_unix_username(), do not take winbindd_response st...Samuel Cabrero2022-04-081-15/+50
* selftest: Add a test for PamLogOffSamuel Cabrero2022-04-083-0/+110
* selftest: Extend test_wbc_logon_user to test WBFLAG_PAM_UNIX_NAME flagSamuel Cabrero2022-04-082-1/+47
* s4:rpc_server: Fix duplicated function name between s3 and s4Samuel Cabrero2022-04-081-3/+3
* s4:rpc_server: Fix duplicated function name between s3 and s4Samuel Cabrero2022-04-083-3/+3
* s3:winbind: Refactor check_info3_in_group() to take a wbint_SidArray structSamuel Cabrero2022-04-081-53/+127
* s3:winbind: Move sighup handling related functions to winbindd-lib subsystemSamuel Cabrero2022-04-082-64/+62
* s3:winbind: Move sigterm handling functions to winbindd-lib subsystemSamuel Cabrero2022-04-083-104/+106
* s3:winbind: Rename terminate() function to winbindd_terminate()Samuel Cabrero2022-04-081-4/+4
* s3:winbind: Move servide reload related functions to winbindd-lib subsystemSamuel Cabrero2022-04-082-60/+60
* s3:winbind: Move function to flush cache to winbindd-lib subsystemSamuel Cabrero2022-04-082-14/+14
* s3:winbind: Move the function to get the privileged pipe dir to winbindd-lib ...Samuel Cabrero2022-04-082-5/+5
* s3:winbind: Move imessaging context init function to winbindd-lib subsystemSamuel Cabrero2022-04-082-35/+37
* s3:winbind: Move functions to enable or disable cache to winbindd-lib subsystemSamuel Cabrero2022-04-083-12/+19
* WHATSNEW.txt: Add explaination of --without-smb1-server and --with-smb1-serve...Jeremy Allison2022-04-071-0/+31
* ci: Create samba-fileserver-without-smb1 environmentDavid Mulder2022-04-072-0/+38
* configure: Fail smbd w/o smb1 if selftest when configured with ad_dcDavid Mulder2022-04-071-0/+7
* configure: Add option for disabling the smb1 serverDavid Mulder2022-04-072-2/+7
* s3: smbd: Rename init_smb_request() -> init_smb1_request().Jeremy Allison2022-04-075-11/+11
* s3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().Jeremy Allison2022-04-0712-86/+86
* s3: smbd: Rename create_outbuf() -> create_smb1_outbuf()Jeremy Allison2022-04-073-5/+5
* s3: smbd: Rename construct_reply_common_req() -> construct_smb1_reply_common_...Jeremy Allison2022-04-074-6/+6
* s3: smbd: Rename construct_reply_common() -> construct_smb1_reply_common().Jeremy Allison2022-04-071-3/+3
* s3: smbd: Rename srv_set_message() -> srv_smb1_set_message().Jeremy Allison2022-04-077-16/+16
* s3: smbd: Rename valid_smb_header() -> valid_smb1_header()Jeremy Allison2022-04-073-6/+6
* smbd: Remove srv_send_smbDavid Mulder2022-04-072-20/+0
* smbd: Remove uses of srv_send_smbDavid Mulder2022-04-0713-67/+91
* smbd: Move reply_pipe_write to smb1_pipes.cDavid Mulder2022-04-074-91/+91
* smbd: Process error reply if SMB1 negprot parsing failsDavid Mulder2022-04-073-11/+24
* smbd: Enable multi-protocol negotiate w/out SMB1David Mulder2022-04-073-11/+215
* smbd: Move init_smb_request to smb2_process.cDavid Mulder2022-04-073-75/+81