commit_msg
stringlengths
1
24.2k
commit_hash
stringlengths
2
84
project
stringlengths
2
40
source
stringclasses
4 values
labels
int64
0
1
repo_url
stringlengths
26
70
commit_url
stringlengths
74
118
commit_date
stringlengths
25
25
CVE-2022-32746 s4/dsdb/acl: Fix LDB flags comparison LDB_FLAG_MOD_* values are not actually flags, and the previous comparison was equivalent to (el->flags & LDB_FLAG_MOD_MASK) == 0 which is only true if none of the LDB_FLAG_MOD_* values are set, so we would not successfully return if the element was a DELETE. Correct the expression to what it was intended to be. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15009 Signed-off-by: Joseph Sutton <[email protected]>
99b805e4cbeec232c65adb1a6f3fb326b55c4496
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/99b805e4cbeec232c65adb1a6f3fb326b55c4496
2022-06-21 15:22:47+12:00
s3/libsmb: clang: Fix 'Value stored to 'status' is never read' Fixes: source3/libsmb/cliquota.c:340:11: warning: Value stored to 'status' during its initialization is never read <--[clang] NTSTATUS status = NT_STATUS_UNSUCCESSFUL; ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ /home/samba/samba/source3/libsmb/cliquota.c:357:4: warning: Value stored to 'status' is never read <--[clang] status = NT_STATUS_OK; ^ ~~~~~~~~~~~~ 2 warnings generated. Signed-off-by: Noel Power <[email protected]> Reviewed-by: Gary Lockyer <[email protected]>
0c91634ebe4065bfb66c5cf575659aa1150fc2fb
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0c91634ebe4065bfb66c5cf575659aa1150fc2fb
2019-08-09 16:02:18+01:00
s3:tests: Reformat vfstest-catia/run.sh shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Guenther Deschner <[email protected]>
5cfd0b9fdc0d0c83d579269123f0887925c9a554
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/5cfd0b9fdc0d0c83d579269123f0887925c9a554
2022-04-22 15:34:12+02:00
vfs_default: support real dirfsps in vfswrap_unlinkat() Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
2a51ed753edf868a967c7bfad1bd9f44bbf98fb0
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2a51ed753edf868a967c7bfad1bd9f44bbf98fb0
2021-01-20 15:01:00+01:00
idmap_hash: Align integer types Loop-variable and bound should be the same type Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
ea50825acf10cd528238b09eecf945d61a4a99aa
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ea50825acf10cd528238b09eecf945d61a4a99aa
2018-05-04 21:02:41+02:00
CVE-2015-5370: s3:rpc_server: disconnect the connection after a fatal FAULT pdu BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
cd1c7d227fabdd6629105a4cc04334b3f0d9e7e9
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/cd1c7d227fabdd6629105a4cc04334b3f0d9e7e9
2015-12-23 12:40:58+01:00
ctdb-daemon: Rename struct ctdb_control_set_tunable to ctdb_tunable_old Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Martin Schwenke <[email protected]>
1278a5a4ed527f3fe0f7150854d53b40835121ad
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1278a5a4ed527f3fe0f7150854d53b40835121ad
2015-10-28 19:18:02+11:00
vfs_ceph: support real dirfsps in cephwrap_unlinkat() Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
fa058d166e006d02327add731d34567fa813d91e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/fa058d166e006d02327add731d34567fa813d91e
2021-01-20 15:00:43+01:00
ctdb-client: Remove support for SET_RECLOCK Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
312521f2647f2798c9a261bfa7e36eb3a54ea321
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/312521f2647f2798c9a261bfa7e36eb3a54ea321
2016-04-05 16:05:47+10:00
librpc:core: Add public functions to initialize endpoint servers The dcesrv_init_registered_ep_servers() will be used by the S3 server to initialize all registered endpoint servers (for embedded services), and the dcesrv_init_ep_server() function will be used by the external daemons to initialize the required ones. As serveral S3 services may require to initialize another one before itself (svcctl and eventlog for example require winreg) a boolean flag is added to track the initialization status. Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
90eb485cf9d8eaecfab31044e52e8f41b3a51452
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/90eb485cf9d8eaecfab31044e52e8f41b3a51452
2019-09-06 14:38:29+02:00
tevent: fix CID 1437974 dereference after null check Probably a copy/paste error from the tevent_debug() statement a few lines above as at this place we want to pass main_ev directly to tevent_debug() anyway. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Volker Lendecke <[email protected]> Autobuild-User(master): Volker Lendecke <[email protected]> Autobuild-Date(master): Tue Jul 17 16:21:21 CEST 2018 on sn-devel-144
ba991da43469a1844b67fcec19a15ceda409fc3f
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ba991da43469a1844b67fcec19a15ceda409fc3f
2018-07-17 12:59:50+02:00
json: Modify API to use return codes Modify the auditing JSON API to return a response code, as the consensus was that the existing error handling was aesthetically displeasing. Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
79f494e51eabb5176747fcf3b9f2efad10ec7f97
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/79f494e51eabb5176747fcf3b9f2efad10ec7f97
2018-07-13 09:14:09+12:00
lib/param: fix hiding of FLAG_SYNONYM values BUG: https://bugzilla.samba.org/show_bug.cgi?id=11526 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Michael Adam <[email protected]>
25dcdc92709a46d87125bc454faae7cad43d6b71
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/25dcdc92709a46d87125bc454faae7cad43d6b71
2015-09-18 18:54:31+02:00
ctdb-protocol: Add API to extract ctdb_ltdb_header from TDB_DATA Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Martin Schwenke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
8ded8e81b0f0da8a3ea79d63d575b6493e4a87f3
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8ded8e81b0f0da8a3ea79d63d575b6493e4a87f3
2015-11-10 18:29:39+11:00
ldb: validate ldb_dn_set_component input parameters even more strictly Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Jelmer Vernooij <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Wed Jan 6 00:33:21 CET 2016 on sn-devel-144
a44e4e932347c4c73bfcd9ee227a5105b5db09f2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a44e4e932347c4c73bfcd9ee227a5105b5db09f2
2016-01-04 12:13:40+13:00
traffic: rename packet_rate -> replay_speed for accuracy and room We are soon going to have a self.packet_rate, and replay_speed is more accurate in this case. Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
a430b11ca2e450792ae9617453f4971ce50e36c1
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a430b11ca2e450792ae9617453f4971ce50e36c1
2018-12-03 13:32:59+13:00
py_net: fix != None check Py_None is not false in C, so this branch was always taken. Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
3da801aea1a67606f25480ac7cd43eee77e003c8
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/3da801aea1a67606f25480ac7cd43eee77e003c8
2018-04-21 00:37:15+12:00
ctdb-tests: Improve test portability "wc -l" on some platforms (e.g. FreeBSD) contains leading spaces, so strip them. Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
c6c81ea287924c2924aebc6dc0cdea1dc4322ae2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c6c81ea287924c2924aebc6dc0cdea1dc4322ae2
2020-03-05 21:48:59+11:00
s3:net: Refactor net_ads_dns_register(), allocate a talloc context ADS_STRUCT will be allocated in the talloc context. Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
d92055e01b21cd0ae2f5c8bb350c089b23dbfb34
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d92055e01b21cd0ae2f5c8bb350c089b23dbfb34
2022-05-26 12:08:45+02:00
lib: Align an integer type Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
c89ae5f0f65d727bd7084a52175089aa60dda428
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c89ae5f0f65d727bd7084a52175089aa60dda428
2022-08-03 11:05:33+02:00
s3-mdssvc: add new option 'spotlight' Per share option: it reflects whether a share is indexed by Tracker or not. The global switch that controls whether Spotlight is enabled or not, are the mdsvc RPC switches. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
25f56f5f4060c912f4fb6a9ef7179829233369bd
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/25f56f5f4060c912f4fb6a9ef7179829233369bd
2014-07-31 13:49:49+02:00
vfs_virusfilter: Fix CID 1428740 Macro compares unsigned to 0 vsnprintf returns "int" and not "size_t" Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
734404bbe911fd4aa6565b2a2aaecab4fbbf3c45
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/734404bbe911fd4aa6565b2a2aaecab4fbbf3c45
2018-01-30 12:36:14+01:00
lib/util: Fix initializer Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
a1131494df57f32f38d7f52087ae19efa1d9a498
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a1131494df57f32f38d7f52087ae19efa1d9a498
2017-03-16 13:29:18+11:00
samba-tool: Add a gpo command for removing Sudoers Group Policy Signed-off-by: David Mulder <[email protected]> Reviewed-by: Douglas Bagnall <[email protected]>
f509550f872424a67d4fbc9473c8959e53dffb70
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/f509550f872424a67d4fbc9473c8959e53dffb70
2020-11-06 09:54:59-07:00
.travis.yml: install python-crypto Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Michael Adam <[email protected]>
312bf416ad6a6db4f4342556bd6190d56c455660
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/312bf416ad6a6db4f4342556bd6190d56c455660
2016-02-02 11:46:56+01:00
s3:winbind: Fix a memory leak in ads_idmap_cached_connection() The trust password was leaked. Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
600f081c39613613219d17321a2c0283641204b5
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/600f081c39613613219d17321a2c0283641204b5
2022-05-25 14:17:51+02:00
libcli:samsync: Remove unused header file Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
79207884a33e341de50f426af63f0ee4cba4b2c5
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/79207884a33e341de50f426af63f0ee4cba4b2c5
2019-02-27 08:03:05+01:00
PY3: fix iteritems usage, not supported in python3 Signed-off-by: Noel Power <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
693834f7313471b62371a9517c05438b0c8f3e5c
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/693834f7313471b62371a9517c05438b0c8f3e5c
2018-07-31 18:04:30+01:00
s3:smbd: fix a NULL pointer deference caused by smb2srv_update_crypto_flags() When we used a fake session structure from smb2srv_session_lookup_global() there's no point in updating any database. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
aa29d89942355f988815d3b4b562bf3cf0f26b94
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/aa29d89942355f988815d3b4b562bf3cf0f26b94
2021-06-10 16:03:15+00:00
python/tests: let usage.py be more verbose on errors Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Isaac Boukris <[email protected]>
0f805db40a4948f9902733aa03ed6ae2789dabb3
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0f805db40a4948f9902733aa03ed6ae2789dabb3
2020-03-24 14:02:58+01:00
s3/smbd: VFS Fix incorrect VFS_FIND smb_vfs_call_fset_dos_attributes is looking for the wrong function Signed-off-by: Noel Power <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
8bdd2420e8972acb89a41829bddef5d857d7fb91
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8bdd2420e8972acb89a41829bddef5d857d7fb91
2021-03-03 11:29:43+00:00
s3:waf: Reformat errors3 Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Michael Adam <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
956cb528fd5bbd1845d8928a064331d224074c01
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/956cb528fd5bbd1845d8928a064331d224074c01
2016-11-22 10:57:22+01:00
mdssvc: fix kMDScopeArray parsing In macOS Ventura marshalling of kMDScopeArray in the "openQueryWithParams" request has changed from string: kMDScopeArray sl_array_t(#1): { string: /foo/bar } to: string: kMDScopeArray sl_array_t(#1): { sl_array_t(#1): { string: /foo/bar } } With this patch we check both encodings. Bug fixed according to user feedback. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15299 RN: Spotlight doesn't work with latest macOS Ventura Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
1dd0cd2f4e644ad43b0e7ee2aaae19799e859585
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1dd0cd2f4e644ad43b0e7ee2aaae19799e859585
2023-01-18 16:21:16+01:00
CVE-2020-25719 CVE-2020-25717 tests/krb5: Modify get_service_ticket() to use _generic_kdc_exchange() BUG: https://bugzilla.samba.org/show_bug.cgi?id=14799 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14561 Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
ff6631ecdcb7f0f6455d83e905647dc5aacee51d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ff6631ecdcb7f0f6455d83e905647dc5aacee51d
2021-10-18 14:59:01+13:00
s3: VFS: shadow_copy2: Fix usage of saved_errno to only set errno on error. Rationale: VFS calls must act like their POSIX equivalents, and the POSIX versions *only* set errno on a failure. There is actually code in the upper smbd layers that depends on errno being correct on a fail return from a VFS call. For a compound VFS module like this, a common pattern is : SMB_VFS_CALL_X() { int ret; syscall1(); ret = syscall2(); syscall3(); return ret; } Where if *any* of the contained syscallX()'s fail, they'll set errno. However, the actual errno we should return is *only* the one returned if syscall2() fails (the others are lstat's checking for existence etc.). So what we should do to correctly return only the errno from syscall2() is: SMB_VFS_CALL_X() { int ret; int saved_errno = 0; syscall1() ret = syscall2(); if (ret == -1) { saved_errno = errno; } syscall3() if (saved_errno != 0) { errno = saved_errno; } return ret; } BUG: https://bugzilla.samba.org/show_bug.cgi?id=12531 Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Uri Simchoni <[email protected]>
cda6764f1a8db96182bfd1855440bc6a1ba1abee
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/cda6764f1a8db96182bfd1855440bc6a1ba1abee
2017-01-23 10:20:13-08:00
s4-torture: Add helper functions to create channels. Helper functions used by both oplock and lease break tests. Signed-off-by: Guenther Deschner <[email protected]> Signed-off-by: Sachin Prabhu <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
018845d49cd29c392127f84364698ea1722dba8b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/018845d49cd29c392127f84364698ea1722dba8b
2019-02-28 12:09:08+00:00
lib/tevent/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
d4cef3b10314615f775d64bb2445958e8d513b10
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d4cef3b10314615f775d64bb2445958e8d513b10
2018-02-02 16:34:31+02:00
s3: VFS: Implement create_dfs_pathat() in catia. Now we use this instead of symlinks to create DFS links, it's needed in catia. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
fa2f83e13aa92a12bd8d0113576a04a1e4431a44
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/fa2f83e13aa92a12bd8d0113576a04a1e4431a44
2020-01-28 14:42:49-08:00
s3:registry: Avoid a double-free in reg_perfcount Found by covscan. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
2679dd0fd87903822f7ed29cfb88834838e69346
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2679dd0fd87903822f7ed29cfb88834838e69346
2018-09-26 14:29:50+02:00
s4:auth_winbind: fix error checking in winbind_check_password() We need to handle every error instead of just NT_STATUS_NO_SUCH_USER, the callers also doesn't require NT_STATUS_NOT_IMPLEMENTED anymore. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
28f2039886870a1f2f0eba7dd7420d08a479cf97
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/28f2039886870a1f2f0eba7dd7420d08a479cf97
2017-06-17 00:26:18+02:00
pidl:NDR/Server: Allow to define endpoint server shutdown functions The next commits will register legacy api_struct when the endpoint server is initialized. This commit adds a shutdown function which will be used to unregister the legacy api_struct. The shutdown function will be also used to replace the rpc_srv_callbacks struct shutdown member used, for example, by the spoolss service to cleanup before exiting. Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
e24ce0023fa00a33d22f5f475e9280a8cad612c3
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e24ce0023fa00a33d22f5f475e9280a8cad612c3
2019-09-06 15:16:01+02:00
s4:client: Reformat shell scripts shfmt -f source4/client/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Pavel Filipenský <[email protected]>
20f63b7966538694263c74e8e1184f8347b66979
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/20f63b7966538694263c74e8e1184f8347b66979
2022-02-23 11:59:24+01:00
s3:net: Refactor net_ads_check_int(), allocate a talloc context ADS_STRUCT will be allocated in the talloc context. Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
50934b85ffe57ba35e6558a2b54097e64f464419
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/50934b85ffe57ba35e6558a2b54097e64f464419
2022-05-26 15:13:02+02:00
loadparm: Remove unused realm_original Signed-off-by: Christof Schmitt <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Thu May 10 22:47:15 CEST 2018 on sn-devel-144
b07b4e459e95f2609af651e579d3b0b01b8a4c7e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b07b4e459e95f2609af651e579d3b0b01b8a4c7e
2018-05-10 10:51:59-07:00
s3: VFS: vfs_syncops. Implement unlinkat(). This is identical to unlink(), as there are no special cases needed for rmdir(). Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
83e0cf6dc9a9017232c910940a46f8d196a2e641
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/83e0cf6dc9a9017232c910940a46f8d196a2e641
2019-09-12 14:09:27-07:00
libndr: reformat libndr torture_suite macros to make differences more visible. Guenther Signed-off-by: Günther Deschner <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
c82aed878ef5fe0994999ada4ee6f37e98027f31
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c82aed878ef5fe0994999ada4ee6f37e98027f31
2015-06-26 16:16:42+02:00
third_party/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
0119a8791ca0ec728df8f7b7de00d813fec30857
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0119a8791ca0ec728df8f7b7de00d813fec30857
2018-02-02 16:34:33+02:00
s3:smbd: make smbXsrv_client_connection_pass_loop() more robust Don't leak fds in the error paths. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11898 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
af51b75c6118787ce8b4b1fcc8198ff15397788b
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/af51b75c6118787ce8b4b1fcc8198ff15397788b
2020-07-03 10:08:08+02:00
ctdb-daemon: Increase priority of logs when recovery happens Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Martin Schwenke <[email protected]>
027689a2cf2b3f7ac0cfb16b882ad0b72c1376a5
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/027689a2cf2b3f7ac0cfb16b882ad0b72c1376a5
2017-07-04 15:50:12+10:00
s3: lib: Fix two old, old bugs in set_conn_connectpath(), now in canonicalize_absolute_path(). Canonicalizing a path of /foo/bar/../baz would return /foo/barbaz as moving forward 3 characters would delete the / character. Canonicalizing /foo/.. would end up as '\0'. Test to follow. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12531 Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Uri Simchoni <[email protected]>
82979afc46cc5e466bdd999a94080e7a5df95518
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/82979afc46cc5e466bdd999a94080e7a5df95518
2017-01-19 15:18:41-08:00
ctdb: Fixing memory leak in ctdb_tcp_tnode_cb It is expected by the caller(queue_process) that the callback is free'ing the memory referenced by the data pointer. Signed-off-by: Swen Schillig <[email protected]> Reviewed-by: Martin Schwenke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
611c9a0ba9472aae17a3099da20ea2d836cef84a
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/611c9a0ba9472aae17a3099da20ea2d836cef84a
2018-03-13 09:42:24+01:00
Tests lsa.String: add String constructor, str and repr Tests for the String constructor, str and repr methods added to the samba.dcerpc.lsa.String python object Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Garming Sam <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
4cc979aba71d5480b0db2dd421f0ccdc6893e693
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4cc979aba71d5480b0db2dd421f0ccdc6893e693
2017-06-15 07:57:23+12:00
samba-tool: Add domain member leave Signed-off-by: David Mulder <[email protected]> Reviewed-by: Rowland Penny <[email protected]> Autobuild-User(master): David Mulder <[email protected]> Autobuild-Date(master): Thu Nov 4 20:43:32 UTC 2021 on sn-devel-184
1fce72f796e44e9d7fc40f8f8052d08b5e0b2ec2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1fce72f796e44e9d7fc40f8f8052d08b5e0b2ec2
2021-11-04 08:42:06-06:00
ldb_tdb: Add a function to take a GUID and make the TDB_DATA key This allows us to format the TDB key as DN=GUID=f7c953ee-cf9c-433f-b423-21ce04d09591 and so be compatible with an un-indexed search and a re-index with an old ldb. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Garming Sam <[email protected]>
f26d1a8c5de931685b5de7a52a58ebcbf2ea5f88
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/f26d1a8c5de931685b5de7a52a58ebcbf2ea5f88
2017-08-16 10:44:34+12:00
gpo: Apply Group Policy OpenSSH settings from VGP Signed-off-by: David Mulder <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
ddf1cbd345237162ac19596ac1db787e0d77de65
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ddf1cbd345237162ac19596ac1db787e0d77de65
2020-11-05 09:08:26-07:00
pidl: add --template3 option to generate s3 server stubs. Guenther Signed-off-by: Günther Deschner <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
c686e34dc6447ebc24ce7168a76506e3e6f08f2b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c686e34dc6447ebc24ce7168a76506e3e6f08f2b
2013-01-21 18:42:45+01:00
spoolss: Fix caching of printername->sharename time_mono() gives seconds since boot, gencache expects seconds since epoch. With time_mono(), the values are always expired immediately. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12374 Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Guenther Deschner <[email protected]> Autobuild-User(master): Günther Deschner <[email protected]> Autobuild-Date(master): Thu Oct 13 13:48:52 CEST 2016 on sn-devel-144
d7214a82169e777a6432347ad3dbab8013b83194
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d7214a82169e777a6432347ad3dbab8013b83194
2016-10-12 11:06:51+02:00
waf: Add check for gnutls_x509_crt_set_subject_unique_id() This is used by the GnuTLS backupkey implementation. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
e35a8598c6b123cb64bff6946b80acdf48ad2eec
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e35a8598c6b123cb64bff6946b80acdf48ad2eec
2019-04-29 11:05:07+02:00
ctdb-recoverd: Fix buggy function return on memory allocation failure Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
630f169653b731025aeb0babcd8cf0710bc5d316
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/630f169653b731025aeb0babcd8cf0710bc5d316
2016-06-01 15:56:42+10:00
s3: libsmb: Add in (currently unused) function dns_lookup_list(). This function takes a list of names returned from a DNS SRV query which didn't have returned IP addresses and returns an array of struct sockaddr_storage. Currently synchronous, but this is the function that will be changed to be asynchronous later. Compiles but commented out for now so we don't get "unused function" warnings. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Isaac Boukris <[email protected]>
d0fa32bdcda523df628a7ab96e6598d5f8ea41d4
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d0fa32bdcda523df628a7ab96e6598d5f8ea41d4
2020-07-20 18:31:16-07:00
s3:rpc_server: Allow to use RC4 for creating trusts Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Alexander Bokovoy <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
4425f2c113a4dc33a8dc609d84a92018d61b4d2e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4425f2c113a4dc33a8dc609d84a92018d61b4d2e
2020-08-20 13:40:21+02:00
samba_dnsupdate: Simplify logic and add more verbose debugging By reducing the intendation this code is a little clearer Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Garming Sam <[email protected]>
b1ab37ec5bfcfb66c905c7d8b756d46154d7388b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b1ab37ec5bfcfb66c905c7d8b756d46154d7388b
2015-08-10 12:15:04+12:00
lib:replace: Fix a memleak in test_strndup() Found by covscan Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
68cb9a0e6c7991280154387527cd919e92d05c20
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/68cb9a0e6c7991280154387527cd919e92d05c20
2021-04-22 15:05:07+02:00
heimdal_build: Improve error and warning handling on old and new compilers The previous commit 1eadeaed0a6ca3a58eb9fd176a7ae5bcc28f64ef had a couple of errors, the unpicky flags were being set on all builds (not just old compiler builds) due to confusing variable names, and Ubuntu 16.04 would not build (for fuzzing) because it thought some variables were maybe-uninitialized. This keeps stricter warnings->errors on modern compilers while allowing the full build, even in the near future when a modern Heimdal is imported. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]> Autobuild-User(master): Stefan Metzmacher <[email protected]> Autobuild-Date(master): Wed Jun 16 14:43:17 UTC 2021 on sn-devel-184
c9350fef6e1141858ae2c3f200f3aaca5a8a29b8
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c9350fef6e1141858ae2c3f200f3aaca5a8a29b8
2021-06-16 16:51:14+12:00
testprogs: Reformat test_kinit_trusts_heimdal.sh shfmt -w -p -i 0 -fn testprogs/blackbox/test_kinit_trusts_heimdal.sh Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Pavel Filipenský <[email protected]>
ce97396ecb2a858dd32ed04e62cf19fdc87c40e5
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ce97396ecb2a858dd32ed04e62cf19fdc87c40e5
2022-04-22 15:46:05+02:00
auth/spnego: make the SPNEGO_FALLBACK continuation completely async Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
81df16a54ab28b0e4925623aaec93ac6238eb4be
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/81df16a54ab28b0e4925623aaec93ac6238eb4be
2017-06-13 23:43:01+02:00
s4-kdc: Add a new kpasswd service implementation This function is intended to be be passed to kdc_add_socket(). The function kpasswd_handle_request() which is called by kpasswd_process() is Kerberos implementation specific and should be implemented in a kpasswd-service-<kerberos flavour>.c file. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
69749b61308e4a659fcee4e59fe151ffc71801b0
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/69749b61308e4a659fcee4e59fe151ffc71801b0
2016-09-07 12:32:14+02:00
dbwrap: Simplify dbwrap_record_watchers_key() It took a bit for me to figure out what the rec_key parameter to dbwrap_record_watchers_key does. I think it's simpler to parse the watcher key in dbwrap_record_watch_recv to retrieve the watched record key than to store it Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
2e0e06c3c51fc57bd021f24850e85e2394b3fa1c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2e0e06c3c51fc57bd021f24850e85e2394b3fa1c
2015-09-20 17:06:22+02:00
s3: libsmb: Remove now unused dup_ip_service_array(). Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Noel Power <[email protected]>
57349b65cc4323ae757a48b7a878bf9861728cd1
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/57349b65cc4323ae757a48b7a878bf9861728cd1
2020-08-27 11:12:17-07:00
vfs_default: implement SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
1265b5167328db1bf6d64f50c39276cc19278d70
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1265b5167328db1bf6d64f50c39276cc19278d70
2018-03-15 12:35:13+01:00
vfs_ceph: Rename kernel_flock to filesystem_sharemode Signed-off-by: Christof Schmitt <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
0ac9dfd2677392f1e5d292752b046fb025679a5f
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0ac9dfd2677392f1e5d292752b046fb025679a5f
2021-09-20 15:18:56-07:00
dbcheck: store fixed forward link attributes with the correct sorting The corruption we're trying to fix messed up the sorting, so there's no point in keeping the current order. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
7df17c0a8dffceb053ca806c9426d493b4837b1a
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/7df17c0a8dffceb053ca806c9426d493b4837b1a
2018-01-30 09:55:21+01:00
mit-kdb: Remove unneeded memset() The memory has been allocated with calloc() already. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
72fe43f218f712c6807126b62550472500cd37b4
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/72fe43f218f712c6807126b62550472500cd37b4
2016-12-15 17:51:24+01:00
python/tests/*: remove unused imports Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Noel Power <[email protected]>
b9161e52605b7ad1595ed13f3b7f48145b1d3d25
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b9161e52605b7ad1595ed13f3b7f48145b1d3d25
2018-10-11 13:58:50+13:00
krb5: Fix PAC signature leak affecting KDC BUG: https://bugzilla.samba.org/show_bug.cgi?id=14642 [[email protected] Cherry-picked from Heimdal commit 54581d2d52443a9a07ed5980df331f660b397dcf] Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
f6adfefbbb41b9100736134d0f975f1ec0c33c42
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/f6adfefbbb41b9100736134d0f975f1ec0c33c42
2021-10-10 21:55:59-05:00
pam: Fix CID 1034870 Resource leak Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
ad3e38f6bb65fdf16cc792b97333a74d49f345bf
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ad3e38f6bb65fdf16cc792b97333a74d49f345bf
2015-03-03 16:11:26+01:00
nsswitch: Fix username in wbinfo -K output We should not print the password if specified via the command line. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
96f319e0de21b0479a4f9be23e8a2c1d2709d6f6
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/96f319e0de21b0479a4f9be23e8a2c1d2709d6f6
2020-01-15 15:30:24+01:00
s4:utils: Reformat shell scripts shfmt -f source4/utils/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Pavel Filipenský <[email protected]> Autobuild-User(master): Pavel Filipensky <[email protected]> Autobuild-Date(master): Fri Jul 8 09:59:19 UTC 2022 on sn-devel-184
c4c086ecc00899741d114e6dc51b5cfcfd1d0707
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c4c086ecc00899741d114e6dc51b5cfcfd1d0707
2022-02-23 12:04:57+01:00
tests/krb5: Add methods to determine whether elements were included in the request Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
99e3b909edf27c751b959a3d0b672ddd2b7140e2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/99e3b909edf27c751b959a3d0b672ddd2b7140e2
2021-07-27 15:21:01+12:00
vfs_glusterfs: Rename argument of flock function MS-SMB2 and the smbd code refer to this field as share_access. Use the same name in the function argument. Signed-off-by: Christof Schmitt <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
0d5794f6f92dbfc2400b73ed3a0376a050b28b50
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0d5794f6f92dbfc2400b73ed3a0376a050b28b50
2020-01-03 12:41:00-07:00
s3-passdb: fix memleak in pdb_default_get_trusted_domain(). Guenther Signed-off-by: Günther Deschner <[email protected]> Reviewed-by: Alexander Bokovoy <[email protected]>
450b7c619f89c596b6391a3f353364fa0943e500
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/450b7c619f89c596b6391a3f353364fa0943e500
2015-03-30 12:32:20+02:00
lib: Remove some unused code Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Christof Schmitt <[email protected]> Autobuild-User(master): Volker Lendecke <[email protected]> Autobuild-Date(master): Thu Feb 28 13:53:41 UTC 2019 on sn-devel-144
c906153cc7af21abe508ddd30c447642327d6a5d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c906153cc7af21abe508ddd30c447642327d6a5d
2019-02-26 15:23:17+01:00
selftest: Refactor duplicated code to set ENV vars Whenever we started a process, we basically used the same code to setup the ENV variables. The s4 ENVNAME may now be slightly different in the child process that runs samba (i.e. '$testenv.samba'), but that ENV var did not appeared to be used much. I'm not sure if the current difference in $skip_resolv_wrapper logic for nmbd was deliberate or accidental, but I've preserved the logic for now. Signed-off-by: Tim Beale <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
a60e59735c20f8e342fa1b00ae5715f1673f22be
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a60e59735c20f8e342fa1b00ae5715f1673f22be
2019-05-21 11:27:45+12:00
s3:winbind: Add support for storing KRB5 credential in KCM This can store crentiials in the Kerberos Credential Manager e.g. provided by sssd. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Alexander Bokovoy <[email protected]> Autobuild-User(master): Andreas Schneider <[email protected]> Autobuild-Date(master): Mon Jul 1 19:22:02 UTC 2019 on sn-devel-184
163c0cc84a1f2ded56389db80e9e4046f76f6185
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/163c0cc84a1f2ded56389db80e9e4046f76f6185
2019-07-01 10:43:42+02:00
ctdb-tests: Improve setting of helper paths Make use of variables provided by script_install_paths.sh instead of reinventing the logic. Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
78248adad61a22cb7bf0c16a67e5479e86179c7c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/78248adad61a22cb7bf0c16a67e5479e86179c7c
2018-03-14 15:03:19+11:00
s3:winbind: Improve logging in winbindd_getgrent.c Test scenario: id ADDOMAIN/alice Signed-off-by: Pavel Filipenský <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
ac8f35d6b49b2b2bfba476827818929fe7307c0d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ac8f35d6b49b2b2bfba476827818929fe7307c0d
2021-08-04 18:29:11+02:00
provision: Add support for BIND 9.12.x Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Fri Aug 10 05:36:19 CEST 2018 on sn-devel-144
1a86733d034019083cadb137cb81dba661f96b66
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1a86733d034019083cadb137cb81dba661f96b66
2018-08-08 19:44:38+10:00
talloc: Fix alignment issues for casting pointers warning: cast from 'char *' to 'struct talloc_chunk *' increases required alignment from 1 to 8 Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Volker Lendecke <[email protected]> Autobuild-User(master): Andreas Schneider <[email protected]> Autobuild-Date(master): Tue Mar 19 12:38:50 UTC 2019 on sn-devel-144
b2c2c4c3e6c4538c62cbcf03923bd7536292f7e9
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b2c2c4c3e6c4538c62cbcf03923bd7536292f7e9
2018-10-12 11:58:26+02:00
sefltest: Improve getdcname test by confirming the _REQUIRED flag behaviours We do this by checking what the underlying CLDAP netlogon call returns. This also validates that behaviour. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Douglas Bagnall <[email protected]>
6f30eca3bbbc147825bf32bb1f194d275b383a92
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/6f30eca3bbbc147825bf32bb1f194d275b383a92
2023-05-30 16:06:04+12:00
provision: Align displayName of Property Sets with MS-ADTS 3.1.1.2.3.3 This gives some better names than what the CN of the object was. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Garming Sam <[email protected]>
e8b200fad365298e57ca4b8fa7451e06451e7b0c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e8b200fad365298e57ca4b8fa7451e06451e7b0c
2017-12-11 13:35:25+13:00
dbwrap: Improve an error message Include the path where db_open() tried to find the ctdb socket Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
e033dafd142e60c296872a8d7c2c8e80ef4c4ec0
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e033dafd142e60c296872a8d7c2c8e80ef4c4ec0
2020-01-27 14:15:42+01:00
s3:tests: Reformat test_virus_scanner.sh shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Guenther Deschner <[email protected]>
a73b4bf8705f98c750582dd019ac9b3fa7392f5b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a73b4bf8705f98c750582dd019ac9b3fa7392f5b
2022-04-22 15:34:11+02:00
ctdb-tools: Reimplement read_nodes_file() using ctdb_get_nodes_file() Update the implementation of "ctdb xpnn" and "ctdb listnodes" accordingly. Update associated tests too. Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
c5538a464f82a0a41b2db42ddf3dc0f7496a1676
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c5538a464f82a0a41b2db42ddf3dc0f7496a1676
2015-02-23 22:05:36+11:00
selftest: Use 'logging' parameter instead of 'syslog' 'syslog' has been deprecated, so use the new 'logging' parameter instead. Signed-off-by: Christof Schmitt <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Reviewed-by: Michael Adam <[email protected]> Autobuild-User(master): Michael Adam <[email protected]> Autobuild-Date(master): Fri Mar 27 06:38:32 CET 2015 on sn-devel-104
0c7b69b10b0e8b8bd580e835466411ec83daf98c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0c7b69b10b0e8b8bd580e835466411ec83daf98c
2015-03-23 16:16:36-07:00
tests python krb5: refactor compatability tests Refactor to aid the adding of tests for the inclusion of a salt when ARCFOUR_HMAC_MD5 encryption selected Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
d492355f293e2da400318665035b056dfaba852c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d492355f293e2da400318665035b056dfaba852c
2020-11-10 16:56:46+13:00
ctdb-mutex: Fix CID 1359217 Resource leak (RESOURCE_LEAK) Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]> Autobuild-User(master): Amitay Isaacs <[email protected]> Autobuild-Date(master): Wed Aug 3 09:13:55 CEST 2016 on sn-devel-144
24e28c0aa52399f03acf830a1ad72af0139b0606
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/24e28c0aa52399f03acf830a1ad72af0139b0606
2016-07-28 14:04:23+10:00
CVE-2021-20251 s4-rpc_server: Use authsam_search_account() to find the user This helps the bad password and audit log handling code as it allows assumptions to be made about the attributes found in the variable "msg", such as that DSDB_SEARCH_SHOW_EXTENDED_DN was used. This ensures we can re-search on the DN via the embedded GUID, which in in turn rename-proof. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14611 Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
fabbea25310a31c0409b1c11eaced39bd8cde8dd
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/fabbea25310a31c0409b1c11eaced39bd8cde8dd
2022-08-02 14:37:52+12:00
ctdb-utils: Fix CID 1125558 (Unchecked return value from library) Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]> Autobuild-User(master): Amitay Isaacs <[email protected]> Autobuild-Date(master): Wed Jun 5 12:09:56 UTC 2019 on sn-devel-184
952437b1bdbe000c217836c4ecd59406e92146d7
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/952437b1bdbe000c217836c4ecd59406e92146d7
2019-05-29 19:11:51+10:00
ctdb-ipalloc: Fix signed/unsigned comparisons by declaring as unsigned Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
86666d6570f5377139a18d3e8875e89565bb8ee0
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/86666d6570f5377139a18d3e8875e89565bb8ee0
2019-05-30 15:37:38+10:00
subunit/run.py: change shebang to python3 always use explicit python version at current stage. Signed-off-by: Joe Guo <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Reviewed-by: Noel Power <[email protected]> Autobuild-User(master): Noel Power <[email protected]> Autobuild-Date(master): Thu Mar 7 13:03:56 UTC 2019 on sn-devel-144
80cf852dbe4a8091e81e1515351aff393fc12af5
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/80cf852dbe4a8091e81e1515351aff393fc12af5
2019-03-07 12:12:00+13:00