代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/334125/3372942
m4 samba.m4
m4_include(lib/popt/libpopt.m4)
if test x"$POPT_OBJ" = "x"; then
SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
else
SMB_INCLUDE_MK(lib/popt/config.mk)
fi
www.eeworm.com/read/334125/3373022
h samba3.h
/*
Unix SMB/CIFS implementation.
Samba3 interfaces
Copyright (C) Jelmer Vernooij 2005.
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/334125/3373371
py samba3.py
#!/usr/bin/python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij 2007
#
# This program is free software; you can redistribute it and/or modify
# it under the te
www.eeworm.com/read/334125/3373381
py samba3.py
#!/usr/bin/python
# Unix SMB/CIFS implementation.
# Copyright (C) Jelmer Vernooij 2007
#
# This program is free software; you can redistribute it and/or modify
# it under the te
www.eeworm.com/read/334125/3373401
samba3dump
#!/usr/bin/python
#
# Dump Samba3 data
# Copyright Jelmer Vernooij 2005-2007
# Released under the GNU GPL v3 or later
#
import optparse
import os, sys
# Find right directory when running fr
www.eeworm.com/read/334125/3373626
pm samba4.pm
###################################################
# Common Samba4 functions
# Copyright jelmer@samba.org 2006
# released under the GNU GPL
package Parse::Pidl::Samba4;
require Exporter;
@ISA = qw(
www.eeworm.com/read/334125/3373649
pl samba-ndr.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use warnings;
use Test::More tests => 31;
use FindBin qw($RealBin);
use lib
www.eeworm.com/read/334125/3373653
pl samba-ejs.pl
#!/usr/bin/perl
# (C) 2007 Jelmer Vernooij
# Published under the GNU General Public License
use strict;
use warnings;
use Test::More tests => 10;
use FindBin qw($RealBin);
use lib
www.eeworm.com/read/334125/3374686
pm samba4.pm
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2007 Jelmer Vernooij
# Published under the GNU GPL, v3 or later.
package Samba4;
use s
www.eeworm.com/read/334125/3374687
pm samba3.pm
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2007 Jelmer Vernooij
# Published under the GNU GPL, v3 or later.
package Samba3;
use s