Searched refs:smbd (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 92 smbd_t smbd; variable 110 smbd.s_pname = basename(argv[0]); in main() 111 openlog(smbd.s_pname, LOG_PID | LOG_NOWAIT, LOG_DAEMON); in main() 116 if ((uid = getuid()) != smbd.s_uid) { in main() 119 if (smbd.s_fg == 0) { in main() 120 smbd.s_fg = 1; in main() 165 if (smbd.s_fg) { in main() 187 while (!smbd.s_shutting_down) { in main() 211 smbd.s_shutting_down = B_TRUE; in main() 221 if (smbd.s_fg) { in main() [all …]
|
H A D | smbd_join.c | 45 extern smbd_t smbd; 65 (void) smb_config_getstr(SMB_CI_ADS_SITE, smbd.s_site, in smbd_dc_monitor_init() 67 (void) smb_config_getip(SMB_CI_DOMAIN_SRV, &smbd.s_pdc); in smbd_dc_monitor_init() 70 if (smbd.s_secmode != SMB_SECMODE_DOMAIN) in smbd_dc_monitor_init() 75 rc = pthread_create(&smbd.s_dc_monitor_tid, &attr, smbd_dc_monitor, in smbd_dc_monitor_init() 94 if ((bcmp(&smbd.s_pdc, &pdc, sizeof (smb_inaddr_t)) != 0) || in smbd_dc_monitor_refresh() 95 (smb_strcasecmp(smbd.s_site, site, 0) != 0)) { in smbd_dc_monitor_refresh() 96 bcopy(&pdc, &smbd.s_pdc, sizeof (smb_inaddr_t)); in smbd_dc_monitor_refresh() 97 (void) strlcpy(smbd.s_site, site, MAXHOSTNAMELEN); in smbd_dc_monitor_refresh() 98 smbd.s_pdc_changed = B_TRUE; in smbd_dc_monitor_refresh() [all …]
|
H A D | smbd_spool.c | 98 extern smbd_t smbd; 115 rc = pthread_create(&smbd.s_spool_tid, &attr, smbd_spool_monitor, NULL); in smbd_spool_start() 133 if (pthread_self() == smbd.s_spool_tid) in smbd_spool_stop() 136 for (i = 0; i < 3 && smbd.s_spool_tid != 0; ++i) { in smbd_spool_stop() 137 if (pthread_kill(smbd.s_spool_tid, SIGTERM) == ESRCH) in smbd_spool_stop() 167 while (!smbd.s_shutting_down && (error_retry_cnt > 0)) { in smbd_spool_monitor() 185 smbd.s_spool_tid = 0; in smbd_spool_monitor()
|
H A D | smbd_syslog.c | 43 if (smbd.s_debug == 0 && pri == LOG_DEBUG) in smb_svc_log() 97 if (smbd.s_debug >= 3) in smb_trace()
|
H A D | Makefile | 27 PROG= smbd 45 SVCMETHOD= svc-smbd
|
H A D | smbd.h | 71 typedef struct smbd { struct 102 extern smbd_t smbd; argument
|
H A D | smbd_nicmon.c | 52 extern smbd_t smbd;
|
/titanic_41/usr/src/cmd/smbsrv/fksmbd/ |
H A D | Makefile | 48 SRCS= ${OBJS_SMBD:%.o=../smbd/%.c} \ 57 INCS += -I../smbd 106 %.o: ../smbd/%.c
|
H A D | fksmbd_log.c | 47 if (smbd.s_debug == 0 && pri > LOG_INFO) in smb_vsyslog() 74 if (smbd.s_debug == 0 && (flags & SL_NOTE)) in fakekernel_putlog()
|
H A D | README | 22 where the fksmbd program corresponds to the real smbd, the library
|
/titanic_41/usr/src/cmd/smbsrv/ |
H A D | Makefile | 28 SUBDIRS = smbadm smbd smbstat dtrace fksmbd bind-helper
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-file-system-smb.mf | 69 file path=lib/svc/method/svc-smbd mode=0555 85 file path=usr/lib/smbsrv/smbd mode=0555 89 file path=usr/share/man/man1m/smbd.1m
|
/titanic_41/exception_lists/ |
H A D | cddlchk | 47 usr/src/cmd/smbsrv/smbd/eventlog.dll
|
H A D | copyright | 80 usr/src/cmd/smbsrv/smbd/eventlog.dll
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile.check | 134 smbsrv/smbd \
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 462 6244:AUE_smbd_session:smbd(1m) session setup:lo 463 6245:AUE_smbd_logoff:smbd(1m) session logoff:lo
|
/titanic_41/usr/src/man/man1m/ |
H A D | Makefile | 476 smbd.1m \
|
/titanic_41/ |
H A D | .gitignore | 9193 usr/src/cmd/smbsrv/smbd/smbd
|