#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <syslog.h>
#include <errno.h>
#include <pwd.h>
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include "Varargs.h"
#include "Rtypes.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | kMAXPATHLEN 4096 |
Functions | |
void | Info (const char *va_(fmt),...) |
int | main (int argc, char **argv) |
Variables | |
int | gDebug |
#define kMAXPATHLEN 4096 |
Definition at line 42 of file ssh2rpd.cxx.
Referenced by ClassImp(), TAuthenticate::DecodeRSAPublic(), TSystem::ExpandFileName(), TAuthenticate::FileExpand(), TWinNTSystem::FindFile(), TAuthenticate::GetDefaultDetails(), GetExePath(), ROOT::GlbsToolCheckCert(), TWinNTSystem::HomeDirectory(), HomeDirectory(), Info(), main(), OldProofServAuthSetup(), TAuthenticate::ReadRootAuthrc(), RootdAccess(), RootdChdir(), RootdCheckTab(), RootdChmod(), RootdCloseTab(), RootdExpandPathName(), RootdFreeDir(), RootdGetDirEntry(), RootdGetFile(), RootdLsdir(), RootdMkdir(), RootdMv(), RootdOpen(), RootdOpenDir(), RootdPutFile(), RootdPwd(), RootdRm(), RootdRmdir(), ROOT::RpdCheckAuthAllow(), ROOT::RpdCheckDaemon(), ROOT::RpdCheckHostsEquiv(), ROOT::RpdCheckOffSet(), ROOT::RpdCheckSshd(), ROOT::RpdCleanupAuthTab(), ROOT::RpdGetRSAKeys(), ROOT::RpdGlobusAuth(), ROOT::RpdKrb5Auth(), ROOT::RpdNoAuth(), ROOT::RpdPass(), ROOT::RpdRecvClientRSAKey(), ROOT::RpdRetrieveSpecialPass(), ROOT::RpdReUseAuth(), ROOT::RpdSRPUser(), ROOT::RpdSshAuth(), ROOT::RpdUpdateAuthTab(), TRint::Run(), TAuthenticate::SetEnvironment(), TAuthenticate::SshAuth(), TAuthenticate::SshError(), TUnixSystem::UnixHomedirectory(), TWinNTSystem::WorkingDirectory(), and TUnixSystem::WorkingDirectory().
void Info | ( | const char * | va_(fmt), | |
... | ||||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 65 of file ssh2rpd.cxx.
References fclose(), fopen, free(), gDebug, i, Info, kMAXPATHLEN, pipe, passwd::pw_dir, passwd::pw_name, snprintf, strlcpy(), sockaddr_un::sun_family, sockaddr_un::sun_path, and unlink.
int gDebug |
Definition at line 40 of file ssh2rpd.cxx.