summaryrefslogtreecommitdiff
path: root/usr/src/lib/libnsl/rpc
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25PSARC 2007/064 Unified POSIX and Windows Credentials for Solariscasper2-33/+18
4994017 data structure sharing between rpcbind and libnsl leads to accidents 6549510 Need the ability to store SIDs in the Solaris cred_t 6549515 PSARC 2007/064: uid_t and gid_t to become unsigned
2007-03-20PSARC 2007/129 thr_keycreate_onceraf9-92/+74
6513516 double checked locking code needs a memory barrier
2006-12-196493074 zero decoded to incorrect value by XDR on Soalris 10 x86gt296011-5/+4
2006-10-136474978 hung rpc calls cause automounter to hangevanl1-7/+11
6475460 The automounter is file descriptor challenged
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352484-20/+266
6374606 ::nm -D without an object may not work on processes in zones 6409350 BrandZ project integration into Solaris 6455289 pthread_setschedparam() should return EPERM rather than panic libc 6455591 setpriority(3C) gets errno wrong for deficient privileges failure 6458178 fifofs doesn't support lofs mounts of fifos 6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP 6463857 renice(1) errors erroneously --HG-- rename : usr/src/lib/libzonecfg/zones/SUNWblank.xml => usr/src/lib/brand/native/zone/SUNWblank.xml rename : usr/src/lib/libzonecfg/zones/SUNWdefault.xml => usr/src/lib/brand/native/zone/SUNWdefault.xml
2006-07-24PSARC 2006/407 SO_EXCLBIND, socket exclusive bindingkcpoon2-5/+4
6410719 ASSERT() panic in ipsec_in_is_secure() 6442609 TCP_EXCLBIND handling has problem with server restarting 6445396 Add SO_EXCLBIND socket option
2006-05-014916205 libcmd should not use file operation routines from C librarycasper8-396/+26
6234782 Kerberos and GSSAPI should not use fopen 6259671 vold won't be killed by TERM signal when several removable devices are managed 6386770 pam_authenticate can fail if open files are >= 255 and the soft fd limit is greater than 256 6414401 Remove shadow stdio implementation obsoleted by PSARC 2006/162 6414404 __rpc_openchild never called and not exported by library 6416815 ON needs to be hardened against the 32-bit fopen/255 problem --HG-- rename : usr/src/lib/libnsl/common/nsl_stdio_prv.c => deleted_files/usr/src/lib/libnsl/common/nsl_stdio_prv.c rename : usr/src/lib/libnsl/include/nsl_stdio_prv.h => deleted_files/usr/src/lib/libnsl/include/nsl_stdio_prv.h rename : usr/src/lib/libnsl/rpc/openchild.c => deleted_files/usr/src/lib/libnsl/rpc/openchild.c rename : usr/src/lib/libnsl/rpc/xdr_stdio_prv.c => deleted_files/usr/src/lib/libnsl/rpc/xdr_stdio_prv.c rename : usr/src/lib/libresolv2/req.flg => deleted_files/usr/src/lib/libresolv2/req.flg rename : usr/src/lib/nsswitch/compat/req.flg => deleted_files/usr/src/lib/nsswitch/compat/req.flg rename : usr/src/lib/nsswitch/files/req.flg => deleted_files/usr/src/lib/nsswitch/files/req.flg rename : usr/src/lib/nsswitch/req.flg => deleted_files/usr/src/lib/nsswitch/req.flg rename : usr/src/lib/nsswitch/user/req.flg => deleted_files/usr/src/lib/nsswitch/user/req.flg
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk6-30/+144
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2006-03-096301897 NIS+ client code can hang/crash if nis_cachemgr unavailablepeteh1-7/+16
2006-01-096370388 fixes for 6362982 and 6369040 were too optimisticraf1-4/+6
2006-01-066362982 namespace pollution/protection in libcraf38-127/+131
6369040 there should be but one synonyms.h file outside of libc --HG-- rename : usr/src/lib/common/inc/mtlib.h => deleted_files/usr/src/lib/common/inc/mtlib.h rename : usr/src/lib/libc/sparcv9/gen/llabs.s => deleted_files/usr/src/lib/libc/sparcv9/gen/llabs.s rename : usr/src/lib/libcurses/screen/synonyms.h => deleted_files/usr/src/lib/libcurses/screen/synonyms.h rename : usr/src/lib/libmail/inc/synonyms.h => deleted_files/usr/src/lib/libmail/inc/synonyms.h rename : usr/src/lib/libresolv/synonyms.h => deleted_files/usr/src/lib/libresolv/synonyms.h rename : usr/src/lib/libresolv2/include/synonyms.h => deleted_files/usr/src/lib/libresolv2/include/synonyms.h rename : usr/src/lib/librsm/inc/synonyms.h => deleted_files/usr/src/lib/librsm/inc/synonyms.h rename : usr/src/ucblib/libucb/port/gen/synonyms.h => deleted_files/usr/src/ucblib/libucb/port/gen/synonyms.h rename : usr/src/lib/common/inc/synonyms.h => usr/src/lib/common/inc/c_synonyms.h rename : usr/src/lib/libcrypt/inc/synonyms.h => usr/src/lib/libcrypt/inc/des_synonyms.h rename : usr/src/lib/libgen/inc/synonyms.h => usr/src/lib/libgen/inc/gen_synonyms.h
2005-12-27PSARC 2005/755 FMA Transport Layermws1-0/+5
6367044 FMA Transport Layer 6216286 fmd core dumps when shutting down under heavy event load 6220169 fmd should support per-module configuration overrides in /etc 6266851 internal fmd events should not refer to sunos 6295417 fmd should publish an event when a problem has been repaired 6333184 fmsim can exhaust sysevent channel resources 6342977 fmd segfaults if it cannot load fmd-self-diagnosis 6367046 fmsim should set _THREAD_ERROR_DETECTION=2 6367047 fmd is mis-using cond_broadcast in several places 6367049 fmd_asru_hash_recreate() leaks buffer in error path 6367051 fmd mod_ustat data is modified after being freed 6367053 fmd leaks queued timer structures on module unload 6367057 memory leaks in __rpcb_findaddr_timed() error paths 6367061 fmd when run as non-root should not exit on dr event bind failure 6367063 fmd_rpc_svc_create_local() leaks memory when local service is bound 6367067 fmsim should support -w option to wait for user input to exit 6367068 nvlist_add_nvlist() and nvlist_add_nvlist_array() should check for NULL 6367069 fmd_log_errmsg() fails for EFDL_VERSION 6367070 fmd debug switch should have a way to display TRACE() result 6367073 fmd trace buffer tag is truncating tags above 0xff 6367075 fmd debug switch error when multiple tags are specified --HG-- rename : usr/src/cmd/fm/fmd/common/fmd_transport.h => deleted_files/usr/src/cmd/fm/fmd/common/fmd_transport.h rename : usr/src/cmd/fm/fmd/common/fmd_transport.c => usr/src/cmd/fm/fmd/common/fmd_sysevent.c
2005-07-01PSARC/2005/362 Removal of <rpc/trace.h>robinson65-5819/+3002
4426428 libnsl needs some tidying up 6256192 Remaining ulonglong_t needs to be exorcised 6267468 rpcgen generates code gcc doesn't like 6271220 rpc/trace.h is obsolete and dead code 6271232 rpcgen fails to cast memset correctly --HG-- rename : usr/src/lib/libnsl/dial/dk.h => deleted_files/usr/src/lib/libnsl/dial/dk.h rename : usr/src/lib/libnsl/dial/dkbreak.c => deleted_files/usr/src/lib/libnsl/dial/dkbreak.c rename : usr/src/lib/libnsl/dial/dkdial.c => deleted_files/usr/src/lib/libnsl/dial/dkdial.c rename : usr/src/lib/libnsl/dial/dkerr.c => deleted_files/usr/src/lib/libnsl/dial/dkerr.c rename : usr/src/lib/libnsl/dial/dkminor.c => deleted_files/usr/src/lib/libnsl/dial/dkminor.c rename : usr/src/lib/libnsl/dial/dtnamer.c => deleted_files/usr/src/lib/libnsl/dial/dtnamer.c rename : usr/src/lib/libnsl/rpc/rpc_trace.c => deleted_files/usr/src/lib/libnsl/rpc/rpc_trace.c rename : usr/src/uts/common/rpc/trace.h => deleted_files/usr/src/uts/common/rpc/trace.h
2005-06-14OpenSolaris Launchstevel@tonic-gate65-0/+32136