summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher2020-02-1012-157/+0
* winbindd_cm: fallback to anonymous for INVALID_COMPUTER_NAME and NO_SUCH_DOMA...Stefan Metzmacher2020-02-101-0/+4
* smbspool: add more error codes to the auth_errors arrayStefan Metzmacher2020-02-101-0/+6
* smbspool: use one element per line for the auth_errors arrayStefan Metzmacher2020-02-101-6/+12
* s3:libads: prefer ENCTYPE_AES256_CTS_HMAC_SHA1_96 in ads_keytab_add_entry()Stefan Metzmacher2020-02-101-3/+3
* s3:libads: make use auth4_context_{for,get}_PAC_DATA_CTR() in kerberos_return...Stefan Metzmacher2020-02-101-68/+2
* auth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR() helpersStefan Metzmacher2020-02-102-6/+2
* smbd: Remove overriding file_attributes with unix_mode in the VFSVolker Lendecke2020-02-072-20/+11
* smbd: Allow a Posix create context to override the unix modeVolker Lendecke2020-02-071-0/+31
* smbd: Add posix create ctx to CREATE_FILE for posix operationsVolker Lendecke2020-02-072-7/+82
* smbd: Add a "done:" exit for get_posix_fsp()Volker Lendecke2020-02-071-1/+3
* smbd: Make unix_perms_from_wire() publicVolker Lendecke2020-02-072-7/+18
* smbd: Ignore incoming POSIX create contextVolker Lendecke2020-02-071-0/+8
* s3: lib: Now remote_machine is static, we can depend on it being non-NULL.Jeremy Allison2020-02-071-3/+1
* s3:lib: Remove unneded call to set_local_machine_name()Andreas Schneider2020-02-071-2/+0
* s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider2020-02-073-45/+23
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-02-071-0/+3
* smb2_server: use sendmsg/recvmsg instead of writev/readvStefan Metzmacher2020-02-061-2/+14
* s3:rpclient: simplify rpc_tstream_next_vector()Stefan Metzmacher2020-02-061-33/+3
* smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-02-061-38/+29
* s3/lib: RIP smb_user_nameRalph Boehme2020-02-061-72/+0
* s3/auth: use set_current_user_info() in auth3_check_password_send()Ralph Boehme2020-02-061-6/+26
* s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()Ralph Boehme2020-02-061-6/+8
* s3/rpc_server/netlogon: use set_current_user_info() in _netr_LogonSamLogon_ba...Ralph Boehme2020-02-061-2/+14
* smbd: remove sub_set_smb_name()/reload_services()Ralph Boehme2020-02-061-4/+0
* s3/rpc_server: use talloc_alpha_strcpy() in _winreg_InitiateSystemShutdownEx()Ralph Boehme2020-02-061-7/+4
* s3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()Ralph Boehme2020-02-061-10/+5
* s3/lib: use talloc_alpha_strcpy() in set_remote_machine_name()Ralph Boehme2020-02-061-9/+4
* s3/lib: use talloc_alpha_strcpy() in set_local_machine_name()Ralph Boehme2020-02-061-8/+4
* s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create()Ralph Boehme2020-02-061-3/+3
* s3/auth: use talloc_alpha_strcpy() in create_local_token()Ralph Boehme2020-02-061-5/+10
* smbd: setting current_user stuff here is redundantRalph Boehme2020-02-061-6/+2
* winbindd: handling missing idmap in getgrgid()Stefan Metzmacher2020-02-051-0/+4
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-051-0/+38
* s3:selftest: test authentication with an empty userdomain and upn namesStefan Metzmacher2020-02-051-0/+8
* s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher2020-02-051-7/+9
* s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher2020-02-051-0/+18
* s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher2020-02-051-1/+8
* s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher2020-02-051-2/+2
* vfs_gpfs: Remove discard_const_p() from gpfswrap_quotactl() callsRalph Wuerthner2020-02-031-2/+1
* vfs_gpfs: Remove discard_const_p() from gpfs_putacl() callsRalph Wuerthner2020-02-031-2/+3
* vfs_gpfs: Remove discard_const_p() from gpfswrap_quotactl() callsRalph Wuerthner2020-02-031-3/+2
* s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison2020-01-301-1/+34
* s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison2020-01-301-0/+40
* auth3: Fix a typoVolker Lendecke2020-01-301-1/+1
* lib: Align integer typesVolker Lendecke2020-01-301-2/+1
* passdb: Use struct allocationVolker Lendecke2020-01-301-4/+4
* nsswitch:tests: Add test to check correct group lookup with samlogon cacheAndreas Schneider2020-01-241-0/+10
* dbwrap: Do direct struct initalization in db_ctdb_store_db_seqnum()Volker Lendecke2020-01-231-8/+2
* smbclient: Fix a typoVolker Lendecke2020-01-231-1/+4