Searched refs:smb (Results 26 - 50 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf14 include = PREFIX/lib/smb.conf.%L
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/
H A DMakefile85 cd $(TARGETDIR)/usr/local/samba/lib && ln -sf ../../../tmp/samba/private/smb.conf smb.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dinst.msg24 echo /usr/samba/lib/smb.conf and then starting
H A Dsmb.conf4 ; configuration option, please refer to the man page for smb.conf(5).
55 ; that connects - default is single file named /usr/samba/var/log.smb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/LSB/
H A Dlsb-samba.spec64 install -m 644 packaging/LSB/smb.conf /etc/samba
83 %config(noreplace) /etc/samba/smb.conf
H A Dsmb.conf2 # smb.conf(5) manual page in order to understand the options listed
27 # the smb.conf man page
66 ; smb passwd file = /etc/samba/smbpasswd
70 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
84 ; include = /etc/samba/smb.conf.%m
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_debug.c61 void cifs_dump_detail(struct smb_hdr *smb) argument
64 smb->Command, smb->Status.CifsError,
65 smb->Flags, smb->Flags2, smb->Mid, smb->Pid);
66 cERROR(1, "smb buf %p len %d", smb, smbCalcSize_LE(smb));
[all...]
H A Dcifsproto.h77 extern int checkSMB(struct smb_hdr *smb, __u16 mid, unsigned int length);
78 extern bool is_valid_oplock_break(struct smb_hdr *smb,
93 extern int map_smb_to_linux_error(struct smb_hdr *smb, int logErr);
H A Dnetmisc.c839 map_smb_to_linux_error(struct smb_hdr *smb, int logErr) argument
842 int rc = -EIO; /* if transport error smb error may not be set */
848 /* old style smb error codes */
849 if (smb->Status.CifsError == 0)
852 if (smb->Flags2 & SMBFLG2_ERR_STATUS) {
855 __u32 err = le32_to_cpu(smb->Status.CifsError);
862 smberrclass = smb->Status.DosError.ErrorClass;
863 smberrcode = le16_to_cpu(smb->Status.DosError.Error);
868 /* DOS class smb error codes - map DOS */
902 cFYI(1, "Mapping smb erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Drules194 # and "mount -t smb ...". Note that the source/script/installbin.sh
199 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smb
200 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smb.8
213 ln -s ../../../bin/smbspool $(DESTDIR)/usr/lib/cups/backend/smb
236 cp debian/smb.conf $(DESTDIR)/usr/share/samba/
H A Dsmb.conf6 # smb.conf(5) manual page in order to understand the options listed
79 # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
142 ; include = /home/samba/etc/smb.conf.%m
145 # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Drules194 # and "mount -t smb ...". Note that the source/script/installbin.sh
199 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smb
200 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smb.8
213 ln -s ../../../bin/smbspool $(DESTDIR)/usr/lib/cups/backend/smb
236 cp debian/smb.conf $(DESTDIR)/usr/share/samba/
H A Dsmb.conf6 # smb.conf(5) manual page in order to understand the options listed
79 # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
142 ; include = /home/samba/etc/smb.conf.%m
145 # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Drules164 # Create also a symlink that will allow "mount -t smb ..." to
168 ln -s /usr/bin/smbmount $(DESTDIR)/sbin/mount.smb
169 ln -s smbmount.8 $(DESTDIR)/usr/share/man/man8/mount.smb.8
179 ln -s ../../../bin/smbspool $(DESTDIR)/usr/lib/cups/backend/smb
196 cp debian/smb.conf $(DESTDIR)/etc/samba/
H A Dsmb.conf6 # smb.conf(5) manual page in order to understand the options listed
79 # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
142 ; include = /home/samba/etc/smb.conf.%m
145 # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbumount.c16 #include <linux/smb.h>
22 This may change in the future and smb.h may get fixed in the
57 fprintf(stderr, "%s probably not smb-filesystem\n",
H A Dsmbmnt.c32 #include <linux/smb.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsmb_fs.h12 #include <linux/smb.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl360 That snippet is directly from man smb.conf.
379 To use this file from the samba server add these lines to your /etc/samba/smb.conf:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/setup/
H A Dsmb.conf2 # smb.conf(5) manual page in order to understand the options listed
10 # Many working examples of smb.conf files can be found in the
40 # the smb.conf man page
92 ; include = /usr/local/samba/lib/smb.conf.%m
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h470 * message blocks (cmb, smb) described below
550 void *smb; member in struct:atl1c_smb
594 struct atl1c_smb smb; member in struct:atl1c_adapter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-tools.spec79 echo " You need to update the smb.conf file"
115 %doc smb.conf smbldap.conf smbldap_bind.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/prj/
H A DGNUmakefile126 ../../print-smb.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dmain.cpp31 #include "smb.hpp"
603 smb smb_hdr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dquirks.c674 u32 smb; local
682 pci_read_config_dword(dev, 0x90, &smb);
683 smb &= PCI_BASE_ADDRESS_IO_MASK;
684 quirk_io_region(dev, smb, 16, PCI_BRIDGE_RESOURCES + 2, "vt82c686 SMB");
695 u16 pm, smb; local
701 pci_read_config_word(dev, 0xd0, &smb);
702 smb &= PCI_BASE_ADDRESS_IO_MASK;
703 quirk_io_region(dev, smb, 16, PCI_BRIDGE_RESOURCES + 1, "vt8235 SMB");

Completed in 104 milliseconds

123