Age | Commit message (Expand) | Author | Files | Lines |
2001-12-11 | Doing some research into ACLs on the LSA and SAM policy objects. | Tim Potter | 1 | -52/+0 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -0/+32 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -1/+1 |
2001-11-15 | FALSE -> False | Tim Potter | 1 | -1/+1 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -245/+51 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -92/+69 |
2001-09-03 | the next step in our error code handling change | Andrew Tridgell | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -31/+31 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -0/+10 |
2001-08-10 | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 1 | -5/+5 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -12/+12 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -16/+18 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -46/+42 |
2001-05-31 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-05-24 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -8/+15 |
2001-05-17 | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 1 | -0/+48 |
2001-05-04 | Tidyup of server vs servername, username vs user to remove compiler | Tim Potter | 1 | -24/+24 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -31/+192 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -6/+6 |
2001-03-19 | merge from 2.2 (reorder commands in array) | Gerald Carter | 1 | -1/+1 |
2001-03-15 | addprinter and adddriver are working now :-) | Gerald Carter | 1 | -20/+292 |
2001-03-15 | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 1 | -1/+61 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -26/+355 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 1 | -9/+77 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 1 | -45/+24 |
2001-01-12 | Pass correctly formatted args to cli_spoolss_open_printer_ex() | Tim Potter | 1 | -2/+7 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 1 | -1/+6 |
2001-01-12 | Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 1 | -782/+344 |
2000-12-08 | Modified argc passed to rpc_client cmd_* functions to include argv[0]. | Tim Potter | 1 | -12/+12 |
2000-09-12 | spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0" | Gerald Carter | 1 | -1/+9 |
2000-08-29 | added -P (for no prompt) and -A <authfile> options | Gerald Carter | 1 | -11/+10 |
2000-08-18 | fixed an off by one error where I was tromping on memory | Gerald Carter | 1 | -1/+1 |
2000-08-12 | FIxed some unmarshalling problems with relstr and unistr arrays | Gerald Carter | 1 | -2/+5 |
2000-08-10 | Working on spoolss_getprinterdriver() as it does not display all the | Gerald Carter | 1 | -0/+6 |
2000-08-10 | Needed to add the SHARED attribute bit when creating a printer | Gerald Carter | 1 | -7/+9 |
2000-08-09 | More work on AddPrinterDriver() and AddPrinterEx() client RPC's | Gerald Carter | 1 | -44/+40 |
2000-08-09 | Fixed AddPrinterDriver() | Gerald Carter | 1 | -1/+0 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 1 | -4/+235 |
2000-08-04 | spoolss_addprinterex() was adding the printer and returning the | Gerald Carter | 1 | -3/+3 |
2000-08-04 | clunky support for calling AddPrinterEx(). The code currently reports | Gerald Carter | 1 | -8/+10 |
2000-07-31 | More work on rpcclient... | Gerald Carter | 1 | -23/+68 |
2000-07-26 | Found out that we are crashing spoolss in enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-25 | some initial code for AddPrinterEx() project. Most is ifdef'd out | Gerald Carter | 1 | -1/+115 |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 1 | -1/+1 |
2000-07-21 | Added EnumPorts() and fixed up some problems | Gerald Carter | 1 | -0/+22 |
2000-07-20 | Fixed unitilized secdesc pointer which was causing spoolgetprinter | Gerald Carter | 1 | -2/+2 |
2000-07-18 | Fixed some more SPOOLSS functions. The following | Gerald Carter | 1 | -5/+4 |