1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-11 08:23:49 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Günther Deschner
69b745fb98 r2942: Add client-side support of triggering ads printer publishing over msrpc
setprinter calls inside the net-tool.

This is usefull to mimic the same queries a windows-client does. At
least win2k returns WERR_IO_PENDING when printer is published via
setprinter, samba returns WERR_OK but this does not hurt.

Guenther
2007-10-10 10:52:57 -05:00
Tim Potter
21d7dba977 Merge of server unavailable error string. -
Andrew Bartlett
3a7458f947 Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings.  (Adds a lot of const).

Andrew Bartlett
-
Tim Potter
8b5cb1c2dd Merge from HEAD:
>DOS error 1307 is returned when an invalid owner for a security descriptor
>is detected.
-
Tim Potter
f16c85caff Merge from HEAD:
>Added constant and message for invalid security descriptor dos error.
-
Tim Potter
908b70f3e2 Added WERR_INVALID_FORM_NAME constant. -
Tim Potter
ddb5753e36 Added dos_errstr() function. Not all errors in list yet. -