samba.git
2024-05-07 Stefan Metzmachers3:winbindd: pass a NULL ccache to kerberos_return_pac...
2024-05-07 Stefan Metzmachers3:libads: use smb_krb5_cc_new_unique_memory() in kerbe...
2024-05-07 Stefan Metzmacherauth/credentials: use smb_krb5_cc_new_unique_memory...
2024-05-07 Stefan Metzmacherauth/credentials: use smb_krb5_cc_new_unique_memory...
2024-05-07 Stefan Metzmacherauth/credentials: use smb_krb5_cc_new_unique_memory...
2024-05-07 Stefan Metzmacherauth/credentials: use smb_krb5_cc_new_unique_memory...
2024-05-07 Stefan Metzmacherlib/krb5_wrap: make use of smb_krb5_cc_new_unique_memor...
2024-05-07 Stefan Metzmacherlib/krb5_wrap: add smb_krb5_cc_new_unique_memory()
2024-05-07 Stefan Metzmachers3:gse: don't call krb5_cc_resolve() as server
2024-05-07 Stefan Metzmachers3:gse: avoid prompting for a password that we don...
2024-05-07 Stefan Metzmachers3:gse: make use of gensec_kerberos_possible()
2024-05-07 Stefan Metzmachers4:gensec_gssapi: make use of gensec_kerberos_possible()
2024-05-07 Stefan Metzmacherauth/gensec: add gensec_get_unparsed_target_principal...
2024-05-07 Stefan Metzmacherauth/gensec: add gensec_kerberos_possible() helper
2024-05-07 Stefan Metzmachers3:client: avoid cli_credentials_get_password() to...
2024-05-07 Andreas Schneiderauth:creds: Add test for cli_credentials_get_username_o...
2024-05-07 Stefan Metzmacherauth/credentials: add cli_credentials_get_username_obta...
2024-05-07 Andreas Schneiderauth:creds: Add test for cli_credentials_get_password_o...
2024-05-07 Stefan Metzmacherauth/credentials: add cli_credentials_get_password_obta...
2024-05-07 Stefan Metzmacherlib/cmdline: skip the password prompt if we have a...
2024-05-07 Stefan Metzmacherauth/credentials: add cli_credentials_get_ccache_name_o...
2024-05-07 Andreas Schneiderauth:creds: Add test for cli_credentials_get_principal_...
2024-05-07 Stefan Metzmacherauth/credentials: add cli_credentials_get_principal_obt...
2024-05-06 Volker Lendeckesmbd: Implement FSCTL_DELETE_REPARSE_POINT
2024-05-06 Volker Lendecketests: Test FSCTL_DELETE_REPARSE_POINT
2024-05-06 Volker Lendecketests: Run reparse tests
2024-05-06 Volker Lendecketests: Expected failures in reparse point tests should...
2024-05-06 Volker Lendeckesmbd: Implement fsctl_set_reparse_point
2024-05-06 Volker Lendeckesmbd: Implement fsctl_get_reparse_point
2024-05-06 Volker Lendecketests: Clean up behind ourselves in test_create_reparse
2024-05-06 Volker Lendecketests: Codify IO_REPARSE_TAG_MISMATCH behaviour
2024-05-06 Volker Lendecketests: Clarify a reparse point test
2024-05-06 Jeremy Allisons3: smbd: smb2-posix: Add SAMBA_XATTR_REPARSE_ATTRIB...
2024-05-06 Volker Lendeckeselftest: Default to "tmp" share in reparsepoints.py
2024-05-06 Volker Lendeckesmbd: Use reparse_buffer_check() in fsctl_set_reparse_p...
2024-05-06 Volker Lendeckesmbd: Prepare to return the reparse tag from fsctl_get_...
2024-05-06 Volker Lendeckesmbd: Change the output of fsctl_get_reparse_point...
2024-05-06 Volker Lendeckereparse: Tighten reparse point length check
2024-05-06 Volker Lendeckesmbd: Return FILE_ATTRIBUTE_REPARSE_POINT from "user...
2024-05-03 Andreas Schneiders4:dsdb: Fix stack use after scope in gkdi_create_root_...
2024-04-30 Volker Lendeckesmbd: Remove unused [push_pull]_file_id_24
2024-04-30 Volker Lendeckesmbd: Use struct oplock_break_message for MSG_SMB_KERNE...
2024-04-30 Volker Lendeckesmbd: Remove message_to_share_mode_entry and vice versa
2024-04-30 Volker Lendeckesmbd: Use struct oplock_break_message for MSG_CLOSE_FILE
2024-04-30 Volker Lendeckesmbd: Fix a typo
2024-04-30 Volker Lendeckesmbd: Simplify sending oplock_break_message
2024-04-30 Volker Lendeckelib: Convert push_file_id_16 to take uint8_t instead...
2024-04-30 Volker Lendeckevfs: Convert return_data from char * to uint8_t
2024-04-30 Volker Lendeckepassdb: Use getline(3) to read our old machine sid
2024-04-30 Volker Lendeckepylibsmb: Avoid talloc()
2024-04-30 Volker Lendeckepylibsmb: clang-format for the calls to Py_BuildValue()
2024-04-30 Volker Lendeckepylibsmb: Return reparse_tag from directory listing
2024-04-30 Volker Lendeckelibsmb: Slightly simplify py_cli_list()
2024-04-30 Volker Lendeckesmbd: Fix a copy&paste error in smbXsrv_client_remove()
2024-04-30 Volker Lendeckesmbd: Use direct struct initialization in smbXsrv_client
2024-04-30 Volker Lendeckesmbd: Save a few lines in smbXsrv_client_global_init()
2024-04-30 Volker Lendeckesmbd: Do an early TALLOC_FREE in smbXsrv_client_global_...
2024-04-30 Volker Lendeckesmbd: Simplify smbXsrv_open_clear_replay_cache()
2024-04-30 Volker Lendeckesmbd: Simplify smbXsrv_open_purge_replay_cache()
2024-04-30 Volker Lendeckesmbd: Simplify an if-condition
2024-04-30 Volker Lendeckesmbd: Some README.Coding in smbXsrv_session
2024-04-30 Volker Lendeckelib: Fix whitespace
2024-04-30 Volker Lendeckelibsmb: Remove unused setup_stat_from_stat_ex()
2024-04-30 Volker Lendeckesmbd: Save a few bytes of .text
2024-04-30 Andreas Schneiderlib:ldb: Use correct integer types for sizes
2024-04-30 Andreas Schneiderlib:ldb: Add missing overflow check in ldb_msg_normalize()
2024-04-30 Andreas Schneiderlib:tdb: Add missing overflow check for num_values...
2024-04-30 Andreas Schneiderlib:tdb: Remove trailing spaces from pytdb.c
2024-04-29 Anna Popovas3:utils: Fix Inherit-Only flag being automatically...
2024-04-29 yuzu367python/samba/tests/blackbox: Add tests for Inherit...
2024-04-29 Andreas Schneiders3:libsmb: Pass a memory context to get_ipc_connect()
2024-04-29 Andreas Schneiders3:libsmb: Make get_ipc_connect() static
2024-04-29 Andreas Schneiders3:libnet: Fix memory leak in libnet_join_connect_dc_ipc()
2024-04-29 Andreas Schneiders3:libsmb: Pass memory context to cli_full_connection_c...
2024-04-29 Andreas Schneiders3:libsmb: Pass memory context to cli_full_connection_c...
2024-04-29 Andreas Schneiders3:libsmb: Pass a memory context to cli_start_connection()
2024-04-29 Andreas Schneiders3:libsmb: Pass a memory context to cli_start_connectio...
2024-04-29 Andreas Schneiders3:libsmb: Pass memory context to cli_connect_nb()
2024-04-29 Andreas Schneiders3:torture: Remove trailing spaces in torture.c
2024-04-29 Andreas Schneiders3:nmbd: Remove trailing spaces in nmbd_synclists.c
2024-04-29 Andreas Schneiders3:libsmb: Pass a memory context to cli_connect_nb_recv()
2024-04-24 Jo Suttonpython:tests: Store keys as bytes rather than as lists...
2024-04-24 Jo Suttonpython:tests: Rewrite condition of while loop
2024-04-24 Jo Suttonpython:tests: Store keys as bytes rather than as tuples
2024-04-24 Jo Suttonpython:gkdi: Add helper methods returning previous...
2024-04-24 Jo Suttons4:kdc: Add helper variable indicating whether we think...
2024-04-24 Jo Suttons4:kdc: Pass ldb context into samba_kdc_message2entry_k...
2024-04-24 Jo Suttonpython: Move get_admin_sid() to SamDB
2024-04-24 Jo Suttons4:auth: Export AES128 gMSA keys along with AES256...
2024-04-24 Jo Suttontests/krb5: Check that updated NT hashes of gMSAs have...
2024-04-24 Jo Suttonldb: Remove unnecessary declaration
2024-04-24 Jo Suttonlib:crypto: Fix Coverity build
2024-04-24 Jo Suttonctdb: Report errors from getline()
2024-04-24 Jo Suttonctdb: Ensure ‘ret’ is always initialized
2024-04-24 Stefan MetzmacherWHATSNEW: document ldaps/tls related option changes
2024-04-23 Stefan Metzmachersmbdotconf: finally remove unused "client use spnego...
2024-04-23 Stefan Metzmachers4:selftest: remove useless 'client use spnego principa...
2024-04-23 Stefan Metzmacherauth/gensec: remove useless client_use_spnego_principal...
2024-04-23 Stefan Metzmachers3:selftest/tests.py: run TLDAP tests with sasl-sign...
2024-04-23 Stefan Metzmachers3:torture: add ldaps/starttls support to run_tldap()
next