OpenAFS CVS Commit: openafs/src/ptserver by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 11 Aug 2007 19:39:34 EDT


Update of /cvs/openafs/src/ptserver
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/ptserver

Modified Files:
	NTMakefile db_verify.c map.c ptclient.c pts.c ptutils.c 
	testpt.c 
Log Message:
DELTA pts-20070811
AUTHOR jaltman@secure-endpoints.com

remove SUPERGROUPS condition for compilation of pts commands:
  Interactive, Quit, Source, Sleep

fix the assignment of 'source' to permit it to function

rename functions to avoid conflicts with Win32 API on Windows

replace bcopy and bzero with memcpy and memset to permit compilation 
on Windows

replace ubik_Call(xxx) with ubik_xxx() (testpt.c)

add -DSUPERGROUPS and map.c to NTMakefile



--- DELTA config follows ---
pts-20070811 openafs/src/ptserver/NTMakefile 1.15 1.16
pts-20070811 openafs/src/ptserver/db_verify.c 1.18 1.19
pts-20070811 openafs/src/ptserver/map.c 1.4 1.5
pts-20070811 openafs/src/ptserver/ptclient.c 1.15 1.16
pts-20070811 openafs/src/ptserver/pts.c 1.16 1.17
pts-20070811 openafs/src/ptserver/ptutils.c 1.21 1.22
pts-20070811 openafs/src/ptserver/testpt.c 1.15 1.16