Print this page
NEX-18907 File Access Auditing does not work with SMB Kerberos authentication
Review by: Gordon Ross <gordon.ross@nexenta.com>
Review by: Evan Layton <evan.layton@nexenta.com>
NEX-2346 SMB server debug logging cleanup after NEX-2314
NEX-2286 smbadm join error messages are uninformative
NEX-1810 extended security Kerberos (inbound)
SMB-136 Snapshots not visible in Windows previous versions
SMB-70 Hang during boot after SMB-50 (fix elfchk noise)
SMB-56 extended security NTLMSSP, inbound
SMB-39 Use AF_UNIX pipes for RPC
SMB-50 User-mode SMB server
 Includes work by these authors:
 Thomas Keiser <thomas.keiser@nexenta.com>
 Albert Lee <trisk@nexenta.com>
re #6812 rb1753 backport illumos 1604 smbd print_enable doesn't really work
        
@@ -19,11 +19,11 @@
  * CDDL HEADER END
  */
 
 /*
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
+ * Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  */
 
 #ifndef _SMBD_H
 #define _SMBD_H
 
@@ -55,10 +55,11 @@
 void smbd_join(smb_joininfo_t *, smb_joinres_t *);
 void smbd_set_secmode(int);
 boolean_t smbd_online(void);
 void smbd_online_wait(const char *);
 void smbd_get_authconf(smb_kmod_cfg_t *);
+boolean_t smbd_logon_audit(smb_token_t *, smb_inaddr_t *, char *, char *);
 
 void smbd_spool_start(void);
 void smbd_spool_stop(void);
 int smbd_cups_init(void);
 void smbd_cups_fini(void);