summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2019-10-1911836 SMB server shutdown hang after tree connect testGordon Ross1-1/+2
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911835 smbd rpc service crash in ndr_outer_string / ndr_s_wcharGordon Ross1-18/+31
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911834 SMB authentication service stops after floodGordon Ross1-3/+2
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911833 Panic in smb2_setinfo_file / smb_set_basic_infoGordon Ross2-2/+20
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911832 smb/server is stuck in STOPPING state after svcadm restartGordon Ross5-8/+70
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911831 SMB kernel panic in smb_user_namecmp during MMC close fileGordon Ross1-7/+8
Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1911830 smb/server service shutdown hangGordon Ross1-4/+19
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-18 [illumos-gate merge]Jerry Jelinek1-0/+3
commit 1b5fde4ead97be960bc3ea43dd9491cef5604668 11796 libpcidb leaks file descriptors
2019-10-17 [illumos-gate merge]Tim Foster1-2/+4
commit 71a582fb9dbde6b71d4b60e1c43193f8a09624d3 11690 ::ps -s could show service FMRIs commit d13dc62b448d915b4713212ba004dc4fb0accde4 11689 ::refstr would be useful commit bc76be35ed72509d0c7f9ef22f0b4c57ea665703 11819 svcs -L should check for alt_logfile Conflicts: usr/src/cmd/mdb/common/modules/genunix/Makefile.files
2019-10-1611690 ::ps -s could show service FMRIsJohn Levon1-10/+48
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1611689 ::refstr would be usefulJohn Levon3-1/+48
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1611819 svcs -L should check for alt_logfileJohn Levon1-2/+4
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-16 [illumos-gate merge]Jerry Jelinek2-2/+14
commit 6b2ab9052ed5e9a3abc8e1ca87a3b963638a3c02 11715 Add MD5 tests to crypto test suite Conflicts: usr/src/test/crypto-tests/tests/digest/md5.c usr/src/test/crypto-tests/tests/digest/Makefile usr/src/test/crypto-tests/runfiles/default.run
2019-10-16disabled resilver_defer feature leads to looping resilversKody Kantor1-8/+10
Reviewed by: Chris Dunlop <chris@onthe.net.au> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1511715 Add MD5 tests to crypto test suiteJason King4-5/+58002
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Jason Lippert <jason@glasspelican.ca> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-10-1511796 libpcidb leaks file descriptorsRobert Mustacchi1-0/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <gdamore@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-14 [illumos-gate merge]Jerry Jelinek36-253/+429
commit 8e0c82482ca0deab087522e43df87919b37037f3 10178 Enable compiler warnings when building C++ code commit ebc5aadbbe5490fb3d00525924989d180fff369d 11665 SMB2 NEGOTIATE Security Mode handling is wrong 11659 SMB2 protocol version negotiation needs work 11670 SMB2_FLAGS_SIGNED is not valid during NEGOTIATE commit 2ceb34da5f472ca531def3b536d203d345515f2a 11802 xencons: cast between incompatible function types commit 95d486fbe6ce779cf0bbaf748766b2404e3f1116 11800 i86hvm: cast between incompatible function types commit e39d848858aa235e4715efe1293ed57ddb0231c5 11782 reboot -f ends up creating bad /boot/transient.conf 11783 Print a message when rebooting due to a stale boot archive commit 00a2bb8f2626ebdf8b00480ccc705df3502feab1 11795 ksslf: cast between incompatible function types commit eb09fcf8417871597746d29fbfa39665d2623d5a 11789 gld: cast between incompatible function types commit ca19b8572adc4c6a3d44d243844ef95865864bf7 11721 bnxe: cast between incompatible function types
2019-10-1210178 Enable compiler warnings when building C++ codeAndrew Stormont27-32/+151
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111665 SMB2 NEGOTIATE Security Mode handling is wrongAndrew Stormont1-49/+75
11659 SMB2 protocol version negotiation needs work 11670 SMB2_FLAGS_SIGNED is not valid during NEGOTIATE Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1211802 xencons: cast between incompatible function typesToomas Soome1-4/+4
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1211800 i86hvm: cast between incompatible function typesToomas Soome1-6/+12
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111782 reboot -f ends up creating bad /boot/transient.confAndy Fiddaman2-25/+33
11783 Print a message when rebooting due to a stale boot archive Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111795 ksslf: cast between incompatible function typesToomas Soome1-7/+27
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-1111789 gld: cast between incompatible function typesToomas Soome1-2/+2
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <gdamore@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111721 bnxe: cast between incompatible function typesToomas Soome2-146/+150
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-11 [illumos-gate merge]Jerry Jelinek1-0/+4
commit 9e181bc5db2232cec6a9fc936a49a828f9e83ffc 11751 mdb refuses to use version 4 mdb modules after 10859
2019-10-10OS-7964 CTR mode tries to be both a stream and block cipher and fails at bothJason King7-267/+276
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-10OS-7954 crypto tests only test multi-part operations a byte at a timeJason King13-388/+734
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1011751 mdb refuses to use version 4 mdb modules after 10859Toomas Soome1-0/+4
Contributed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-10 [illumos-gate merge]Jerry Jelinek31-234/+739
commit dcaebb1b0d4dccd646f5c72bd6634feaa75d59bc 11779 loader.efi: framebuffer cstyle cleanup commit 50d739b17e1e765a13d68d99edeee69680122240 11778 SMB server should report as a newer server version commit 06abc743fea52d63ff21197e28e32fe2aa5b402a 11736 Stop using $VERSION for the genunix label commit 160df5799e3f9b7bb50684728c35ab9849ff694c 11777 bootadm: list-menu -o entry=X does not list details when bootfs has colon commit 4348eb901228d2f8fa50bb132a34248e8662074e 11770 additional mmp fixes
2019-10-10OS-7943 Want platform build test artifactTim Foster19-130/+810
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-10-1011779 loader.efi: framebuffer cstyle cleanupToomas Soome2-29/+30
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911778 SMB server should report as a newer server versionAndrew Stormont1-1/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-0911736 Stop using $VERSION for the genunix labelJohn Levon10-45/+32
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911777 bootadm: list-menu -o entry=X does not list details when bootfs has colonToomas Soome1-1/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911770 additional mmp fixesOlaf Faaland17-158/+673
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Portions contributed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Andreas Dilger <andreas.dilger@whamcloud.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tony Hutter <hutter2@llnl.gov> Reviewed by: Giuseppe Di Natale <guss80@gmail.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-08OS-7995 incorrect entries in some system-test-*.mf filesrelease-20191010Tim Foster2-5/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-10-07 [illumos-gate merge]Jerry Jelinek2-12/+15
commit c5c712a873aaa2cebb338aa84cfb7748f5d4e641 11470 vioblk: device capacity is always returned in 512B units 11471 vioblk: vioblk IO is performed by 512B blocks commit 53b8aa11a4b4383655db95e7986c9d5c191e507d 9687 SMF service cannot be disabled
2019-10-0611470 vioblk: device capacity is always returned in 512B unitsToomas Soome1-2/+8
11471 vioblk: vioblk IO is performed by 512B blocks Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2019-10-059687 SMF service cannot be disabledAndrew Stormont1-10/+7
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-0511767 mpt_sas hangs after config header request timeoutHans Rosenfeld1-1/+3
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Giles <illumos@ang.homedns.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11 [go back ↵Jerry Jelinek1-101/+6
to working Makefile]
2019-10-04 [illumos-gate merge]Jerry Jelinek50-103/+307
commit 337411fcf93041fb98fbfba6506e4128cd3e1933 11775 loader: reset FONT_MANUAL flag on resolution change commit 06469a5c7c9cdac51590d31967b372bc4d09a429 11761 loader: add libcrypto.h, sha1 does not need to return anything commit 63fbf44d4aa850b30ae81628d77f0397b849edc6 11760 loader: add explicit_bzero() to libstand commit 238b28907b1e86e000112cdbcb3fd413e95c20e4 11759 sys/sha1.h should provide SHA1_BLOCK_LENGTH commit 8eef2ab6218419d91e0aefc223c9f2cd1c8e9a2c 11740 loader: warning: unused parameter commit cb371639cab89a5fc3698505c7dd0c75bd45a5a0 11753 loader: i386_loadaddr() should check for FB address commit 052042909d20316395a71c237105dffb9ce6c22f 11265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11 Conflicts: usr/src/test/crypto-tests/tests/digest/sha512_256.c usr/src/test/crypto-tests/tests/digest/sha512_224.c usr/src/test/crypto-tests/tests/digest/Makefile usr/src/test/crypto-tests/runfiles/default.run usr/src/boot/sys/boot/i386/libi386/i386_copy.c
2019-10-0411775 loader: reset FONT_MANUAL flag on resolution changeToomas Soome6-4/+25
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Jim Klimov <jim@cos.ru> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411761 loader: add libcrypto.h, sha1 does not need to return anythingToomas Soome7-10/+36
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411760 loader: add explicit_bzero() to libstandToomas Soome3-3/+9
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411759 sys/sha1.h should provide SHA1_BLOCK_LENGTHToomas Soome1-0/+1
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Jason Lippert <jason@glasspelican.ca> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411740 loader: warning: unused parameterToomas Soome30-75/+85
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411753 loader: i386_loadaddr() should check for FB addressToomas Soome1-3/+24
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0311265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11Jason King10-37/+321818
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>