代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/347500/11661960
sh test.sh
#!/bin/sh
# a simple test suite for ccache
# tridge@samba.org
if test -n "$CC"; then
COMPILER="$CC"
else
COMPILER=cc
fi
CCACHE=../ccache
TESTDIR=test.$$
test_failed() {
reason="$1"
echo
www.eeworm.com/read/486037/1254849
h llc.h
#ifndef __LINUX_LLC_H
#define __LINUX_LLC_H
/*
* IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
*
* Copyright (c) 2001 by Jay Schulist
*
* This prog
www.eeworm.com/read/486037/1256413
h llc.h
#ifndef __LINUX_LLC_H
#define __LINUX_LLC_H
/*
* IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
*
* Copyright (c) 2001 by Jay Schulist
*
* This prog
www.eeworm.com/read/469939/1478287
pl parse_idl.pl
#!/usr/bin/perl
# Some simple tests for pidls parsing routines
# (C) 2005 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use Test::More tests => 65 *
www.eeworm.com/read/469939/1478297
pl wireshark-ndr.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
# test parsing wireshark conformance files
use strict;
use warnings;
use Test::More test
www.eeworm.com/read/469939/1478306
pl wireshark-conf.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
# test parsing wireshark conformance files
use strict;
use warnings;
use Test::More test
www.eeworm.com/read/250243/4439306
c radeon_pm.c
/*
* drivers/video/aty/radeon_pm.c
*
* Copyright 2003,2004 Ben. Herrenschmidt
* Copyright 2004 Paul Mackerras
*
* This is the power management code
www.eeworm.com/read/238372/4615091
backtrace
#! /bin/sh
#
# Author: Andrew Tridgell
# we want everything on stderr, so the program is not disturbed
exec 1>&2
BASENAME=$( basename $0)
test -z ${GDB_BIN} && GDB_BIN=$(
www.eeworm.com/read/238372/4615098
todo
# $Source: /opt/cvs/samba/smbldap-tools/TODO,v $
#
## TODO list - First In, Last in the list...
## (BF: Bug Report / FR: Feature Request)
. enable taint mode in smbldap-passwd:
remove 'FindBin' ent
www.eeworm.com/read/238372/4615468
sh test_smbtorture_s3.sh
#!/bin/sh
# this runs the file serving tests that are expected to pass with samba3
if [ $# -lt 3 ]; then
cat