Commit Graph

6 Commits

Author SHA1 Message Date
darin@netscape.com
4a9e5a20fd 1) XP_UNIX should use getenv("LOGNAME") instead of getpwuid(geteuid())
since the same UID may be shared by multiple logins (yes, really!).
2) fix bug in ipcmMessageClientInfo::NextTarget().
2002-11-11 20:11:05 +00:00
darin@netscape.com
836e4743f0 initial version of CLIENT_INFO support 2002-11-11 06:32:27 +00:00
darin@netscape.com
7e7ba5e4fe implement ADD_NAME and DEL_NAME messages.
implement part of ADD_TARGET and DEL_TARGET messages.
2002-11-04 06:35:32 +00:00
darin@netscape.com
5c209b46c2 forwarding messages now works 2002-11-03 01:54:46 +00:00
darin@netscape.com
e55ae73a0a 1) updated IPCM protocol
2) added ipcMessage primitives to simplify IPCM protocol implementation
3) added ipcMessageCast to simplify casting raw messages to specific types
4) added function table in ipcCommandModule
2002-11-01 09:08:25 +00:00
darin@netscape.com
eab2474fae adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00