summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: Fix creating local krb5.confAndreas Schneider2022-03-171-0/+5
* s3:libads: Check print_canonical_sockaddr_with_port() for NULL in get_kdc_ip_...Andreas Schneider2022-03-171-2/+7
* s3:libads: Remove obsolete free's of kdc_strAndreas Schneider2022-03-171-11/+1
* s3:libads: Allocate all memory on the talloc stackframeAndreas Schneider2022-03-171-6/+4
* s3:libads: Use talloc_asprintf_append() in get_kdc_ip_string()Andreas Schneider2022-03-171-4/+5
* s3:libads: Improve debug messages for get_kdc_ip_string()Andreas Schneider2022-03-171-1/+5
* s3:libads: Leave early on error in get_kdc_ip_string()Andreas Schneider2022-03-171-6/+11
* s3:libads: Remove trailing spaces in kerberos.cAndreas Schneider2022-03-171-9/+9
* s3:libsmb: Fix errno for failed authentication in SMBC_server_internal()Elia Geretto2022-03-171-1/+1
* winbindd: don't set mapped_state in winbindd_dual_auth_passdb()Stefan Metzmacher2022-03-161-3/+0
* s3:auth: make_user_info_map() should not set mapped_stateStefan Metzmacher2022-03-161-2/+0
* s3:rpc_client: let rpccli_netlogon_network_logon() fallback to workstation = ...Stefan Metzmacher2022-03-161-0/+4
* s3:auth: let make_user_info_netlogon_interactive() set USER_INFO_INTERACTIVE_...Stefan Metzmacher2022-03-161-0/+1
* docs-xml: add 'kdc enable fast' optionStefan Metzmacher2022-03-141-0/+2
* s3:utils: assign ids to struct to list shares correctlyJule Anger2022-03-081-0/+2
* s3:tests: Add a test to check the output of smbstatus.Jule Anger2022-03-081-0/+98
* s3: smbd: Fix our leases code to return the correct error in the non-dynamic ...Jeremy Allison2022-03-071-2/+36
* s3:trusts_utils: use a password length of 120 for machine accountsStefan Metzmacher2022-03-071-3/+11
* s3:py_net: allow machinepass=None to py_net_join_member()Stefan Metzmacher2022-03-071-1/+1
* smbd: Fix a use-after-freeVolker Lendecke2022-03-021-0/+7
* waf: re-add missing readlink testBjörn Jacke2022-02-271-0/+6
* vfs_aixacl: add proper header fileBjoern Jacke2022-02-272-0/+38
* wscript: s/default/required/ _static_modules for the acl modulesBjörn Jacke2022-02-271-3/+3
* acl: fix function arguments for AIX' and Solaris' sys_acl_get_fd()Björn Jacke2022-02-272-1/+2
* s3:winbind: Use the canonical principal name to renew the credentialsSamuel Cabrero2022-02-251-1/+1
* s3:winbind: Store canonical principal and realm in ccache entrySamuel Cabrero2022-02-254-6/+30
* s3:libads: Return canonical principal and realm from kerberos_return_pac()Samuel Cabrero2022-02-254-1/+27
* s3:libads: Fix memory leak in kerberos_return_pac() error pathSamuel Cabrero2022-02-251-3/+8
* s3:utils: Add a testparm check for idmap autoridAndreas Schneider2022-02-181-0/+51
* s3:winbindd: Add a sanity check for the rangeAndreas Schneider2022-02-181-3/+4
* smbd: Safeguards for getpwuidVolker Lendecke2022-02-141-2/+12
* smbd: Only file_free() a self-created fsp in create_file_unixpath()Volker Lendecke2022-02-141-1/+12
* smbd: Introduce close_file_smb()Volker Lendecke2022-02-142-7/+22
* smbd: Factor out fsp_unbind_smb() from file_free()Volker Lendecke2022-02-142-4/+13
* torture: Add a test to show that full_audit uses a ptr after freeVolker Lendecke2022-02-144-0/+119
* smbd: Simplify the flow in close_file_free()Volker Lendecke2022-02-141-50/+19
* smbd: No base fsps to close_file_free() from file_close_user()Volker Lendecke2022-02-141-6/+31
* smbd: Factor out close_file_in_loop() from file_close_conn_fn()Volker Lendecke2022-02-141-27/+37
* smbd: No base fsps to close_file_free() from file_close_conn()Volker Lendecke2022-02-141-13/+74
* smbd: NULL out "fsp" in close_file()Volker Lendecke2022-02-1416-116/+103
* smbd: Call file_free() just once in close_file()Volker Lendecke2022-02-141-5/+2
* smbd: Move the call to file_free() out of close_fake_file()Volker Lendecke2022-02-142-1/+4
* smbd: Move the call to file_free() out of close_normal_file()Volker Lendecke2022-02-141-2/+1
* smbd: Move the call to file_free() out of close_directory()Volker Lendecke2022-02-141-7/+1
* smbd: Slightly simplify create_file_unixpath()Volker Lendecke2022-02-141-33/+18
* s3:modules: Fix virusfilter_vfs_openatPavel Filipenský2022-02-141-3/+3
* s3:selftest: Add test for virus scannerPavel Filipenský2022-02-142-0/+133
* s3:modules: Implement dummy virus scanner that uses filename matchingPavel Filipenský2022-02-144-0/+75
* s3/libads: ensure a sockaddr variable is correctly zero initializedRalph Boehme2022-02-091-1/+3
* s3/libads: simplify storing existing ads->ldap.ssRalph Boehme2022-02-091-8/+4