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
redis-cli pipe mode: don't stay in the write loop forever. The code was broken and resulted in redis-cli --pipe to, most of the times, writing everything received in the standard input to the Redis connection socket without ever reading back the replies, until all the content to write was written. This means that Redis had to accumulate all the output in the output buffers of the client, consuming a lot of memory. Fixed thanks to the original report of anomalies in the behavior provided by Twitter user @fsaintjacques.
d1b6a17d1ed64c919d55a27ea780e973196a5e98
redis
neuralsentry
1
https://github.com/redis/redis
https://github.com/redis/redis/commit/d1b6a17d1ed64c919d55a27ea780e973196a5e98
2015-09-30 16:24:17+02:00
Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002) The temporary array for deleted entries reply of XAUTOCLAIM was insufficient, but also in fact the COUNT argument should be used to control the size of the reply, so instead of terminating the loop by only counting the claimed entries, we'll count deleted entries as well. Fix #10968 Addresses CVE-2022-31144
2825b6057bee911e69b6fd30eb338d02e9d7ff90
redis
neuralsentry
1
https://github.com/redis/redis
https://github.com/redis/redis/commit/2825b6057bee911e69b6fd30eb338d02e9d7ff90
2022-07-18 11:36:19+03:00
smbd: Simplify smbXsrv_open_global_store() Avoid the dependency on global->db_rec. This makes the callers more verbose, but it makes the data dependencies much more obvious. This will enable removing smbXsrv_open_global0->db_rec at some point. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
95e3ad7e4378e1d82da8eb745147539a96a28f8c
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/95e3ad7e4378e1d82da8eb745147539a96a28f8c
2023-01-05 16:18:37+01:00
s3-libnet: Fix format-nonliteral warning BUG: https://bugzilla.samba.org/show_bug.cgi?id=12168 Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
44baf81e8342349a9131acc5d784e65247ac32a6
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/44baf81e8342349a9131acc5d784e65247ac32a6
2016-08-08 14:18:31+10:00
vfs_glusterfs: realign vfs_gluster_get_real_filename() args Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
af1af901e7c098ec3729576c25c0cee9be1440b2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/af1af901e7c098ec3729576c25c0cee9be1440b2
2020-04-30 16:28:55+02:00
ctdb-daemon: Avoid extra condition in tevent trace callback Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Martin Schwenke <[email protected]>
a69d1e202a6d8a461bbab0889cc39d86b870c057
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a69d1e202a6d8a461bbab0889cc39d86b870c057
2015-03-27 16:23:48+11:00
pam_winbind: improve pam message if minimum password age strikes if minimum password age strikes we should output the next possible password change time and not other password restriction policies. Signed-off-by: Bjoern Jacke <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
20f0a3b10981873dde5c1bc76d7f3a26acc605da
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/20f0a3b10981873dde5c1bc76d7f3a26acc605da
2021-01-27 21:14:43+01:00
s4/selftest: enable samba4.schemaInfo.python for py3 Signed-off-by: Noel Power <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Thu Sep 6 02:27:51 CEST 2018 on sn-devel-144
05862b7bb0e62ba500b68cfc3403a85b00aa61dc
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/05862b7bb0e62ba500b68cfc3403a85b00aa61dc
2018-05-10 13:16:28+01:00
VERSION: Disable GIT_SNAPSHOT for the Samba 4.17.0rc1 release. Signed-off-by: Jule Anger <[email protected]> Signed-off-by: Stefan Metzmacher <[email protected]>
abc2296a67013d167f3b5a8e16e9621963928481
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/abc2296a67013d167f3b5a8e16e9621963928481
2022-08-08 16:18:47+02:00
s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc() This is most likely not a problem for the current callers, but that it is unexpected and will likely cause problems with future changes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14993 BUG: https://bugzilla.samba.org/show_bug.cgi?id=14995 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
f6fe86924c2ca756083d3628d5dbace0b12d06b0
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/f6fe86924c2ca756083d3628d5dbace0b12d06b0
2022-02-25 07:40:17+01:00
s4:kdc/db-glue: fix memory leak in samba_kdc_lookup_server() We need to free enterprise_principal if generated. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
ccb64954456873c02331b8795fd9bdd0cbe97e79
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ccb64954456873c02331b8795fd9bdd0cbe97e79
2015-06-11 20:04:09+02:00
s3:net: Use messaging_init_client() Pair-Programmed-With: Jeremy Allison <[email protected]> Signed-off-by: Andreas Schneider <[email protected]> Signed-off-by: Jeremy Allison <[email protected]>
233b903f3ffaae702c4d4e984ddc8a7871b47529
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/233b903f3ffaae702c4d4e984ddc8a7871b47529
2016-11-14 09:54:53+01:00
vfs_xattr_tdb: implement SMB_VFS_OPENAT() Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
87b2ab8fc2e3d1d981d205334bfc0a37d2ea4091
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/87b2ab8fc2e3d1d981d205334bfc0a37d2ea4091
2020-05-20 22:32:57+02:00
tests/krb5: Fix status code checking The type used to encode the status code is actually KERB-ERROR-DATA, rather than PA-DATA. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14642 Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
012b6fcd1976c6570e9b92c133d8c21e543e5a4f
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/012b6fcd1976c6570e9b92c133d8c21e543e5a4f
2021-09-29 12:16:58+13:00
s3:lsasd: Fix creating binding string for error message Found by covscan. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
b20da08d4135d73548bde1452603108fffc29f6d
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b20da08d4135d73548bde1452603108fffc29f6d
2020-11-25 12:55:24+01:00
s3:rpc_server: Remove dead code Signed-off-by: Samuel Cabrero <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Samuel Cabrero <[email protected]> Autobuild-Date(master): Fri Mar 20 17:11:28 UTC 2020 on sn-devel-184
9496e0523ea156b5705b1d3866f0d887a6fc4d2d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9496e0523ea156b5705b1d3866f0d887a6fc4d2d
2019-05-28 17:15:19+02:00
ldb key_value: Add batch_mode option When performing a join the overhead of the sub transactions protecting key value operations becomes significant. This commit adds a new "batch_mode" option that disables the sub transactions around key value operations. The operation level index cache is also disabled, which means the overall transaction level index cache can become inconsistent if an operation fails. To protect against this and other possible on disk inconsistencies, if any operation fails during a batch_mode transaction the commit will fail and transaction will be rolled back. Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
652258768ae82f62a5b64464ca52252a7796fbdc
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/652258768ae82f62a5b64464ca52252a7796fbdc
2019-07-02 12:30:44+12:00
py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were removed This came about because in py2 we had to check for strings and unicode. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Noel Power <[email protected]> Autobuild-User(master): Noel Power <[email protected]> Autobuild-Date(master): Mon Jun 24 18:48:53 UTC 2019 on sn-devel-184
4f32983ea8a24466165c043a73cb47b4073da15f
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4f32983ea8a24466165c043a73cb47b4073da15f
2019-06-15 23:14:49+12:00
ctdb-protocol: Add checks to validate data on wire before unmarshaling Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
dcd1a43b8c9ead65bebb959dd7e72ada23db0685
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/dcd1a43b8c9ead65bebb959dd7e72ada23db0685
2016-05-03 12:53:24+10:00
vfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributes This paves the way for removing btime updates from the stat VFS functions. This way we behave like the default VFS module where DOS attributes and btime are fetched from the same backing store and the frontend is designed around using dos_mode() -> SMB_VFS_GET_ATTRIBUTES to update both attributes as necessary in the SMB processing. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Christof Schmitt <[email protected]>
adf4cea1db46f2898540c041003da5b4bd447f80
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/adf4cea1db46f2898540c041003da5b4bd447f80
2016-12-15 07:09:58+01:00
s3:auth_builtin: anonymous authentication doesn't allow a password BUG: https://bugzilla.samba.org/show_bug.cgi?id=11847 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
ead483b0c0ec746c0869162024c97f2e08df7f4b
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ead483b0c0ec746c0869162024c97f2e08df7f4b
2016-04-27 01:48:32+02:00
testprogs:subunit: Fix assigning an array to a string $@ is an array and we want a string. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
e4b77dc38bf79f46484849f9ee7bbafaeb068177
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e4b77dc38bf79f46484849f9ee7bbafaeb068177
2023-06-16 09:42:07+02:00
lib/util: Log PANIC before calling pacic action just like s3 This is like the changes made in s3 by 4fa555980070d78b39711ef21d77628d26055bc2 Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
3acc00b6808d5d5ad035d9d43526204db1608c8a
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/3acc00b6808d5d5ad035d9d43526204db1608c8a
2018-04-10 16:06:12+12:00
third_party/resolv_wrapper/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
4c441530475daf23a71b70a7fc93ec04b1941f99
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4c441530475daf23a71b70a7fc93ec04b1941f99
2018-02-02 16:34:33+02:00
samba_kcc: Fix existing syntax errors preventing samba_kcc from running Signed-off-by: Garming Sam <[email protected]> Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
d486e4ce6f8aa2ae455345f25ac26f71de2ba21b
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d486e4ce6f8aa2ae455345f25ac26f71de2ba21b
2015-01-23 09:43:55+13:00
spoolss: Align some integer types Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
44fd74476d15344ff133c458226694a6254b5337
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/44fd74476d15344ff133c458226694a6254b5337
2020-09-28 11:55:57+02:00
tests/krb5: Allow comparing UnorderedLists only with one another Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
2c6ff2ad07d71c79bb3564428c9751f2ce2a5451
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2c6ff2ad07d71c79bb3564428c9751f2ce2a5451
2023-03-03 11:20:46+13:00
s3:winbind: Improve logging in wb_query_user_list.c Signed-off-by: Pavel Filipenský <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
5804a4c0bd032a7ba8d86fb3db46e63988d0b1ab
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/5804a4c0bd032a7ba8d86fb3db46e63988d0b1ab
2022-06-24 15:31:03+02:00
Remove some unused code I think that if we want to work on asn1 routines we should use libtasn1. We already depend on this via gnutls these days. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
25aa7243fb238f910ba52fc084d94f3430811ead
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/25aa7243fb238f910ba52fc084d94f3430811ead
2021-10-12 12:06:20+02:00
dbwrap_ctdb: Fix some 32-bit hickups Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
1dcdd862e58bb23927a9778166c1d91db513532a
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/1dcdd862e58bb23927a9778166c1d91db513532a
2016-04-11 16:07:12+02:00
CVE-2015-5370: s3:librpc/rpc: remove unused dcerpc_pull_dcerpc_auth() BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
0f8d4a50f8066c76b105fcf3f9f2fbcd645e354c
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0f8d4a50f8066c76b105fcf3f9f2fbcd645e354c
2015-07-11 10:58:07+02:00
samdb: Add remote address to connect Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
5c0345ea9bb34695dcd7be6c913748323bebe937
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/5c0345ea9bb34695dcd7be6c913748323bebe937
2018-04-12 06:41:30+12:00
ctdb: Fix an out of bound array access Found by cppcheck. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13680 Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
008b9652cacdfd99e68db9d88f4e0c33eefa87e9
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/008b9652cacdfd99e68db9d88f4e0c33eefa87e9
2018-11-12 10:21:15+01:00
pylibsmb: Add "have_posix" function Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
0bd31c71ab114930dcfa220faa1f03dbd4e7c059
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/0bd31c71ab114930dcfa220faa1f03dbd4e7c059
2022-08-25 16:28:04+02:00
messaging.idl: add ringbuf message types Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
bdff81348d0fc29b3e20eead021e695634246363
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/bdff81348d0fc29b3e20eead021e695634246363
2017-01-09 22:35:17+01:00
winbind: Fix CID 1398534 Dereference before null check Make all query_user_list backends consistent. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Autobuild-User(master): Andreas Schneider <[email protected]> Autobuild-Date(master): Fri Jan 13 13:33:37 CET 2017 on sn-devel-144
e1874bbf26eaa162cd6a5f11d96c564a983c9893
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/e1874bbf26eaa162cd6a5f11d96c564a983c9893
2017-01-11 11:52:44-08:00
ctdb-tools: Remove duplicate code These lines are duplicates of those above. It has always been this way... Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]> Autobuild-User(master): Amitay Isaacs <[email protected]> Autobuild-Date(master): Mon Aug 14 09:00:45 CEST 2017 on sn-devel-144
79f5d058469c62b92b5e6227230597a30b41353a
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/79f5d058469c62b92b5e6227230597a30b41353a
2017-08-10 20:23:09+10:00
ndrdump: Fix a possible NULL pointer dereference Found by covscan. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12592 Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
79a49dc19a83bd22684a71aecf4588b753669039
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/79a49dc19a83bd22684a71aecf4588b753669039
2017-02-16 17:34:07+01:00
lib/compression/lzxpress: shift encoding into helper functions This makes it easier to rework the encoding decision to depend on a hash table match rather than the current exhaustive search. Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Joseph Sutton <[email protected]>
caa643e36e671be9cb446afc99dfae3003aa8c6e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/caa643e36e671be9cb446afc99dfae3003aa8c6e
2022-11-25 12:38:11+13:00
Update dsacl.py - add_ace to handle/verify sddl parameter correct Test for samba-tool dsacl set --sddl parmeter Update tests.py - add dsacl (dsacl.py / samba-tool dsacl set) test Signed-off-by: <Martin Krämer [email protected]> Reviewed-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
cf8ff6b821bce02def8e3846bfbae96e3ebe0778
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/cf8ff6b821bce02def8e3846bfbae96e3ebe0778
2019-01-26 09:17:25+00:00
CVE-2022-37966 kdc: Assume trust objects support AES by default As part of matching the behaviour of Windows, assume that trust objects support AES256, but not RC4, if not specified otherwise. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15219 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
4bb50c868c8ed14372cb7d27e53cdaba265fc33d
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4bb50c868c8ed14372cb7d27e53cdaba265fc33d
2022-11-22 11:32:34+13:00
CVE-2016-2114: s3:smbd: use the correct default values for "smb signing" This means an ad_dc will now require signing by default. This matches the default behavior of Windows dc and avoids man in the middle attacks. The main logic for this hides in lpcfg_server_signing_allowed(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=11687 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
5cb4ee27f8eb9f77d7c5a5353cf4b4f0f91db850
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/5cb4ee27f8eb9f77d7c5a5353cf4b4f0f91db850
2015-07-15 10:57:03+02:00
s3/selftest: Remove unnecessary for loop Signed-off-by: Noel Power <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
da0dc866b3702ea1ab8ec5c6760de196de8f7137
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/da0dc866b3702ea1ab8ec5c6760de196de8f7137
2019-12-13 11:04:51+00:00
s3: locking: Rename xxx_windows_lock_ref_count to xxx_lock_ref_count. We will be using this to also ref count a posix lock applied to a file handle when changing to open file description lock semantics. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Jeff Layton <[email protected]>
4146fb94fe5e65001310dffc85ef22e930ee2e6e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4146fb94fe5e65001310dffc85ef22e930ee2e6e
2016-05-16 16:17:12-07:00
auth/credentials: Remove unneeded try/except syntax Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Douglas Bagnall <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Wed Apr 7 10:24:17 UTC 2021 on sn-devel-184
2f0ef147f99374dc9543a741f3a9f2c27b904f29
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2f0ef147f99374dc9543a741f3a9f2c27b904f29
2021-03-30 16:08:40+13:00
s3:utils: Remove obsolete force encryption from smbcquotas Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
2bf58f182b1bfd39a5f549c5b539be58deddfe6b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2bf58f182b1bfd39a5f549c5b539be58deddfe6b
2020-06-10 12:49:28+02:00
tevent: simplify tevent_cleanup_pending_signal_handlers() Calling tevent_signal_destructor() does the same as se->event_ctx is already NULL. This also makes sure we correctly cleanup the SA_SIGINFO array. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
8a947939e11cacde7c4b4dce03bf12348642ee7f
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8a947939e11cacde7c4b4dce03bf12348642ee7f
2014-07-22 12:02:45+02:00
samba-tool: add --full-dn option for user getgroups command Signed-off-by: Björn Baumbach <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
41262d1d66c18e3ea2f2f3c009a88ef830d25aa4
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/41262d1d66c18e3ea2f2f3c009a88ef830d25aa4
2020-01-21 11:39:30+01:00
loadparam: add option "acl flag inherited canonicalization" Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Thu May 27 19:51:57 UTC 2021 on sn-devel-184
9f57a3194a4cf5e0c383a8c6fdcf60c4e922a978
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9f57a3194a4cf5e0c383a8c6fdcf60c4e922a978
2021-05-25 19:04:10+02:00
CVE-2022-37966 param: don't explicitly initialize "kdc force enable rc4 weak session keys" to false/"no" This is not squashed in order to allow easier backports... BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Joseph Sutton <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
7504a4d6fee7805aac7657b9dab88c48353d6db4
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/7504a4d6fee7805aac7657b9dab88c48353d6db4
2022-11-30 09:02:41+01:00
tests/krb5: Remove unused variable Signed-off-by: Joseph Sutton <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
91e1898f992376b35a65c3719837bda93cb96ea9
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/91e1898f992376b35a65c3719837bda93cb96ea9
2023-04-04 12:10:08+12:00
smbd: Simplify fsp_lease_update() We don't need a share mode lock from a data dependency point of view anymore, the leases data moved to leases.tdb. However, from a coherency point of view it's probably wise to do this under a share mode lock. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
9891a44fd7fc7f2b3a177d5f220cf21dd48b18b0
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9891a44fd7fc7f2b3a177d5f220cf21dd48b18b0
2019-05-24 15:58:09+02:00
lib:util: Remove trailing white spaces in byteorder.h Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Joseph Sutton <[email protected]>
b3271603779a04beee795c5ba8244923b4d04ef4
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b3271603779a04beee795c5ba8244923b4d04ef4
2023-04-13 13:27:37+02:00
VFS: shadow_copy2: Fixup shadow_copy2_mknodat() to correctly use the dirfsp path. Missed in my original fixes. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Ralph Böhme <[email protected]>
2f74056a916aef9925cae76016378b993560e22b
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2f74056a916aef9925cae76016378b993560e22b
2021-01-20 11:59:16-08:00
s3:netapi: Remove unused ctx->krb5_cc_env Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Guenther Deschner <[email protected]>
517f94f5bff154bb73b46645c0beb74350450cb1
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/517f94f5bff154bb73b46645c0beb74350450cb1
2021-03-18 11:00:05+01:00
lib/fuzzing: Free memory after successful load in fuzz_tiniparser Otherwise we have a memory leak and so fail the Google oss-fuzz check_build test. Signed-off-by: Andrew Bartlett <[email protected]> Reviewed-by: Jeremy Allison <[email protected]> Autobuild-User(master): Jeremy Allison <[email protected]> Autobuild-Date(master): Mon Nov 18 21:02:52 UTC 2019 on sn-devel-184
d6fbfb276ce89ad40f47784300fb99cee9d4aac9
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d6fbfb276ce89ad40f47784300fb99cee9d4aac9
2019-11-07 16:52:48+13:00
s3: VFS: hpuxacl: Remove hpuxacl_sys_acl_delete_def_file(). No longer used. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Noel Power <[email protected]>
9cde624d2a41c57dd9a270dec3a153f644533b8b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9cde624d2a41c57dd9a270dec3a153f644533b8b
2021-05-14 18:20:14-07:00
pysmbd: reformat py_smbd_mkdir() kwnames No change in behaviour. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
d80259d819ecdb149ec5d7b9f90eb44eca421320
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d80259d819ecdb149ec5d7b9f90eb44eca421320
2019-12-17 14:57:20+01:00
lib:ldb: Reformat shell scripts shfmt -f lib/ldb/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
9b0273faa7ae6c04124ab50587c7b13296d9fb89
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9b0273faa7ae6c04124ab50587c7b13296d9fb89
2022-02-19 16:09:04+01:00
s3: smbd: Add src_dirfsp and dst_dirfsp parameters to copy_internals(). Not yet used. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
a6c34ec3c2598ad364444da829b9fff23996cebc
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a6c34ec3c2598ad364444da829b9fff23996cebc
2022-07-28 11:49:35-07:00
waf: Add address sanitizer configure option. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
cf68c1accb50f4d8449e993c630559a3d3e9dd36
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/cf68c1accb50f4d8449e993c630559a3d3e9dd36
2015-01-26 16:16:15+01:00
nwrap: remove code duplication in nwrap_getaddrinfo The three formerly distinct cases now are all the same. Signed-off-by: Michael Adam <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
8da2110a84922e495dcaa28c794922cf94fb9758
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8da2110a84922e495dcaa28c794922cf94fb9758
2015-11-06 11:28:35+01:00
python: Fix incorrect kdc.conf parameter name in kerberos.py Signed-off-by: Marc Muehlfeld <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
d51d4c94585f12cd1a0f3262ee47a52403c96696
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/d51d4c94585f12cd1a0f3262ee47a52403c96696
2017-08-06 11:50:55+02:00
s3-lib: introduce sys_realpath() Add sys_realpath() function that captures the OS variations on realpath(). Signed-off-by: Uri Simchoni <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
c6ed45fe710924f847f46d505ceabfec21e7cf38
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/c6ed45fe710924f847f46d505ceabfec21e7cf38
2016-01-18 23:34:06+02:00
python/samba: add current_unix_time() This is needed to get the time from modules in python/samba/netcmd/ where a time.py exist. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
3dd33380185a91f3d92a0f5dda692d1220beadef
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/3dd33380185a91f3d92a0f5dda692d1220beadef
2015-01-22 11:23:09+00:00
s3:client: Fix the usage of argv in smbspool We use argv[0] to print the name of the binary, but have shifted it away. Do not do that. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
a553f12418a16c58b278745e3da6329ce24fe3c7
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a553f12418a16c58b278745e3da6329ce24fe3c7
2017-07-11 10:40:39+02:00
winbind: Remove unused wbint_Uid2Sid Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
708df7e85c3a91b0848757e89d30e780eb07c9fc
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/708df7e85c3a91b0848757e89d30e780eb07c9fc
2016-02-08 17:43:58+01:00
docs-xml: remove support for "SMB2_22" Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
acb724c8b3eea513ddadd5eaa23af9e702831efb
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/acb724c8b3eea513ddadd5eaa23af9e702831efb
2021-07-09 12:03:06+02:00
smbd: Add share mode flags This will contain a summary of the "most restrictive" share mode and lease, i.e. intersection of all share_access entries and the union of all access_mask and leases in the share mode array. This way open_mode_check in the non-conflicting case will only have to look at the summary and not walk the share mode array. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
ac85ec5ed855d8d0bc2564cbd33a580a8db6818e
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/ac85ec5ed855d8d0bc2564cbd33a580a8db6818e
2019-08-09 16:27:48+02:00
smbd: use fsp_search_ask_sharemode() and fsp_getinfo_ask_sharemode() Pair-Programmed-With: Stefan Metzmacher <[email protected]> Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
f0e0fc17d3a455b7c5c5170b582d2d8ff53670bb
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/f0e0fc17d3a455b7c5c5170b582d2d8ff53670bb
2022-05-11 18:13:13+02:00
nbt_server: nbtd_netlogon_getdc doesn't need "src" Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
39827b7582932baa9d71390096204e5f2f5afb3d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/39827b7582932baa9d71390096204e5f2f5afb3d
2018-02-17 20:09:03+01:00
ctdb: Fix CID 1398179 Argument cannot be negative Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: David Disseldorp <[email protected]>
93e8876635f56da419ae050223503cec524bfd9e
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/93e8876635f56da419ae050223503cec524bfd9e
2016-12-27 10:47:10+00:00
python/netcmd/dns: improve exception handling in cmd_add_record() Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
72bbd170fc326a4e0a9e953b23ad0b90d01742c5
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/72bbd170fc326a4e0a9e953b23ad0b90d01742c5
2019-11-05 11:23:48+01:00
dbwrap_tool: Simplify listkey_fn To me dbwrap_record_get_key(rec).dsize just looks a bit ugly Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
46819e2628a1439a94ed3a63bc164ce1d7b67706
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/46819e2628a1439a94ed3a63bc164ce1d7b67706
2018-08-24 14:41:41+02:00
ctdb-daemon: Remove older data structure that supports only IPv4 addresses Signed-off-by: Amitay Isaacs <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
4f4e6ebace8ece37a90b08110a74b1a73030b28a
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4f4e6ebace8ece37a90b08110a74b1a73030b28a
2015-03-23 17:32:34+11:00
auth pycredentials: incorrect PyArg_ParseTupleAndKeywords call The challenge parameter was being treated as a string rather than as a data blob. This was causing intermittent seg faults. Removed the server_timestamp parameter as it's not currently used. Unable to produce a test case to reliably replicate the failure. However auth_log_samlogon does flap Signed-off-by: Gary Lockyer <[email protected]> Reviewed-by: Garming Sam <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
610919e5e665dcb23241055e8ccb11f3d3f2ae2c
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/610919e5e665dcb23241055e8ccb11f3d3f2ae2c
2017-04-28 13:14:16+12:00
ctdbd_conn: "sockname" is not needed anymore Previously it was used in ctdb_traverse(), but with ff72a8a this is no longer the case Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
120f86755abd4919ae7a27de6071878d72fe279b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/120f86755abd4919ae7a27de6071878d72fe279b
2016-04-19 21:40:40+02:00
ctdb-tests: Add VLAN support to the "ip link" stub Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
8e41cb1e4e7b4a7d92628771260649ded4432772
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8e41cb1e4e7b4a7d92628771260649ded4432772
2015-07-08 22:14:51+10:00
s3-mdssvc: add Spotlight RPC stubs 'mdssvc' aka 'Metadata Search Service' is an RPC service used by Apple for passing marshalled Spotlight search queries and results between client to server. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
63dd793cde70a3d3a5bf4144c316b764d687546b
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/63dd793cde70a3d3a5bf4144c316b764d687546b
2014-07-23 09:58:45+02:00
s3: VFS: vfs_aio_pthread. Fix leak of state struct on error. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14301 Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
a1e247c3ba579ecc6ee03f5aad9679ed79fac5ac
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a1e247c3ba579ecc6ee03f5aad9679ed79fac5ac
2020-03-04 13:29:08-08:00
docs-xml: Add a vfs_widelinks manpage. Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
27d362c6cdca0c97cb48aeafc18872d2e0b001d0
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/27d362c6cdca0c97cb48aeafc18872d2e0b001d0
2020-04-07 09:47:46-07:00
lib:replace: Do not leak the file pointer in rep_getprogname() And return NULL on error. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
7a9d003d01adebaf089ca975b04b9d8d4e7640a2
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/7a9d003d01adebaf089ca975b04b9d8d4e7640a2
2018-11-12 15:31:09+01:00
s3: smbd: Fix cosmetic bug logging pathnames from Linux kernel clients using SMB1 DFS calls. The Linux kernel SMB1 client has a bug - it sends DFS pathnames as: \\server\share\path instead of: \server\share\path Causing us to mis-parse server,share,remaining_path here and jump into 'goto local_path' at 'share\path' instead of 'path'. This doesn't cause an error as the limits on share names are similar to those on pathnames. parse_dfs_path() which we call before filename parsing copes with this by calling trim_char on the leading '\' characters before processing. Do the same here so logging of pathnames looks better. How did I find this ? Lots and lots of manual testing with the Linux kernel client to make sure all the recent changes haven't broken Linux SMB1/2/3 DFS :-). BUG: https://bugzilla.samba.org/show_bug.cgi?id=15144 Signed-off-by: Jeremy Allison <[email protected]> Reviewed-by: Ralph Boehme <[email protected]>
2818fd6910201fd4a18b921933a0b7392a0a8995
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/2818fd6910201fd4a18b921933a0b7392a0a8995
2022-08-05 19:27:33-07:00
nsswitch: Remove IRIX support According to wikipedia, IRIX has seen the last patch update in August 2006. As of now, www.sgi.com is unreachable. Probably this code has not been built in years. If someone wants to revive it, it can be found in the git history. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
3c9b88ba1c79c6927e5e905afbef225de02eee9d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/3c9b88ba1c79c6927e5e905afbef225de02eee9d
2018-05-04 14:33:55+02:00
s4:auth_sam: remove unused 'sam_failtrusts' backend Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
b681810d3ce43f660c7b1e8a9a117fa89866a9c8
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b681810d3ce43f660c7b1e8a9a117fa89866a9c8
2017-11-28 07:40:09+01:00
selftest: add explicit default NFS4 acl version This is the current default, just make it explicit. A subsequent commit will bump the default to 4.1. Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
12f4263b285ca85601206905d22f06d9650e6f5d
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/12f4263b285ca85601206905d22f06d9650e6f5d
2017-10-23 13:35:49+02:00
smbd: Fix CID 1438246 Unchecked return value Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
60c0a2b384d935e2ef6ffe5d167a423b1b2e7af8
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/60c0a2b384d935e2ef6ffe5d167a423b1b2e7af8
2018-08-07 22:49:16+02:00
examples/VFS/skel_transparent: Rename kernel_flock to filesystem_sharemode Signed-off-by: Christof Schmitt <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
a2578d9b5642f639cf7016b43e71957478213b76
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/a2578d9b5642f639cf7016b43e71957478213b76
2021-09-20 14:56:08-07:00
s4:auth: add authenticate_ldap_simple_bind_send/recv TODO: we need to make the backend async. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
6e165ca85ae8049a7fb9a5535c168d1b9cb5ec26
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/6e165ca85ae8049a7fb9a5535c168d1b9cb5ec26
2017-05-11 17:05:02+02:00
dsdb: Fix CID 1034681 Copy-paste error Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Michael Adam <[email protected]>
b024ea84ff23a658548c0003f122e488ff0e238d
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/b024ea84ff23a658548c0003f122e488ff0e238d
2015-03-17 21:43:50+01:00
gpo: Make the gpclass more easily extensible Signed-off-by: David Mulder <[email protected]> Reviewed-by: Garming Sam <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
8eba3b5d381990cb7a394b0a8f26116cf0af57ea
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8eba3b5d381990cb7a394b0a8f26116cf0af57ea
2017-02-24 14:19:48-07:00
krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groups Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Autobuild-User(master): Andrew Bartlett <[email protected]> Autobuild-Date(master): Thu Jun 30 07:16:45 CEST 2016 on sn-devel-144
4406cf792a599724f55777a45efb6367a9bd92b2
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4406cf792a599724f55777a45efb6367a9bd92b2
2016-05-20 14:16:35+02:00
CVE-2015-5370: s4:rpc_server: let invalid request fragments disconnect the connection with a protocol error BUG: https://bugzilla.samba.org/show_bug.cgi?id=11344 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Günther Deschner <[email protected]>
57afdaa79b91063bff135777543d91e0c2124cf4
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/57afdaa79b91063bff135777543d91e0c2124cf4
2015-06-26 08:10:46+02:00
s4:dns_server: Fix size types This fixes compilation with -Wstrict-overflow=2 Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
19e621554f0ffe44745f7ebc7e2c71094a00bc11
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/19e621554f0ffe44745f7ebc7e2c71094a00bc11
2017-12-07 17:40:00+01:00
s4-dsdb: Add debug message if we have a ldb error string When trying to change the password with kpasswd, the KDC returns "Unspecified password quality failure". Because we do not get the ldb error which is e.g.: password is too young to change! This way at least the admin can find out what is going on. Signed-off-by: Andreas Schneider <[email protected]> Reviewed-by: Volker Lendecke <[email protected]> Autobuild-User(master): Volker Lendecke <[email protected]> Autobuild-Date(master): Tue Feb 2 11:49:51 CET 2016 on sn-devel-144
8a9493f92729ff6b5a25eafc64646628b2d826be
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/8a9493f92729ff6b5a25eafc64646628b2d826be
2016-01-25 16:39:59+01:00
krb5_wrap: Remove extra parentheses causing compile error Signed-off-by: Anoop C S <[email protected]> Reviewed-by: Michael Adam <[email protected]> Reviewed-by: Andreas Schneider <[email protected]> Autobuild-User(master): Michael Adam <[email protected]> Autobuild-Date(master): Thu Sep 1 21:02:54 CEST 2016 on sn-devel-144
9f2a8af4b0d7874eff49eca56970153c8fd7b56d
samba
neuralsentry
1
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/9f2a8af4b0d7874eff49eca56970153c8fd7b56d
2016-09-01 11:25:32+05:30
winbindd: Introduce "bool_dispatch_table" This is meant to replace the synchronous "dispatch_table". The current dispatch_table assumes that every synchronous function does the request_ok or request_error itself. This mixes two concerns: Doing the work and shipping the reply to the winbind client. This new dispatch table will make it possible to centralize shipping the reply to the client. At a later stage this will enable easier statistics on how long request processing took precisely. Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Stefan Metzmacher <[email protected]>
4109236cfdd9cec68acd67d46f2155f27d1549b6
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/4109236cfdd9cec68acd67d46f2155f27d1549b6
2018-05-02 15:26:05+02:00
smbd: Add "hide new files" option See the manpage for the description Signed-off-by: Volker Lendecke <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
593fdd21923b1065b7cfbedc69a214720f190e03
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/593fdd21923b1065b7cfbedc69a214720f190e03
2018-08-23 13:51:26+02:00
nfs4acls: update default NFS4 ACL version to 4.1 Signed-off-by: Ralph Boehme <[email protected]> Reviewed-by: Jeremy Allison <[email protected]>
60c8090631d46124f9c8ae750e4a5053b43ac988
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/60c8090631d46124f9c8ae750e4a5053b43ac988
2017-11-02 12:45:48+01:00
traffic: add option to reanimate dying conversations The traffic model is generated from a window in time, which makes conversations appear to start and stop unnaturally at the window boundaries. When the window is short compared to the traffic replay time and the true expected conversation length, this has a significant distorting effect, leading to more conversations than would be expected to generate a given number of packets. To offset this slightly we add the --conversation-persistence option which tries to convert apparent death into a longish wait. Signed-off-by: Douglas Bagnall <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]>
524777e681b1fecf5686843f10ae01637285a891
samba
neuralsentry
0
https://github.com/samba-team/samba
https://github.com/samba-team/samba/commit/524777e681b1fecf5686843f10ae01637285a891
2018-10-23 11:58:52+13:00