| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two things in the commit...
o rename of new_smb_io_* to smb_io_* for consistency sake.
The latter was the way in whic the majority of related
fnuctions were named
o added 'setdriver <printer> <driver>' to rpcclient. This means
an admin can install the printer driver once and loop over
/etc/printcap to set the driver for all printers :-) Yeah!
Caveats...I know know how to remove the various memory leaks I have
introduced into rpcclient. These will be fixed after I update the
documentation.
|
|
|
|
| |
of other functions.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
enumprinters so that it works as well. Couple of other
misc fixes while we're working on rpcclient.
|
|
|
|
| |
to be filled in one at a time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
back to working order. The main change is that the cli_*() RPC
functions from libsmb/*.c now should accept a struct cli_state*.
The reason for this is that rpcclient should establish the
connection to the server at startup so that it is not necessary
to keep the clear test or password hash in memory for each command.
enumports and enumprinters now works as well. lsa* functions
have been tested. SAMR calls may or may not work (one of the core
dumps I know), but it compiles :-)
jerry
|
|
|
|
| |
Jeremy.
|
|
cli_spoolss_closeprinter(), cli_spoolss_enum_printers(),
cli_spoolss_enum_ports() and cli_spoolss_getprinter()
|