mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
8f85427d6d
- this is an abstraction layer for print services, like out NTVFS subsystem for file services - all protocol specific details are still in rpc_server/spoolss/ - like the stupid in and out Buffer handling - checking of the r->in.server_name - ... - this subsystem can have multiple implementation selected by the "ntptr providor" global-section parameter - I currently added a "simple_ldb" backend, that stores Printers, Forms, Ports, Monitors, ... in the spoolss.db, and does no real printing this backend is basicly for testing, how the spoolss protocol works - the interface is just a prototype and will be changed a bit the next days or weeks, till the simple_ldb backend can handle all calls that are used by normal w2k3/xp clients - I'll also make the api async, as the ntvfs api this will make things like the RemoteFindFirstPrinterChangeNotifyEx(), that opens a connection back to the client, easier to implement, as we should not block the whole smbd for that - the idea is to later implement a "unix" backend that works like the current samba3 code - and maybe some embedded print server vendors can write there own backend that can directly talk to a printer without having cups or something like this - the default settings are (it currently makes no sense to change them :-): ntptr providor = simple_ldb spoolss database = $private_dir/spoolss.db metze (This used to be commit 455b5536d41bc31ebef8290812f45d4a38afa8e9)
51 lines
1011 B
Plaintext
51 lines
1011 B
Plaintext
# master list of build config files for Samba4
|
|
heimdal_build/config.mk
|
|
dsdb/config.mk
|
|
gtk/config.mk
|
|
smbd/config.mk
|
|
smbd/process_model.mk
|
|
libnet/config.mk
|
|
auth/config.mk
|
|
nsswitch/config.mk
|
|
lib/basic.mk
|
|
lib/socket/config.mk
|
|
lib/ldb/config.mk
|
|
lib/talloc/config.mk
|
|
lib/tdb/config.mk
|
|
lib/registry/config.mk
|
|
lib/messaging/config.mk
|
|
lib/events/config.mk
|
|
lib/popt/config.mk
|
|
lib/cmdline/config.mk
|
|
lib/socket_wrapper/config.mk
|
|
lib/ejs/config.mk
|
|
param/config.mk
|
|
smb_server/config.mk
|
|
rpc_server/config.mk
|
|
ldap_server/config.mk
|
|
web_server/config.mk
|
|
winbind/config.mk
|
|
nbt_server/config.mk
|
|
cldap_server/config.mk
|
|
auth/gensec/config.mk
|
|
auth/kerberos/config.mk
|
|
auth/ntlmssp/config.mk
|
|
libcli/auth/config.mk
|
|
libcli/ldap/config.mk
|
|
libcli/config.mk
|
|
utils/net/config.mk
|
|
utils/config.mk
|
|
ntvfs/posix/config.mk
|
|
ntvfs/config.mk
|
|
ntvfs/unixuid/config.mk
|
|
ntptr/config.mk
|
|
torture/config.mk
|
|
librpc/config.mk
|
|
client/config.mk
|
|
libcli/config.mk
|
|
libcli/security/config.mk
|
|
lib/com/config.mk
|
|
scripting/config.mk
|
|
kdc/config.mk
|
|
lib/replace/config.mk
|