| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-06 | winbindd: Remove a "wrong" error message | Volker Lendecke | 1 | -4/+0 |
| 2022-05-31 | winbind: Create local krb5.conf for idmap backend ad | Volker Lendecke | 1 | -0/+19 |
| 2022-05-19 | s3:winbind: Remove struct winbindd_child_dispatch_table | Samuel Cabrero | 7 | -60/+3 |
| 2022-05-19 | s3:winbind: Convert InitConnection from struct based to NDR based | Samuel Cabrero | 4 | -59/+68 |
| 2022-05-19 | s3:winbind: Create a binding handle for each child | Samuel Cabrero | 1 | -4/+3 |
| 2022-05-19 | s3:winbind: Fix code format and use newer debug macros | Samuel Cabrero | 1 | -7/+9 |
| 2022-05-19 | s3:winbind: Move winbindd_dual_init_connection() function | Samuel Cabrero | 2 | -44/+45 |
| 2022-05-19 | s3:winbind: Convert winbindd_dual_pam_chauthtok() from struct based to NDR based | Samuel Cabrero | 4 | -73/+107 |
| 2022-05-19 | s3:winbind: Split getting and filling the password policy info | Samuel Cabrero | 1 | -16/+22 |
| 2022-05-19 | s3:winbind: Convert winbindd_dual_pam_chng_pswd_auth_crap() from struct based... | Samuel Cabrero | 4 | -78/+110 |
| 2022-05-19 | s3:winbind: Convert PamLogOff from struct based to ndr based | Samuel Cabrero | 4 | -45/+73 |
| 2022-05-10 | winbind: send "debug traceid" from winbindd parent to child | Pavel Filipenský | 1 | -0/+13 |
| 2022-05-10 | winbind: enable "debug traceid" in main winbindd | Pavel Filipenský | 1 | -0/+15 |
| 2022-05-10 | s3:winbindd add "'winbind debug traceid" support via tevent tracing | Pavel Březina | 3 | -0/+177 |
| 2022-04-30 | s3:winbind: Remove unused functions | Samuel Cabrero | 1 | -52/+0 |
| 2022-04-30 | s3:winbind: Convert PAM_AUTH_CRAP from struct based to NDR based | Samuel Cabrero | 4 | -151/+174 |
| 2022-04-30 | s3:winbind: Refactor winbindd_pam_auth_crap_{send,recv} | Samuel Cabrero | 1 | -39/+39 |
| 2022-04-30 | s3:winbind: Refactor winbindd_pam_auth_crap_{send,recv} | Samuel Cabrero | 1 | -16/+18 |
| 2022-04-30 | s3:winbind: Use temp memory context in winbindd_pam_auth_pac_verify() | Samuel Cabrero | 3 | -12/+27 |
| 2022-04-30 | s3:winbind: Move big NTLMv2 blob checks to parent process | Samuel Cabrero | 2 | -12/+12 |
| 2022-04-30 | s3:winbind: Use uint8_t for authoritative flag | Samuel Cabrero | 1 | -3/+3 |
| 2022-04-30 | s3:winbind: Remove unnecessary jump to label | Samuel Cabrero | 1 | -3/+0 |
| 2022-04-30 | s3:winbind: Remove unnecesary condition to reduce indentation level | Samuel Cabrero | 1 | -50/+47 |
| 2022-04-30 | s3:winbind: Pass the challenge to winbind_dual_SamLogon() as a data blob | Samuel Cabrero | 3 | -12/+13 |
| 2022-04-13 | s3:winbind: Remove no longer used domain's private_data pointer | Samuel Cabrero | 2 | -5/+0 |
| 2022-04-13 | s3:winbind: Do not use domain's private data to store the ADS_STRUCT | Samuel Cabrero | 4 | -9/+12 |
| 2022-04-13 | s3:winbind: Simplify open_cached_internal_pipe_conn() | Samuel Cabrero | 1 | -6/+4 |
| 2022-04-13 | s3:winbind: Do not use domain's private data to store the SAMR pipes | Samuel Cabrero | 3 | -15/+17 |
| 2022-04-12 | s3:winbind: Fix uninitialized validation_level variable | Samuel Cabrero | 1 | -1/+1 |
| 2022-04-08 | s3:winbind: Convert PamAuth from struct based to NDR based | Samuel Cabrero | 4 | -194/+251 |
| 2022-04-08 | s3:winbind: Set local and remote addresses in the crafted dcesrv_conn | Samuel Cabrero | 1 | -0/+55 |
| 2022-04-08 | s3:winbind: Make extra_data_to_sid_array() public | Samuel Cabrero | 2 | -3/+6 |
| 2022-04-08 | s3:winbind: Refactor log_authentication(), do not take winbindd_cli_state str... | Samuel Cabrero | 1 | -12/+37 |
| 2022-04-08 | s3:winbind: Refactor fake_password_policy(), take netr_Validation as argument | Samuel Cabrero | 1 | -3/+20 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_cached(), return netr_Validation | Samuel Cabrero | 1 | -18/+17 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_cached(), avoid winbindd_cli_stat... | Samuel Cabrero | 1 | -26/+24 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_cached(), return krb5ccname as ou... | Samuel Cabrero | 1 | -6/+16 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_cached(), delay out variable assi... | Samuel Cabrero | 1 | -2/+2 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_cached(), use temporary memory co... | Samuel Cabrero | 1 | -35/+73 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_kerberos(), return netr_Validation | Samuel Cabrero | 1 | -13/+20 |
| 2022-04-08 | s3:winbind: Refactor winbindd_dual_pam_auth_kerberos(), do not take winbindd_... | Samuel Cabrero | 1 | -13/+39 |
| 2022-04-08 | s3:winbind: Refactor append_afs_token(), do not take winbindd_response struct... | Samuel Cabrero | 1 | -24/+59 |
| 2022-04-08 | s3:winbind: Refactor append_unix_username(), do not take winbindd_response st... | Samuel Cabrero | 1 | -15/+50 |
| 2022-04-08 | s3:winbind: Refactor check_info3_in_group() to take a wbint_SidArray struct | Samuel Cabrero | 1 | -53/+127 |
| 2022-04-08 | s3:winbind: Move sighup handling related functions to winbindd-lib subsystem | Samuel Cabrero | 2 | -64/+62 |
| 2022-04-08 | s3:winbind: Move sigterm handling functions to winbindd-lib subsystem | Samuel Cabrero | 3 | -104/+106 |
| 2022-04-08 | s3:winbind: Rename terminate() function to winbindd_terminate() | Samuel Cabrero | 1 | -4/+4 |
| 2022-04-08 | s3:winbind: Move servide reload related functions to winbindd-lib subsystem | Samuel Cabrero | 2 | -60/+60 |
| 2022-04-08 | s3:winbind: Move function to flush cache to winbindd-lib subsystem | Samuel Cabrero | 2 | -14/+14 |
| 2022-04-08 | s3:winbind: Move the function to get the privileged pipe dir to winbindd-lib ... | Samuel Cabrero | 2 | -5/+5 |