代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/273665/4199689
get_next_oid
#!/bin/bash
nextattrib=`cat samba.schema | grep -i attributetype.*\(.*1.3.6.1.4.1.7165. | grep -v '^#' | \
awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`
(( nextattrib += 1 ))
echo "attri
www.eeworm.com/read/273665/4199910
test basicsmb-hostsequiv.test
if [ $whoami = "root" ]; then
exit 0;
fi
. basicsmb.fns
test_listfilesrootnpw() {
remote_name="$1"
echo $prefix/bin/smbclient //$remote_name/samba -n buildclient -Uroot% -c 'ls'
$prefix/bin/smb
www.eeworm.com/read/273665/4200251
c clirap2.c
/*
Samba Unix/Linux SMB client library
More client RAP (SMB Remote Procedure Calls) functions
Copyright (C) 2001 Steve French (sfrench@us.ibm.com)
Copyright (C) 2001 Jim McDonough (jmcd@
www.eeworm.com/read/273665/4200340
c summary.c
#include
main()
{
#if !(defined(HAVE_FCNTL_LOCK) || defined(HAVE_STRUCT_FLOCK64))
printf("ERROR: No locking available. Running Samba would be unsafe\n");
exit(1);
#endif
#if !(defined(HA
www.eeworm.com/read/273665/4200386
c vfs_cap.c
/*
* CAP VFS module for Samba 3.x Version 0.3
*
* Copyright (C) Tim Potter, 1999-2000
* Copyright (C) Alexander Bokovoy, 2002-2003
* Copyright (C) Stefan (metze) Metzmacher, 2003
* Copyright (C
www.eeworm.com/read/273665/4200586
c net_rap.c
/*
Samba Unix/Linux SMB client library
Distributed SMB/CIFS Server Management Utility
Copyright (C) 2001 Steve French (sfrench@us.ibm.com)
Copyright (C) 2001 Jim McDonough (jmcd@us.ibm
www.eeworm.com/read/273665/4200602
c net.c
/*
Samba Unix/Linux SMB client library
Distributed SMB/CIFS Server Management Utility
Copyright (C) 2001 Steve French (sfrench@us.ibm.com)
Copyright (C) 2001 Jim McDonough (jmcd@us.ibm
www.eeworm.com/read/273665/4200740
c statcache.c
/*
Unix SMB/CIFS implementation.
stat cache code
Copyright (C) Andrew Tridgell 1992-2000
Copyright (C) Jeremy Allison 1999-2004
Copyright (C) Andrew Bartlett 2003
www.eeworm.com/read/273665/4200835
c py_tdbpack.c
/* -*- c-file-style: "python"; indent-tabs-mode: nil; -*-
Python wrapper for Samba tdb pack/unpack functions
Copyright (C) Martin Pool 2002, 2003
NOTE PYTHON STYLE GUIDE
http://www.py
www.eeworm.com/read/273665/4201005
changelog
samba (3.0.20b-2) unstable; urgency=low
* Don't build with -gstabs any more; -g no longer gives a problematic
size hit, and -gstabs is no longer supported on ia64.
-- Steve Langasek