93 service[0] ==
'/' || (service[1] ==
':' && service[2] ==
'/'))) {
101 gROOT->GetListOfSockets()->Add(
this);
111 gROOT->GetListOfSockets()->Add(
this);
155 gROOT->GetListOfSockets()->Add(
this);
206 if (
fSocket == -1) {
return 0; }
211 if (soc == -1) {
delete socket;
return 0; }
212 if (soc == -2) {
delete socket;
return (
TSocket*) -1; }
226 gROOT->GetListOfSockets()->Add(socket);
312 Error(
"Authenticate",
"can't load %s",srvlib.
Data());
316 Error(
"Authenticate",
"can't locate %s",srvlib.
Data());
325 Error(
"Authenticate",
"can't find SrvAuthenticate");
334 Warning(
"Authenticate",
"can't find SrvAuthCleanup");
355 Error(
"Authenticate",
"config dir undefined");
367 Info(
"Authenticate",
"OpenHost = %s", openhost.Data());
374 std::string ctkn =
"";
376 auth = (*fgSrvAuthHook)(sock, confdir, tmpdir, user,
380 Info(
"Authenticate",
"auth = %d, type= %d, ctkn= %s",
381 auth, type, ctkn.c_str());
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
virtual ~TServerSocket()
Destructor: cleanup authentication stuff (if any) and close.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
const char * GetHostName() const
Bool_t TestBit(UInt_t f) const
static void SetAuthOpt(UChar_t &opt, UChar_t mod)
Kind of macro to parse input options Modify opt according to modifier mod.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual Int_t GetLocalPort()
Get port # to which server socket is bound. In case of error returns -1.
This class represents an Internet Protocol (IP) address.
This class implements a mutex interface.
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
R__EXTERN TVirtualMutex * gROOTMutex
virtual char * Which(const char *search, const char *file, EAccessMode mode=kFileExists)
Find location of file in a search path.
static void SetAcceptOptions(UChar_t Opt)
Set default options for Accept according to modifier 'mod'.
virtual TInetAddress GetPeerName(int sock)
Get Internet Protocol (IP) address of remote host and port #.
virtual char * GetServiceByPort(int port)
Get name of internet service.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void Delete(Option_t *option="")=0
Delete this object.
virtual const char * Getenv(const char *env)
Get environment variable.
virtual TSocket * Accept(UChar_t Opt=0)
Accept a connection on a server socket.
virtual const char * TempDirectory() const
Return a user configured or systemwide directory to create temporary files in.
Int_t(* SrvAuth_t)(TSocket *sock, const char *, const char *, std::string &, Int_t &, Int_t &, std::string &, TSeqCollection *)
TSeqCollection * fSecContexts
virtual void Close(Option_t *opt="")
Close the socket.
R__EXTERN TSystem * gSystem
virtual int AcceptConnection(int sock)
Accept a connection.
virtual int AnnounceTcpService(int port, Bool_t reuse, int backlog, int tcpwindowsize=-1)
Announce TCP/IP service.
static UChar_t fgAcceptOpt
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual TInetAddress GetLocalInetAddress()
Return internet address of host to which the server socket is bound, i.e.
#define R__LOCKGUARD2(mutex)
virtual Func_t DynFindSymbol(const char *module, const char *entry)
Find specific entry point in specified library.
Ssiz_t Last(char c) const
Find last occurrence of a character c.
char * DynamicPathName(const char *lib, Bool_t quiet=kFALSE)
Find a dynamic library called lib using the system search paths.
Int_t(* SrvClup_t)(TSeqCollection *)
virtual TInetAddress GetSockName(int sock)
Get Internet Protocol (IP) address of host and port #.
Bool_t Authenticate(TSocket *)
Check authentication request from the client on new open connection.
static UChar_t GetAcceptOptions()
Return default options for Accept.
virtual int GetServiceByName(const char *service)
Get port # of internet service.
virtual int AnnounceUnixService(int port, int backlog)
Announce unix domain service.
static void ShowAcceptOptions()
Print default options for Accept.
static SrvAuth_t fgSrvAuthHook
TInetAddress GetInetAddress() const
static SrvClup_t fgSrvAuthClupHook
TVirtualMutex * gSrvAuthenticateMutex
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
TSecContext * fSecContext
void Resize(Ssiz_t n)
Resize the string. Truncate or add blanks as necessary.
const char * Data() const