代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/334125/3373654
pl dump.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use warnings;
use Test::More tests => 1;
use FindBin qw($RealBin);
use lib "
www.eeworm.com/read/334125/3373658
pl ndr_deprecations.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use warnings;
use Test::More tests => 1;
use FindBin qw($RealBin);
use lib "
www.eeworm.com/read/334125/3373659
pl ndr_string.pl
#!/usr/bin/perl
# String tests for pidl
# (C) 2005 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use Test::More tests => 3 * 8;
use FindBin qw($RealB
www.eeworm.com/read/334125/3373660
pl ndr_compat.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use Test::More tests => 2;
use FindBin qw($RealBin);
use lib "$RealBin";
use
www.eeworm.com/read/334125/3374669
pl vm_get_ip.pl
#!/usr/bin/perl -w
# A perl script to connect to a VMware server and get the IP address of a VM.
# Copyright Brad Henry 2006
# Released under the GNU GPL version 3 or later.
use VMH
www.eeworm.com/read/334125/3374897
enableaccount
#!/usr/bin/python
#
# add a new user to a Samba4 server
# Copyright Andrew Tridgell 2005
# Copyright Jelmer Vernooij 2008
# Released under the GNU GPL version 3 or later
#
import os, sys
sys.path.ins
www.eeworm.com/read/334125/3374963
sh test_ndrdump.sh
#!/bin/sh
# Blackbox tests for masktest
# Copyright (C) 2008 Andrew Tridgell
# Copyright (C) 2008 Andrew Bartlett
# based on test_smbclient.sh
. `dirname $0`/subunit.sh
failed=0
samba4bindir=`dirna
www.eeworm.com/read/324920/3494114
c drm_ioc32.c
/**
* \file drm_ioc32.c
*
* 32-bit ioctl compatibility routines for the DRM.
*
* \author Paul Mackerras
*
* Copyright (C) Paul Mackerras 2005.
* All Rights Reserved.
*
* P
www.eeworm.com/read/316872/3593535
c drm_ioc32.c
/**
* \file drm_ioc32.c
*
* 32-bit ioctl compatibility routines for the DRM.
*
* \author Paul Mackerras
*
* Copyright (C) Paul Mackerras 2005.
* All Rights Reserved.
*
* P
www.eeworm.com/read/316872/3594738
c windfarm_max6690_sensor.c
/*
* Windfarm PowerMac thermal control. MAX6690 sensor.
*
* Copyright (C) 2005 Paul Mackerras, IBM Corp.
*
* Use and redistribute under the terms of the GNU GPL v2.
*/
#inclu