Displaying 3 results from an estimated 3 matches for "get_remote_machine_nam".
Did you mean:
get_remote_machine_name
2007 May 16
1
SAMBA: Share specific log files
...e(snum),
sizeof("/log/sharenet/")+sizeof(lp_servicename(snum)));
lp_set_logfile(logfilefullpath);
safe_strcpy_fn
(__FILE__,__LINE__,debugf,logfilefullpath,sizeof(logfilefullpath));
if( DEBUGLVL( IS_IPC(conn) ? 3 : 1 ) ) {
dbgtext( "%s (%s) ", get_remote_machine_name(),
conn->client_address );
dbgtext( "%s", srv_is_signing_active() ? "signed " : "");
dbgtext( "connect to service %s ", lp_servicename(snum) );
dbgtext( "initially as user %s ", user );...
2004 Jan 07
0
Win2K3 ADS and Samba 3.0.1: Cannot access shares even with IP
...nnect, instead relying on permission
check during individual operations. To match this behaviour
I have disabled this chdir check (tridge) */
if (vfs_ChDir(conn,conn->connectpath) != 0) {
DEBUG(0,("%s (%s) Can't change directory to %s (%s)\n",
get_remote_machine_name(), conn->client_address,
conn->connectpath,strerror(errno)));
change_to_root_user();
yield_connection(conn, lp_servicename(SNUM(conn)));
conn_free(conn);
*status = NT_STATUS_BAD_NETWORK_NAME;
return NULL;
}
#else
/* the alternative...
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...EVEL_CLASS'
global/vscan-functions.po(.text+0xe0): undefined reference to `dbghdr'
global/vscan-functions.po(.text+0xf7): undefined reference to `dbgtext'
global/vscan-message.po: In function `vscan_send_warning_message':
global/vscan-message.po(.text+0x21): undefined reference to
`get_remote_machine_name'
global/vscan-message.po(.text+0x37): undefined reference to `safe_strcpy_fn'
global/vscan-message.po(.text+0x3d): undefined reference to
`DEBUGLEVEL_CLASS'
global/vscan-message.po(.text+0x64): undefined reference to `dbghdr'
global/vscan-message.po(.text+0x7b): undefined referenc...