/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.8 | 149 .Dq SAMBA 157 mount_smbfs -I samba.mydomain.com //guest@samba/public /smb/public 158 mount_smbfs -I 192.168.20.3 -E koi8-r:cp866 //guest@samba/tmp /smb/tmp 165 .Dl "//guest@samba/public /smb/public smbfs rw,noauto,-N 0 0" 173 Chapter dedicated to Samba configuration in the 176 .Lk "https://www.freebsd.org/doc/handbook/network-samba.html" 189 Samba
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_signd.c | 27 /* socket routines by tridge - from junkcode.samba.org */ 136 * Because we don't want to dive into Samba's secrets in send_via_ntp_signd() 139 * packet over to Samba to sign, and return to us. in send_via_ntp_signd() 141 * The signing method Samba will use is described by in send_via_ntp_signd() 184 /* Only continue with this if we can talk to Samba */ in send_via_ntp_signd() 186 /* Send old packet to Samba, expect response */ in send_via_ntp_signd() 187 /* Packet to Samba is quite simple: in send_via_ntp_signd() 198 /* Huh? could not talk to Samba... */ in send_via_ntp_signd()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
H A D | zfs_unshare_006_pos.ksh | 44 [ -d "/var/lib/samba/usershares" ] || log_unsupported "Samba usershares disabled" 52 log_must rm -f /var/lib/samba/usershares/testpool_testfs_shared{2,3}
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.conf | 107 # Example entry for Samba sharing for the SMB protocol 109 # Enable the first two entries to enable Samba startup from inetd (according to 110 # the Samba documentation). Enable the third entry only if you have other 112 # the swat Samba configuration tool.
|
/freebsd/contrib/smbfs/ |
H A D | README | 21 Samba 44 Samba 2.0.6 as server:
|
H A D | CREDITS | 8 Special thanks to the Samba team for permission to use their source
|
H A D | INSTALL | 60 check the same operations with smbclient program included in the Samba package.
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 45 * doc/setup.texi: add some text about samba, use example.com 47 * lib/hdb/hdb-ldap.c: Add account expiration for samba from James 96 entries, search for samba accounts too, From: "James F. Hranicky" 162 being NULL From Guenther Deschner on samba-technical. 250 Requested by Andrew Bartlett <abartlet@samba.org> for hdb-ldb 343 abartlet@samba.org. While where, plug the fd leak. 494 compilers, From metze at samba.org 592 structural object (no samba nor heimdal object), add an aux 657 * lib/hdb/hdb-ldap.c: make samba forwarding a runtime configure 661 Andrew Bartlett <abartlet@samba.org> [all …]
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-share.in | 17 # Should-Start: iscsi iscsitarget istgt scst @DEFAULT_INIT_NFS_SERVER@ samba samba4 zfs-mount zfs-zed 18 # Should-Stop: iscsi iscsitarget istgt scst @DEFAULT_INIT_NFS_SERVER@ samba samba4 zfs-mount zfs-zed
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_princ.c | 124 ret = krb5_set_default_realm(context, "SAMBA.ORG"); in test_princ() 272 ret = krb5_set_default_realm(context, "SAMBA.ORG"); in test_enterprise() 305 if (strcmp(unparsed, "lha\\@su.se\\@WIN.SU.SE@SAMBA.ORG") != 0) in test_enterprise() 340 if (strcmp(unparsed, "lha\\@su.se@SAMBA.ORG") != 0) in test_enterprise()
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps.sh | 19 samba sysstat rng-tools rsync wget xxhash 41 rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev 84 rpm-build rsync samba sysstat systemd watchdog wget xfsprogs-devel xxhash \
|
/freebsd/share/man/man7/ |
H A D | firewall.7 | 396 windows LAN segment (say it is LAN1), you can use samba's 'bind interfaces' 413 .Xr smb.conf 5 Pq Pa ports/net/samba , 414 .Xr samba 7 Pq Pa ports/net/samba ,
|
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/ |
H A D | smb.c | 29 * shares using the 'net share' command that comes with Samba. 32 * Make sure that samba listens to 'localhost' (127.0.0.1) and that the options 36 * Once configuration in samba have been done, test that this
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.h | 2 * Copyright (C) Jelmer Vernooij 2005 <jelmer@samba.org> 3 * Copyright (C) Stefan Metzmacher 2006 <metze@samba.org>
|
/freebsd/tools/test/stress2/misc/ |
H A D | seekdir.sh | 126 /* Simuate the last entry not fitting into our (samba's) buffer */ 128 /* Pretend it didn't fit. This is approximately what SAMBA does.*/
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | chord | 13 # From: Jelmer Vernooij <jelmer@samba.org>
|
/freebsd/sys/contrib/openzfs/lib/libshare/ |
H A D | smb.h | 34 #define SHARE_DIR "/var/lib/samba/usershares"
|
/freebsd/share/security/ |
H A D | lomac-policy.contexts | 25 (/usr)?/home/(ftp|samba)(/.*)? lomac/high
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-snprintf.c | 48 * Andrew Tridgell (tridge@samba.org) Oct 1998 52 * tridge@samba.org, idra@samba.org, April 2001 78 * Martin Pool (mbp@samba.org) April 2003 83 * Martin Pool (mbp@samba.org) May 2003
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs.8 | 721 .Pa /etc/samba/smb.conf 724 Samba will need to bind to the loopback interface for the ZFS utilities to 725 communicate with Samba. 728 Samba must be able to authenticate a user.
|
/freebsd/sys/netsmb/ |
H A D | smb_subr.c | 250 case 123: /* dunno what is it, but samba maps as noent */ in smb_maperror() 252 case 145: /* samba */ in smb_maperror()
|
H A D | smb_smb.c | 64 {SMB_DIALECT_LANMAN2_0, "Samba"}, 321 * We try w/o uppercasing first so Samba mixed case in smb_smb_ssnsetup() 360 * The uniplen is zeroed because Samba cannot deal in smb_smb_ssnsetup() 361 * with this 2nd cleartext password. This Samba in smb_smb_ssnsetup() 530 * We try w/o uppercasing first so Samba mixed case in smb_smb_treeconnect()
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 20 nfs-kernel-server samba rng-tools xz-utils \
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsv4.4 | 249 Note that Samba server access would be considered ``local access'' for the above 379 via local system calls nor services such as Samba.
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kdc.h | 5 * Copyright (c) 2005 Andrew Bartlett <abartlet@samba.org>
|