summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet
AgeCommit message (Collapse)AuthorFilesLines
2008-04-036678267 dladm display of MTU is signed but mtu field is unsigneddr1469922-3/+3
6678274 ifconfig displays MTU using signed output 6678353 dld does not properly handle MACs with 0 address length 6678354 ifconfig ignores physical address length of 0
2008-03-28PSARC/2008/164 Move TCP Wrappers from /usr/sfw to /usrceastha1-5/+3
6666929 move TCP Wrapper from /usr/sfw to /usr
2008-03-186671705 ikeadm dump p1 shows bogus values for keylengthpwernau1-3/+12
6673306 ikeadm does not print phase 1 oakley group used in negotiation 6673443 ikeadm shows PRF as unknown when it should be unavailable
2008-02-29PSARC 2008/014 SHA-2 support for IPsec and IKEdanmcd2-1/+10
6586319 Need to enable SHA-256,384,512 support in AH, ESP, and IKE 6663271 sha2_mac_verify_atomic() function is missing SHA384 exceptions
2008-02-296658263 ipseckey and ikeadm don't print ASN.1 ID valuespwernau1-4/+8
2008-02-25PSARC 2008/046 Process Contract Decorationsacruz3-9/+20
5079353 RFE: contract 'decoration' with service FMRI
2008-02-226663541 in.ndpd has needless IPMP group logicmeem2-50/+12
6665162 NCE_F_PROXY rip-out broke NDP_ORIDE
2008-02-086659486 ipseckey dumps core with encryption key and no other parameterspwernau1-3/+7
2008-02-066636848 Create mysql user on Solaris installsm1564711-0/+1
2008-02-056522970 ifparse (ifconfig cousin) should also known about DHCPv6meem6-237/+129
6636949 ifconfig's logical interface handling can be improved 6636958 ifconfig's Perror() logic is bloated, inconsistent, and unconstified 6636965 dhcpagent`lookup_pif_by_index() can be eliminated 6636971 dhcpagent`unplumb_lif() spuriously clears lif_flags 6636981 dhcpagent`insert_pif() could be simplified a bit 6636992 ifparse has grown stale
2008-02-046561451 typo in NWAM help filesmh1386762-5/+6
6561458 typo in SmfSendmailStates.html 6561460 SmfCronStates.html help file has typo 6656259 clearview changes affect NWAM tun detection code 6657385 nwamd sells itself short when providing wlan key lengths
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz14706414-294/+354
PSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo Unification PSARC/2008/002 Clearview UV Updates 6310766 vlan statistics get reset at unplumb time 6320515 dladm commands with "-R" option should not take effect immediately 6433732 Simplify the GLDv3 control path by making its processing asynchronous 6445912 dladm show-link fails to show a specific link in the debug version 6452413 dladm show-link doesn't show VLAN links for GLDv2 drivers 6504433 libwladm's use of wladm_wlresult2status() needs an overhaul 6504507 dladm set-linkprop failure message is unclear 6534289 DR should work with aggregations 6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 1 6539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED 6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno 6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv2 6563295 dladm show-linkprop -P does not work properly for unavailable links 6577618 integrate network vanity naming and nemo unification 6600446 links assigned to a local zone are still aggregatable by global zone 6607572 "boot net - install" can trigger assertion failure in dld_str_attach() 6613956 "svccfg import -" does not work as bfu expects 6637596 invalid assertion in ip_soft_ring_assignment() 6642350 kernel DLPI processing routines are long overdue 6643338 GLDv3 PPA hack VLAN ID checks don't always work 6647203 bfu: smf_delete_manifest() does not work for non-global zones 6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype 6650395 libuuid should be lint-clean and linted nightly --HG-- rename : usr/src/cmd/dladm/aggregation.conf => deleted_files/usr/src/cmd/dladm/aggregation.conf rename : usr/src/cmd/dladm/linkprop.conf => deleted_files/usr/src/cmd/dladm/linkprop.conf rename : usr/src/lib/libinetcfg/common/inetcfg_nic.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.c rename : usr/src/lib/libinetcfg/common/inetcfg_nic.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h
2008-01-176649124 dhcpconfig memory leak, needs to call res_ndestroysm263631-6/+11
2008-01-146646592 nc should listen on both AF_INET[6] wildcard addresses by defaultvk1998391-11/+52
6646623 nc needs more and better verbose messages
2007-12-216236983 netstat -iv adds many blank (null) lines to outputkeerthi1-7/+11
2007-12-196494178 in.talkd should try harder to find a writeable ttyblu1-7/+16
Contributed by Marc Glisse <marc.glisse@gmail.com>
2007-12-066636680 MS-CHAP support in pppd is completely brokendarrenm3-11/+11
2007-12-066638292 fix LDLIBS in nc to append, not assignvk1998391-1/+1
2007-12-036605607 Remove Class-E checks from kernel (fix cstyle)sangeeta1-2/+2
2007-12-03PSARC 2007/631 Class E IP Address Configurationsangeeta6-12/+32
6605607 Remove Class-E checks from kernel 6613928 ip_fast_forward should make direct call to GLD instead of putnext
2007-11-30PSARC/2007/389 Netcat In Solarisvk1998398-1/+1498
4664622 Solaris needs netcat
2007-11-286620497 KMF does not build proper PKCS12 PDUswyllys3-72/+59
6624214 kmf_get_cert_extn can leak memory 6629477 libkmf is crashed in OpenSSL_StoreKey if keytype is not KMF_RSA or KMF_DSA
2007-11-276563019 unsafe pointer dereference in interface.czx1509191-2/+4
2007-11-216197413 network/inetd-upgrade service times outmh1386761-4/+11
2007-11-206627906 nwamd mishandles privilege initializationokie1-18/+19
2007-11-196629735 file descriptor leak causes ipsecconf to core dump with many rulespwernau1-2/+4
6629812 ipsecconf can core dump when it can't open its internal policy file
2007-11-11PSARC/2007/639 IP_BROADCAST_TTL socket optionmeem1-0/+13
6625507 DHCP client TTL hack needs to be restored 6628105 ill_dhcpinit hack in ip_input() must be more tolerant of mblk layout
2007-11-08PSARC 2007/118 VSCAN Servicejm1993541-0/+1
6623189 Vscan Service - PSARC/2007/118
2007-11-086625586 sockets-based dhcp client confuses nwamd's lease detection codemeem11-191/+190
6626652 DHCP client's IFF_UP handling is not quite right 6626658 nwamd`takedowninterface() has a gratuitous argument 6626664 nwamd does not switch back to DHCP profile once DHCP lease is obtained 6626787 nwamd`dprintf() is not being treated as PRINTFLIKE1
2007-11-036611124 inetconv may create manifests that svccfg cannot importtn1433631-7/+17
Contributed by Ceri Davies.
2007-10-30PSARC/2007/565 IP_XMIT_IF removal and IP_BOUND_IF rationalizationmeem19-925/+382
PSARC/2007/571 IP_DHCPINIT_IF socket option 4354207 dhcpagent should use sockets rather than DLPI 6533610 IP_XMIT_IF should fade from in.routed's view 6607674 DHCP client's "checkaddr" warnings have output reversed 6607676 DHCP client misreports dhcp_bound_complete as configure_bound 6609845 torch IP_XMIT_IF and complete IP_BOUND_IF 6609852 need a way to receive IP unicast DHCP traffic before lease acquisition 6609868 IP should create broadcast IREs when bringing up 0.0.0.0 6616106 IP_UNSPEC_SRC sockets should skip calls to ipif_select_source() --HG-- rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/dlpi_io.c => deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/dlpi_io.c rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/dlpi_io.h => deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/dlpi_io.h rename : usr/src/cmd/cmd-inet/sbin/dhcpagent/inc.flg => deleted_files/usr/src/cmd/cmd-inet/sbin/dhcpagent/inc.flg
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-0/+2
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
2007-10-245053475 certlib_load() error messages need improving.pwernau1-1/+23
6614180 file permissions on public keys and CRLs should be more open 6614741 keying material with insecure permissions should not be trusted
2007-10-126615189 reverse ip6 name lookups don't work in traceroutedanmcd1-2/+3
Contributed by Juergen Keil (jk@tools.de).
2007-10-116595449 IP streams plumbing simpificationnordmark1-60/+75
6604040 ASSERT fp->timer_mp == 0L panic in sctp_common.c, line: 1876 6606989 panic in ip_rput_forward for multicast router 6606990 assertion failed: th_trace->th_refcnt == 0 6608966 Backport to onnv: 6440004 Get rid of UDP's perimeter mechanism in favor of locks.
2007-10-106575786 nwam should automagically connect to the known "hidden" wifi networkokie3-24/+76
6589777 when connecting to user-specified wlan, nwam should write both essid and bssid to known file Contributed by Cyril Plisko <cyril.plisko@mountall.com>
2007-10-106516622 ACQUIRE-specified lifetimes are now ignored by in.ikedmarkfen1-0/+16
6609988 superfluous debugging in isakmp_udp.c 6612767 Logfile time stamp for in.iked a bit OTT 6612771 Some in.iked messages contain information thats no longer useful
2007-10-016610537 ipseckey error output can get mangled on x86onnv_75markfen1-19/+26
6610538 ipseckey can core dump with truncated input
2007-09-246607154 dhcp_ip_default() does not always enable IP_RECVIF and IP_RECVDSTADDRcarlsonj1-1/+1
2007-09-236601982 ipsecconf(1m) may ignore errors in configuration filemarkfen1-103/+140
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev2-94/+212
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-09-14PSARC 2007/426 KMFAPI Interface Taxonomy Changewyllys2-133/+311
PSARC 2007/465 pktool symmetric key enhancements 6546405 KMF Interfaces need to be extensible 6547894 pktool should be more detailed 6590232 pktool should import and export generic keys
2007-09-136603905 mdns files appear in wsdiff output due to javadoc timestamp option ↵rs2002172-1/+4
and use of __DATE__/__TIME__
2007-09-066599944 a couple of places in libc include vnode.h when they don't need toek1102371-1/+2
6600111 some #include cleanup is needed 6600112 <sys/vnode.h> should be #ifdef _KERNEL'd out of <sys/stream.h> 6600127 'list' should be renamed to something more specific 6600136 rdimpl.c doesn't need to #include <sys/swap.h>
2007-09-04PSARC 2007/449 Detangle IPsec NAT Traversaldanmcd2-50/+45
6481450 nattymod calls putnext() on a freed queue. 6558864 remove nattymod 6558870 Implement SA last-used time and idle actions 6582318 "mandatory" is spelled wrong in pfiles 6584011 save_assoc() gets confused w.r.t. "proto". 6588015 Missing "encap udp" must be better diagnosed by ipseckey(1M). 6595368 Need "ipsec-nat-t" in /etc/services 6595877 ipseckey(1M) can produce output it can't read back in (line-too-big) --HG-- rename : usr/src/uts/common/inet/ip/nattymod.c => deleted_files/usr/src/uts/common/inet/ip/nattymod.c rename : usr/src/uts/intel/nattymod/Makefile => deleted_files/usr/src/uts/intel/nattymod/Makefile rename : usr/src/uts/sparc/nattymod/Makefile => deleted_files/usr/src/uts/sparc/nattymod/Makefile
2007-08-226532784 no-op SIOCSLIFFLAGS from in.mpathd impact performance under stress testsrk1290641-3/+12
2007-08-216425577 in.tftpd -S no longer worksdm1992721-11/+17
2007-08-20PSARC 2005/562 Multicast DNS and Service Discoveryrs20021729-22/+29118
6550311 Multicast DNS and service discovery support
2007-08-176591834 nwamd core dump in get_user_preference()okie1-2/+2
2007-08-156585305 in.iked in debug mode needs to show phase 2 alg proposals and PF_KEY ↵pwernau2-7/+9
message contents