summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-02-071-0/+3
* librpc ndr: Change loop index to size_tGary Lockyer2020-02-071-1/+1
* libprc ndr tests: Fix ndrdump test ntlmssp_CHALLENGE_MESSAGEGary Lockyer2020-02-072-2/+1
* librpc ndr: ndr_pull_advance check for unsigned overflow.Gary Lockyer2020-02-072-7/+2
* librpc ndr tests: Unsigned overflow in ndr_pull_advanceGary Lockyer2020-02-072-0/+27
* librpc ndr: NDR_PULL_ALIGN check for unsigned overflowGary Lockyer2020-02-072-1/+7
* librpc ndr tests: uint32 overflow in NDR_PULL_ALIGNGary Lockyer2020-02-072-0/+35
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-076-1/+112
* selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett2020-02-061-0/+39
* dsdb: Correctly handle memory in objectclass_attrsAndrew Bartlett2020-02-061-1/+16
* source4/scripting/bin: Swap machine account password scriptsAndrew Bartlett2020-02-063-62/+43
* smb2_server: use sendmsg/recvmsg instead of writev/readvStefan Metzmacher2020-02-061-2/+14
* selftest: create a pcap file for the environment setupStefan Metzmacher2020-02-061-0/+3
* selftest: create pcap files for invidual env servicesStefan Metzmacher2020-02-063-11/+15
* selftest: move {setup,cleanup}_pcap() to selftest/target/Samba.pmStefan Metzmacher2020-02-062-34/+40
* selftest: force LC_ALL=en_US.utf8 LANG=en_US.utf8Stefan Metzmacher2020-02-061-0/+2
* s3:rpclient: simplify rpc_tstream_next_vector()Stefan Metzmacher2020-02-061-33/+3
* s4:torture: make rpc.handles.random-assoc test even more robustStefan Metzmacher2020-02-061-1/+1
* 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
* s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme2020-02-061-8/+5
* 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
* lib/util: add talloc_alpha_strcpy()Ralph Boehme2020-02-062-0/+25
* smbd: setting current_user stuff here is redundantRalph Boehme2020-02-061-6/+2
* wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9Andreas Schneider2020-02-061-1/+1
* 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-053-3/+41
* s3:selftest: test authentication with an empty userdomain and upn namesStefan Metzmacher2020-02-052-0/+15
* 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
* bootstrap: Remove un-used dependency python3-cryptoAndrew Bartlett2020-02-0531-31/+2
* s4:param: make sure secrets_db_connect() no longer creates on empty secrets.ldbStefan Metzmacher2020-02-051-1/+1
* s4:param: make use of secrets_db_create() in provision_store_self_join()Stefan Metzmacher2020-02-051-2/+2
* s4:param: add secrets_db_create() helper functionStefan Metzmacher2020-02-052-0/+12
* libcli/nbt: avoid talloc_reference() in nbt_name_*_send()Stefan Metzmacher2020-02-051-4/+4
* s4:rpc_server/lsa: remove some useless talloc_reference() callsStefan Metzmacher2020-02-051-10/+10
* libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2Andreas Schneider2020-02-042-7/+15
* selftest: simplify logic in setup_envDouglas Bagnall2020-02-041-8/+10
* selftest: avoid comparison against undefined valueDouglas Bagnall2020-02-042-2/+6