metze/samba-autobuild/.git
2023-08-14 Andreas Schneidergitlab-ci: Add running codespell
2023-08-14 Andreas Schneiderscripts: Add codespell check
2023-08-14 Andreas Schneiderwintest: Fix code spelling
2023-08-14 Andreas Schneidertests: Fix code spelling
2023-08-14 Andreas Schneidertestprogs: Fix code spelling
2023-08-14 Andreas Schneiders4:wrepl_server: Fix code spelling
2023-08-14 Andreas Schneiders4:wrepl_server: Remove trailing white spaces
2023-08-14 Andreas Schneiders4:torture: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:smb2: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:rpc: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:raw: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:nbt: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:nbench: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:libnetapi: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:ldb: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:ldap: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:ldap: Remove trailing white spaces
2023-08-14 Andreas Schneiders4:torture:krb5: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:dns: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:basic: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:drs: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:dfs: Fix code spelling
2023-08-14 Andreas Schneiders4:torture:auth: Fix code spelling
2023-08-14 Andreas Schneiders4:smb_server: Fix code spelling
2023-08-14 Andreas Schneiders4:setup: Fix code spelling
2023-08-14 Andreas Schneiders3:ldap_server: Fix code spelling
2023-08-14 Andreas Schneiders4:selftest: Fix code spelling
2023-08-14 Andreas Schneiders4:scripting: Fix code spelling
2023-08-14 Andreas Schneiders4:samba: Fix code spelling
2023-08-14 Andreas Schneiders4:rpc_server: Fix code spelling
2023-08-14 Andreas Schneiders4:ntvfs: Fix code spelling
2023-08-14 Andreas Schneiders4:librpc: Fix code spelling
2023-08-14 Andreas Schneiders4:libnet: Fix code spelling
2023-08-14 Andreas Schneiders4:libcli: Fix code spelling
2023-08-14 Andreas Schneiders4:libcli: Remove tailing white spaces
2023-08-14 Andreas Schneiders4:lib: Fix code spelling
2023-08-14 Volker Lendeckeaudit_logging: Simplify json_add_stringn() with json_st...
2023-08-14 Volker Lendecketevent: Fix a typo
2023-08-14 Volker Lendeckelibsmb: A bit README.Coding for cli_qpathinfo2()
2023-08-14 Volker Lendeckesmbd: Pass down "dirfsp" to smb_unix_mknod()
2023-08-14 Volker Lendeckesmbd: Use "dirfsp" in smb_posix_unlink()
2023-08-14 Volker Lendeckesmbd: Use "dirfsp" in smb_posix_open()
2023-08-14 Volker Lendeckesmbstatus: Fix CID 1507865 Uninitialized pointer read
2023-08-14 Volker Lendeckesmbstatus: Fix CID 1507870 Uninitialized pointer read
2023-08-14 Volker Lendeckedbwrap: Simplify dbwrap_change_int32_atomic_action()
2023-08-14 Volker Lendeckedbwrap: Simplify dbwrap_change_uint32_atomic_action()
2023-08-14 Volker Lendeckesmbd: Fix DBG macro
2023-08-14 Volker Lendeckesmbd: Use struct initialization
2023-08-14 Volker Lendeckelib: Move few bytes of R/W data to R/O text
2023-08-14 Volker Lendeckeidmap:fix whitespace
2023-08-14 Volker Lendeckeidmap_tdb: Remove a variable never used
2023-08-14 Volker Lendeckeidmap: Fix whitespace
2023-08-14 Volker Lendeckepassdb: Fix a DBG statement
2023-08-14 Volker Lendeckepassdb: Fix whitespace
2023-08-14 Volker Lendeckepassdb: Fix a DBG message
2023-08-14 Jeremy Allisons3: smbd: Add missing 'return;'s in exit paths in reply...
2023-08-14 Jeremy Allisons3: torture: Add a test doing an SMB1 negotiate+exit.
2023-08-14 Jones Syuemdssvc: Do an early talloc_free() in _mdssvc_open()
2023-08-14 Jeremy Allisons3: smbd: Ensure all callers to srvstr_pull_req_talloc...
2023-08-14 Jeremy Allisons3: smbd: Uncorrupt the pointer we were using to prove...
2023-08-14 Jeremy Allisons3: smbd: Ensure srvstr_pull_req_talloc() always NULLs...
2023-08-14 Jeremy Allisons3: torture: Add SMB1-TRUNCATED-SESSSETUP test.
2023-08-14 Jeremy Allisons3: smbd: Deliberately currupt an uninitialized pointer.
2023-08-14 Joseph Suttons4:kdc: Add get_claims_set_for_principal()
2023-08-14 Joseph Suttons4:kdc: Rename ‘claims_blob’ parameter to ‘claims_blob_out’
2023-08-14 Joseph Suttons4:kdc: Rename get_claims_for_principal() to get_claims...
2023-08-14 Joseph Suttons4:kdc: Ensure that we don’t dereference a NULL pointer
2023-08-14 Joseph Suttons4:kdc: Properly allocate claims set on a talloc context
2023-08-14 Joseph Suttons4:kdc: Remove ldb_context parameter as being no longer...
2023-08-14 Joseph Suttons4:kdc: Have encode_claims_set return NTSTATUS
2023-08-14 Joseph Suttons4:dsdb: Check for overflow in security_token_create()
2023-08-14 Joseph Suttons4:dsdb: Make ‘sids’ parameter const
2023-08-14 Joseph Suttons4:dsdb: Use uint32_t for ‘num_sids’
2023-08-14 Joseph Suttons4:kdc: Free error message returned by krb5_get_error_m...
2023-08-14 Joseph Suttons4:kdc: Use common out path in mit_samba_kpasswd_change...
2023-08-14 Joseph Suttons4:kdc: Inline samba_get_claims_blob()
2023-08-14 Joseph Suttons4:kdc: Don’t enforce a server authentication policy...
2023-08-14 Joseph Suttons4:kdc: Switch to using samdb_result_dom_sid_buf()
2023-08-14 Joseph Suttons4:kdc: Return krb5_error_code
2023-08-14 Joseph Suttons4:kdc: Make some functions static
2023-08-14 Joseph Suttons4:kdc: Return (possibly) more appropriate error codes
2023-08-14 Joseph Suttons4:auth: Check return value of talloc_new()
2023-08-14 Joseph Suttons4:auth: Fix leaks
2023-08-14 Joseph Suttons4:auth: Add missing space to error message
2023-08-14 Joseph Suttons4:kdc: Use type bool for ‘is_tgs’
2023-08-14 Joseph Suttons4:kdc: Erase key data
2023-08-14 Joseph Suttons4:kdc: Ensure the value of h->len is accurate
2023-08-14 Joseph Suttons4:kdc: Consistently zero HDB structures
2023-08-14 Joseph Suttons4:kdc: Fix leaks of sdb_entry’s members
2023-08-14 Joseph Suttons4:kdc: Fail PAC checksum verification if the krbtgt...
2023-08-14 Joseph Suttons4:kdc: Correctly report length of KDC packet
2023-08-14 Joseph Suttons4:kdc: Use portable format specifier
2023-08-14 Joseph Suttons4:kdc: Correct error message
2023-08-14 Joseph Suttons4:kdc: Return an error code if sdb_entry_to_hdb_entry...
2023-08-14 Joseph Suttons4:kdc: Fix code spelling
2023-08-14 Joseph Suttons4:kdc: Fix leaks
2023-08-14 Joseph Suttons4:kdc: Move calls to talloc_steal() out of the ‘out...
2023-08-14 Joseph Suttons4:kdc: Remove unnecessary talloc context
2023-08-14 Joseph Suttons4:kdc: Call krb5_free_principal() directly after to...
2023-08-14 Joseph Suttons4:kdc: Free samba_kdc_seq context on failure to alloca...
next