ldb-samba: ldif_read_objectSid avoids VLA
[samba.git] / source4 / smb_server /
2023-11-15 Joseph Suttonutil/charset: Rename utf16_len_n() to utf16_null_termin...
2023-11-15 Joseph Suttons4:smb_server: Remove trailing whitespace
2023-08-21 Joseph Suttons4:smb_server: Fix code spelling
2023-08-14 Andreas Schneiders4:smb_server: Fix code spelling
2023-08-08 Joseph Suttons4:smb_server: Fix code spelling
2023-08-08 Joseph Suttons4:smb_server: Add missing newlines to logging messages
2023-06-25 Joseph Suttonauth: Add functionality to log client and server policy...
2023-02-08 Joseph Suttonauth: Pass through entire PAC flags value in auth_user_info
2023-01-10 Volker Lendeckelib: Remove idtree from samba_util.h
2023-01-10 Volker Lendeckelib: Add "starting_id" to idr_get_new_random()
2022-03-10 Stefan Metzmachers4:smb_server: don't set mapped_state explicitly in...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s4:smb_server: start with authoritative = 1
2021-04-29 Andreas Schneiders4:samba: Migrate samba daemon to new cmdline option...
2021-03-26 Andrew Bartlettsmb.conf: Remove "share backend" option
2020-11-27 Ralph Boehmes4: rename source4/smbd/ to source4/samba/
2020-09-07 Andreas Schneiders4:smb_server: Use cli_credentials_init_server() for...
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-06-22 Christof Schmittsource4/smb_server: Use NT_STATUS_PENDING instead of...
2019-12-05 Noel Powers4/smb_server: Fix handling of SMB2 messages after...
2019-06-04 Noel Powers4/smb_server/smb: cppcheck: Fix uninitvar & uninitStru...
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-04-01 Volker Lendeckelibsmb: Rename InfoType from [MS-SMB2] according to...
2019-03-28 Stefan Metzmachers4:libcli/smb2: align struct smb_ioctl.smb2 to [MS...
2019-03-28 Stefan Metzmachers4:libcli/smb2: fix smb2_getinfo_send() marshalling
2019-02-13 Douglas Bagnallspelling of associated
2018-11-01 Gary Lockyersource4 smdb: Add a post fork hook to the service API
2018-11-01 Gary Lockyersource4 smbd: Make the service_details structure constant.
2018-05-10 Gary Lockyersamdb: Add remote address to connect
2018-03-19 Simo SorceRemove dead code
2018-01-10 Stefan Metzmachers4:smb_server: remove deprecated 'use spnego = no"...
2017-10-19 Gary Lockyer source4/smbd: refactor the process model for prefork
2017-05-21 Stefan Metzmachers4:smb_server: avoid using gensec_update_ev() for the...
2017-05-11 Jeremy Allisons4: Add TALLOC_CTX * to register_server_service().
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartletts4-auth: Log SMB authorization for bare NTLM (NTLMSSP...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-24 Stefan Metzmacherauth4: let auth_check_password* return pauthoritative
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-08-19 ouyang.xupvfs_open win10 fix, need return SMB2_CREATE_TAG_QFID
2016-06-02 Andrew Bartlettbuild: Build less of Samba when building --without...
2016-04-12 Ralph BoehmeCVE-2016-2115: s3:libsmb: add signing constant SMB_SIGN...
2016-04-12 Stefan MetzmacherCVE-2016-2114: s4:smb2_server: fix session setup with...
2016-04-12 Stefan MetzmacherCVE-2016-2111: s4:smb_server: implement "raw NTLMv2...
2016-03-17 Günther Deschners4-smb_server: check for return code of cli_credentials...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-10-23 Andrew Bartlettbuild: Enable NTVFS file server to be omitted
2015-07-07 Michael AdamIntroduce setting "desired" for 'smb encrypt' and ...
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-03-27 Richard SharpeRename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that...
2015-03-18 David Disseldorps4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query...
2014-11-25 Stefan Metzmachers4:smb_server/smb2: remove unused _pad variables
2014-11-25 Stefan Metzmachers4:smb_server/smb2: avoid unused warnings in smb2srv_se...
2014-09-16 Volker Lendeckelib: Move "large_file_support()" to the source4 smb...
2014-04-02 Stefan Metzmachers4:smb_server/smb: fix invalid pointer type warnings...
2014-04-02 Stefan Metzmachers4:smb_server/smb: fix declaration after code warnings...
2014-03-26 Stefan Metzmachers4:smb_server: make use of gensec_update_ev()
2014-03-07 Stefan Metzmachers4:lib/socket: simplify iface_list_wildcard() and its...
2014-02-19 Garming Sams4: pass down a memory context when performing share_st...
2014-02-12 Andrew Bartlettlib/param: Normalise "read raw" and "write raw" parameters
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from "maxmux...
2014-01-14 Andrew Bartlettntvfs: Remove CAP_UNIX from the ntvfs file server as...
2013-11-22 Andrew Bartlettlib/param: Consolidate code to enable smb signing on...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-08 Andreas Schneiders4-smb_server: Fix a use after free.
2013-06-13 Stefan Metzmachers4:smb_server: call irpc_add_name() at startup (bug...
2013-04-03 David Disseldorpntvfs: support setfileinfo with FULL_EA_INFORMATION
2013-03-20 Stefan Metzmachers4:smb_server: fix large read_andx requests
2012-06-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
2012-05-24 Stefan Metzmachers4:smb_server/smb: fix talloc_free() bug
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-08 Stefan Metzmachers4:smb_server/smb: only create a new session with vuid...
2012-04-11 Andreas Schneiders4-smb2: Fix a talloc crash bug.
2012-04-02 Stefan Metzmachers4:smb_server/smb2: add missing 'return;' statements...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: after smbsrv_terminate_connection...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: fix memory leak in smb2srv_chain_re...
2012-04-02 Stefan Metzmachers4:smb_server/smb2: use helper variable smb2srv_chain_r...
2012-04-02 Stefan Metzmachers4:smb_server/smb: remove a request from the list befor...
2012-03-07 Andrew Bartletts4-smb_server: Put error from share_get_config() into...
2012-02-28 Andrew Tridgells3fs: added file_server directory
2012-02-28 Andrew Bartletts4-smb_server Remove inetd-mode samba3 hook
2012-02-18 Andrew Bartlettauth: Reorder arguments to generate_session_info
2012-02-13 Andrew Bartlettauth: Pass in the SMB username (for %U) into generate_s...
2012-02-07 Jelmer Vernooijsmb_server: Preserve signedness of string push return...
2011-11-08 Andrew Bartletts4-smb_server No longer follow the security=share smb...
2011-11-03 Günther Deschnernbt: trim down header dependencies of nbt.idl.
2011-11-03 Stefan Metzmachers4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_R...
2011-11-03 Stefan Metzmachers4:smb_server: change the default for "server signing...
2011-11-03 Stefan Metzmachers4:smb_server/smb2: add the same SMB_SIGNING_AUTO logic...
2011-11-03 Stefan Metzmachers4:smb_server/smb: make the SMB_SIGNING_AUTO behavior...
2011-10-31 Stefan Metzmachers4:smb_server/smb2: correctly implement related compoun...
2011-10-31 Stefan Metzmachers4:smb_server/smb2: always grant the requested credits
2011-10-31 Stefan Metzmachers4:smb_server/smb2: echo back more header fields
2011-10-19 Stefan Metzmachers4:smb_server/smb2: make use of _smb_setlen_tcp()
2011-10-19 Stefan Metzmachers4:smb_server/smb: make use of _smb_setlen_nbt()
next