代码搜索:SAMBA
找到约 3,600 项符合「SAMBA」的源代码
代码结果 3,600
www.eeworm.com/read/273665/4200427
h dynconfig.h
/*
Unix SMB/CIFS implementation.
Copyright (C) 2001 by Martin Pool
Copyright (C) 2003 by Jim McDonough
This program is free software; you can redistr
www.eeworm.com/read/273665/4200596
c ntlm_auth.c
/*
Unix SMB/CIFS implementation.
Winbind status program.
Copyright (C) Tim Potter 2000-2003
Copyright (C) Andrew Bartlett 2003-2004
Copyright (C) Francesco
www.eeworm.com/read/273665/4200597
c ntlm_auth_diagnostics.c
/*
Unix SMB/CIFS implementation.
Winbind status program.
Copyright (C) Tim Potter 2000-2003
Copyright (C) Andrew Bartlett 2003-2004
Copyright (C) Francesco
www.eeworm.com/read/273665/4200615
c smbcontrol.c
/*
Unix SMB/CIFS implementation.
Send messages to other Samba daemons
Copyright (C) Tim Potter 2003
Copyright (C) Andrew Tridgell 1994-1998
Copyright (C) Martin Pool 2001-2002
Cop
www.eeworm.com/read/273665/4200698
gdb_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/273665/4200801
py tdbtimetrial.py
#! /usr/bin/python2.2
def run_trial():
# import tdbutil
from samba.tdbpack import pack
for i in xrange(500000):
pack("ddffd", (10, 2, "mbp", "martin", 0))
#s = "\n\0\
www.eeworm.com/read/273665/4200805
py psec.py
#!/usr/bin/env python
#
# Get or set the security descriptor on a printer
#
import sys, re, string
from samba import spoolss
if len(sys.argv) != 3:
print "Usage: psec.py getsec|setsec printernam
www.eeworm.com/read/273665/4200836
gtdbtool
#!/usr/bin/env python
import sys
from gtkdictbrowser import GtkDictBrowser
import gtk
from samba import tdb
import string
# Open handle on tdb
if len(sys.argv) != 2:
print "Usage: gdbtool
www.eeworm.com/read/273665/4200913
py stf.py
#!/usr/bin/python
#
# Samba Testing Framework for Unit-testing
#
import os, string, re
import osver
def get_server_list_from_string(s):
server_list = []
# Format is a list of server:do
www.eeworm.com/read/273665/4201013
8 mksmbpasswd.8
.TH MKSMBPASSWD 8 12-Apr-1998
.SH NAME
mksmbpasswd \- formats a /etc/passwd entry for a smbpasswd file
.SH SYNOPSIS
mksmbpasswd cat /etc/passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
.SH DESCR